sass-template-common 0.1.68 → 0.1.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +2 -0
- package/dist/sass-template-common.js +943 -939
- package/dist/sass-template-common.umd.cjs +31 -31
- package/package.json +60 -60
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as m, Fragment as J } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as qa from "react";
|
|
3
3
|
import xe, { useState as Y, useRef as Or, useCallback as he, useEffect as Me, createElement as st, forwardRef as Pr, Fragment as pn, useMemo as jo, Component as Qo } from "react";
|
|
4
4
|
let ta = {
|
|
5
5
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
@@ -8,7 +8,7 @@ let ta = {
|
|
|
8
8
|
PUBLIC_API_PATH_VERSION: void 0,
|
|
9
9
|
PUBLIC_X_SECURITY_TOKEN: "wj5oeACJStV3exBvodMa",
|
|
10
10
|
PUBLIC_PUBLICATION_ID: "35",
|
|
11
|
-
PUBLIC_TAG_TYPE: "
|
|
11
|
+
PUBLIC_TAG_TYPE: "27",
|
|
12
12
|
PUBLIC_ENV: "local",
|
|
13
13
|
PUBLIC_LNG: "en",
|
|
14
14
|
PUBLIC_SERVICE_PREFIX: "false",
|
|
@@ -51,7 +51,7 @@ let ta = {
|
|
|
51
51
|
/// originaly => NEXT_PUBLIC_CAPTCHA_KEY_V2
|
|
52
52
|
SHOW_TAG_BY_SECTION: !1
|
|
53
53
|
};
|
|
54
|
-
function
|
|
54
|
+
function p9(e = {}) {
|
|
55
55
|
ta = { ...ta, ...e };
|
|
56
56
|
}
|
|
57
57
|
function $() {
|
|
@@ -68,7 +68,7 @@ const Go = () => {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
);
|
|
71
|
-
},
|
|
71
|
+
}, zo = (e, t) => e && t ? {
|
|
72
72
|
author: e?.authors[0]?.name ?? "",
|
|
73
73
|
creator: e?.authors[0]?.name ?? "",
|
|
74
74
|
// currentNew?.info?.creator,
|
|
@@ -77,7 +77,7 @@ const Go = () => {
|
|
|
77
77
|
hiddentags: String(e?.keywords?.hiddentags) ?? "",
|
|
78
78
|
newsType: e?.info?.type ?? "",
|
|
79
79
|
publishDate: new Date(e?.info?.date?.firstpublish ?? "").toISOString().split("T")[0] ?? ""
|
|
80
|
-
} : void 0,
|
|
80
|
+
} : void 0, Ho = ({ id: e, dimensionValues: t = {} }) => {
|
|
81
81
|
const n = xe.useMemo(() => {
|
|
82
82
|
const o = {};
|
|
83
83
|
return Object.keys(t).forEach((s) => {
|
|
@@ -148,25 +148,25 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
148
148
|
function Nt(e) {
|
|
149
149
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
150
150
|
}
|
|
151
|
-
var sn = { exports: {} }, Wo = sn.exports,
|
|
151
|
+
var sn = { exports: {} }, Wo = sn.exports, Ra;
|
|
152
152
|
function Dr() {
|
|
153
|
-
return
|
|
153
|
+
return Ra || (Ra = 1, (function(e, t) {
|
|
154
154
|
(function(n, r) {
|
|
155
155
|
e.exports = r();
|
|
156
156
|
})(Wo, (function() {
|
|
157
157
|
var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", h = "month", f = "quarter", A = "year", g = "date", p = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, _ = /\[([^\]]+)]|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(M) {
|
|
158
|
-
var
|
|
159
|
-
return "[" + M + (
|
|
160
|
-
} }, N = function(M,
|
|
158
|
+
var k = ["th", "st", "nd", "rd"], E = M % 100;
|
|
159
|
+
return "[" + M + (k[(E - 20) % 10] || k[E] || k[0]) + "]";
|
|
160
|
+
} }, N = function(M, k, E) {
|
|
161
161
|
var D = String(M);
|
|
162
|
-
return !D || D.length >=
|
|
162
|
+
return !D || D.length >= k ? M : "" + Array(k + 1 - D.length).join(E) + M;
|
|
163
163
|
}, x = { s: N, z: function(M) {
|
|
164
|
-
var
|
|
165
|
-
return (
|
|
166
|
-
}, m: function M(
|
|
167
|
-
if (
|
|
168
|
-
var D = 12 * (E.year() -
|
|
169
|
-
return +(-(D + (E - T) / (
|
|
164
|
+
var k = -M.utcOffset(), E = Math.abs(k), D = Math.floor(E / 60), T = E % 60;
|
|
165
|
+
return (k <= 0 ? "+" : "-") + N(D, 2, "0") + ":" + N(T, 2, "0");
|
|
166
|
+
}, m: function M(k, E) {
|
|
167
|
+
if (k.date() < E.date()) return -M(E, k);
|
|
168
|
+
var D = 12 * (E.year() - k.year()) + (E.month() - k.month()), T = k.clone().add(D, h), z = E - T < 0, y = k.clone().add(D + (z ? -1 : 1), h);
|
|
169
|
+
return +(-(D + (E - T) / (z ? T - y : y - T)) || 0);
|
|
170
170
|
}, a: function(M) {
|
|
171
171
|
return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
|
|
172
172
|
}, p: function(M) {
|
|
@@ -175,138 +175,138 @@ function Dr() {
|
|
|
175
175
|
return M === void 0;
|
|
176
176
|
} }, v = "en", O = {};
|
|
177
177
|
O[v] = S;
|
|
178
|
-
var
|
|
179
|
-
return M instanceof ee || !(!M || !M[
|
|
180
|
-
}, te = function M(
|
|
178
|
+
var R = "$isDayjsObject", K = function(M) {
|
|
179
|
+
return M instanceof ee || !(!M || !M[R]);
|
|
180
|
+
}, te = function M(k, E, D) {
|
|
181
181
|
var T;
|
|
182
|
-
if (!
|
|
183
|
-
if (typeof
|
|
184
|
-
var
|
|
185
|
-
O[
|
|
186
|
-
var y =
|
|
182
|
+
if (!k) return v;
|
|
183
|
+
if (typeof k == "string") {
|
|
184
|
+
var z = k.toLowerCase();
|
|
185
|
+
O[z] && (T = z), E && (O[z] = E, T = z);
|
|
186
|
+
var y = k.split("-");
|
|
187
187
|
if (!T && y.length > 1) return M(y[0]);
|
|
188
188
|
} else {
|
|
189
|
-
var C =
|
|
190
|
-
O[C] =
|
|
189
|
+
var C = k.name;
|
|
190
|
+
O[C] = k, T = C;
|
|
191
191
|
}
|
|
192
192
|
return !D && T && (v = T), T || !D && v;
|
|
193
|
-
}, Q = function(M,
|
|
193
|
+
}, Q = function(M, k) {
|
|
194
194
|
if (K(M)) return M.clone();
|
|
195
|
-
var E = typeof
|
|
195
|
+
var E = typeof k == "object" ? k : {};
|
|
196
196
|
return E.date = M, E.args = arguments, new ee(E);
|
|
197
197
|
}, P = x;
|
|
198
|
-
P.l = te, P.i = K, P.w = function(M,
|
|
199
|
-
return Q(M, { locale:
|
|
198
|
+
P.l = te, P.i = K, P.w = function(M, k) {
|
|
199
|
+
return Q(M, { locale: k.$L, utc: k.$u, x: k.$x, $offset: k.$offset });
|
|
200
200
|
};
|
|
201
201
|
var ee = (function() {
|
|
202
202
|
function M(E) {
|
|
203
|
-
this.$L = te(E.locale, null, !0), this.parse(E), this.$x = this.$x || E.x || {}, this[
|
|
203
|
+
this.$L = te(E.locale, null, !0), this.parse(E), this.$x = this.$x || E.x || {}, this[R] = !0;
|
|
204
204
|
}
|
|
205
|
-
var
|
|
206
|
-
return
|
|
205
|
+
var k = M.prototype;
|
|
206
|
+
return k.parse = function(E) {
|
|
207
207
|
this.$d = (function(D) {
|
|
208
|
-
var T = D.date,
|
|
208
|
+
var T = D.date, z = D.utc;
|
|
209
209
|
if (T === null) return /* @__PURE__ */ new Date(NaN);
|
|
210
210
|
if (P.u(T)) return /* @__PURE__ */ new Date();
|
|
211
211
|
if (T instanceof Date) return new Date(T);
|
|
212
212
|
if (typeof T == "string" && !/Z$/i.test(T)) {
|
|
213
213
|
var y = T.match(w);
|
|
214
214
|
if (y) {
|
|
215
|
-
var C = y[2] - 1 || 0,
|
|
216
|
-
return
|
|
215
|
+
var C = y[2] - 1 || 0, U = (y[7] || "0").substring(0, 3);
|
|
216
|
+
return z ? new Date(Date.UTC(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, U)) : new Date(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, U);
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
return new Date(T);
|
|
220
220
|
})(E), this.init();
|
|
221
|
-
},
|
|
221
|
+
}, k.init = function() {
|
|
222
222
|
var E = this.$d;
|
|
223
223
|
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();
|
|
224
|
-
},
|
|
224
|
+
}, k.$utils = function() {
|
|
225
225
|
return P;
|
|
226
|
-
},
|
|
226
|
+
}, k.isValid = function() {
|
|
227
227
|
return this.$d.toString() !== p;
|
|
228
|
-
},
|
|
228
|
+
}, k.isSame = function(E, D) {
|
|
229
229
|
var T = Q(E);
|
|
230
230
|
return this.startOf(D) <= T && T <= this.endOf(D);
|
|
231
|
-
},
|
|
231
|
+
}, k.isAfter = function(E, D) {
|
|
232
232
|
return Q(E) < this.startOf(D);
|
|
233
|
-
},
|
|
233
|
+
}, k.isBefore = function(E, D) {
|
|
234
234
|
return this.endOf(D) < Q(E);
|
|
235
|
-
},
|
|
235
|
+
}, k.$g = function(E, D, T) {
|
|
236
236
|
return P.u(E) ? this[D] : this.set(T, E);
|
|
237
|
-
},
|
|
237
|
+
}, k.unix = function() {
|
|
238
238
|
return Math.floor(this.valueOf() / 1e3);
|
|
239
|
-
},
|
|
239
|
+
}, k.valueOf = function() {
|
|
240
240
|
return this.$d.getTime();
|
|
241
|
-
},
|
|
242
|
-
var T = this,
|
|
241
|
+
}, k.startOf = function(E, D) {
|
|
242
|
+
var T = this, z = !!P.u(D) || D, y = P.p(E), C = function(X, F) {
|
|
243
243
|
var ie = P.w(T.$u ? Date.UTC(T.$y, F, X) : new Date(T.$y, F, X), T);
|
|
244
|
-
return
|
|
245
|
-
},
|
|
246
|
-
return P.w(T.toDate()[X].apply(T.toDate("s"), (
|
|
247
|
-
}, j = this.$W, B = this.$M, G = this.$D,
|
|
244
|
+
return z ? ie : ie.endOf(l);
|
|
245
|
+
}, U = function(X, F) {
|
|
246
|
+
return P.w(T.toDate()[X].apply(T.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(F)), T);
|
|
247
|
+
}, j = this.$W, B = this.$M, G = this.$D, H = "set" + (this.$u ? "UTC" : "");
|
|
248
248
|
switch (y) {
|
|
249
249
|
case A:
|
|
250
|
-
return
|
|
250
|
+
return z ? C(1, 0) : C(31, 11);
|
|
251
251
|
case h:
|
|
252
|
-
return
|
|
252
|
+
return z ? C(1, B) : C(0, B + 1);
|
|
253
253
|
case u:
|
|
254
254
|
var V = this.$locale().weekStart || 0, Z = (j < V ? j + 7 : j) - V;
|
|
255
|
-
return C(
|
|
255
|
+
return C(z ? G - Z : G + (6 - Z), B);
|
|
256
256
|
case l:
|
|
257
257
|
case g:
|
|
258
|
-
return
|
|
258
|
+
return U(H + "Hours", 0);
|
|
259
259
|
case d:
|
|
260
|
-
return
|
|
260
|
+
return U(H + "Minutes", 1);
|
|
261
261
|
case c:
|
|
262
|
-
return
|
|
262
|
+
return U(H + "Seconds", 2);
|
|
263
263
|
case i:
|
|
264
|
-
return
|
|
264
|
+
return U(H + "Milliseconds", 3);
|
|
265
265
|
default:
|
|
266
266
|
return this.clone();
|
|
267
267
|
}
|
|
268
|
-
},
|
|
268
|
+
}, k.endOf = function(E) {
|
|
269
269
|
return this.startOf(E, !1);
|
|
270
|
-
},
|
|
271
|
-
var T,
|
|
272
|
-
if (
|
|
270
|
+
}, k.$set = function(E, D) {
|
|
271
|
+
var T, z = P.p(E), y = "set" + (this.$u ? "UTC" : ""), C = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[h] = y + "Month", T[A] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[s] = y + "Milliseconds", T)[z], U = z === l ? this.$D + (D - this.$W) : D;
|
|
272
|
+
if (z === h || z === A) {
|
|
273
273
|
var j = this.clone().set(g, 1);
|
|
274
|
-
j.$d[C](
|
|
275
|
-
} else C && this.$d[C](
|
|
274
|
+
j.$d[C](U), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
275
|
+
} else C && this.$d[C](U);
|
|
276
276
|
return this.init(), this;
|
|
277
|
-
},
|
|
277
|
+
}, k.set = function(E, D) {
|
|
278
278
|
return this.clone().$set(E, D);
|
|
279
|
-
},
|
|
279
|
+
}, k.get = function(E) {
|
|
280
280
|
return this[P.p(E)]();
|
|
281
|
-
},
|
|
282
|
-
var T,
|
|
281
|
+
}, k.add = function(E, D) {
|
|
282
|
+
var T, z = this;
|
|
283
283
|
E = Number(E);
|
|
284
284
|
var y = P.p(D), C = function(B) {
|
|
285
|
-
var G = Q(
|
|
286
|
-
return P.w(G.date(G.date() + Math.round(B * E)),
|
|
285
|
+
var G = Q(z);
|
|
286
|
+
return P.w(G.date(G.date() + Math.round(B * E)), z);
|
|
287
287
|
};
|
|
288
288
|
if (y === h) return this.set(h, this.$M + E);
|
|
289
289
|
if (y === A) return this.set(A, this.$y + E);
|
|
290
290
|
if (y === l) return C(1);
|
|
291
291
|
if (y === u) return C(7);
|
|
292
|
-
var
|
|
292
|
+
var U = (T = {}, T[c] = r, T[d] = o, T[i] = n, T)[y] || 1, j = this.$d.getTime() + E * U;
|
|
293
293
|
return P.w(j, this);
|
|
294
|
-
},
|
|
294
|
+
}, k.subtract = function(E, D) {
|
|
295
295
|
return this.add(-1 * E, D);
|
|
296
|
-
},
|
|
296
|
+
}, k.format = function(E) {
|
|
297
297
|
var D = this, T = this.$locale();
|
|
298
298
|
if (!this.isValid()) return T.invalidDate || p;
|
|
299
|
-
var
|
|
300
|
-
return F && (F[ie] || F(D,
|
|
299
|
+
var z = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H, U = this.$m, j = this.$M, B = T.weekdays, G = T.months, H = T.meridiem, V = function(F, ie, q, Ae) {
|
|
300
|
+
return F && (F[ie] || F(D, z)) || q[ie].slice(0, Ae);
|
|
301
301
|
}, Z = function(F) {
|
|
302
302
|
return P.s(C % 12 || 12, F, "0");
|
|
303
|
-
}, X =
|
|
303
|
+
}, X = H || function(F, ie, q) {
|
|
304
304
|
var Ae = F < 12 ? "AM" : "PM";
|
|
305
|
-
return
|
|
305
|
+
return q ? Ae.toLowerCase() : Ae;
|
|
306
306
|
};
|
|
307
|
-
return
|
|
308
|
-
return ie || (function(
|
|
309
|
-
switch (
|
|
307
|
+
return z.replace(_, (function(F, ie) {
|
|
308
|
+
return ie || (function(q) {
|
|
309
|
+
switch (q) {
|
|
310
310
|
case "YY":
|
|
311
311
|
return String(D.$y).slice(-2);
|
|
312
312
|
case "YYYY":
|
|
@@ -340,13 +340,13 @@ function Dr() {
|
|
|
340
340
|
case "hh":
|
|
341
341
|
return Z(2);
|
|
342
342
|
case "a":
|
|
343
|
-
return X(C,
|
|
343
|
+
return X(C, U, !0);
|
|
344
344
|
case "A":
|
|
345
|
-
return X(C,
|
|
345
|
+
return X(C, U, !1);
|
|
346
346
|
case "m":
|
|
347
|
-
return String(
|
|
347
|
+
return String(U);
|
|
348
348
|
case "mm":
|
|
349
|
-
return P.s(
|
|
349
|
+
return P.s(U, 2, "0");
|
|
350
350
|
case "s":
|
|
351
351
|
return String(D.$s);
|
|
352
352
|
case "ss":
|
|
@@ -359,67 +359,67 @@ function Dr() {
|
|
|
359
359
|
return null;
|
|
360
360
|
})(F) || y.replace(":", "");
|
|
361
361
|
}));
|
|
362
|
-
},
|
|
362
|
+
}, k.utcOffset = function() {
|
|
363
363
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
364
|
-
},
|
|
365
|
-
var
|
|
366
|
-
return P.m(y,
|
|
364
|
+
}, k.diff = function(E, D, T) {
|
|
365
|
+
var z, y = this, C = P.p(D), U = Q(E), j = (U.utcOffset() - this.utcOffset()) * r, B = this - U, G = function() {
|
|
366
|
+
return P.m(y, U);
|
|
367
367
|
};
|
|
368
368
|
switch (C) {
|
|
369
369
|
case A:
|
|
370
|
-
|
|
370
|
+
z = G() / 12;
|
|
371
371
|
break;
|
|
372
372
|
case h:
|
|
373
|
-
|
|
373
|
+
z = G();
|
|
374
374
|
break;
|
|
375
375
|
case f:
|
|
376
|
-
|
|
376
|
+
z = G() / 3;
|
|
377
377
|
break;
|
|
378
378
|
case u:
|
|
379
|
-
|
|
379
|
+
z = (B - j) / 6048e5;
|
|
380
380
|
break;
|
|
381
381
|
case l:
|
|
382
|
-
|
|
382
|
+
z = (B - j) / 864e5;
|
|
383
383
|
break;
|
|
384
384
|
case d:
|
|
385
|
-
|
|
385
|
+
z = B / o;
|
|
386
386
|
break;
|
|
387
387
|
case c:
|
|
388
|
-
|
|
388
|
+
z = B / r;
|
|
389
389
|
break;
|
|
390
390
|
case i:
|
|
391
|
-
|
|
391
|
+
z = B / n;
|
|
392
392
|
break;
|
|
393
393
|
default:
|
|
394
|
-
|
|
394
|
+
z = B;
|
|
395
395
|
}
|
|
396
|
-
return T ?
|
|
397
|
-
},
|
|
396
|
+
return T ? z : P.a(z);
|
|
397
|
+
}, k.daysInMonth = function() {
|
|
398
398
|
return this.endOf(h).$D;
|
|
399
|
-
},
|
|
399
|
+
}, k.$locale = function() {
|
|
400
400
|
return O[this.$L];
|
|
401
|
-
},
|
|
401
|
+
}, k.locale = function(E, D) {
|
|
402
402
|
if (!E) return this.$L;
|
|
403
|
-
var T = this.clone(),
|
|
404
|
-
return
|
|
405
|
-
},
|
|
403
|
+
var T = this.clone(), z = te(E, D, !0);
|
|
404
|
+
return z && (T.$L = z), T;
|
|
405
|
+
}, k.clone = function() {
|
|
406
406
|
return P.w(this.$d, this);
|
|
407
|
-
},
|
|
407
|
+
}, k.toDate = function() {
|
|
408
408
|
return new Date(this.valueOf());
|
|
409
|
-
},
|
|
409
|
+
}, k.toJSON = function() {
|
|
410
410
|
return this.isValid() ? this.toISOString() : null;
|
|
411
|
-
},
|
|
411
|
+
}, k.toISOString = function() {
|
|
412
412
|
return this.$d.toISOString();
|
|
413
|
-
},
|
|
413
|
+
}, k.toString = function() {
|
|
414
414
|
return this.$d.toUTCString();
|
|
415
415
|
}, M;
|
|
416
416
|
})(), ce = ee.prototype;
|
|
417
417
|
return Q.prototype = ce, [["$ms", s], ["$s", i], ["$m", c], ["$H", d], ["$W", l], ["$M", h], ["$y", A], ["$D", g]].forEach((function(M) {
|
|
418
|
-
ce[M[1]] = function(
|
|
419
|
-
return this.$g(
|
|
418
|
+
ce[M[1]] = function(k) {
|
|
419
|
+
return this.$g(k, M[0], M[1]);
|
|
420
420
|
};
|
|
421
|
-
})), Q.extend = function(M,
|
|
422
|
-
return M.$i || (M(
|
|
421
|
+
})), Q.extend = function(M, k) {
|
|
422
|
+
return M.$i || (M(k, ee, Q), M.$i = !0), Q;
|
|
423
423
|
}, Q.locale = te, Q.isDayjs = K, Q.unix = function(M) {
|
|
424
424
|
return Q(1e3 * M);
|
|
425
425
|
}, Q.en = O[v], Q.Ls = O, Q.p = {}, Q;
|
|
@@ -428,9 +428,9 @@ function Dr() {
|
|
|
428
428
|
}
|
|
429
429
|
var $o = Dr();
|
|
430
430
|
const Ee = /* @__PURE__ */ Nt($o);
|
|
431
|
-
var cn = { exports: {} }, Yo = cn.exports,
|
|
431
|
+
var cn = { exports: {} }, Yo = cn.exports, La;
|
|
432
432
|
function Ko() {
|
|
433
|
-
return
|
|
433
|
+
return La || (La = 1, (function(e, t) {
|
|
434
434
|
(function(n, r) {
|
|
435
435
|
e.exports = r();
|
|
436
436
|
})(Yo, (function() {
|
|
@@ -447,8 +447,8 @@ function Ko() {
|
|
|
447
447
|
var O = (n.rounding || Math.round)(Math.abs(g));
|
|
448
448
|
if (w = g > 0, O <= v.r || !v.r) {
|
|
449
449
|
O <= 1 && x > 0 && (v = S[x - 1]);
|
|
450
|
-
var
|
|
451
|
-
A && (O = A("" + O)), p = typeof
|
|
450
|
+
var R = _[v.l];
|
|
451
|
+
A && (O = A("" + O)), p = typeof R == "string" ? R.replace("%d", O) : R(O, u, v.l, w);
|
|
452
452
|
break;
|
|
453
453
|
}
|
|
454
454
|
}
|
|
@@ -528,7 +528,7 @@ function ns() {
|
|
|
528
528
|
v === void 0 && (v = "");
|
|
529
529
|
var O = v.match(r);
|
|
530
530
|
if (!O) return null;
|
|
531
|
-
var
|
|
531
|
+
var R = ("" + O[0]).match(o) || ["-", 0, 0], K = R[0], te = 60 * +R[1] + +R[2];
|
|
532
532
|
return te === 0 ? 0 : K === "+" ? te : -te;
|
|
533
533
|
})(p), p === null)) return this;
|
|
534
534
|
var S = Math.abs(p) <= 16 ? 60 * p : p;
|
|
@@ -589,8 +589,8 @@ function ss() {
|
|
|
589
589
|
var _ = g[w], S = _.type, N = _.value, x = n[S];
|
|
590
590
|
x >= 0 && (p[x] = parseInt(N, 10));
|
|
591
591
|
}
|
|
592
|
-
var v = p[3], O = v === 24 ? 0 : v,
|
|
593
|
-
return (i.utc(
|
|
592
|
+
var v = p[3], O = v === 24 ? 0 : v, R = p[0] + "-" + p[1] + "-" + p[2] + " " + O + ":" + p[4] + ":" + p[5] + ":000", K = +f;
|
|
593
|
+
return (i.utc(R).valueOf() - (K -= K % 1e3)) / 6e4;
|
|
594
594
|
}, u = s.prototype;
|
|
595
595
|
u.tz = function(f, A) {
|
|
596
596
|
f === void 0 && (f = c);
|
|
@@ -615,10 +615,10 @@ function ss() {
|
|
|
615
615
|
}, i.tz = function(f, A, g) {
|
|
616
616
|
var p = g && A, w = g || A || c, _ = l(+i(), w);
|
|
617
617
|
if (typeof f != "string") return i(f).tz(w);
|
|
618
|
-
var S = (function(O,
|
|
619
|
-
var te = O - 60 *
|
|
620
|
-
if (
|
|
621
|
-
var P = l(te -= 60 * (Q -
|
|
618
|
+
var S = (function(O, R, K) {
|
|
619
|
+
var te = O - 60 * R * 1e3, Q = l(te, K);
|
|
620
|
+
if (R === Q) return [te, R];
|
|
621
|
+
var P = l(te -= 60 * (Q - R) * 1e3, K);
|
|
622
622
|
return Q === P ? [te, Q] : [O - 60 * Math.min(Q, P) * 1e3, Math.max(Q, P)];
|
|
623
623
|
})(i.utc(f, p).valueOf(), _, w), N = S[0], x = S[1], v = i(N).utcOffset(x);
|
|
624
624
|
return v.$x.$timezone = w, v;
|
|
@@ -647,7 +647,7 @@ const Nn = (e) => e === "en" ? "en" : "es", je = (e) => {
|
|
|
647
647
|
}, ls = (e) => {
|
|
648
648
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = Nn(t ?? "es");
|
|
649
649
|
return Ee.tz(e, n).locale(r).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
650
|
-
},
|
|
650
|
+
}, A9 = (e) => {
|
|
651
651
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = Nn(t ?? "es");
|
|
652
652
|
return Ee.tz(e, n).locale(r).format("dddd DD [de] MMMM YYYY");
|
|
653
653
|
}, Qe = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
@@ -690,7 +690,7 @@ const Mt = (e, t, n) => ({
|
|
|
690
690
|
tags: []
|
|
691
691
|
}
|
|
692
692
|
});
|
|
693
|
-
function
|
|
693
|
+
function w9(e) {
|
|
694
694
|
const t = [], n = e.match(
|
|
695
695
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
696
696
|
);
|
|
@@ -954,14 +954,14 @@ const An = () => {
|
|
|
954
954
|
s > 0 && (r += `/${o}`);
|
|
955
955
|
}), `${r}/page/${n - 1}`;
|
|
956
956
|
};
|
|
957
|
-
function
|
|
957
|
+
function y9(e) {
|
|
958
958
|
const t = e.length;
|
|
959
959
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
960
960
|
}
|
|
961
961
|
const ys = () => {
|
|
962
962
|
const { PUBLIC_ASSETS_URL: e } = $();
|
|
963
963
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
964
|
-
}, { PUBLIC_ASSETS_URL:
|
|
964
|
+
}, { PUBLIC_ASSETS_URL: Rn } = $(), vs = Rn && Rn !== "false" ? Rn : "", Da = ({ images: e }) => /* @__PURE__ */ a(J, { children: e.map(
|
|
965
965
|
(t, n) => t.href !== "" && /* @__PURE__ */ a(
|
|
966
966
|
"link",
|
|
967
967
|
{
|
|
@@ -1013,7 +1013,7 @@ const ys = () => {
|
|
|
1013
1013
|
]
|
|
1014
1014
|
}
|
|
1015
1015
|
};
|
|
1016
|
-
},
|
|
1016
|
+
}, v9 = (e) => {
|
|
1017
1017
|
let t = "";
|
|
1018
1018
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1019
1019
|
const n = e.params.news.split("-"), r = n[n.length - 1] ?? "", o = r.substring(1, 9), s = r.substring(9, 13);
|
|
@@ -1031,7 +1031,7 @@ const ys = () => {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
return e.config.servicePrefix + t;
|
|
1033
1033
|
};
|
|
1034
|
-
function
|
|
1034
|
+
function b9(e) {
|
|
1035
1035
|
const t = e.split("-"), n = t[t.length - 1]?.split("."), r = n && n[0] ? n[0] : "", o = r.substring(0, 2), s = r.substring(2, 10), i = r.substring(10);
|
|
1036
1036
|
return { path: {
|
|
1037
1037
|
vy: (d) => `/videos/video-youtube/${Ee(s).format(
|
|
@@ -1046,7 +1046,7 @@ function b3(e) {
|
|
|
1046
1046
|
const vt = (e, t) => {
|
|
1047
1047
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1048
1048
|
return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1049
|
-
},
|
|
1049
|
+
}, C9 = (e) => {
|
|
1050
1050
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: r = !1 } = e;
|
|
1051
1051
|
return r ? "src" : t + n;
|
|
1052
1052
|
}, Cs = { prerender: [
|
|
@@ -1089,7 +1089,7 @@ const vt = (e, t) => {
|
|
|
1089
1089
|
}) => {
|
|
1090
1090
|
const { PUBLIC_PUBLICATION_ID: o = "" } = $();
|
|
1091
1091
|
let s = [];
|
|
1092
|
-
const i = n === "/" || n === "/index.html" ? void 0 : Ls
|
|
1092
|
+
const i = n === "/" || n === "/index.html" ? void 0 : Rs(Ls[r]({ pathname: n, config: e })), c = Es[r] ?? void 0, d = {
|
|
1093
1093
|
newstype: e.newsType,
|
|
1094
1094
|
publication: Number(o),
|
|
1095
1095
|
...i && c ? { query: `${c}:('${i}')` } : {}
|
|
@@ -1177,7 +1177,7 @@ const Ts = async ({
|
|
|
1177
1177
|
dangerouslySetInnerHTML: { __html: JSON.stringify(n) }
|
|
1178
1178
|
}
|
|
1179
1179
|
);
|
|
1180
|
-
},
|
|
1180
|
+
}, ks = ({ config: e }) => {
|
|
1181
1181
|
const t = {
|
|
1182
1182
|
"@context": "https://schema.org",
|
|
1183
1183
|
"@type": "WebSite",
|
|
@@ -1197,7 +1197,7 @@ const Ts = async ({
|
|
|
1197
1197
|
dangerouslySetInnerHTML: { __html: JSON.stringify(t) }
|
|
1198
1198
|
}
|
|
1199
1199
|
);
|
|
1200
|
-
},
|
|
1200
|
+
}, Us = async ({ realPath: e, config: t, axiosApi: n }) => {
|
|
1201
1201
|
try {
|
|
1202
1202
|
const r = {
|
|
1203
1203
|
path: e,
|
|
@@ -1219,7 +1219,7 @@ const Ts = async ({
|
|
|
1219
1219
|
} catch (r) {
|
|
1220
1220
|
return console.error("Error fetching video schemas:", r), null;
|
|
1221
1221
|
}
|
|
1222
|
-
},
|
|
1222
|
+
}, qs = ({ config: e }) => {
|
|
1223
1223
|
const t = `@font-face {
|
|
1224
1224
|
font-family: '${e.fontName}';
|
|
1225
1225
|
font-style: normal;
|
|
@@ -1248,7 +1248,7 @@ const Ts = async ({
|
|
|
1248
1248
|
href: `https://fonts.googleapis.com/css2?${e.googleFontFamily}&display=swap`
|
|
1249
1249
|
}
|
|
1250
1250
|
) });
|
|
1251
|
-
},
|
|
1251
|
+
}, zr = {
|
|
1252
1252
|
404: () => {
|
|
1253
1253
|
},
|
|
1254
1254
|
home: () => ({
|
|
@@ -1329,11 +1329,11 @@ const Ts = async ({
|
|
|
1329
1329
|
"[tag_replace]": "",
|
|
1330
1330
|
"[url_replace]": ""
|
|
1331
1331
|
})
|
|
1332
|
-
},
|
|
1332
|
+
}, Rs = (e) => {
|
|
1333
1333
|
if (e.search("/page/") === -1) return e.replace("/", "");
|
|
1334
1334
|
const t = e.split("/"), n = t.indexOf("page") - 1;
|
|
1335
1335
|
return n < 0 ? e : (t[n] ?? "").replace("/", "");
|
|
1336
|
-
},
|
|
1336
|
+
}, Ls = {
|
|
1337
1337
|
404: () => "404",
|
|
1338
1338
|
home: () => "home",
|
|
1339
1339
|
slug: (e) => e.pathname.replace("/", ""),
|
|
@@ -1351,7 +1351,7 @@ const Ts = async ({
|
|
|
1351
1351
|
}, Yt = (e) => {
|
|
1352
1352
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1353
1353
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1354
|
-
},
|
|
1354
|
+
}, _9 = (e, t = 2) => {
|
|
1355
1355
|
if (!e || e.length === 0) return [];
|
|
1356
1356
|
const n = [];
|
|
1357
1357
|
for (let r = 0; r < t; r++) {
|
|
@@ -1364,7 +1364,7 @@ const Ts = async ({
|
|
|
1364
1364
|
}
|
|
1365
1365
|
return n;
|
|
1366
1366
|
};
|
|
1367
|
-
class
|
|
1367
|
+
class N9 {
|
|
1368
1368
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1369
1369
|
config = {};
|
|
1370
1370
|
imgSizes = {};
|
|
@@ -1485,7 +1485,7 @@ class N3 {
|
|
|
1485
1485
|
};
|
|
1486
1486
|
}
|
|
1487
1487
|
}
|
|
1488
|
-
function
|
|
1488
|
+
function Hr(e, t) {
|
|
1489
1489
|
return function() {
|
|
1490
1490
|
return e.apply(t, arguments);
|
|
1491
1491
|
};
|
|
@@ -1515,12 +1515,12 @@ const Ps = xn("string"), Ce = xn("function"), Wr = xn("number"), Gt = (e) => e !
|
|
|
1515
1515
|
} catch {
|
|
1516
1516
|
return !1;
|
|
1517
1517
|
}
|
|
1518
|
-
}, js = Oe("Date"), Qs = Oe("File"), Gs = Oe("Blob"),
|
|
1518
|
+
}, js = Oe("Date"), Qs = Oe("File"), Gs = Oe("Blob"), zs = Oe("FileList"), Hs = (e) => Gt(e) && Ce(e.pipe), Vs = (e) => {
|
|
1519
1519
|
let t;
|
|
1520
1520
|
return e && (typeof FormData == "function" && e instanceof FormData || Ce(e.append) && ((t = En(e)) === "formdata" || // detect form-data instance
|
|
1521
1521
|
t === "object" && Ce(e.toString) && e.toString() === "[object FormData]"));
|
|
1522
1522
|
}, Fs = Oe("URLSearchParams"), [Ws, $s, Ys, Ks] = ["ReadableStream", "Request", "Response", "Headers"].map(Oe), Js = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1523
|
-
function
|
|
1523
|
+
function zt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1524
1524
|
if (e === null || typeof e > "u")
|
|
1525
1525
|
return;
|
|
1526
1526
|
let r, o;
|
|
@@ -1554,11 +1554,11 @@ function na() {
|
|
|
1554
1554
|
hn(n[i]) && hn(o) ? n[i] = na(n[i], o) : hn(o) ? n[i] = na({}, o) : St(o) ? n[i] = o.slice() : (!t || !bt(o)) && (n[i] = o);
|
|
1555
1555
|
};
|
|
1556
1556
|
for (let o = 0, s = arguments.length; o < s; o++)
|
|
1557
|
-
arguments[o] &&
|
|
1557
|
+
arguments[o] && zt(arguments[o], r);
|
|
1558
1558
|
return n;
|
|
1559
1559
|
}
|
|
1560
|
-
const Zs = (e, t, n, { allOwnKeys: r } = {}) => (
|
|
1561
|
-
n && Ce(o) ? e[s] =
|
|
1560
|
+
const Zs = (e, t, n, { allOwnKeys: r } = {}) => (zt(t, (o, s) => {
|
|
1561
|
+
n && Ce(o) ? e[s] = Hr(o, n) : e[s] = o;
|
|
1562
1562
|
}, { allOwnKeys: r }), e), Xs = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), ei = (e, t, n, r) => {
|
|
1563
1563
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
1564
1564
|
value: t.prototype
|
|
@@ -1606,7 +1606,7 @@ const Zs = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (o, s) => {
|
|
|
1606
1606
|
}
|
|
1607
1607
|
), Ma = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), li = Oe("RegExp"), Kr = (e, t) => {
|
|
1608
1608
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
1609
|
-
|
|
1609
|
+
zt(n, (o, s) => {
|
|
1610
1610
|
let i;
|
|
1611
1611
|
(i = t(o, s, e)) !== !1 && (r[s] = i || o);
|
|
1612
1612
|
}), Object.defineProperties(e, r);
|
|
@@ -1647,7 +1647,7 @@ const gi = (e) => {
|
|
|
1647
1647
|
if (!("toJSON" in r)) {
|
|
1648
1648
|
t[o] = r;
|
|
1649
1649
|
const s = St(r) ? [] : {};
|
|
1650
|
-
return
|
|
1650
|
+
return zt(r, (i, c) => {
|
|
1651
1651
|
const d = n(i, o + 1);
|
|
1652
1652
|
!bt(d) && (s[c] = d);
|
|
1653
1653
|
}), t[o] = void 0, s;
|
|
@@ -1685,11 +1685,11 @@ const gi = (e) => {
|
|
|
1685
1685
|
isBlob: Gs,
|
|
1686
1686
|
isRegExp: li,
|
|
1687
1687
|
isFunction: Ce,
|
|
1688
|
-
isStream:
|
|
1688
|
+
isStream: Hs,
|
|
1689
1689
|
isURLSearchParams: Fs,
|
|
1690
1690
|
isTypedArray: ri,
|
|
1691
|
-
isFileList:
|
|
1692
|
-
forEach:
|
|
1691
|
+
isFileList: zs,
|
|
1692
|
+
forEach: zt,
|
|
1693
1693
|
merge: na,
|
|
1694
1694
|
extend: Zs,
|
|
1695
1695
|
trim: Js,
|
|
@@ -1970,18 +1970,18 @@ const ao = {
|
|
|
1970
1970
|
},
|
|
1971
1971
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
1972
1972
|
}, ya = typeof window < "u" && typeof document < "u", ra = typeof navigator == "object" && navigator || void 0, Ti = ya && (!ra || ["ReactNative", "NativeScript", "NS"].indexOf(ra.product) < 0), Ii = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
1973
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
1973
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ki = ya && window.location.href || "http://localhost", Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1974
1974
|
__proto__: null,
|
|
1975
1975
|
hasBrowserEnv: ya,
|
|
1976
1976
|
hasStandardBrowserEnv: Ti,
|
|
1977
1977
|
hasStandardBrowserWebWorkerEnv: Ii,
|
|
1978
1978
|
navigator: ra,
|
|
1979
|
-
origin:
|
|
1979
|
+
origin: ki
|
|
1980
1980
|
}, Symbol.toStringTag, { value: "Module" })), fe = {
|
|
1981
|
-
...
|
|
1981
|
+
...Ui,
|
|
1982
1982
|
...xi
|
|
1983
1983
|
};
|
|
1984
|
-
function
|
|
1984
|
+
function qi(e, t) {
|
|
1985
1985
|
return Tn(e, new fe.classes.URLSearchParams(), {
|
|
1986
1986
|
visitor: function(n, r, o, s) {
|
|
1987
1987
|
return fe.isNode && b.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
|
|
@@ -1989,10 +1989,10 @@ function Ri(e, t) {
|
|
|
1989
1989
|
...t
|
|
1990
1990
|
});
|
|
1991
1991
|
}
|
|
1992
|
-
function
|
|
1992
|
+
function Ri(e) {
|
|
1993
1993
|
return b.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
1994
1994
|
}
|
|
1995
|
-
function
|
|
1995
|
+
function Li(e) {
|
|
1996
1996
|
const t = {}, n = Object.keys(e);
|
|
1997
1997
|
let r;
|
|
1998
1998
|
const o = n.length;
|
|
@@ -2006,12 +2006,12 @@ function ro(e) {
|
|
|
2006
2006
|
let i = n[s++];
|
|
2007
2007
|
if (i === "__proto__") return !0;
|
|
2008
2008
|
const c = Number.isFinite(+i), d = s >= n.length;
|
|
2009
|
-
return i = !i && b.isArray(o) ? o.length : i, d ? (b.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !c) : ((!o[i] || !b.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && b.isArray(o[i]) && (o[i] =
|
|
2009
|
+
return i = !i && b.isArray(o) ? o.length : i, d ? (b.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !c) : ((!o[i] || !b.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && b.isArray(o[i]) && (o[i] = Li(o[i])), !c);
|
|
2010
2010
|
}
|
|
2011
2011
|
if (b.isFormData(e) && b.isFunction(e.entries)) {
|
|
2012
2012
|
const n = {};
|
|
2013
2013
|
return b.forEachEntry(e, (r, o) => {
|
|
2014
|
-
t(
|
|
2014
|
+
t(Ri(r), o, n, 0);
|
|
2015
2015
|
}), n;
|
|
2016
2016
|
}
|
|
2017
2017
|
return null;
|
|
@@ -2026,7 +2026,7 @@ function Bi(e, t, n) {
|
|
|
2026
2026
|
}
|
|
2027
2027
|
return (n || JSON.stringify)(e);
|
|
2028
2028
|
}
|
|
2029
|
-
const
|
|
2029
|
+
const Ht = {
|
|
2030
2030
|
transitional: ao,
|
|
2031
2031
|
adapter: ["xhr", "http", "fetch"],
|
|
2032
2032
|
transformRequest: [function(t, n) {
|
|
@@ -2042,7 +2042,7 @@ const zt = {
|
|
|
2042
2042
|
let c;
|
|
2043
2043
|
if (s) {
|
|
2044
2044
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
2045
|
-
return
|
|
2045
|
+
return qi(t, this.formSerializer).toString();
|
|
2046
2046
|
if ((c = b.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
|
|
2047
2047
|
const d = this.env && this.env.FormData;
|
|
2048
2048
|
return Tn(
|
|
@@ -2055,7 +2055,7 @@ const zt = {
|
|
|
2055
2055
|
return s || o ? (n.setContentType("application/json", !1), Bi(t)) : t;
|
|
2056
2056
|
}],
|
|
2057
2057
|
transformResponse: [function(t) {
|
|
2058
|
-
const n = this.transitional ||
|
|
2058
|
+
const n = this.transitional || Ht.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
2059
2059
|
if (b.isResponse(t) || b.isReadableStream(t))
|
|
2060
2060
|
return t;
|
|
2061
2061
|
if (t && b.isString(t) && (r && !this.responseType || o)) {
|
|
@@ -2093,7 +2093,7 @@ const zt = {
|
|
|
2093
2093
|
}
|
|
2094
2094
|
};
|
|
2095
2095
|
b.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
2096
|
-
|
|
2096
|
+
Ht.headers[e] = {};
|
|
2097
2097
|
});
|
|
2098
2098
|
const Oi = b.toObjectSet([
|
|
2099
2099
|
"age",
|
|
@@ -2120,8 +2120,8 @@ const Oi = b.toObjectSet([
|
|
|
2120
2120
|
`).forEach(function(i) {
|
|
2121
2121
|
o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Oi[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
2122
2122
|
}), t;
|
|
2123
|
-
},
|
|
2124
|
-
function
|
|
2123
|
+
}, za = Symbol("internals");
|
|
2124
|
+
function kt(e) {
|
|
2125
2125
|
return e && String(e).trim().toLowerCase();
|
|
2126
2126
|
}
|
|
2127
2127
|
function mn(e) {
|
|
@@ -2135,7 +2135,7 @@ function Di(e) {
|
|
|
2135
2135
|
return t;
|
|
2136
2136
|
}
|
|
2137
2137
|
const Mi = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
2138
|
-
function
|
|
2138
|
+
function Ln(e, t, n, r, o) {
|
|
2139
2139
|
if (b.isFunction(r))
|
|
2140
2140
|
return r.call(this, t, n);
|
|
2141
2141
|
if (o && (t = n), !!b.isString(t)) {
|
|
@@ -2166,7 +2166,7 @@ let _e = class {
|
|
|
2166
2166
|
set(t, n, r) {
|
|
2167
2167
|
const o = this;
|
|
2168
2168
|
function s(c, d, l) {
|
|
2169
|
-
const u =
|
|
2169
|
+
const u = kt(d);
|
|
2170
2170
|
if (!u)
|
|
2171
2171
|
throw new Error("header name must be a non-empty string");
|
|
2172
2172
|
const h = b.findKey(o, u);
|
|
@@ -2190,7 +2190,7 @@ let _e = class {
|
|
|
2190
2190
|
return this;
|
|
2191
2191
|
}
|
|
2192
2192
|
get(t, n) {
|
|
2193
|
-
if (t =
|
|
2193
|
+
if (t = kt(t), t) {
|
|
2194
2194
|
const r = b.findKey(this, t);
|
|
2195
2195
|
if (r) {
|
|
2196
2196
|
const o = this[r];
|
|
@@ -2207,9 +2207,9 @@ let _e = class {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
}
|
|
2209
2209
|
has(t, n) {
|
|
2210
|
-
if (t =
|
|
2210
|
+
if (t = kt(t), t) {
|
|
2211
2211
|
const r = b.findKey(this, t);
|
|
2212
|
-
return !!(r && this[r] !== void 0 && (!n ||
|
|
2212
|
+
return !!(r && this[r] !== void 0 && (!n || Ln(this, this[r], r, n)));
|
|
2213
2213
|
}
|
|
2214
2214
|
return !1;
|
|
2215
2215
|
}
|
|
@@ -2217,9 +2217,9 @@ let _e = class {
|
|
|
2217
2217
|
const r = this;
|
|
2218
2218
|
let o = !1;
|
|
2219
2219
|
function s(i) {
|
|
2220
|
-
if (i =
|
|
2220
|
+
if (i = kt(i), i) {
|
|
2221
2221
|
const c = b.findKey(r, i);
|
|
2222
|
-
c && (!n ||
|
|
2222
|
+
c && (!n || Ln(r, r[c], c, n)) && (delete r[c], o = !0);
|
|
2223
2223
|
}
|
|
2224
2224
|
}
|
|
2225
2225
|
return b.isArray(t) ? t.forEach(s) : s(t), o;
|
|
@@ -2229,7 +2229,7 @@ let _e = class {
|
|
|
2229
2229
|
let r = n.length, o = !1;
|
|
2230
2230
|
for (; r--; ) {
|
|
2231
2231
|
const s = n[r];
|
|
2232
|
-
(!t ||
|
|
2232
|
+
(!t || Ln(this, this[s], s, t, !0)) && (delete this[s], o = !0);
|
|
2233
2233
|
}
|
|
2234
2234
|
return o;
|
|
2235
2235
|
}
|
|
@@ -2275,11 +2275,11 @@ let _e = class {
|
|
|
2275
2275
|
return n.forEach((o) => r.set(o)), r;
|
|
2276
2276
|
}
|
|
2277
2277
|
static accessor(t) {
|
|
2278
|
-
const r = (this[
|
|
2278
|
+
const r = (this[za] = this[za] = {
|
|
2279
2279
|
accessors: {}
|
|
2280
2280
|
}).accessors, o = this.prototype;
|
|
2281
2281
|
function s(i) {
|
|
2282
|
-
const c =
|
|
2282
|
+
const c = kt(i);
|
|
2283
2283
|
r[c] || (Qi(o, i), r[c] = !0);
|
|
2284
2284
|
}
|
|
2285
2285
|
return b.isArray(t) ? t.forEach(s) : s(t), this;
|
|
@@ -2297,7 +2297,7 @@ b.reduceDescriptors(_e.prototype, ({ value: e }, t) => {
|
|
|
2297
2297
|
});
|
|
2298
2298
|
b.freezeMethods(_e);
|
|
2299
2299
|
function Bn(e, t) {
|
|
2300
|
-
const n = this ||
|
|
2300
|
+
const n = this || Ht, r = t || n, o = _e.from(r.headers);
|
|
2301
2301
|
let s = r.data;
|
|
2302
2302
|
return b.forEach(e, function(c) {
|
|
2303
2303
|
s = c.call(n, s, o.normalize(), t ? t.status : void 0);
|
|
@@ -2326,7 +2326,7 @@ function Gi(e) {
|
|
|
2326
2326
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
2327
2327
|
return t && t[1] || "";
|
|
2328
2328
|
}
|
|
2329
|
-
function
|
|
2329
|
+
function zi(e, t) {
|
|
2330
2330
|
e = e || 10;
|
|
2331
2331
|
const n = new Array(e), r = new Array(e);
|
|
2332
2332
|
let o = 0, s = 0, i;
|
|
@@ -2342,7 +2342,7 @@ function Hi(e, t) {
|
|
|
2342
2342
|
return A ? Math.round(f * 1e3 / A) : void 0;
|
|
2343
2343
|
};
|
|
2344
2344
|
}
|
|
2345
|
-
function
|
|
2345
|
+
function Hi(e, t) {
|
|
2346
2346
|
let n = 0, r = 1e3 / t, o, s;
|
|
2347
2347
|
const i = (l, u = Date.now()) => {
|
|
2348
2348
|
n = u, o = null, s && (clearTimeout(s), s = null), e(...l);
|
|
@@ -2356,8 +2356,8 @@ function zi(e, t) {
|
|
|
2356
2356
|
}
|
|
2357
2357
|
const wn = (e, t, n = 3) => {
|
|
2358
2358
|
let r = 0;
|
|
2359
|
-
const o =
|
|
2360
|
-
return
|
|
2359
|
+
const o = zi(50, 250);
|
|
2360
|
+
return Hi((s) => {
|
|
2361
2361
|
const i = s.loaded, c = s.lengthComputable ? s.total : void 0, d = i - r, l = o(d), u = i <= c;
|
|
2362
2362
|
r = i;
|
|
2363
2363
|
const h = {
|
|
@@ -2373,7 +2373,7 @@ const wn = (e, t, n = 3) => {
|
|
|
2373
2373
|
};
|
|
2374
2374
|
e(h);
|
|
2375
2375
|
}, n);
|
|
2376
|
-
},
|
|
2376
|
+
}, Ha = (e, t) => {
|
|
2377
2377
|
const n = e != null;
|
|
2378
2378
|
return [(r) => t[0]({
|
|
2379
2379
|
lengthComputable: n,
|
|
@@ -2532,10 +2532,10 @@ const co = (e) => {
|
|
|
2532
2532
|
config: e,
|
|
2533
2533
|
request: w
|
|
2534
2534
|
};
|
|
2535
|
-
so(function(
|
|
2536
|
-
n(
|
|
2537
|
-
}, function(
|
|
2538
|
-
r(
|
|
2535
|
+
so(function(R) {
|
|
2536
|
+
n(R), p();
|
|
2537
|
+
}, function(R) {
|
|
2538
|
+
r(R), p();
|
|
2539
2539
|
}, v), w = null;
|
|
2540
2540
|
}
|
|
2541
2541
|
"onloadend" in w ? w.onloadend = _ : w.onreadystatechange = function() {
|
|
@@ -2714,27 +2714,27 @@ const co = (e) => {
|
|
|
2714
2714
|
timeout: x,
|
|
2715
2715
|
onDownloadProgress: v,
|
|
2716
2716
|
onUploadProgress: O,
|
|
2717
|
-
responseType:
|
|
2717
|
+
responseType: R,
|
|
2718
2718
|
headers: K,
|
|
2719
2719
|
withCredentials: te = "same-origin",
|
|
2720
2720
|
fetchOptions: Q
|
|
2721
2721
|
} = co(g), P = t || fetch;
|
|
2722
|
-
|
|
2722
|
+
R = R ? (R + "").toLowerCase() : "text";
|
|
2723
2723
|
let ee = Ji([S, N && N.toAbortSignal()], x), ce = null;
|
|
2724
2724
|
const M = ee && ee.unsubscribe && (() => {
|
|
2725
2725
|
ee.unsubscribe();
|
|
2726
2726
|
});
|
|
2727
|
-
let
|
|
2727
|
+
let k;
|
|
2728
2728
|
try {
|
|
2729
|
-
if (O && l && w !== "get" && w !== "head" && (
|
|
2729
|
+
if (O && l && w !== "get" && w !== "head" && (k = await A(K, _)) !== 0) {
|
|
2730
2730
|
let C = new n(p, {
|
|
2731
2731
|
method: "POST",
|
|
2732
2732
|
body: _,
|
|
2733
2733
|
duplex: "half"
|
|
2734
|
-
}),
|
|
2735
|
-
if (b.isFormData(_) && (
|
|
2736
|
-
const [j, B] =
|
|
2737
|
-
|
|
2734
|
+
}), U;
|
|
2735
|
+
if (b.isFormData(_) && (U = C.headers.get("content-type")) && K.setContentType(U), C.body) {
|
|
2736
|
+
const [j, B] = Ha(
|
|
2737
|
+
k,
|
|
2738
2738
|
wn(Va(O))
|
|
2739
2739
|
);
|
|
2740
2740
|
_ = Wa(C.body, $a, j, B);
|
|
@@ -2752,14 +2752,14 @@ const co = (e) => {
|
|
|
2752
2752
|
};
|
|
2753
2753
|
ce = s && new n(p, D);
|
|
2754
2754
|
let T = await (s ? P(ce, Q) : P(p, D));
|
|
2755
|
-
const
|
|
2756
|
-
if (u && (v ||
|
|
2755
|
+
const z = u && (R === "stream" || R === "response");
|
|
2756
|
+
if (u && (v || z && M)) {
|
|
2757
2757
|
const C = {};
|
|
2758
2758
|
["status", "statusText", "headers"].forEach((G) => {
|
|
2759
2759
|
C[G] = T[G];
|
|
2760
2760
|
});
|
|
2761
|
-
const
|
|
2762
|
-
|
|
2761
|
+
const U = b.toFiniteNumber(T.headers.get("content-length")), [j, B] = v && Ha(
|
|
2762
|
+
U,
|
|
2763
2763
|
wn(Va(v), !0)
|
|
2764
2764
|
) || [];
|
|
2765
2765
|
T = new r(
|
|
@@ -2769,10 +2769,10 @@ const co = (e) => {
|
|
|
2769
2769
|
C
|
|
2770
2770
|
);
|
|
2771
2771
|
}
|
|
2772
|
-
|
|
2773
|
-
let y = await h[b.findKey(h,
|
|
2774
|
-
return !
|
|
2775
|
-
so(C,
|
|
2772
|
+
R = R || "text";
|
|
2773
|
+
let y = await h[b.findKey(h, R) || "text"](T, g);
|
|
2774
|
+
return !z && M && M(), await new Promise((C, U) => {
|
|
2775
|
+
so(C, U, {
|
|
2776
2776
|
data: y,
|
|
2777
2777
|
headers: _e.from(T.headers),
|
|
2778
2778
|
status: T.status,
|
|
@@ -2868,7 +2868,7 @@ function Xa(e) {
|
|
|
2868
2868
|
return On(e), e.headers = _e.from(e.headers), e.data = Bn.call(
|
|
2869
2869
|
e,
|
|
2870
2870
|
e.transformRequest
|
|
2871
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), uo.getAdapter(e.adapter ||
|
|
2871
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), uo.getAdapter(e.adapter || Ht.adapter, e)(e).then(function(r) {
|
|
2872
2872
|
return On(e), r.data = Bn.call(
|
|
2873
2873
|
e,
|
|
2874
2874
|
e.transformResponse,
|
|
@@ -3211,12 +3211,12 @@ Object.entries(oa).forEach(([e, t]) => {
|
|
|
3211
3211
|
oa[t] = e;
|
|
3212
3212
|
});
|
|
3213
3213
|
function fo(e) {
|
|
3214
|
-
const t = new ut(e), n =
|
|
3214
|
+
const t = new ut(e), n = Hr(ut.prototype.request, t);
|
|
3215
3215
|
return b.extend(n, ut.prototype, t, { allOwnKeys: !0 }), b.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
|
|
3216
3216
|
return fo(mt(e, o));
|
|
3217
3217
|
}, n;
|
|
3218
3218
|
}
|
|
3219
|
-
const oe = fo(
|
|
3219
|
+
const oe = fo(Ht);
|
|
3220
3220
|
oe.Axios = ut;
|
|
3221
3221
|
oe.CanceledError = Et;
|
|
3222
3222
|
oe.CancelToken = ic;
|
|
@@ -3237,22 +3237,22 @@ oe.getAdapter = uo.getAdapter;
|
|
|
3237
3237
|
oe.HttpStatusCode = oa;
|
|
3238
3238
|
oe.default = oe;
|
|
3239
3239
|
const {
|
|
3240
|
-
Axios:
|
|
3241
|
-
AxiosError:
|
|
3242
|
-
CanceledError:
|
|
3243
|
-
isCancel:
|
|
3244
|
-
CancelToken:
|
|
3245
|
-
VERSION:
|
|
3246
|
-
all:
|
|
3247
|
-
Cancel:
|
|
3248
|
-
isAxiosError:
|
|
3249
|
-
spread:
|
|
3250
|
-
toFormData:
|
|
3251
|
-
AxiosHeaders:
|
|
3252
|
-
HttpStatusCode:
|
|
3253
|
-
formToJSON:
|
|
3254
|
-
getAdapter:
|
|
3255
|
-
mergeConfig:
|
|
3240
|
+
Axios: x9,
|
|
3241
|
+
AxiosError: T9,
|
|
3242
|
+
CanceledError: I9,
|
|
3243
|
+
isCancel: k9,
|
|
3244
|
+
CancelToken: U9,
|
|
3245
|
+
VERSION: q9,
|
|
3246
|
+
all: R9,
|
|
3247
|
+
Cancel: L9,
|
|
3248
|
+
isAxiosError: B9,
|
|
3249
|
+
spread: O9,
|
|
3250
|
+
toFormData: P9,
|
|
3251
|
+
AxiosHeaders: D9,
|
|
3252
|
+
HttpStatusCode: M9,
|
|
3253
|
+
formToJSON: j9,
|
|
3254
|
+
getAdapter: Q9,
|
|
3255
|
+
mergeConfig: G9
|
|
3256
3256
|
} = oe;
|
|
3257
3257
|
class Be {
|
|
3258
3258
|
constructor(t) {
|
|
@@ -3398,7 +3398,7 @@ class dc extends Be {
|
|
|
3398
3398
|
return { blockSass: n.data.data };
|
|
3399
3399
|
};
|
|
3400
3400
|
}
|
|
3401
|
-
class
|
|
3401
|
+
class z9 {
|
|
3402
3402
|
issuuApi = "https://api.issuu.com/v2";
|
|
3403
3403
|
api = void 0;
|
|
3404
3404
|
constructor(t) {
|
|
@@ -3434,7 +3434,7 @@ class H3 {
|
|
|
3434
3434
|
}
|
|
3435
3435
|
}
|
|
3436
3436
|
}
|
|
3437
|
-
const
|
|
3437
|
+
const H9 = async (e, t, n, r, o, s, i) => {
|
|
3438
3438
|
const c = new dc({
|
|
3439
3439
|
config: t,
|
|
3440
3440
|
imgSizes: n,
|
|
@@ -3464,7 +3464,7 @@ const z3 = async (e, t, n, r, o, s, i) => {
|
|
|
3464
3464
|
}, uc = (e) => {
|
|
3465
3465
|
const t = ds(e);
|
|
3466
3466
|
return t && t.data ? t.data : t;
|
|
3467
|
-
},
|
|
3467
|
+
}, V9 = async (e) => {
|
|
3468
3468
|
const t = await Promise.allSettled(
|
|
3469
3469
|
Object.values(e).map((o) => o.promise)
|
|
3470
3470
|
), n = Object.keys(e), r = {};
|
|
@@ -3763,7 +3763,7 @@ const z3 = async (e, t, n, r, o, s, i) => {
|
|
|
3763
3763
|
}
|
|
3764
3764
|
}
|
|
3765
3765
|
};
|
|
3766
|
-
async function
|
|
3766
|
+
async function F9({
|
|
3767
3767
|
axiosApi: e,
|
|
3768
3768
|
headConfig: t = {
|
|
3769
3769
|
ampConfig: !1,
|
|
@@ -3802,7 +3802,7 @@ async function F3({
|
|
|
3802
3802
|
slug: i,
|
|
3803
3803
|
texts: c,
|
|
3804
3804
|
query: d
|
|
3805
|
-
}), v = As(x), O = S ||
|
|
3805
|
+
}), v = As(x), O = S || zr[o]({
|
|
3806
3806
|
pathname: s,
|
|
3807
3807
|
slug: i,
|
|
3808
3808
|
config: f,
|
|
@@ -3831,7 +3831,7 @@ async function F3({
|
|
|
3831
3831
|
}
|
|
3832
3832
|
),
|
|
3833
3833
|
t.preloadImages && p && /* @__PURE__ */ a(Da, { images: p }),
|
|
3834
|
-
/* @__PURE__ */ a(
|
|
3834
|
+
/* @__PURE__ */ a(qs, { config: f }),
|
|
3835
3835
|
/* @__PURE__ */ a(
|
|
3836
3836
|
Qr,
|
|
3837
3837
|
{
|
|
@@ -3851,7 +3851,7 @@ async function F3({
|
|
|
3851
3851
|
),
|
|
3852
3852
|
/* @__PURE__ */ a(Is, { config: f, socials: A }),
|
|
3853
3853
|
t.schemas_Videos && h && /* @__PURE__ */ a(
|
|
3854
|
-
|
|
3854
|
+
Us,
|
|
3855
3855
|
{
|
|
3856
3856
|
axiosApi: e,
|
|
3857
3857
|
realPath: h,
|
|
@@ -3867,7 +3867,7 @@ async function F3({
|
|
|
3867
3867
|
axiosApi: e
|
|
3868
3868
|
}
|
|
3869
3869
|
),
|
|
3870
|
-
t.schemas_WebsiteList && /* @__PURE__ */ a(
|
|
3870
|
+
t.schemas_WebsiteList && /* @__PURE__ */ a(ks, { config: f }),
|
|
3871
3871
|
/* @__PURE__ */ a(
|
|
3872
3872
|
Ss,
|
|
3873
3873
|
{
|
|
@@ -3879,7 +3879,7 @@ async function F3({
|
|
|
3879
3879
|
N
|
|
3880
3880
|
] });
|
|
3881
3881
|
}
|
|
3882
|
-
const
|
|
3882
|
+
const W9 = ({
|
|
3883
3883
|
children: e,
|
|
3884
3884
|
defaultRouteName: t,
|
|
3885
3885
|
banners: n,
|
|
@@ -3892,7 +3892,7 @@ const W3 = ({
|
|
|
3892
3892
|
scriptReplaces: l,
|
|
3893
3893
|
body_custom_elements: u
|
|
3894
3894
|
}) => {
|
|
3895
|
-
const h =
|
|
3895
|
+
const h = zo(c, d), f = zr[t]({
|
|
3896
3896
|
pathname: r,
|
|
3897
3897
|
slug: o,
|
|
3898
3898
|
config: s,
|
|
@@ -3904,12 +3904,12 @@ const W3 = ({
|
|
|
3904
3904
|
e,
|
|
3905
3905
|
/* @__PURE__ */ a(Fo, {}),
|
|
3906
3906
|
/* @__PURE__ */ a(Go, {}),
|
|
3907
|
-
/* @__PURE__ */ a(
|
|
3907
|
+
/* @__PURE__ */ a(Ho, { dimensionValues: h }),
|
|
3908
3908
|
/* @__PURE__ */ a(Vo, {}),
|
|
3909
3909
|
u,
|
|
3910
3910
|
/* @__PURE__ */ a(ws, { name: "bodyafter", banners: n, replaces: w })
|
|
3911
3911
|
] });
|
|
3912
|
-
}, mc = "
|
|
3912
|
+
}, mc = "_content_1tvgz_1", fc = {
|
|
3913
3913
|
content: mc
|
|
3914
3914
|
}, gc = () => /* @__PURE__ */ a(
|
|
3915
3915
|
"svg",
|
|
@@ -3927,10 +3927,10 @@ const W3 = ({
|
|
|
3927
3927
|
}
|
|
3928
3928
|
)
|
|
3929
3929
|
}
|
|
3930
|
-
), pc = "
|
|
3930
|
+
), pc = "_content_19rc1_1", Ac = "_location_19rc1_11", tr = {
|
|
3931
3931
|
content: pc,
|
|
3932
3932
|
location: Ac
|
|
3933
|
-
}, $
|
|
3933
|
+
}, $9 = (e) => /* @__PURE__ */ m("div", { className: tr.content, children: [
|
|
3934
3934
|
/* @__PURE__ */ a(gc, {}),
|
|
3935
3935
|
/* @__PURE__ */ a("p", { className: tr.location, children: e.place })
|
|
3936
3936
|
] }), Vt = ({
|
|
@@ -3952,8 +3952,8 @@ function yc({
|
|
|
3952
3952
|
}) {
|
|
3953
3953
|
const [c, d] = Y(!1), [l, u] = Y(0), [h, f] = Y(0), [A, g] = Y(0), [p, w] = Y(0), [_, S] = Y(null), N = Or(null), [x, v] = Y(1), O = he(() => {
|
|
3954
3954
|
if (o) return 1;
|
|
3955
|
-
const y = N.current?.offsetWidth || window.innerWidth, C = n + r,
|
|
3956
|
-
return Math.max(1,
|
|
3955
|
+
const y = N.current?.offsetWidth || window.innerWidth, C = n + r, U = Math.floor(y / C);
|
|
3956
|
+
return Math.max(1, U);
|
|
3957
3957
|
}, [o, n, r]);
|
|
3958
3958
|
Me(() => {
|
|
3959
3959
|
const y = () => {
|
|
@@ -3971,20 +3971,20 @@ function yc({
|
|
|
3971
3971
|
}, [O]), Q = he(
|
|
3972
3972
|
(y, C = 0) => {
|
|
3973
3973
|
if (o) {
|
|
3974
|
-
const
|
|
3975
|
-
return -(y * (100 + r)) + C /
|
|
3974
|
+
const U = N.current?.offsetWidth || window.innerWidth;
|
|
3975
|
+
return -(y * (100 + r)) + C / U * 100;
|
|
3976
3976
|
}
|
|
3977
3977
|
return -(y * (n + r)) + C;
|
|
3978
3978
|
},
|
|
3979
3979
|
[o, n, r]
|
|
3980
3980
|
), P = he(
|
|
3981
3981
|
(y) => {
|
|
3982
|
-
const C = N.current?.offsetWidth || window.innerWidth,
|
|
3982
|
+
const C = N.current?.offsetWidth || window.innerWidth, U = O(), j = te();
|
|
3983
3983
|
if (o)
|
|
3984
3984
|
return Math.abs(y) / C * 100 > 30 ? 1 : 0;
|
|
3985
3985
|
{
|
|
3986
3986
|
const B = n + r, G = Math.abs(y) / B;
|
|
3987
|
-
return G >= (
|
|
3987
|
+
return G >= (U === 1 ? 0.2 : 0.3) ? U === 1 ? 1 : Math.min(Math.round(G), j) : 0;
|
|
3988
3988
|
}
|
|
3989
3989
|
},
|
|
3990
3990
|
[o, n, r, O, te]
|
|
@@ -3996,7 +3996,7 @@ function yc({
|
|
|
3996
3996
|
), ce = he(
|
|
3997
3997
|
(y) => {
|
|
3998
3998
|
if (!c || !s) return;
|
|
3999
|
-
const C = y - l,
|
|
3999
|
+
const C = y - l, U = (n + r) * 1.2, j = e === 0 && C > 0, B = e === K && C < 0, G = j || B ? Math.sign(C) * Math.min(Math.abs(C), U) : C;
|
|
4000
4000
|
f(y), g(G);
|
|
4001
4001
|
},
|
|
4002
4002
|
[c, l, s, e, K, n, r]
|
|
@@ -4005,19 +4005,19 @@ function yc({
|
|
|
4005
4005
|
ce(y.clientX);
|
|
4006
4006
|
},
|
|
4007
4007
|
[ce]
|
|
4008
|
-
),
|
|
4008
|
+
), k = he(
|
|
4009
4009
|
(y) => {
|
|
4010
4010
|
if (!c || !s) return;
|
|
4011
|
-
const C = h - l,
|
|
4012
|
-
if (
|
|
4011
|
+
const C = h - l, U = Date.now() - p, j = Math.abs(C) / Math.max(U, 1), B = P(C), H = j > 0.5 && Math.abs(C) > 50 ? Math.max(B, 1) : B;
|
|
4012
|
+
if (H > 0)
|
|
4013
4013
|
if (C > 0) {
|
|
4014
|
-
const V = Math.max(0, e -
|
|
4014
|
+
const V = Math.max(0, e - H);
|
|
4015
4015
|
i(V);
|
|
4016
4016
|
} else {
|
|
4017
|
-
const V = Math.min(K, e +
|
|
4017
|
+
const V = Math.min(K, e + H);
|
|
4018
4018
|
i(V);
|
|
4019
4019
|
}
|
|
4020
|
-
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup",
|
|
4020
|
+
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", k), y.clientX === l && _?.dispatchEvent(new PointerEvent("click"));
|
|
4021
4021
|
},
|
|
4022
4022
|
[
|
|
4023
4023
|
c,
|
|
@@ -4047,21 +4047,21 @@ function yc({
|
|
|
4047
4047
|
c && (y.preventDefault(), ce(y.touches[0].clientX));
|
|
4048
4048
|
},
|
|
4049
4049
|
[c, ce]
|
|
4050
|
-
),
|
|
4050
|
+
), z = he(
|
|
4051
4051
|
(y) => {
|
|
4052
|
-
|
|
4052
|
+
k(y);
|
|
4053
4053
|
},
|
|
4054
|
-
[
|
|
4054
|
+
[k]
|
|
4055
4055
|
);
|
|
4056
4056
|
return Me(() => {
|
|
4057
4057
|
if (c)
|
|
4058
|
-
return N.current?.addEventListener("mousemove", M), N.current?.addEventListener("mouseup",
|
|
4058
|
+
return N.current?.addEventListener("mousemove", M), N.current?.addEventListener("mouseup", k), () => {
|
|
4059
4059
|
N.current?.removeEventListener(
|
|
4060
4060
|
"mousemove",
|
|
4061
4061
|
M
|
|
4062
|
-
), N.current?.removeEventListener("mouseup",
|
|
4062
|
+
), N.current?.removeEventListener("mouseup", k);
|
|
4063
4063
|
};
|
|
4064
|
-
}, [c, ce,
|
|
4064
|
+
}, [c, ce, k, M]), {
|
|
4065
4065
|
isDragging: c,
|
|
4066
4066
|
translateOffset: A,
|
|
4067
4067
|
carrouselRef: N,
|
|
@@ -4072,12 +4072,12 @@ function yc({
|
|
|
4072
4072
|
onMouseDown: E,
|
|
4073
4073
|
onTouchStart: D,
|
|
4074
4074
|
onTouchMove: T,
|
|
4075
|
-
onTouchEnd:
|
|
4076
|
-
onMouseLeave:
|
|
4075
|
+
onTouchEnd: z,
|
|
4076
|
+
onMouseLeave: k
|
|
4077
4077
|
}
|
|
4078
4078
|
};
|
|
4079
4079
|
}
|
|
4080
|
-
function
|
|
4080
|
+
function Y9(e) {
|
|
4081
4081
|
const {
|
|
4082
4082
|
children: t,
|
|
4083
4083
|
slot_id: n,
|
|
@@ -4117,7 +4117,7 @@ function Y3(e) {
|
|
|
4117
4117
|
[_]
|
|
4118
4118
|
), O = he(() => {
|
|
4119
4119
|
v(u - 1);
|
|
4120
|
-
}, [u, v]),
|
|
4120
|
+
}, [u, v]), R = he(() => {
|
|
4121
4121
|
v(u + 1);
|
|
4122
4122
|
}, [u, v]);
|
|
4123
4123
|
if (!f) return;
|
|
@@ -4153,7 +4153,7 @@ function Y3(e) {
|
|
|
4153
4153
|
"button",
|
|
4154
4154
|
{
|
|
4155
4155
|
className: "visible-arrow right",
|
|
4156
|
-
onClick:
|
|
4156
|
+
onClick: R,
|
|
4157
4157
|
"aria-label": "Next slide",
|
|
4158
4158
|
style: { display: "flex" },
|
|
4159
4159
|
children: /* @__PURE__ */ a(
|
|
@@ -4281,7 +4281,7 @@ function xt(e) {
|
|
|
4281
4281
|
}
|
|
4282
4282
|
);
|
|
4283
4283
|
}
|
|
4284
|
-
const bc = "
|
|
4284
|
+
const bc = "_content_3olxv_1", Cc = {
|
|
4285
4285
|
content: bc
|
|
4286
4286
|
}, ht = (e) => /* @__PURE__ */ a("div", { className: Cc.content, children: e.children }), _c = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), rt = ({ banners: e, index: t }) => {
|
|
4287
4287
|
if (!e || e.length === 0) return null;
|
|
@@ -4296,7 +4296,7 @@ const bc = "_content_1gcxd_1", Cc = {
|
|
|
4296
4296
|
}
|
|
4297
4297
|
}
|
|
4298
4298
|
) : null;
|
|
4299
|
-
}, Nc = "
|
|
4299
|
+
}, Nc = "_content_1fh0c_1", Sc = {
|
|
4300
4300
|
content: Nc
|
|
4301
4301
|
}, ge = ({ banners: e, name: t }) => {
|
|
4302
4302
|
if (!e || e.length === 0) return null;
|
|
@@ -4312,21 +4312,21 @@ const bc = "_content_1gcxd_1", Cc = {
|
|
|
4312
4312
|
},
|
|
4313
4313
|
n.key
|
|
4314
4314
|
);
|
|
4315
|
-
}, Ec = "
|
|
4315
|
+
}, Ec = "_boxInformation_o5vhf_1", xc = "_sectionDescriptionContainer_o5vhf_9", Tc = "_uppertitle_o5vhf_20", Ic = "_sectionDescription_o5vhf_9", kc = "_articule_o5vhf_60", Uc = "_linkStyled_o5vhf_74", qc = "_description_o5vhf_85", Rc = "_correspondent_o5vhf_113", Lc = "_correspondentLink_o5vhf_125", Bc = "_dotStyles_o5vhf_137", Oc = "_clipboardButton_o5vhf_144", Pc = "_socialNetworkSection_o5vhf_158", re = {
|
|
4316
4316
|
boxInformation: Ec,
|
|
4317
4317
|
sectionDescriptionContainer: xc,
|
|
4318
4318
|
uppertitle: Tc,
|
|
4319
4319
|
sectionDescription: Ic,
|
|
4320
|
-
articule:
|
|
4321
|
-
linkStyled:
|
|
4322
|
-
description:
|
|
4323
|
-
correspondent:
|
|
4324
|
-
correspondentLink:
|
|
4320
|
+
articule: kc,
|
|
4321
|
+
linkStyled: Uc,
|
|
4322
|
+
description: qc,
|
|
4323
|
+
correspondent: Rc,
|
|
4324
|
+
correspondentLink: Lc,
|
|
4325
4325
|
dotStyles: Bc,
|
|
4326
4326
|
clipboardButton: Oc,
|
|
4327
4327
|
socialNetworkSection: Pc
|
|
4328
4328
|
};
|
|
4329
|
-
function
|
|
4329
|
+
function L(e) {
|
|
4330
4330
|
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n } = $(), r = t !== "false" && n !== "false" ? "/" + t : "", o = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), s = e.href?.split("/")[1] === r.replace("/", ""), i = {
|
|
4331
4331
|
...e,
|
|
4332
4332
|
href: (!o && !s ? r : "") + (e.href ?? "")
|
|
@@ -4460,7 +4460,7 @@ function jc({ noteShare: e }) {
|
|
|
4460
4460
|
if (!r) return null;
|
|
4461
4461
|
const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
|
|
4462
4462
|
return /* @__PURE__ */ a(
|
|
4463
|
-
|
|
4463
|
+
L,
|
|
4464
4464
|
{
|
|
4465
4465
|
href: s,
|
|
4466
4466
|
target: "_blank",
|
|
@@ -4525,7 +4525,7 @@ const Tt = (e) => {
|
|
|
4525
4525
|
const h = r.tags[0], f = h.name;
|
|
4526
4526
|
return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4527
4527
|
h.approved ? /* @__PURE__ */ a(
|
|
4528
|
-
|
|
4528
|
+
L,
|
|
4529
4529
|
{
|
|
4530
4530
|
"aria-label": f,
|
|
4531
4531
|
className: re.sectionDescription,
|
|
@@ -4539,7 +4539,7 @@ const Tt = (e) => {
|
|
|
4539
4539
|
const h = o.section.name;
|
|
4540
4540
|
return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4541
4541
|
/* @__PURE__ */ a(
|
|
4542
|
-
|
|
4542
|
+
L,
|
|
4543
4543
|
{
|
|
4544
4544
|
"aria-label": h,
|
|
4545
4545
|
className: re.sectionDescription,
|
|
@@ -4569,7 +4569,7 @@ const Tt = (e) => {
|
|
|
4569
4569
|
className: re.articule
|
|
4570
4570
|
},
|
|
4571
4571
|
e?.info?.link?.url ? /* @__PURE__ */ a(
|
|
4572
|
-
|
|
4572
|
+
L,
|
|
4573
4573
|
{
|
|
4574
4574
|
"aria-label": e.main?.title?.section,
|
|
4575
4575
|
className: re.linkStyled,
|
|
@@ -4584,7 +4584,7 @@ const Tt = (e) => {
|
|
|
4584
4584
|
),
|
|
4585
4585
|
e.config?.showsubtitle && /* @__PURE__ */ a(d, {}),
|
|
4586
4586
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4587
|
-
|
|
4587
|
+
L,
|
|
4588
4588
|
{
|
|
4589
4589
|
"aria-label": c(),
|
|
4590
4590
|
className: re.correspondentLink,
|
|
@@ -4593,12 +4593,12 @@ const Tt = (e) => {
|
|
|
4593
4593
|
}
|
|
4594
4594
|
) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children: c() }) })
|
|
4595
4595
|
] });
|
|
4596
|
-
}, Qc = "
|
|
4596
|
+
}, Qc = "_content_coxjf_1", Gc = "_contentNew_coxjf_21", zc = "_imageBox_coxjf_29", Hc = "_numberTag_coxjf_44", Jt = {
|
|
4597
4597
|
content: Qc,
|
|
4598
4598
|
contentNew: Gc,
|
|
4599
|
-
imageBox:
|
|
4600
|
-
numberTag:
|
|
4601
|
-
}, Vc = "
|
|
4599
|
+
imageBox: zc,
|
|
4600
|
+
numberTag: Hc
|
|
4601
|
+
}, Vc = "_figure_ooa5j_1", Fc = "_backdrop_ooa5j_6", Wc = "_backdropAux_ooa5j_16", $c = "_imageStyled_ooa5j_37", Yc = "_boxPlayIcon_ooa5j_51", Kc = "_playStyled_ooa5j_60", Jc = "_imageLogoPlaceholder_ooa5j_77", Zc = "_imagePlaceholder_ooa5j_98", se = {
|
|
4602
4602
|
figure: Vc,
|
|
4603
4603
|
backdrop: Fc,
|
|
4604
4604
|
backdropAux: Wc,
|
|
@@ -4786,7 +4786,7 @@ const Tt = (e) => {
|
|
|
4786
4786
|
children: /* @__PURE__ */ a("div", { className: se.imagePlaceholder })
|
|
4787
4787
|
}
|
|
4788
4788
|
);
|
|
4789
|
-
},
|
|
4789
|
+
}, Ue = async (e) => {
|
|
4790
4790
|
const { preview: t } = e;
|
|
4791
4791
|
if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((s) => !s.url))
|
|
4792
4792
|
return /* @__PURE__ */ a("div", { className: se.imageLogoPlaceholder });
|
|
@@ -4831,7 +4831,7 @@ const Tt = (e) => {
|
|
|
4831
4831
|
},
|
|
4832
4832
|
children: [
|
|
4833
4833
|
/* @__PURE__ */ a("div", { className: Jt.numberTag, children: r + 1 }),
|
|
4834
|
-
n.main.title.home && /* @__PURE__ */ a(
|
|
4834
|
+
n.main.title.home && /* @__PURE__ */ a(Ue, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
4835
4835
|
]
|
|
4836
4836
|
}
|
|
4837
4837
|
),
|
|
@@ -4842,7 +4842,7 @@ const Tt = (e) => {
|
|
|
4842
4842
|
))
|
|
4843
4843
|
}
|
|
4844
4844
|
);
|
|
4845
|
-
}, al = "
|
|
4845
|
+
}, al = "_content_1cid4_1", rl = "_titulo_1cid4_12", ar = {
|
|
4846
4846
|
content: al,
|
|
4847
4847
|
titulo: rl
|
|
4848
4848
|
}, ol = {
|
|
@@ -5804,7 +5804,7 @@ const Tt = (e) => {
|
|
|
5804
5804
|
]
|
|
5805
5805
|
}
|
|
5806
5806
|
);
|
|
5807
|
-
}, sl = "
|
|
5807
|
+
}, sl = "_content_6azvz_1", il = "_subscribeImage_6azvz_22", cl = "_tag_6azvz_32", ll = "_contentTitle_6azvz_50", dl = "_title_6azvz_55", ul = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", ml = "_contentTerms_6azvz_123", fl = "_subscribeText_6azvz_128", gl = "_terms_6azvz_138", qe = {
|
|
5808
5808
|
content: sl,
|
|
5809
5809
|
subscribeImage: il,
|
|
5810
5810
|
tag: cl,
|
|
@@ -5815,7 +5815,7 @@ const Tt = (e) => {
|
|
|
5815
5815
|
contentTerms: ml,
|
|
5816
5816
|
subscribeText: fl,
|
|
5817
5817
|
terms: gl
|
|
5818
|
-
},
|
|
5818
|
+
}, kn = (e) => {
|
|
5819
5819
|
const { uppercase: t = !1, style: n = {} } = e, r = { ...e, rounded: "", uppercase: "", full: "" }, o = {
|
|
5820
5820
|
...n,
|
|
5821
5821
|
textTransform: t ? "uppercase" : "unset",
|
|
@@ -5840,15 +5840,15 @@ const Tt = (e) => {
|
|
|
5840
5840
|
style: o,
|
|
5841
5841
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5842
5842
|
}
|
|
5843
|
-
) : /* @__PURE__ */ a(
|
|
5844
|
-
}, pl = (e) => /* @__PURE__ */ m("section", { className: [
|
|
5845
|
-
/* @__PURE__ */ a("div", { className:
|
|
5846
|
-
/* @__PURE__ */ a("div", { className:
|
|
5847
|
-
/* @__PURE__ */ m("div", { className:
|
|
5848
|
-
/* @__PURE__ */ a("p", { className:
|
|
5849
|
-
/* @__PURE__ */ a("p", { className:
|
|
5843
|
+
) : /* @__PURE__ */ a(L, { ...r, style: o });
|
|
5844
|
+
}, pl = (e) => /* @__PURE__ */ m("section", { className: [qe.content, e.className ?? ""].join(" "), children: [
|
|
5845
|
+
/* @__PURE__ */ a("div", { className: qe.subscribeImage, children: e.image }),
|
|
5846
|
+
/* @__PURE__ */ a("div", { className: qe.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5847
|
+
/* @__PURE__ */ m("div", { className: qe.contentTitle, children: [
|
|
5848
|
+
/* @__PURE__ */ a("p", { className: qe.title, children: e.title }),
|
|
5849
|
+
/* @__PURE__ */ a("p", { className: qe.subTitle, children: e.sibtitle })
|
|
5850
5850
|
] }),
|
|
5851
|
-
/* @__PURE__ */ a("div", { className:
|
|
5851
|
+
/* @__PURE__ */ a("div", { className: qe.inputStyled, children: /* @__PURE__ */ a(
|
|
5852
5852
|
"input",
|
|
5853
5853
|
{
|
|
5854
5854
|
type: "email",
|
|
@@ -5856,12 +5856,12 @@ const Tt = (e) => {
|
|
|
5856
5856
|
id: "newsletter-email-column"
|
|
5857
5857
|
}
|
|
5858
5858
|
) }),
|
|
5859
|
-
/* @__PURE__ */ a(
|
|
5860
|
-
/* @__PURE__ */ m("div", { className:
|
|
5861
|
-
/* @__PURE__ */ a("p", { className:
|
|
5862
|
-
/* @__PURE__ */ a(
|
|
5859
|
+
/* @__PURE__ */ a(kn, { className: qe.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5860
|
+
/* @__PURE__ */ m("div", { className: qe.contentTerms, children: [
|
|
5861
|
+
/* @__PURE__ */ a("p", { className: qe.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5862
|
+
/* @__PURE__ */ a(L, { className: qe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5863
5863
|
] })
|
|
5864
|
-
] }), Al = "
|
|
5864
|
+
] }), Al = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", yl = "_subscribeImage_1ms2y_28", vl = "_tag_1ms2y_42", bl = "_contentTitle_1ms2y_60", Cl = "_title_1ms2y_65", _l = "_subTitle_1ms2y_70", Nl = "_inputStyled_1ms2y_79", Sl = "_buttonStyled_1ms2y_118", El = "_contentTerms_1ms2y_131", xl = "_subscribeText_1ms2y_137", Tl = "_terms_1ms2y_146", Te = {
|
|
5865
5865
|
content: Al,
|
|
5866
5866
|
contentInfo: wl,
|
|
5867
5867
|
subscribeImage: yl,
|
|
@@ -5891,14 +5891,14 @@ const Tt = (e) => {
|
|
|
5891
5891
|
id: "newsletter-email"
|
|
5892
5892
|
}
|
|
5893
5893
|
),
|
|
5894
|
-
/* @__PURE__ */ a(
|
|
5894
|
+
/* @__PURE__ */ a(kn, { className: Te.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" })
|
|
5895
5895
|
] }),
|
|
5896
5896
|
/* @__PURE__ */ m("div", { className: Te.contentTerms, children: [
|
|
5897
5897
|
/* @__PURE__ */ a("p", { className: Te.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5898
|
-
/* @__PURE__ */ a(
|
|
5898
|
+
/* @__PURE__ */ a(L, { className: Te.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5899
5899
|
] })
|
|
5900
5900
|
] })
|
|
5901
|
-
] }),
|
|
5901
|
+
] }), kl = (e) => /* @__PURE__ */ m(
|
|
5902
5902
|
"svg",
|
|
5903
5903
|
{
|
|
5904
5904
|
width: "284",
|
|
@@ -5939,18 +5939,18 @@ const Tt = (e) => {
|
|
|
5939
5939
|
] })
|
|
5940
5940
|
]
|
|
5941
5941
|
}
|
|
5942
|
-
),
|
|
5943
|
-
content:
|
|
5944
|
-
subscribeImage:
|
|
5945
|
-
contentTitle:
|
|
5946
|
-
title:
|
|
5942
|
+
), Ul = "_content_qzaly_1", ql = "_subscribeImage_qzaly_16", Rl = "_contentTitle_qzaly_22", Ll = "_title_qzaly_33", Bl = "_subTitle_qzaly_40", Ol = "_contentTerms_qzaly_60", Pl = "_whatsappLink_qzaly_65", Dl = "_subscribeText_qzaly_82", Ml = "_terms_qzaly_92", Ge = {
|
|
5943
|
+
content: Ul,
|
|
5944
|
+
subscribeImage: ql,
|
|
5945
|
+
contentTitle: Rl,
|
|
5946
|
+
title: Ll,
|
|
5947
5947
|
subTitle: Bl,
|
|
5948
5948
|
contentTerms: Ol,
|
|
5949
5949
|
whatsappLink: Pl,
|
|
5950
5950
|
subscribeText: Dl,
|
|
5951
5951
|
terms: Ml
|
|
5952
|
-
},
|
|
5953
|
-
/* @__PURE__ */ a(
|
|
5952
|
+
}, K9 = (e) => /* @__PURE__ */ m("section", { className: Ge.content, children: [
|
|
5953
|
+
/* @__PURE__ */ a(kl, { className: Ge.subscribeImage }),
|
|
5954
5954
|
/* @__PURE__ */ m("div", { className: Ge.contentTitle, children: [
|
|
5955
5955
|
/* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
|
|
5956
5956
|
/* @__PURE__ */ a("p", { className: Ge.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
|
|
@@ -5996,7 +5996,7 @@ const Tt = (e) => {
|
|
|
5996
5996
|
),
|
|
5997
5997
|
/* @__PURE__ */ m("div", { className: Ge.contentTerms, children: [
|
|
5998
5998
|
/* @__PURE__ */ a("p", { className: Ge.subscribeText, children: "Suscribirte implica aceptar los" }),
|
|
5999
|
-
/* @__PURE__ */ a(
|
|
5999
|
+
/* @__PURE__ */ a(L, { className: Ge.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
6000
6000
|
] })
|
|
6001
6001
|
] }), jl = (e) => /* @__PURE__ */ m(
|
|
6002
6002
|
"svg",
|
|
@@ -6015,11 +6015,11 @@ const Tt = (e) => {
|
|
|
6015
6015
|
/* @__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" })
|
|
6016
6016
|
]
|
|
6017
6017
|
}
|
|
6018
|
-
), Ql = "
|
|
6018
|
+
), Ql = "_content_1p7b9_1", Gl = "_brandContent_1p7b9_10", zl = "_socialMedia_1p7b9_21", Hl = "_linkSocialNetwoks_1p7b9_28", Vl = "_sectionContent_1p7b9_42", Fl = "_section_1p7b9_42", Wl = "_menuItem_1p7b9_60", $l = "_otherItems_1p7b9_73", Yl = "_copyrigth_1p7b9_87", Kl = "_copyrigthText_1p7b9_97", Jl = "_logoStyled_1p7b9_107", Zl = "_socialNetworkIcon_1p7b9_118", Xl = "_socialInstagram_1p7b9_125", ed = "_socialNetworkIcon_stroke_1p7b9_133", we = {
|
|
6019
6019
|
content: Ql,
|
|
6020
6020
|
brandContent: Gl,
|
|
6021
|
-
socialMedia:
|
|
6022
|
-
linkSocialNetwoks:
|
|
6021
|
+
socialMedia: zl,
|
|
6022
|
+
linkSocialNetwoks: Hl,
|
|
6023
6023
|
sectionContent: Vl,
|
|
6024
6024
|
section: Fl,
|
|
6025
6025
|
menuItem: Wl,
|
|
@@ -6066,10 +6066,10 @@ const Tt = (e) => {
|
|
|
6066
6066
|
"path",
|
|
6067
6067
|
{
|
|
6068
6068
|
fill: "currentColor",
|
|
6069
|
-
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
|
|
6070
|
-
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
|
|
6071
|
-
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
|
|
6072
|
-
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
|
|
6069
|
+
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
|
|
6070
|
+
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
|
|
6071
|
+
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
|
|
6072
|
+
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
|
|
6073
6073
|
C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
|
|
6074
6074
|
}
|
|
6075
6075
|
)
|
|
@@ -6146,13 +6146,13 @@ const Tt = (e) => {
|
|
|
6146
6146
|
"path",
|
|
6147
6147
|
{
|
|
6148
6148
|
fill: "currentColor",
|
|
6149
|
-
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
|
|
6150
|
-
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
|
|
6151
|
-
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
|
|
6152
|
-
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
|
|
6153
|
-
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
|
|
6154
|
-
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
|
|
6155
|
-
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
|
|
6149
|
+
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
|
|
6150
|
+
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
|
|
6151
|
+
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
|
|
6152
|
+
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
|
|
6153
|
+
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
|
|
6154
|
+
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
|
|
6155
|
+
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
|
|
6156
6156
|
C14,21.8,13,22,12,21.8c-1.8-0.4-3-2-2.7-3.9c0.3-1.7,1.8-2.9,3.6-2.7v-1.9C12.9,13.4,12.8,13.4,12.7,13.4z`
|
|
6157
6157
|
}
|
|
6158
6158
|
) })
|
|
@@ -6175,13 +6175,13 @@ const Tt = (e) => {
|
|
|
6175
6175
|
"path",
|
|
6176
6176
|
{
|
|
6177
6177
|
fill: "currentColor",
|
|
6178
|
-
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
|
|
6179
|
-
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
|
|
6180
|
-
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
|
|
6181
|
-
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
|
|
6182
|
-
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
|
|
6183
|
-
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
|
|
6184
|
-
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
|
|
6178
|
+
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
|
|
6179
|
+
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
|
|
6180
|
+
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
|
|
6181
|
+
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
|
|
6182
|
+
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
|
|
6183
|
+
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
|
|
6184
|
+
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
|
|
6185
6185
|
c0.6,0.2,1.1,0.2,1.5,0.1c0.5-0.1,1.4-0.6,1.6-1.1c0.2-0.5,0.2-1,0.1-1.1C19.7,17.1,19.6,17,19.4,16.9`
|
|
6186
6186
|
}
|
|
6187
6187
|
) }) })
|
|
@@ -6205,9 +6205,9 @@ const Tt = (e) => {
|
|
|
6205
6205
|
"path",
|
|
6206
6206
|
{
|
|
6207
6207
|
fill: "currentColor",
|
|
6208
|
-
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
|
|
6209
|
-
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
|
|
6210
|
-
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
|
|
6208
|
+
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
|
|
6209
|
+
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
|
|
6210
|
+
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
|
|
6211
6211
|
c0.2,0.1,0.4,0.4,0.4,0.6c0,0.3-0.1,0.5-0.4,0.7l-5.9,3.5C13.1,19.1,12.9,19.2,12.8,19.2z M13.6,12.9v4.3l3.7-2.2L13.6,12.9z`
|
|
6212
6212
|
}
|
|
6213
6213
|
),
|
|
@@ -6224,11 +6224,11 @@ const Tt = (e) => {
|
|
|
6224
6224
|
gnews: (e) => /* @__PURE__ */ a(td, { ...e }),
|
|
6225
6225
|
podcast: (e) => /* @__PURE__ */ a(nd, { ...e }),
|
|
6226
6226
|
telegram: (e) => /* @__PURE__ */ a(ad, { ...e })
|
|
6227
|
-
},
|
|
6227
|
+
}, J9 = (e) => {
|
|
6228
6228
|
const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
|
|
6229
6229
|
return /* @__PURE__ */ m("footer", { className: we.content, children: [
|
|
6230
6230
|
/* @__PURE__ */ m("section", { className: we.brandContent, children: [
|
|
6231
|
-
/* @__PURE__ */ a(
|
|
6231
|
+
/* @__PURE__ */ a(L, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
|
|
6232
6232
|
/* @__PURE__ */ a("div", { className: we.socialMedia, children: Object.keys(n).map((s) => n[s]?.show && /* @__PURE__ */ a(
|
|
6233
6233
|
"a",
|
|
6234
6234
|
{
|
|
@@ -6246,7 +6246,7 @@ const Tt = (e) => {
|
|
|
6246
6246
|
] }),
|
|
6247
6247
|
/* @__PURE__ */ m("section", { className: we.sectionContent, children: [
|
|
6248
6248
|
/* @__PURE__ */ a("div", { className: we.section, children: r.filter((s) => !s.subitem).map((s, i) => /* @__PURE__ */ a(
|
|
6249
|
-
|
|
6249
|
+
L,
|
|
6250
6250
|
{
|
|
6251
6251
|
href: s.link ? s.link : void 0,
|
|
6252
6252
|
target: s.target,
|
|
@@ -6257,7 +6257,7 @@ const Tt = (e) => {
|
|
|
6257
6257
|
i
|
|
6258
6258
|
)) }),
|
|
6259
6259
|
/* @__PURE__ */ a("div", { className: we.section, children: t && t.map((s, i) => /* @__PURE__ */ a(
|
|
6260
|
-
|
|
6260
|
+
L,
|
|
6261
6261
|
{
|
|
6262
6262
|
href: s.link ? s?.link : void 0,
|
|
6263
6263
|
target: s.target,
|
|
@@ -6271,7 +6271,7 @@ const Tt = (e) => {
|
|
|
6271
6271
|
/* @__PURE__ */ m("section", { className: we.copyrigth, children: [
|
|
6272
6272
|
/* @__PURE__ */ a("p", { className: we.copyrigthText, children: e.copyrigth }),
|
|
6273
6273
|
/* @__PURE__ */ a(
|
|
6274
|
-
|
|
6274
|
+
L,
|
|
6275
6275
|
{
|
|
6276
6276
|
"aria-label": "Bluestack link",
|
|
6277
6277
|
href: "https://www.bluestack.la",
|
|
@@ -6283,7 +6283,7 @@ const Tt = (e) => {
|
|
|
6283
6283
|
)
|
|
6284
6284
|
] })
|
|
6285
6285
|
] });
|
|
6286
|
-
}, cd = "
|
|
6286
|
+
}, cd = "_content_1e93o_1", ld = "_imageContent_1e93o_9", dd = "_width1Autor_1e93o_18", ud = "_width2Autor_1e93o_22", hd = "_width3Autor_1e93o_26", md = "_imageAutor_1e93o_30", fd = "_imageStyled_1e93o_69", gd = "_contentIconStyled_1e93o_70", pd = "_avatarContent_1e93o_87", Ad = "_journalistSection_1e93o_95", wd = "_journalistInfo_1e93o_103", yd = "_journalistInfoLink_1e93o_104", vd = "_socialNetworkSection_1e93o_139", bd = "_avatarStyled_1e93o_151", Cd = "_article_1e93o_156", _d = "_socialButton_1e93o_160", Nd = "_facebookStyled_1e93o_176", Sd = "_emailStyled_1e93o_180", Ed = "_xStyled_1e93o_184", xd = "_linkedinStyled_1e93o_188", Td = "_whatsappStyled_1e93o_192", Id = "_whatsappLink_1e93o_196", kd = "_clipboardButton_1e93o_212", Ud = "_googleProfileButton_1e93o_248", de = {
|
|
6287
6287
|
content: cd,
|
|
6288
6288
|
imageContent: ld,
|
|
6289
6289
|
width1Autor: dd,
|
|
@@ -6306,9 +6306,9 @@ const Tt = (e) => {
|
|
|
6306
6306
|
linkedinStyled: xd,
|
|
6307
6307
|
whatsappStyled: Td,
|
|
6308
6308
|
whatsappLink: Id,
|
|
6309
|
-
clipboardButton:
|
|
6310
|
-
googleProfileButton:
|
|
6311
|
-
},
|
|
6309
|
+
clipboardButton: kd,
|
|
6310
|
+
googleProfileButton: Ud
|
|
6311
|
+
}, qd = (e) => /* @__PURE__ */ a(
|
|
6312
6312
|
"svg",
|
|
6313
6313
|
{
|
|
6314
6314
|
width: "13",
|
|
@@ -6347,13 +6347,13 @@ const Tt = (e) => {
|
|
|
6347
6347
|
strokeLinecap: "round",
|
|
6348
6348
|
strokeLinejoin: "round",
|
|
6349
6349
|
strokeMiterlimit: "10",
|
|
6350
|
-
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
|
|
6351
|
-
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
|
|
6350
|
+
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
|
|
6351
|
+
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
|
|
6352
6352
|
h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
|
|
6353
6353
|
}
|
|
6354
6354
|
)
|
|
6355
6355
|
}
|
|
6356
|
-
),
|
|
6356
|
+
), Rd = (e) => /* @__PURE__ */ m(
|
|
6357
6357
|
"svg",
|
|
6358
6358
|
{
|
|
6359
6359
|
width: "25",
|
|
@@ -6380,7 +6380,7 @@ const Tt = (e) => {
|
|
|
6380
6380
|
)
|
|
6381
6381
|
]
|
|
6382
6382
|
}
|
|
6383
|
-
),
|
|
6383
|
+
), Ld = (e) => /* @__PURE__ */ m(
|
|
6384
6384
|
"svg",
|
|
6385
6385
|
{
|
|
6386
6386
|
width: "24",
|
|
@@ -6446,7 +6446,7 @@ const Tt = (e) => {
|
|
|
6446
6446
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
6447
6447
|
icon: {
|
|
6448
6448
|
outline: (e) => /* @__PURE__ */ a(Bd, { className: e }),
|
|
6449
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6449
|
+
solid: (e) => /* @__PURE__ */ a(qd, { className: e })
|
|
6450
6450
|
}
|
|
6451
6451
|
},
|
|
6452
6452
|
X: {
|
|
@@ -6466,8 +6466,8 @@ const Tt = (e) => {
|
|
|
6466
6466
|
Email: {
|
|
6467
6467
|
url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
|
|
6468
6468
|
icon: {
|
|
6469
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6470
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6469
|
+
outline: (e) => /* @__PURE__ */ a(Rd, { className: e }),
|
|
6470
|
+
solid: (e) => /* @__PURE__ */ a(Ld, { className: e })
|
|
6471
6471
|
}
|
|
6472
6472
|
},
|
|
6473
6473
|
LinkedIn: {
|
|
@@ -6488,7 +6488,7 @@ function Dd({ noteShare: e }) {
|
|
|
6488
6488
|
if (!r) return null;
|
|
6489
6489
|
const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
|
|
6490
6490
|
return /* @__PURE__ */ a(
|
|
6491
|
-
|
|
6491
|
+
L,
|
|
6492
6492
|
{
|
|
6493
6493
|
href: s,
|
|
6494
6494
|
target: "_blank",
|
|
@@ -6522,25 +6522,25 @@ function Dd({ noteShare: e }) {
|
|
|
6522
6522
|
)
|
|
6523
6523
|
] }) : null;
|
|
6524
6524
|
}
|
|
6525
|
-
const Md = "
|
|
6525
|
+
const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSection_r1co8_27", Gd = "_title_r1co8_42", zd = "_article_r1co8_27", Hd = "_correspondent_r1co8_75", Vd = "_iframeStyled_r1co8_84", Fd = "_contentFrame_r1co8_94", ze = {
|
|
6526
6526
|
content: Md,
|
|
6527
6527
|
videoContent: jd,
|
|
6528
6528
|
articleSection: Qd,
|
|
6529
6529
|
title: Gd,
|
|
6530
|
-
article:
|
|
6531
|
-
correspondent:
|
|
6530
|
+
article: zd,
|
|
6531
|
+
correspondent: Hd,
|
|
6532
6532
|
iframeStyled: Vd,
|
|
6533
6533
|
contentFrame: Fd
|
|
6534
|
-
},
|
|
6534
|
+
}, Z9 = (e) => {
|
|
6535
6535
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6536
6536
|
e.video.info.date.created
|
|
6537
6537
|
)}` : e?.video.main.author;
|
|
6538
|
-
return /* @__PURE__ */ a("div", { className:
|
|
6539
|
-
/* @__PURE__ */ a("p", { className:
|
|
6538
|
+
return /* @__PURE__ */ a("div", { className: ze.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ m("div", { className: ze.videoContent, children: [
|
|
6539
|
+
/* @__PURE__ */ a("p", { className: ze.title, children: e.video.main.title }),
|
|
6540
6540
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
6541
6541
|
"iframe",
|
|
6542
6542
|
{
|
|
6543
|
-
className:
|
|
6543
|
+
className: ze.iframeStyled,
|
|
6544
6544
|
src: `https://www.youtube.com/embed/${e.video.main.code}`,
|
|
6545
6545
|
frameBorder: "0",
|
|
6546
6546
|
allowFullScreen: !0
|
|
@@ -6549,7 +6549,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6549
6549
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
6550
6550
|
"iframe",
|
|
6551
6551
|
{
|
|
6552
|
-
className:
|
|
6552
|
+
className: ze.iframeStyled,
|
|
6553
6553
|
src: e.video.main.code,
|
|
6554
6554
|
frameBorder: "0",
|
|
6555
6555
|
allowFullScreen: !0
|
|
@@ -6558,16 +6558,16 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6558
6558
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
6559
6559
|
"div",
|
|
6560
6560
|
{
|
|
6561
|
-
className:
|
|
6561
|
+
className: ze.contentFrame,
|
|
6562
6562
|
dangerouslySetInnerHTML: { __html: e.video.main.code }
|
|
6563
6563
|
}
|
|
6564
6564
|
),
|
|
6565
|
-
/* @__PURE__ */ m("div", { className:
|
|
6566
|
-
/* @__PURE__ */ a("p", { className:
|
|
6567
|
-
/* @__PURE__ */ a("p", { className:
|
|
6565
|
+
/* @__PURE__ */ m("div", { className: ze.articleSection, children: [
|
|
6566
|
+
/* @__PURE__ */ a("p", { className: ze.article, children: Qe(e.video.main.description) }),
|
|
6567
|
+
/* @__PURE__ */ a("p", { className: ze.correspondent, children: t() })
|
|
6568
6568
|
] })
|
|
6569
6569
|
] }) }) });
|
|
6570
|
-
}, Wd = "
|
|
6570
|
+
}, Wd = "_content_wxhkd_1", $d = "_linkStyled_wxhkd_9", Pn = {
|
|
6571
6571
|
content: Wd,
|
|
6572
6572
|
linkStyled: $d
|
|
6573
6573
|
}, vn = (e) => {
|
|
@@ -6580,7 +6580,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6580
6580
|
};
|
|
6581
6581
|
return (t > 1 || n && t < r) && /* @__PURE__ */ m("section", { className: Pn.content, children: [
|
|
6582
6582
|
t > 1 && /* @__PURE__ */ a(
|
|
6583
|
-
|
|
6583
|
+
L,
|
|
6584
6584
|
{
|
|
6585
6585
|
className: Pn.linkStyled,
|
|
6586
6586
|
href: i("prev", o || "", s || ""),
|
|
@@ -6588,7 +6588,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6588
6588
|
}
|
|
6589
6589
|
),
|
|
6590
6590
|
n && t < r && /* @__PURE__ */ a(
|
|
6591
|
-
|
|
6591
|
+
L,
|
|
6592
6592
|
{
|
|
6593
6593
|
className: Pn.linkStyled,
|
|
6594
6594
|
href: i("next", o || "", s || ""),
|
|
@@ -6596,7 +6596,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6596
6596
|
}
|
|
6597
6597
|
)
|
|
6598
6598
|
] });
|
|
6599
|
-
}, Yd = "
|
|
6599
|
+
}, Yd = "_content_zal5g_1", Kd = "_contentGrid_zal5g_8", Jd = "_contentGrid4_zal5g_17", Zd = "_contentGrid3_zal5g_21", Zt = {
|
|
6600
6600
|
content: Yd,
|
|
6601
6601
|
contentGrid: Kd,
|
|
6602
6602
|
contentGrid4: Jd,
|
|
@@ -6613,7 +6613,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6613
6613
|
),
|
|
6614
6614
|
/* @__PURE__ */ a(J, { children: e.paginatorComponent })
|
|
6615
6615
|
] });
|
|
6616
|
-
}, Xd = "
|
|
6616
|
+
}, Xd = "_content_15x47_1", e1 = "_newsDescription_15x47_15", t1 = "_image_15x47_41", Dt = {
|
|
6617
6617
|
content: Xd,
|
|
6618
6618
|
newsDescription: e1,
|
|
6619
6619
|
image: t1
|
|
@@ -6642,7 +6642,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6642
6642
|
},
|
|
6643
6643
|
children: [
|
|
6644
6644
|
/* @__PURE__ */ a(
|
|
6645
|
-
|
|
6645
|
+
L,
|
|
6646
6646
|
{
|
|
6647
6647
|
"aria-label": e.main?.title?.section,
|
|
6648
6648
|
className: Dt.image,
|
|
@@ -6650,7 +6650,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6650
6650
|
href: r?.link?.url,
|
|
6651
6651
|
target: r?.link?.target,
|
|
6652
6652
|
children: /* @__PURE__ */ a(
|
|
6653
|
-
|
|
6653
|
+
Ue,
|
|
6654
6654
|
{
|
|
6655
6655
|
preview: o,
|
|
6656
6656
|
isVideo: i,
|
|
@@ -6678,14 +6678,14 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6678
6678
|
]
|
|
6679
6679
|
}
|
|
6680
6680
|
);
|
|
6681
|
-
}, n1 = "
|
|
6681
|
+
}, n1 = "_content_14xk9_1", a1 = "_boxInformation_14xk9_12", r1 = "_titleGradient_14xk9_30", o1 = "_sectionDescription_14xk9_58", s1 = "_articule_14xk9_83", i1 = "_linkStyled_14xk9_116", et = {
|
|
6682
6682
|
content: n1,
|
|
6683
6683
|
boxInformation: a1,
|
|
6684
6684
|
titleGradient: r1,
|
|
6685
6685
|
sectionDescription: o1,
|
|
6686
6686
|
articule: s1,
|
|
6687
6687
|
linkStyled: i1
|
|
6688
|
-
},
|
|
6688
|
+
}, Un = (e) => {
|
|
6689
6689
|
const {
|
|
6690
6690
|
isVideo: t,
|
|
6691
6691
|
info: n,
|
|
@@ -6695,35 +6695,35 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6695
6695
|
} = e, { SHOW_TAG_BY_SECTION: i } = $(), c = () => {
|
|
6696
6696
|
if (i && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
6697
6697
|
const d = e.keywords.tags[0], l = d.name;
|
|
6698
|
-
return d.approved ? /* @__PURE__ */ a(
|
|
6699
|
-
|
|
6698
|
+
return d.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
6699
|
+
L,
|
|
6700
6700
|
{
|
|
6701
6701
|
"aria-label": l,
|
|
6702
6702
|
className: et.sectionDescription,
|
|
6703
6703
|
href: vt(d, e.paths),
|
|
6704
6704
|
children: l
|
|
6705
6705
|
}
|
|
6706
|
-
) : /* @__PURE__ */ a("div", { className: et.sectionDescription, children: l });
|
|
6706
|
+
) }) : /* @__PURE__ */ a("div", { className: et.sectionDescription, children: l });
|
|
6707
6707
|
} else if (e.info?.section?.url)
|
|
6708
|
-
return /* @__PURE__ */ a(
|
|
6709
|
-
|
|
6708
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
6709
|
+
L,
|
|
6710
6710
|
{
|
|
6711
6711
|
className: et.sectionDescription,
|
|
6712
6712
|
href: e?.info?.link?.url,
|
|
6713
6713
|
target: e?.info?.link?.target,
|
|
6714
|
-
children: e.
|
|
6714
|
+
children: e.info.section.name
|
|
6715
6715
|
}
|
|
6716
|
-
);
|
|
6716
|
+
) });
|
|
6717
6717
|
return null;
|
|
6718
6718
|
};
|
|
6719
6719
|
return /* @__PURE__ */ m("section", { className: et.content, children: [
|
|
6720
6720
|
/* @__PURE__ */ a(
|
|
6721
|
-
|
|
6721
|
+
L,
|
|
6722
6722
|
{
|
|
6723
6723
|
title: r?.title?.section,
|
|
6724
6724
|
href: n.link.url,
|
|
6725
6725
|
target: n.link.target,
|
|
6726
|
-
children: /* @__PURE__ */ a(
|
|
6726
|
+
children: /* @__PURE__ */ a(Ue, { preview: e.preview, isVideo: t })
|
|
6727
6727
|
}
|
|
6728
6728
|
),
|
|
6729
6729
|
/* @__PURE__ */ m(
|
|
@@ -6741,7 +6741,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6741
6741
|
children: [
|
|
6742
6742
|
/* @__PURE__ */ a(c, {}),
|
|
6743
6743
|
/* @__PURE__ */ a("h2", { className: et.articule, children: /* @__PURE__ */ a(
|
|
6744
|
-
|
|
6744
|
+
L,
|
|
6745
6745
|
{
|
|
6746
6746
|
className: et.linkStyled,
|
|
6747
6747
|
href: e?.info?.link?.url,
|
|
@@ -6753,17 +6753,17 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6753
6753
|
}
|
|
6754
6754
|
)
|
|
6755
6755
|
] });
|
|
6756
|
-
}, c1 = "
|
|
6756
|
+
}, c1 = "_content_kro73_1", l1 = "_contentLayout_kro73_5", or = {
|
|
6757
6757
|
content: c1,
|
|
6758
6758
|
contentLayout: l1
|
|
6759
|
-
}, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(Vt, { className: `${or.contentLayout} ${e.className}`, children: e.children }) }), d1 = "
|
|
6759
|
+
}, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(Vt, { className: `${or.contentLayout} ${e.className}`, children: e.children }) }), d1 = "_content_1nqra_1", u1 = "_before_1nqra_11", h1 = "_textContent_1nqra_22", m1 = "_title_1nqra_37", f1 = "_description_1nqra_46", g1 = "_linkStyled_1nqra_57", gt = {
|
|
6760
6760
|
content: d1,
|
|
6761
6761
|
before: u1,
|
|
6762
6762
|
textContent: h1,
|
|
6763
6763
|
title: m1,
|
|
6764
6764
|
description: f1,
|
|
6765
6765
|
linkStyled: g1
|
|
6766
|
-
},
|
|
6766
|
+
}, X9 = (e) => {
|
|
6767
6767
|
const t = e.logo;
|
|
6768
6768
|
return /* @__PURE__ */ m("section", { className: gt.content, children: [
|
|
6769
6769
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: gt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6771,59 +6771,59 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6771
6771
|
/* @__PURE__ */ a(t, {}),
|
|
6772
6772
|
/* @__PURE__ */ a("p", { className: gt.title, children: e.title }),
|
|
6773
6773
|
/* @__PURE__ */ a("p", { className: gt.description, children: e.description }),
|
|
6774
|
-
/* @__PURE__ */ a(
|
|
6774
|
+
/* @__PURE__ */ a(L, { className: gt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6775
6775
|
] })
|
|
6776
6776
|
] });
|
|
6777
|
-
}, p1 = "
|
|
6777
|
+
}, p1 = "_content_zxcog_1", A1 = "_contentLabel_zxcog_8", w1 = "_label_zxcog_13", y1 = "_required_zxcog_22", v1 = "_input_zxcog_28", Ut = {
|
|
6778
6778
|
content: p1,
|
|
6779
6779
|
contentLabel: A1,
|
|
6780
6780
|
label: w1,
|
|
6781
6781
|
required: y1,
|
|
6782
6782
|
input: v1
|
|
6783
|
-
},
|
|
6784
|
-
/* @__PURE__ */ m("div", { className:
|
|
6785
|
-
/* @__PURE__ */ a("label", { className:
|
|
6786
|
-
e.required && /* @__PURE__ */ a("span", { className:
|
|
6783
|
+
}, e3 = (e) => /* @__PURE__ */ m("div", { className: Ut.content, children: [
|
|
6784
|
+
/* @__PURE__ */ m("div", { className: Ut.contentLabel, children: [
|
|
6785
|
+
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6786
|
+
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
6787
6787
|
] }),
|
|
6788
|
-
/* @__PURE__ */ a("input", { className:
|
|
6789
|
-
] }), b1 = "
|
|
6788
|
+
/* @__PURE__ */ a("input", { className: Ut.input, ...e })
|
|
6789
|
+
] }), b1 = "_content_zgx5w_1", C1 = "_contentLabel_zgx5w_8", _1 = "_label_zgx5w_13", N1 = "_required_zgx5w_22", S1 = "_input_zgx5w_28", qt = {
|
|
6790
6790
|
content: b1,
|
|
6791
6791
|
contentLabel: C1,
|
|
6792
6792
|
label: _1,
|
|
6793
6793
|
required: N1,
|
|
6794
6794
|
input: S1
|
|
6795
|
-
},
|
|
6796
|
-
/* @__PURE__ */ m("div", { className:
|
|
6797
|
-
/* @__PURE__ */ a("label", { className:
|
|
6798
|
-
e.required && /* @__PURE__ */ a("span", { className:
|
|
6795
|
+
}, t3 = (e) => /* @__PURE__ */ m("div", { className: qt.content, children: [
|
|
6796
|
+
/* @__PURE__ */ m("div", { className: qt.contentLabel, children: [
|
|
6797
|
+
/* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
|
|
6798
|
+
e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
|
|
6799
6799
|
] }),
|
|
6800
|
-
/* @__PURE__ */ m("select", { className:
|
|
6800
|
+
/* @__PURE__ */ m("select", { className: qt.input, ...e, children: [
|
|
6801
6801
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6802
6802
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6803
6803
|
] })
|
|
6804
|
-
] }), E1 = "
|
|
6804
|
+
] }), E1 = "_content_1mi9t_1", x1 = "_label_1mi9t_8", T1 = "_input_1mi9t_17", Dn = {
|
|
6805
6805
|
content: E1,
|
|
6806
6806
|
label: x1,
|
|
6807
6807
|
input: T1
|
|
6808
|
-
},
|
|
6808
|
+
}, n3 = (e) => /* @__PURE__ */ m("div", { className: Dn.content, children: [
|
|
6809
6809
|
/* @__PURE__ */ a("label", { className: Dn.label, children: e.label }),
|
|
6810
6810
|
/* @__PURE__ */ a("textarea", { className: Dn.input, ...e })
|
|
6811
|
-
] }), I1 = "
|
|
6811
|
+
] }), I1 = "_boxInformation_achvw_1", k1 = "_textBox_achvw_30", U1 = "_contentBox_achvw_40", q1 = "_liveBox_achvw_50", R1 = "_dot_achvw_72", L1 = "_sectionDescription_achvw_97", B1 = "_articule_achvw_110", O1 = "_description_achvw_137", tt = {
|
|
6812
6812
|
boxInformation: I1,
|
|
6813
|
-
textBox:
|
|
6814
|
-
contentBox:
|
|
6815
|
-
liveBox:
|
|
6816
|
-
dot:
|
|
6817
|
-
sectionDescription:
|
|
6813
|
+
textBox: k1,
|
|
6814
|
+
contentBox: U1,
|
|
6815
|
+
liveBox: q1,
|
|
6816
|
+
dot: R1,
|
|
6817
|
+
sectionDescription: L1,
|
|
6818
6818
|
articule: B1,
|
|
6819
6819
|
description: O1
|
|
6820
|
-
}, P1 = "
|
|
6820
|
+
}, P1 = "_content_8ehij_1", D1 = "_description_8ehij_23", bn = {
|
|
6821
6821
|
content: P1,
|
|
6822
6822
|
description: D1
|
|
6823
6823
|
}, yo = (e) => {
|
|
6824
6824
|
let t = "";
|
|
6825
6825
|
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__ */ m("div", { className: bn.content, children: [
|
|
6826
|
-
/* @__PURE__ */ a(
|
|
6826
|
+
/* @__PURE__ */ a(Ue, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6827
6827
|
t && /* @__PURE__ */ a("div", { className: bn.description, children: t })
|
|
6828
6828
|
] });
|
|
6829
6829
|
}, M1 = (e) => /* @__PURE__ */ a(J, { children: /* @__PURE__ */ m("div", { className: tt.boxInformation, children: [
|
|
@@ -6831,7 +6831,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6831
6831
|
/* @__PURE__ */ m("div", { className: tt.textBox, children: [
|
|
6832
6832
|
/* @__PURE__ */ m("div", { className: tt.contentBox, children: [
|
|
6833
6833
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6834
|
-
|
|
6834
|
+
L,
|
|
6835
6835
|
{
|
|
6836
6836
|
className: tt.sectionDescription,
|
|
6837
6837
|
href: e?.info?.section?.url,
|
|
@@ -6856,15 +6856,15 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6856
6856
|
}
|
|
6857
6857
|
)
|
|
6858
6858
|
] })
|
|
6859
|
-
] }) }), j1 = "
|
|
6859
|
+
] }) }), j1 = "_content_oipiy_1", Q1 = "_contentLine_oipiy_17", G1 = "_contentText_oipiy_24", z1 = "_dateLink_oipiy_37", Xt = {
|
|
6860
6860
|
content: j1,
|
|
6861
6861
|
contentLine: Q1,
|
|
6862
6862
|
contentText: G1,
|
|
6863
|
-
dateLink:
|
|
6864
|
-
},
|
|
6865
|
-
/* @__PURE__ */ a(
|
|
6863
|
+
dateLink: z1
|
|
6864
|
+
}, H1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ m("div", { className: Xt.contentLine, children: [
|
|
6865
|
+
/* @__PURE__ */ a(L, { className: Xt.dateLink, href: `#item-${n + 1}`, children: ls(t.date) }),
|
|
6866
6866
|
/* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6867
|
-
] }, n)) }), V1 = "
|
|
6867
|
+
] }, n)) }), V1 = "_content_w8a84_1", F1 = "_contentInfo_w8a84_11", W1 = "_imageStyled_w8a84_19", $1 = "_contentIconStyled_w8a84_30", Y1 = "_name_w8a84_56", K1 = "_email_w8a84_65", J1 = "_description_w8a84_81", Z1 = "_contenSocialNetwork_w8a84_93", X1 = "_socialIcon_w8a84_103", Ie = {
|
|
6868
6868
|
content: V1,
|
|
6869
6869
|
contentInfo: F1,
|
|
6870
6870
|
imageStyled: W1,
|
|
@@ -6935,7 +6935,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
6935
6935
|
] })
|
|
6936
6936
|
}
|
|
6937
6937
|
);
|
|
6938
|
-
}, tu = "
|
|
6938
|
+
}, tu = "_content_18ozj_1", nu = "_contentInfo_18ozj_13", au = "_contentAuthor_18ozj_26", ru = "_imageStyled_18ozj_33", ou = "_contentIconStyled_18ozj_42", su = "_name_18ozj_64", iu = "_email_18ozj_72", cu = "_description_18ozj_82", lu = "_contenSocialNetwork_18ozj_93", du = "_socialIcon_18ozj_103", Ne = {
|
|
6939
6939
|
content: tu,
|
|
6940
6940
|
contentInfo: nu,
|
|
6941
6941
|
contentAuthor: au,
|
|
@@ -7008,7 +7008,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7008
7008
|
] })
|
|
7009
7009
|
] })
|
|
7010
7010
|
] }) });
|
|
7011
|
-
}, hu = "
|
|
7011
|
+
}, hu = "_content_jg6i2_1", mu = "_bannerSection_jg6i2_25", ir = {
|
|
7012
7012
|
content: hu,
|
|
7013
7013
|
bannerSection: mu
|
|
7014
7014
|
}, vo = (e) => /* @__PURE__ */ m("section", { className: ir.content, children: [
|
|
@@ -7031,7 +7031,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7031
7031
|
),
|
|
7032
7032
|
e.banner
|
|
7033
7033
|
] })
|
|
7034
|
-
] }), fu = "
|
|
7034
|
+
] }), fu = "_content_1jqwg_1", gu = "_header_1jqwg_21", pu = "_videos_1jqwg_46", Au = "_videoContent_1jqwg_53", wu = "_articleSection_1jqwg_60", yu = "_contentLayoutVideoSection_1jqwg_74", vu = "_sectionVideoList_1jqwg_82", bu = "_iframeStyled_1jqwg_155", Cu = "_contentFrame_1jqwg_164", _u = "_relatedTitle_1jqwg_189", Re = {
|
|
7035
7035
|
content: fu,
|
|
7036
7036
|
header: gu,
|
|
7037
7037
|
videos: pu,
|
|
@@ -7042,7 +7042,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7042
7042
|
iframeStyled: bu,
|
|
7043
7043
|
contentFrame: Cu,
|
|
7044
7044
|
relatedTitle: _u
|
|
7045
|
-
}, Nu = "
|
|
7045
|
+
}, Nu = "_content_1dj0q_1", Su = "_linkImage_1dj0q_12", Eu = "_playStyled_1dj0q_19", Mn = {
|
|
7046
7046
|
content: Nu,
|
|
7047
7047
|
linkImage: Su,
|
|
7048
7048
|
playStyled: Eu
|
|
@@ -7073,8 +7073,8 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7073
7073
|
),
|
|
7074
7074
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(Tt, { ...t, paths: e.paths }) })
|
|
7075
7075
|
] }) : null;
|
|
7076
|
-
},
|
|
7077
|
-
/* @__PURE__ */ m("a", { className:
|
|
7076
|
+
}, a3 = (e) => /* @__PURE__ */ a("div", { className: Re.content, children: /* @__PURE__ */ m(Vt, { className: Re.contentLayoutVideoSection, children: [
|
|
7077
|
+
/* @__PURE__ */ m("a", { className: Re.header, href: "/", children: [
|
|
7078
7078
|
/* @__PURE__ */ a(
|
|
7079
7079
|
"svg",
|
|
7080
7080
|
{
|
|
@@ -7096,12 +7096,12 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7096
7096
|
),
|
|
7097
7097
|
"VOLVER A VIDEOS"
|
|
7098
7098
|
] }),
|
|
7099
|
-
/* @__PURE__ */ m("div", { className:
|
|
7100
|
-
/* @__PURE__ */ m("div", { className:
|
|
7099
|
+
/* @__PURE__ */ m("div", { className: Re.videos, children: [
|
|
7100
|
+
/* @__PURE__ */ m("div", { className: Re.videoContent, style: e.mainVideoStyles, children: [
|
|
7101
7101
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7102
7102
|
"iframe",
|
|
7103
7103
|
{
|
|
7104
|
-
className:
|
|
7104
|
+
className: Re.iframeStyled,
|
|
7105
7105
|
src: `https://www.youtube.com/embed/${e.video?.main?.code}`,
|
|
7106
7106
|
frameBorder: "0",
|
|
7107
7107
|
allowFullScreen: !0
|
|
@@ -7110,7 +7110,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7110
7110
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
7111
7111
|
"iframe",
|
|
7112
7112
|
{
|
|
7113
|
-
className:
|
|
7113
|
+
className: Re.iframeStyled,
|
|
7114
7114
|
src: e.video?.main?.code,
|
|
7115
7115
|
frameBorder: "0",
|
|
7116
7116
|
allowFullScreen: !0
|
|
@@ -7119,11 +7119,11 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7119
7119
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
7120
7120
|
"div",
|
|
7121
7121
|
{
|
|
7122
|
-
className:
|
|
7122
|
+
className: Re.contentFrame,
|
|
7123
7123
|
dangerouslySetInnerHTML: { __html: e.video?.main?.code }
|
|
7124
7124
|
}
|
|
7125
7125
|
),
|
|
7126
|
-
/* @__PURE__ */ a("div", { className:
|
|
7126
|
+
/* @__PURE__ */ a("div", { className: Re.articleSection, children: /* @__PURE__ */ a(
|
|
7127
7127
|
Tt,
|
|
7128
7128
|
{
|
|
7129
7129
|
...Mt(
|
|
@@ -7138,7 +7138,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7138
7138
|
/* @__PURE__ */ m(
|
|
7139
7139
|
"div",
|
|
7140
7140
|
{
|
|
7141
|
-
className:
|
|
7141
|
+
className: Re.sectionVideoList,
|
|
7142
7142
|
style: e.listVideoStyles,
|
|
7143
7143
|
children: [
|
|
7144
7144
|
e.banner && /* @__PURE__ */ a(
|
|
@@ -7148,7 +7148,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7148
7148
|
name: e.banner.bannerName
|
|
7149
7149
|
}
|
|
7150
7150
|
),
|
|
7151
|
-
e.relatedName && /* @__PURE__ */ a("h2", { className:
|
|
7151
|
+
e.relatedName && /* @__PURE__ */ a("h2", { className: Re.relatedTitle, children: e.relatedName }),
|
|
7152
7152
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ st(
|
|
7153
7153
|
xu,
|
|
7154
7154
|
{
|
|
@@ -7161,39 +7161,39 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7161
7161
|
}
|
|
7162
7162
|
)
|
|
7163
7163
|
] })
|
|
7164
|
-
] }) }), Tu = "
|
|
7164
|
+
] }) }), Tu = "_content_gcte1_1", Iu = "_titleContent_gcte1_24", ku = "_title_gcte1_24", Uu = "_startLine_gcte1_88", qu = "_line_gcte1_93", Ru = "_bottomLine_gcte1_99", Lu = "_childrenContent_gcte1_118", Bu = "_readMore_gcte1_131", He = {
|
|
7165
7165
|
content: Tu,
|
|
7166
7166
|
titleContent: Iu,
|
|
7167
|
-
title:
|
|
7168
|
-
startLine:
|
|
7169
|
-
line:
|
|
7170
|
-
bottomLine:
|
|
7171
|
-
childrenContent:
|
|
7167
|
+
title: ku,
|
|
7168
|
+
startLine: Uu,
|
|
7169
|
+
line: qu,
|
|
7170
|
+
bottomLine: Ru,
|
|
7171
|
+
childrenContent: Lu,
|
|
7172
7172
|
readMore: Bu
|
|
7173
7173
|
}, me = Pr((e, t) => {
|
|
7174
|
-
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className:
|
|
7175
|
-
return /* @__PURE__ */ m("section", { className:
|
|
7174
|
+
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: He.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: He.title, children: e.title });
|
|
7175
|
+
return /* @__PURE__ */ m("section", { className: He.content, children: [
|
|
7176
7176
|
e.title && /* @__PURE__ */ m(
|
|
7177
7177
|
"div",
|
|
7178
7178
|
{
|
|
7179
|
-
className: [
|
|
7179
|
+
className: [He.titleContent, e.className ?? ""].join(" "),
|
|
7180
7180
|
"data-after": `${r}`,
|
|
7181
7181
|
children: [
|
|
7182
|
-
/* @__PURE__ */ a("hr", { className:
|
|
7183
|
-
e.titleUrl ? /* @__PURE__ */ a(
|
|
7184
|
-
/* @__PURE__ */ a("hr", { className:
|
|
7182
|
+
/* @__PURE__ */ a("hr", { className: He.startLine }),
|
|
7183
|
+
e.titleUrl ? /* @__PURE__ */ a(L, { href: e.titleUrl, children: o }) : o,
|
|
7184
|
+
/* @__PURE__ */ a("hr", { className: He.line }),
|
|
7185
7185
|
e.titleUrl && /* @__PURE__ */ a(
|
|
7186
|
-
|
|
7186
|
+
L,
|
|
7187
7187
|
{
|
|
7188
|
-
className:
|
|
7188
|
+
className: He.readMore,
|
|
7189
7189
|
href: e.titleUrl?.toString() ?? ""
|
|
7190
7190
|
}
|
|
7191
7191
|
)
|
|
7192
7192
|
]
|
|
7193
7193
|
}
|
|
7194
7194
|
),
|
|
7195
|
-
e.title && /* @__PURE__ */ a("hr", { className: [
|
|
7196
|
-
/* @__PURE__ */ a("div", { className:
|
|
7195
|
+
e.title && /* @__PURE__ */ a("hr", { className: [He.bottomLine, e.className ?? ""].join(" ") }),
|
|
7196
|
+
/* @__PURE__ */ a("div", { className: He.childrenContent, ref: t, children: e.children })
|
|
7197
7197
|
] });
|
|
7198
7198
|
}), Sa = (e) => /* @__PURE__ */ a(
|
|
7199
7199
|
"svg",
|
|
@@ -7233,7 +7233,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7233
7233
|
}
|
|
7234
7234
|
)
|
|
7235
7235
|
}
|
|
7236
|
-
), Ou = "
|
|
7236
|
+
), Ou = "_drawerStyled_1dhzk_1", Pu = "_sidebarCustom_1dhzk_6", Du = "_accordionStyled_1dhzk_24", Mu = "_accordionHeading_1dhzk_35", ju = "_accordionSummeryStyled_1dhzk_44", Qu = "_linkStyled_1dhzk_71", Gu = "_subLinkStyled_1dhzk_91", zu = "_inputContent_1dhzk_113", Hu = "_buttonContent_1dhzk_114", Vu = "_inputStyled_1dhzk_124", Fu = "_buscar_1dhzk_140", Wu = "_buttonStyled_1dhzk_149", $u = "_accordionDetailsStyled_1dhzk_164", Yu = "_footerSlider_1dhzk_179", Ku = "_socialMedia_1dhzk_190", Ju = "_copyRights_1dhzk_209", Zu = "_icon_1dhzk_220", le = {
|
|
7237
7237
|
drawerStyled: Ou,
|
|
7238
7238
|
sidebarCustom: Pu,
|
|
7239
7239
|
accordionStyled: Du,
|
|
@@ -7241,8 +7241,8 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7241
7241
|
accordionSummeryStyled: ju,
|
|
7242
7242
|
linkStyled: Qu,
|
|
7243
7243
|
subLinkStyled: Gu,
|
|
7244
|
-
inputContent:
|
|
7245
|
-
buttonContent:
|
|
7244
|
+
inputContent: zu,
|
|
7245
|
+
buttonContent: Hu,
|
|
7246
7246
|
inputStyled: Vu,
|
|
7247
7247
|
buscar: Fu,
|
|
7248
7248
|
buttonStyled: Wu,
|
|
@@ -7269,7 +7269,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7269
7269
|
/* @__PURE__ */ a("input", { type: "checkbox", id: "side-bar-state" }),
|
|
7270
7270
|
/* @__PURE__ */ m("section", { className: le.sidebarCustom, children: [
|
|
7271
7271
|
/* @__PURE__ */ a("div", { className: le.buttonContent, children: /* @__PURE__ */ a("label", { className: le.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(It, { className: le.icon }) }) }),
|
|
7272
|
-
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ m(
|
|
7272
|
+
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ m(L, { href: "/buscar", className: le.inputStyled, children: [
|
|
7273
7273
|
/* @__PURE__ */ m("p", { className: le.buscar, children: [
|
|
7274
7274
|
o,
|
|
7275
7275
|
"..."
|
|
@@ -7304,7 +7304,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7304
7304
|
htmlFor: "accordion_" + i,
|
|
7305
7305
|
children: [
|
|
7306
7306
|
s.link ? /* @__PURE__ */ a(
|
|
7307
|
-
|
|
7307
|
+
L,
|
|
7308
7308
|
{
|
|
7309
7309
|
className: `${le.linkStyledAccordion} ${le.linkStyled}`,
|
|
7310
7310
|
href: s.link ? s.link : void 0,
|
|
@@ -7323,7 +7323,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7323
7323
|
]
|
|
7324
7324
|
}
|
|
7325
7325
|
) : /* @__PURE__ */ a(
|
|
7326
|
-
|
|
7326
|
+
L,
|
|
7327
7327
|
{
|
|
7328
7328
|
className: le.linkStyled,
|
|
7329
7329
|
href: s.link ? s.link : void 0,
|
|
@@ -7339,7 +7339,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7339
7339
|
"--max-height": s.subitem.length * 45 + "px"
|
|
7340
7340
|
},
|
|
7341
7341
|
children: s.subitem.map((c, d) => /* @__PURE__ */ a(
|
|
7342
|
-
|
|
7342
|
+
L,
|
|
7343
7343
|
{
|
|
7344
7344
|
className: le.subLinkStyled,
|
|
7345
7345
|
href: c.link ? c.link : void 0,
|
|
@@ -7399,7 +7399,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7399
7399
|
)
|
|
7400
7400
|
]
|
|
7401
7401
|
}
|
|
7402
|
-
), eh = "
|
|
7402
|
+
), eh = "_content_1k52x_1", th = "_chipStyled_1k52x_17", nh = "_headLine_1k52x_17", ah = "_live_1k52x_25", rh = "_closeLiveStyled_1k52x_88", Rt = {
|
|
7403
7403
|
content: eh,
|
|
7404
7404
|
chipStyled: th,
|
|
7405
7405
|
headLine: nh,
|
|
@@ -7407,9 +7407,9 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7407
7407
|
closeLiveStyled: rh
|
|
7408
7408
|
}, Co = (e) => {
|
|
7409
7409
|
const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
|
|
7410
|
-
|
|
7410
|
+
L,
|
|
7411
7411
|
{
|
|
7412
|
-
className:
|
|
7412
|
+
className: Rt.headLine,
|
|
7413
7413
|
href: t?.data[0]?.info.link.url,
|
|
7414
7414
|
target: t?.data[0]?.info.link.target,
|
|
7415
7415
|
title: t?.data[0]?.main.title.home,
|
|
@@ -7430,24 +7430,24 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7430
7430
|
"div",
|
|
7431
7431
|
{
|
|
7432
7432
|
id: "alert-chip",
|
|
7433
|
-
className:
|
|
7433
|
+
className: Rt.content,
|
|
7434
7434
|
style: e.forceShow ? {
|
|
7435
7435
|
display: "flex",
|
|
7436
7436
|
position: "sticky",
|
|
7437
7437
|
top: 100
|
|
7438
7438
|
} : {},
|
|
7439
7439
|
children: [
|
|
7440
|
-
/* @__PURE__ */ m("div", { className:
|
|
7441
|
-
/* @__PURE__ */ a("div", { className:
|
|
7440
|
+
/* @__PURE__ */ m("div", { className: Rt.live, children: [
|
|
7441
|
+
/* @__PURE__ */ a("div", { className: Rt.chipStyled, children: t?.entity?.description }),
|
|
7442
7442
|
e.forceShow && /* @__PURE__ */ a(r, {}),
|
|
7443
|
-
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(It, { className:
|
|
7443
|
+
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(It, { className: Rt.closeLiveStyled }) })
|
|
7444
7444
|
] }),
|
|
7445
7445
|
/* @__PURE__ */ a(r, {})
|
|
7446
7446
|
]
|
|
7447
7447
|
}
|
|
7448
7448
|
)
|
|
7449
7449
|
] });
|
|
7450
|
-
}, oh = "
|
|
7450
|
+
}, oh = "_content_18yq5_1", sh = "_linkStyled_18yq5_14", ih = "_linkSocialNetwork_18yq5_28", ch = "_title_18yq5_49", lh = "_tabs_18yq5_60", dh = "_socialNetwork_18yq5_68", uh = "_icon_18yq5_78", hh = "_facebook_18yq5_84", mh = "_youtube_18yq5_88", fh = "_x_18yq5_92", gh = "_instagram_18yq5_96", ph = "_gnews_18yq5_100", Ah = "_tiktok_18yq5_104", wh = "_whatsapp_18yq5_108", Ve = {
|
|
7451
7451
|
content: oh,
|
|
7452
7452
|
linkStyled: sh,
|
|
7453
7453
|
linkSocialNetwork: ih,
|
|
@@ -7468,7 +7468,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7468
7468
|
Array.isArray(t) && /* @__PURE__ */ m("div", { className: `${Ve.tabs} header-page-tape-content`, children: [
|
|
7469
7469
|
n !== "" && /* @__PURE__ */ a("p", { className: Ve.title, children: `${n}` }),
|
|
7470
7470
|
t && t[s] && /* @__PURE__ */ a(
|
|
7471
|
-
|
|
7471
|
+
L,
|
|
7472
7472
|
{
|
|
7473
7473
|
className: Ve.linkStyled,
|
|
7474
7474
|
target: t[s]?.target,
|
|
@@ -7484,7 +7484,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7484
7484
|
t && t.map((i, c) => {
|
|
7485
7485
|
if (c !== s)
|
|
7486
7486
|
return /* @__PURE__ */ a(
|
|
7487
|
-
|
|
7487
|
+
L,
|
|
7488
7488
|
{
|
|
7489
7489
|
className: Ve.linkStyled,
|
|
7490
7490
|
href: i?.link,
|
|
@@ -7513,7 +7513,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7513
7513
|
i
|
|
7514
7514
|
)) })
|
|
7515
7515
|
] });
|
|
7516
|
-
}, vh = "
|
|
7516
|
+
}, vh = "_headerStyled_t61zq_1", bh = "_headerContent_t61zq_14", Ch = "_iconContent_t61zq_25", _h = "_menuButton_t61zq_34", Nh = "_logoStyled_t61zq_66", Sh = "_buttonSection_t61zq_94", Eh = "_buttonSectionSearch_t61zq_109", xh = "_headLineContent_t61zq_130", Th = "_headLineTitle_t61zq_143", Ih = "_headLine_t61zq_130", kh = "_hasAlertZone_t61zq_196", ke = {
|
|
7517
7517
|
headerStyled: vh,
|
|
7518
7518
|
headerContent: bh,
|
|
7519
7519
|
iconContent: Ch,
|
|
@@ -7524,10 +7524,10 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7524
7524
|
headLineContent: xh,
|
|
7525
7525
|
headLineTitle: Th,
|
|
7526
7526
|
headLine: Ih,
|
|
7527
|
-
hasAlertZone:
|
|
7528
|
-
},
|
|
7527
|
+
hasAlertZone: kh
|
|
7528
|
+
}, Uh = (e) => {
|
|
7529
7529
|
const { alertZone: t } = e;
|
|
7530
|
-
return /* @__PURE__ */ m("header", { className:
|
|
7530
|
+
return /* @__PURE__ */ m("header", { className: ke.headerStyled, children: [
|
|
7531
7531
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7532
7532
|
yh,
|
|
7533
7533
|
{
|
|
@@ -7537,12 +7537,12 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7537
7537
|
socials: e.socials
|
|
7538
7538
|
}
|
|
7539
7539
|
),
|
|
7540
|
-
/* @__PURE__ */ m("div", { className: `${
|
|
7540
|
+
/* @__PURE__ */ m("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
|
|
7541
7541
|
/* @__PURE__ */ a(
|
|
7542
|
-
|
|
7542
|
+
kn,
|
|
7543
7543
|
{
|
|
7544
7544
|
id: "button-app",
|
|
7545
|
-
className:
|
|
7545
|
+
className: ke.menuButton,
|
|
7546
7546
|
toggledrawerevent: "true",
|
|
7547
7547
|
"aria-label": "menu",
|
|
7548
7548
|
"aria-labelledby": "menu",
|
|
@@ -7550,7 +7550,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7550
7550
|
children: /* @__PURE__ */ a(
|
|
7551
7551
|
bo,
|
|
7552
7552
|
{
|
|
7553
|
-
className:
|
|
7553
|
+
className: ke.startIcon,
|
|
7554
7554
|
color: "var(--header-icons)",
|
|
7555
7555
|
width: 27,
|
|
7556
7556
|
height: 27
|
|
@@ -7558,8 +7558,8 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7558
7558
|
)
|
|
7559
7559
|
}
|
|
7560
7560
|
),
|
|
7561
|
-
/* @__PURE__ */ a("div", { className:
|
|
7562
|
-
|
|
7561
|
+
/* @__PURE__ */ a("div", { className: ke.iconContent, children: /* @__PURE__ */ a(
|
|
7562
|
+
L,
|
|
7563
7563
|
{
|
|
7564
7564
|
href: "/",
|
|
7565
7565
|
"aria-label": "Home",
|
|
@@ -7567,17 +7567,17 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7567
7567
|
style: { display: "flex" },
|
|
7568
7568
|
children: xe.createElement(
|
|
7569
7569
|
"span",
|
|
7570
|
-
{ className:
|
|
7570
|
+
{ className: ke.logoStyled },
|
|
7571
7571
|
e.icon
|
|
7572
7572
|
)
|
|
7573
7573
|
}
|
|
7574
7574
|
) }),
|
|
7575
|
-
!e.showAlertPop && t?.data && /* @__PURE__ */ m("div", { className:
|
|
7576
|
-
/* @__PURE__ */ a("div", { className: `${
|
|
7575
|
+
!e.showAlertPop && t?.data && /* @__PURE__ */ m("div", { className: ke.headLineContent, children: [
|
|
7576
|
+
/* @__PURE__ */ a("div", { className: `${ke.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
7577
7577
|
/* @__PURE__ */ a(
|
|
7578
|
-
|
|
7578
|
+
L,
|
|
7579
7579
|
{
|
|
7580
|
-
className:
|
|
7580
|
+
className: ke.headLine,
|
|
7581
7581
|
href: t.data[0]?.info.link.url,
|
|
7582
7582
|
target: t.data[0]?.info.link.target,
|
|
7583
7583
|
title: t.data[0]?.main.title.home,
|
|
@@ -7590,17 +7590,17 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7590
7590
|
{
|
|
7591
7591
|
style: e.showAlertPop ? { marginLeft: "auto" } : {},
|
|
7592
7592
|
className: [
|
|
7593
|
-
|
|
7594
|
-
t?.data ?
|
|
7593
|
+
ke.buttonSection,
|
|
7594
|
+
t?.data ? ke.hasAlertZone : "",
|
|
7595
7595
|
"search-button"
|
|
7596
7596
|
].join(" "),
|
|
7597
7597
|
children: [
|
|
7598
7598
|
/* @__PURE__ */ a(
|
|
7599
|
-
|
|
7599
|
+
L,
|
|
7600
7600
|
{
|
|
7601
7601
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7602
7602
|
"aria-label": e.searchKeyWord,
|
|
7603
|
-
className: `${
|
|
7603
|
+
className: `${ke.buttonSectionSearch} search-button-icon`,
|
|
7604
7604
|
style: { display: "flex" },
|
|
7605
7605
|
children: /* @__PURE__ */ a(Sa, { width: 28, height: 28, color: "currentColor" })
|
|
7606
7606
|
}
|
|
@@ -7618,10 +7618,10 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7618
7618
|
}
|
|
7619
7619
|
)
|
|
7620
7620
|
] });
|
|
7621
|
-
},
|
|
7622
|
-
ul:
|
|
7623
|
-
li:
|
|
7624
|
-
liBefore:
|
|
7621
|
+
}, qh = "_ul_j3aqc_1", Rh = "_li_j3aqc_10", Lh = "_liBefore_j3aqc_18", Bh = "_ulContent_j3aqc_33", Oh = "_contentModal_j3aqc_44", Ph = "_linkStyled_j3aqc_56", Dh = "_itemLink_j3aqc_81", Fe = {
|
|
7622
|
+
ul: qh,
|
|
7623
|
+
li: Rh,
|
|
7624
|
+
liBefore: Lh,
|
|
7625
7625
|
ulContent: Bh,
|
|
7626
7626
|
contentModal: Oh,
|
|
7627
7627
|
linkStyled: Ph,
|
|
@@ -7630,7 +7630,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7630
7630
|
const { items: t } = e;
|
|
7631
7631
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, r) => /* @__PURE__ */ m("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7632
7632
|
n.link ? /* @__PURE__ */ m(
|
|
7633
|
-
|
|
7633
|
+
L,
|
|
7634
7634
|
{
|
|
7635
7635
|
"aria-label": n.description,
|
|
7636
7636
|
className: Fe.linkStyled,
|
|
@@ -7646,7 +7646,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7646
7646
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(Cn, {})
|
|
7647
7647
|
] }),
|
|
7648
7648
|
Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: Fe.ulContent, children: /* @__PURE__ */ a("div", { className: Fe.contentModal, children: n.subitem.map((o, s) => /* @__PURE__ */ a("li", { className: Fe.li, children: /* @__PURE__ */ a(
|
|
7649
|
-
|
|
7649
|
+
L,
|
|
7650
7650
|
{
|
|
7651
7651
|
className: Fe.itemLink,
|
|
7652
7652
|
"aria-label": o.description,
|
|
@@ -7656,12 +7656,12 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7656
7656
|
}
|
|
7657
7657
|
) }, s)) }) })
|
|
7658
7658
|
] }, r)) });
|
|
7659
|
-
}, jh = "
|
|
7659
|
+
}, jh = "_headerStyled_ksxbt_1", Qh = "_headerContent_ksxbt_23", Gh = "_menuButtonSection_ksxbt_33", zh = "_menuButton_ksxbt_33", Hh = "_buttonSection_ksxbt_84", Vh = "_buttonSectionSearch_ksxbt_101", Fh = "_hasAlertZone_ksxbt_111", Wh = "_buttonText_ksxbt_130", $h = "_logoContent_ksxbt_140", Yh = "_logoStyled_ksxbt_148", Kh = "_headLineContent_ksxbt_172", Jh = "_headLineTitle_ksxbt_187", Zh = "_menuSection_ksxbt_203", Xh = "_headLine_ksxbt_172", em = "_line_ksxbt_255", ye = {
|
|
7660
7660
|
headerStyled: jh,
|
|
7661
7661
|
headerContent: Qh,
|
|
7662
7662
|
menuButtonSection: Gh,
|
|
7663
|
-
menuButton:
|
|
7664
|
-
buttonSection:
|
|
7663
|
+
menuButton: zh,
|
|
7664
|
+
buttonSection: Hh,
|
|
7665
7665
|
buttonSectionSearch: Vh,
|
|
7666
7666
|
hasAlertZone: Fh,
|
|
7667
7667
|
buttonText: Wh,
|
|
@@ -7689,7 +7689,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7689
7689
|
].join(" "),
|
|
7690
7690
|
children: [
|
|
7691
7691
|
/* @__PURE__ */ a("div", { className: ye.menuButtonSection, children: /* @__PURE__ */ m(
|
|
7692
|
-
|
|
7692
|
+
kn,
|
|
7693
7693
|
{
|
|
7694
7694
|
className: ye.menuButton,
|
|
7695
7695
|
id: "button-app",
|
|
@@ -7703,14 +7703,14 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7703
7703
|
]
|
|
7704
7704
|
}
|
|
7705
7705
|
) }),
|
|
7706
|
-
/* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(
|
|
7706
|
+
/* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(L, { href: "/", "aria-label": "Home", className: "header-logo-link", children: xe.createElement(
|
|
7707
7707
|
"span",
|
|
7708
7708
|
{ className: `${ye.logoStyled}` },
|
|
7709
7709
|
e.icon
|
|
7710
7710
|
) }) }),
|
|
7711
7711
|
/* @__PURE__ */ m("div", { className: ye.buttonSection, children: [
|
|
7712
7712
|
/* @__PURE__ */ a(
|
|
7713
|
-
|
|
7713
|
+
L,
|
|
7714
7714
|
{
|
|
7715
7715
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7716
7716
|
style: { display: "flex" },
|
|
@@ -7724,7 +7724,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7724
7724
|
!e.showAlertPop && n?.data ? /* @__PURE__ */ m("div", { className: ye.headLineContent, children: [
|
|
7725
7725
|
/* @__PURE__ */ a("p", { className: `${ye.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
|
|
7726
7726
|
/* @__PURE__ */ a(
|
|
7727
|
-
|
|
7727
|
+
L,
|
|
7728
7728
|
{
|
|
7729
7729
|
className: ye.headLine,
|
|
7730
7730
|
href: n.data[0]?.info.link.url,
|
|
@@ -7747,14 +7747,14 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7747
7747
|
)
|
|
7748
7748
|
}
|
|
7749
7749
|
);
|
|
7750
|
-
}, nm = "
|
|
7750
|
+
}, nm = "_childrenContent_wqlb4_1", am = "_childrenContentAux_wqlb4_12", rm = "_op2_wqlb4_25", jn = {
|
|
7751
7751
|
childrenContent: nm,
|
|
7752
7752
|
childrenContentAux: am,
|
|
7753
7753
|
op2: rm
|
|
7754
|
-
},
|
|
7754
|
+
}, r3 = (e) => {
|
|
7755
7755
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7756
7756
|
return /* @__PURE__ */ m(J, { children: [
|
|
7757
|
-
/* @__PURE__ */ a(
|
|
7757
|
+
/* @__PURE__ */ a(Uh, { ...e }),
|
|
7758
7758
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(tm, { ...e }),
|
|
7759
7759
|
/* @__PURE__ */ m(
|
|
7760
7760
|
"div",
|
|
@@ -7792,7 +7792,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7792
7792
|
}
|
|
7793
7793
|
)
|
|
7794
7794
|
] });
|
|
7795
|
-
}, om = "
|
|
7795
|
+
}, om = "_content_16ydf_1", sm = "_tags_16ydf_10", im = "_chipStyled_16ydf_20", cm = "_tagLink_16ydf_47", lm = "_tagStyled_16ydf_53", pt = {
|
|
7796
7796
|
content: om,
|
|
7797
7797
|
tags: sm,
|
|
7798
7798
|
chipStyled: im,
|
|
@@ -7800,8 +7800,8 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7800
7800
|
tagStyled: lm
|
|
7801
7801
|
}, dm = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ m("div", { className: pt.tags, children: [
|
|
7802
7802
|
/* @__PURE__ */ a("p", { className: pt.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7803
|
-
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(
|
|
7804
|
-
] }) }), um = "
|
|
7803
|
+
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(L, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${pt.chipStyled} ${pt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: pt.chipStyled, children: t.name }, n))
|
|
7804
|
+
] }) }), um = "_contentBox_1rkkg_1", hm = "_content_1rkkg_1", mm = "_imageStyled_1rkkg_16", fm = "_contentIconStyled_1rkkg_23", gm = "_avatarContent_1rkkg_43", pm = "_journalistSection_1rkkg_50", Am = "_journalistInfo_1rkkg_56", wm = "_socialNetworkSection_1rkkg_70", ym = "_article_1rkkg_83", De = {
|
|
7805
7805
|
contentBox: um,
|
|
7806
7806
|
content: hm,
|
|
7807
7807
|
imageStyled: mm,
|
|
@@ -7816,7 +7816,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7816
7816
|
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ m("div", { className: De.content, children: [
|
|
7817
7817
|
/* @__PURE__ */ m("div", { className: De.avatarContent, children: [
|
|
7818
7818
|
/* @__PURE__ */ a(
|
|
7819
|
-
|
|
7819
|
+
L,
|
|
7820
7820
|
{
|
|
7821
7821
|
className: De.journalistInfo,
|
|
7822
7822
|
href: `/${e.paths.autor}/${t.info.name}`,
|
|
@@ -7833,7 +7833,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
7833
7833
|
}
|
|
7834
7834
|
),
|
|
7835
7835
|
/* @__PURE__ */ m("section", { className: De.journalistSection, children: [
|
|
7836
|
-
/* @__PURE__ */ a("h3", { className: De.journalistInfo, children: /* @__PURE__ */ a(
|
|
7836
|
+
/* @__PURE__ */ a("h3", { className: De.journalistInfo, children: /* @__PURE__ */ a(L, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
|
|
7837
7837
|
/* @__PURE__ */ m("section", { className: De.socialNetworkSection, children: [
|
|
7838
7838
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
7839
7839
|
"a",
|
|
@@ -8002,7 +8002,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8002
8002
|
}
|
|
8003
8003
|
)
|
|
8004
8004
|
] }) });
|
|
8005
|
-
}, bm = "
|
|
8005
|
+
}, bm = "_content_vmnac_1", Cm = "_imageStyled_vmnac_20", _m = "_contentIconStyled_vmnac_21", Nm = "_contentCard_vmnac_31", Sm = "_contentInfo_vmnac_70", Em = "_fullName_vmnac_76", xm = "_LearnMoreLink_vmnac_83", nt = {
|
|
8006
8006
|
content: bm,
|
|
8007
8007
|
imageStyled: Cm,
|
|
8008
8008
|
contentIconStyled: _m,
|
|
@@ -8049,13 +8049,13 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8049
8049
|
},
|
|
8050
8050
|
`author-${r.firstname}`
|
|
8051
8051
|
)) });
|
|
8052
|
-
}, Im = "
|
|
8052
|
+
}, Im = "_content_1j0pj_1", km = "_contentNews_1j0pj_10", Um = "_linkTitle_1j0pj_27", qm = "_tag_1j0pj_35", Rm = "_tagmx_1j0pj_55", Lm = "_titular_1j0pj_70", Bm = "_correspondent_1j0pj_85", Om = "_correspondentLink_1j0pj_96", Pm = "_description_1j0pj_107", Se = {
|
|
8053
8053
|
content: Im,
|
|
8054
|
-
contentNews:
|
|
8055
|
-
linkTitle:
|
|
8056
|
-
tag:
|
|
8057
|
-
tagmx:
|
|
8058
|
-
titular:
|
|
8054
|
+
contentNews: km,
|
|
8055
|
+
linkTitle: Um,
|
|
8056
|
+
tag: qm,
|
|
8057
|
+
tagmx: Rm,
|
|
8058
|
+
titular: Lm,
|
|
8059
8059
|
correspondent: Bm,
|
|
8060
8060
|
correspondentLink: Om,
|
|
8061
8061
|
description: Pm
|
|
@@ -8072,37 +8072,40 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8072
8072
|
}, r = () => {
|
|
8073
8073
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
8074
8074
|
const s = e.keywords.tags[0], i = s.name;
|
|
8075
|
-
return s.approved ? /* @__PURE__ */
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
|
|
8080
|
-
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8075
|
+
return s.approved ? /* @__PURE__ */ m("h3", { children: [
|
|
8076
|
+
" ",
|
|
8077
|
+
/* @__PURE__ */ a(
|
|
8078
|
+
L,
|
|
8079
|
+
{
|
|
8080
|
+
"aria-label": i,
|
|
8081
|
+
className: Se.tagmx,
|
|
8082
|
+
href: vt(s, e.paths),
|
|
8083
|
+
children: i
|
|
8084
|
+
}
|
|
8085
|
+
)
|
|
8086
|
+
] }) : /* @__PURE__ */ a("div", { className: Se.tagmx, children: i });
|
|
8084
8087
|
} else if (e.info?.section?.url)
|
|
8085
|
-
return /* @__PURE__ */ a(
|
|
8088
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(L, { className: Se.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8086
8089
|
return null;
|
|
8087
8090
|
}, o = () => {
|
|
8088
8091
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
8089
8092
|
const s = e.keywords.tags[0], i = s.name;
|
|
8090
|
-
return s.approved ? /* @__PURE__ */ a(
|
|
8091
|
-
|
|
8093
|
+
return s.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8094
|
+
L,
|
|
8092
8095
|
{
|
|
8093
8096
|
"aria-label": i,
|
|
8094
8097
|
className: Se.tag,
|
|
8095
8098
|
href: vt(s, e.paths),
|
|
8096
8099
|
children: i
|
|
8097
8100
|
}
|
|
8098
|
-
) : /* @__PURE__ */ a("div", { className: Se.tag, children: i });
|
|
8101
|
+
) }) : /* @__PURE__ */ a("div", { className: Se.tag, children: i });
|
|
8099
8102
|
} else if (e.info?.section?.url)
|
|
8100
|
-
return /* @__PURE__ */ a(
|
|
8103
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(L, { className: Se.tag, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8101
8104
|
return null;
|
|
8102
8105
|
};
|
|
8103
8106
|
return /* @__PURE__ */ m("section", { className: `${Se.content} destacado-super-content`, children: [
|
|
8104
8107
|
/* @__PURE__ */ a(
|
|
8105
|
-
|
|
8108
|
+
L,
|
|
8106
8109
|
{
|
|
8107
8110
|
href: e?.info?.link?.url,
|
|
8108
8111
|
target: e?.info?.link?.target,
|
|
@@ -8113,7 +8116,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8113
8116
|
"--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
|
|
8114
8117
|
},
|
|
8115
8118
|
children: /* @__PURE__ */ a(
|
|
8116
|
-
|
|
8119
|
+
Ue,
|
|
8117
8120
|
{
|
|
8118
8121
|
preview: e.preview,
|
|
8119
8122
|
isLarge: !0,
|
|
@@ -8141,7 +8144,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8141
8144
|
children: [
|
|
8142
8145
|
/* @__PURE__ */ a(o, {}),
|
|
8143
8146
|
/* @__PURE__ */ a(
|
|
8144
|
-
|
|
8147
|
+
L,
|
|
8145
8148
|
{
|
|
8146
8149
|
className: Se.linkTitle,
|
|
8147
8150
|
href: e?.info?.link?.url,
|
|
@@ -8171,7 +8174,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8171
8174
|
}
|
|
8172
8175
|
),
|
|
8173
8176
|
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8174
|
-
|
|
8177
|
+
L,
|
|
8175
8178
|
{
|
|
8176
8179
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
8177
8180
|
className: Se.correspondent,
|
|
@@ -8246,7 +8249,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8246
8249
|
}
|
|
8247
8250
|
)
|
|
8248
8251
|
] });
|
|
8249
|
-
}, Dm = "
|
|
8252
|
+
}, Dm = "_content_1dcf7_1", Mm = "_firstSection_1dcf7_10", jm = "_secondSection_1dcf7_16", Qn = {
|
|
8250
8253
|
content: Dm,
|
|
8251
8254
|
firstSection: Mm,
|
|
8252
8255
|
secondSection: jm
|
|
@@ -8280,10 +8283,10 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8280
8283
|
}
|
|
8281
8284
|
)) })
|
|
8282
8285
|
] });
|
|
8283
|
-
}, Gm = "
|
|
8286
|
+
}, Gm = "_content_wsx1m_1", zm = "_firstSection_wsx1m_8", lr = {
|
|
8284
8287
|
content: Gm,
|
|
8285
|
-
firstSection:
|
|
8286
|
-
},
|
|
8288
|
+
firstSection: zm
|
|
8289
|
+
}, Hm = ({
|
|
8287
8290
|
content: e,
|
|
8288
8291
|
customLargeSection: t,
|
|
8289
8292
|
customSlimSection: n,
|
|
@@ -8317,7 +8320,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8317
8320
|
heightImageOverwriteMobile: "270px",
|
|
8318
8321
|
paths: r
|
|
8319
8322
|
}
|
|
8320
|
-
) }, s)) }), Vm = "
|
|
8323
|
+
) }, s)) }), Vm = "_content_1n73e_1", Fm = "_sectionDescription_1n73e_13", Wm = "_title_1n73e_33", $m = "_subtitle_1n73e_47", Ym = "_linkStyled_1n73e_58", it = {
|
|
8321
8324
|
content: Vm,
|
|
8322
8325
|
sectionDescription: Fm,
|
|
8323
8326
|
title: Wm,
|
|
@@ -8327,30 +8330,30 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8327
8330
|
const { SHOW_TAG_BY_SECTION: t } = $(), n = () => {
|
|
8328
8331
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
8329
8332
|
const r = e.mainNew.keywords.tags[0], o = r.name;
|
|
8330
|
-
return r.approved ? /* @__PURE__ */ a(
|
|
8331
|
-
|
|
8333
|
+
return r.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8334
|
+
L,
|
|
8332
8335
|
{
|
|
8333
8336
|
"aria-label": o,
|
|
8334
8337
|
className: it.sectionDescription,
|
|
8335
8338
|
href: vt(r, e.paths),
|
|
8336
8339
|
children: o
|
|
8337
8340
|
}
|
|
8338
|
-
) : /* @__PURE__ */ a("div", { className: it.sectionDescription, children: o });
|
|
8341
|
+
) }) : /* @__PURE__ */ a("div", { className: it.sectionDescription, children: o });
|
|
8339
8342
|
} else if (e.mainNew.info?.section?.url)
|
|
8340
|
-
return /* @__PURE__ */ a(
|
|
8341
|
-
|
|
8343
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8344
|
+
L,
|
|
8342
8345
|
{
|
|
8343
8346
|
className: it.sectionDescription,
|
|
8344
8347
|
href: e?.mainNew?.info?.section?.url,
|
|
8345
8348
|
children: e?.mainNew?.info?.section?.name
|
|
8346
8349
|
}
|
|
8347
|
-
);
|
|
8350
|
+
) });
|
|
8348
8351
|
return null;
|
|
8349
8352
|
};
|
|
8350
8353
|
return /* @__PURE__ */ m("div", { className: it.content, children: [
|
|
8351
8354
|
/* @__PURE__ */ a(n, {}),
|
|
8352
8355
|
/* @__PURE__ */ a(
|
|
8353
|
-
|
|
8356
|
+
L,
|
|
8354
8357
|
{
|
|
8355
8358
|
className: it.title,
|
|
8356
8359
|
href: e?.mainNew?.info?.link?.url,
|
|
@@ -8359,9 +8362,9 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8359
8362
|
}
|
|
8360
8363
|
),
|
|
8361
8364
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8362
|
-
e.goTo && /* @__PURE__ */ a(
|
|
8365
|
+
e.goTo && /* @__PURE__ */ a(L, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
|
|
8363
8366
|
] });
|
|
8364
|
-
}, Km = "
|
|
8367
|
+
}, Km = "_headerSection_drjnj_1", Jm = "_headerSectionLink_drjnj_12", Zm = "_newsContent_drjnj_17", Gn = {
|
|
8365
8368
|
headerSection: Km,
|
|
8366
8369
|
headerSectionLink: Jm,
|
|
8367
8370
|
newsContent: Zm
|
|
@@ -8382,12 +8385,12 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8382
8385
|
/* @__PURE__ */ m("div", { className: Gn.headerSection, children: [
|
|
8383
8386
|
/* @__PURE__ */ a(_o, { mainNew: s, goTo: e.goTo, paths: e.paths }),
|
|
8384
8387
|
/* @__PURE__ */ a(
|
|
8385
|
-
|
|
8388
|
+
L,
|
|
8386
8389
|
{
|
|
8387
8390
|
className: Gn.headerSectionLink,
|
|
8388
8391
|
href: s?.info?.link?.url,
|
|
8389
8392
|
target: s?.info?.link?.target,
|
|
8390
|
-
children: /* @__PURE__ */ a(
|
|
8393
|
+
children: /* @__PURE__ */ a(Ue, { preview: s.preview })
|
|
8391
8394
|
}
|
|
8392
8395
|
)
|
|
8393
8396
|
] }),
|
|
@@ -8415,7 +8418,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8415
8418
|
})
|
|
8416
8419
|
] })
|
|
8417
8420
|
] });
|
|
8418
|
-
}, e2 = "
|
|
8421
|
+
}, e2 = "_content_1stvq_1", t2 = "_autorContent_1stvq_8", n2 = "_image_1stvq_24", a2 = "_contentIcon_1stvq_25", r2 = "_boxInformationContent_1stvq_47", o2 = "_autorName_1stvq_53", s2 = "_time_1stvq_85", i2 = "_comment_1stvq_98", c2 = "_title_1stvq_107", We = {
|
|
8419
8422
|
content: e2,
|
|
8420
8423
|
autorContent: t2,
|
|
8421
8424
|
image: n2,
|
|
@@ -8442,7 +8445,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8442
8445
|
] });
|
|
8443
8446
|
return /* @__PURE__ */ m("div", { className: We.content, children: [
|
|
8444
8447
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8445
|
-
|
|
8448
|
+
L,
|
|
8446
8449
|
{
|
|
8447
8450
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8448
8451
|
children: s
|
|
@@ -8450,7 +8453,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8450
8453
|
) : s,
|
|
8451
8454
|
/* @__PURE__ */ m("div", { className: We.boxInformationContent, children: [
|
|
8452
8455
|
/* @__PURE__ */ a(
|
|
8453
|
-
|
|
8456
|
+
L,
|
|
8454
8457
|
{
|
|
8455
8458
|
className: We.title,
|
|
8456
8459
|
href: t?.info?.link?.url,
|
|
@@ -8461,7 +8464,7 @@ const Md = "_content_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSect
|
|
|
8461
8464
|
/* @__PURE__ */ a("p", { className: We.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8462
8465
|
] })
|
|
8463
8466
|
] });
|
|
8464
|
-
}, l2 = "
|
|
8467
|
+
}, l2 = "_content_1d7mg_1", d2 = "_boxPosition_1d7mg_8", u2 = "_contentFlex_1d7mg_21", h2 = "_bannerContent_1d7mg_29", m2 = "_bannerContentAux_1d7mg_40", At = {
|
|
8465
8468
|
content: l2,
|
|
8466
8469
|
boxPosition: d2,
|
|
8467
8470
|
contentFlex: u2,
|
|
@@ -8474,7 +8477,7 @@ function f2(e) {
|
|
|
8474
8477
|
r % 2 === 0 ? t[Math.floor(r / 2)] = e[r] : t[n + Math.floor(r / 2)] = e[r];
|
|
8475
8478
|
return t;
|
|
8476
8479
|
}
|
|
8477
|
-
const
|
|
8480
|
+
const o3 = (e) => {
|
|
8478
8481
|
const { isOpinion: t = !1 } = e, n = (s) => /* @__PURE__ */ a(
|
|
8479
8482
|
"div",
|
|
8480
8483
|
{
|
|
@@ -8528,10 +8531,10 @@ const o9 = (e) => {
|
|
|
8528
8531
|
] })
|
|
8529
8532
|
}
|
|
8530
8533
|
) });
|
|
8531
|
-
}, g2 = "
|
|
8534
|
+
}, g2 = "_content_w9viv_1", p2 = "_title_w9viv_10", dr = {
|
|
8532
8535
|
content: g2,
|
|
8533
8536
|
title: p2
|
|
8534
|
-
},
|
|
8537
|
+
}, s3 = (e) => {
|
|
8535
8538
|
const { showTitle: t = !0 } = e;
|
|
8536
8539
|
return /* @__PURE__ */ m("div", { className: dr.content, children: [
|
|
8537
8540
|
t && /* @__PURE__ */ a("p", { className: dr.title, children: "Editorial" }),
|
|
@@ -8550,13 +8553,13 @@ const o9 = (e) => {
|
|
|
8550
8553
|
}
|
|
8551
8554
|
)
|
|
8552
8555
|
] });
|
|
8553
|
-
}, A2 = "
|
|
8556
|
+
}, A2 = "_content_1nd2h_1", w2 = "_newsContent_1nd2h_8", y2 = "_boxPosition_1nd2h_17", v2 = "_bannerContent_1nd2h_23", b2 = "_bannerContentAux_1nd2h_33", wt = {
|
|
8554
8557
|
content: A2,
|
|
8555
8558
|
newsContent: w2,
|
|
8556
8559
|
boxPosition: y2,
|
|
8557
8560
|
bannerContent: v2,
|
|
8558
8561
|
bannerContentAux: b2
|
|
8559
|
-
},
|
|
8562
|
+
}, i3 = (e) => {
|
|
8560
8563
|
const { news: t } = e;
|
|
8561
8564
|
return Array.isArray(t) && /* @__PURE__ */ m("div", { className: wt.content, children: [
|
|
8562
8565
|
/* @__PURE__ */ m("div", { className: wt.newsContent, children: [
|
|
@@ -8591,10 +8594,10 @@ const o9 = (e) => {
|
|
|
8591
8594
|
] }),
|
|
8592
8595
|
/* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
|
|
8593
8596
|
] });
|
|
8594
|
-
},
|
|
8597
|
+
}, c3 = (e) => /* @__PURE__ */ m(J, { children: [
|
|
8595
8598
|
/* @__PURE__ */ a(pl, { className: "display-on-lower-900px", ...e }),
|
|
8596
8599
|
/* @__PURE__ */ a(Il, { ...e })
|
|
8597
|
-
] }), C2 = "
|
|
8600
|
+
] }), C2 = "_newsContent_gd57q_1", _2 = "_newsContentWithLines_gd57q_8", N2 = "_newsContentWithoutLines_gd57q_13", S2 = "_contentSeparator_gd57q_18", en = {
|
|
8598
8601
|
newsContent: C2,
|
|
8599
8602
|
newsContentWithLines: _2,
|
|
8600
8603
|
newsContentWithoutLines: N2,
|
|
@@ -8663,7 +8666,7 @@ const o9 = (e) => {
|
|
|
8663
8666
|
showVideoTime: e.showVideoTime,
|
|
8664
8667
|
showVideosubtitle: e.showVideosubtitle
|
|
8665
8668
|
}
|
|
8666
|
-
) }), x2 = "
|
|
8669
|
+
) }), x2 = "_newsContent_1sb62_1", T2 = "_contentSeparator_1sb62_8", ur = {
|
|
8667
8670
|
newsContent: x2,
|
|
8668
8671
|
contentSeparator: T2
|
|
8669
8672
|
}, I2 = (e) => {
|
|
@@ -8695,17 +8698,17 @@ const o9 = (e) => {
|
|
|
8695
8698
|
})
|
|
8696
8699
|
}
|
|
8697
8700
|
) });
|
|
8698
|
-
},
|
|
8699
|
-
newsContent:
|
|
8700
|
-
contentSeparator:
|
|
8701
|
-
newsContentWhitoutLine:
|
|
8702
|
-
},
|
|
8701
|
+
}, k2 = "_newsContent_1gbse_1", U2 = "_contentSeparator_1gbse_8", q2 = "_newsContentWhitoutLine_1gbse_29", zn = {
|
|
8702
|
+
newsContent: k2,
|
|
8703
|
+
contentSeparator: U2,
|
|
8704
|
+
newsContentWhitoutLine: q2
|
|
8705
|
+
}, R2 = (e) => {
|
|
8703
8706
|
const { content: t, title: n } = e;
|
|
8704
8707
|
if (!(!t || t.length === 0))
|
|
8705
8708
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8706
8709
|
"div",
|
|
8707
8710
|
{
|
|
8708
|
-
className: `${
|
|
8711
|
+
className: `${zn.newsContent} ${e.hasLines ? zn.contentSeparator : zn.newsContentWhitoutLine}`,
|
|
8709
8712
|
children: t.map((r, o) => {
|
|
8710
8713
|
const s = e.slot_id && e.slot_id !== "Nota_1", i = {
|
|
8711
8714
|
...r,
|
|
@@ -8728,8 +8731,8 @@ const o9 = (e) => {
|
|
|
8728
8731
|
})
|
|
8729
8732
|
}
|
|
8730
8733
|
) });
|
|
8731
|
-
},
|
|
8732
|
-
headerSection:
|
|
8734
|
+
}, L2 = "_headerSection_1m1sp_3", B2 = "_headerSectionLink_1m1sp_16", O2 = "_newsContent_1m1sp_29", Hn = {
|
|
8735
|
+
headerSection: L2,
|
|
8733
8736
|
headerSectionLink: B2,
|
|
8734
8737
|
newsContent: O2
|
|
8735
8738
|
}, P2 = (e) => {
|
|
@@ -8737,7 +8740,7 @@ const o9 = (e) => {
|
|
|
8737
8740
|
if (!t || t.length === 0) return;
|
|
8738
8741
|
const o = t[0], s = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
8739
8742
|
return o && i && /* @__PURE__ */ m(me, { title: n, titleUrl: e.titleUrl, children: [
|
|
8740
|
-
/* @__PURE__ */ m("div", { className:
|
|
8743
|
+
/* @__PURE__ */ m("div", { className: Hn.headerSection, children: [
|
|
8741
8744
|
/* @__PURE__ */ a(
|
|
8742
8745
|
_o,
|
|
8743
8746
|
{
|
|
@@ -8747,14 +8750,14 @@ const o9 = (e) => {
|
|
|
8747
8750
|
}
|
|
8748
8751
|
),
|
|
8749
8752
|
/* @__PURE__ */ a(
|
|
8750
|
-
|
|
8753
|
+
L,
|
|
8751
8754
|
{
|
|
8752
|
-
className:
|
|
8755
|
+
className: Hn.headerSectionLink,
|
|
8753
8756
|
href: o?.info?.link.url,
|
|
8754
8757
|
target: o?.info?.link.target,
|
|
8755
8758
|
"aria-label": "Video",
|
|
8756
8759
|
children: /* @__PURE__ */ a(
|
|
8757
|
-
|
|
8760
|
+
Ue,
|
|
8758
8761
|
{
|
|
8759
8762
|
preview: {
|
|
8760
8763
|
sizes: o?.main?.image.sizes,
|
|
@@ -8767,7 +8770,7 @@ const o9 = (e) => {
|
|
|
8767
8770
|
}
|
|
8768
8771
|
)
|
|
8769
8772
|
] }),
|
|
8770
|
-
/* @__PURE__ */ m("div", { className:
|
|
8773
|
+
/* @__PURE__ */ m("div", { className: Hn.newsContent, children: [
|
|
8771
8774
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
8772
8775
|
Array.isArray(i) && i.map((c, d) => {
|
|
8773
8776
|
const l = Mt(c), u = {
|
|
@@ -8792,51 +8795,51 @@ const o9 = (e) => {
|
|
|
8792
8795
|
})
|
|
8793
8796
|
] })
|
|
8794
8797
|
] });
|
|
8795
|
-
}, D2 = "
|
|
8798
|
+
}, D2 = "_content_1qdkl_1", M2 = "_linkImage_1qdkl_30", j2 = "_sectionDescription_1qdkl_42", Q2 = "_dateText_1qdkl_62", G2 = "_textContent_1qdkl_73", Lt = {
|
|
8796
8799
|
content: D2,
|
|
8797
8800
|
linkImage: M2,
|
|
8798
8801
|
sectionDescription: j2,
|
|
8799
8802
|
dateText: Q2,
|
|
8800
8803
|
textContent: G2
|
|
8801
|
-
},
|
|
8804
|
+
}, z2 = async (e) => {
|
|
8802
8805
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8803
8806
|
return e && e.info ? /* @__PURE__ */ m(
|
|
8804
8807
|
"section",
|
|
8805
8808
|
{
|
|
8806
|
-
className:
|
|
8809
|
+
className: Lt.content,
|
|
8807
8810
|
style: {
|
|
8808
8811
|
"--heightImageOverwrite": "100%"
|
|
8809
8812
|
},
|
|
8810
8813
|
children: [
|
|
8811
8814
|
/* @__PURE__ */ a(
|
|
8812
|
-
|
|
8815
|
+
L,
|
|
8813
8816
|
{
|
|
8814
|
-
className:
|
|
8817
|
+
className: Lt.linkImage,
|
|
8815
8818
|
target: e?.info?.link?.target,
|
|
8816
8819
|
title: e.main?.title?.section,
|
|
8817
8820
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8818
|
-
children: /* @__PURE__ */ a(
|
|
8821
|
+
children: /* @__PURE__ */ a(Ue, { preview: e.preview })
|
|
8819
8822
|
}
|
|
8820
8823
|
),
|
|
8821
|
-
/* @__PURE__ */ m("div", { className:
|
|
8824
|
+
/* @__PURE__ */ m("div", { className: Lt.textContent, children: [
|
|
8822
8825
|
/* @__PURE__ */ a(
|
|
8823
|
-
|
|
8826
|
+
L,
|
|
8824
8827
|
{
|
|
8825
|
-
className:
|
|
8828
|
+
className: Lt.sectionDescription,
|
|
8826
8829
|
target: e?.info?.link?.target,
|
|
8827
8830
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8828
8831
|
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
8829
8832
|
}
|
|
8830
8833
|
),
|
|
8831
|
-
/* @__PURE__ */ a("p", { className:
|
|
8834
|
+
/* @__PURE__ */ a("p", { className: Lt.dateText, children: je(e?.info?.date?.modified) })
|
|
8832
8835
|
] })
|
|
8833
8836
|
]
|
|
8834
8837
|
}
|
|
8835
8838
|
) : null;
|
|
8836
|
-
},
|
|
8837
|
-
content:
|
|
8839
|
+
}, H2 = "_content_yx3zm_1", V2 = "_contentSeparator_yx3zm_7", hr = {
|
|
8840
|
+
content: H2,
|
|
8838
8841
|
contentSeparator: V2
|
|
8839
|
-
}, F2 = "
|
|
8842
|
+
}, F2 = "_newsContent_1uamf_1", W2 = "_contentSeparator_1uamf_8", $2 = "_hasLinesBlock_1uamf_40", ia = {
|
|
8840
8843
|
newsContent: F2,
|
|
8841
8844
|
contentSeparator: W2,
|
|
8842
8845
|
hasLinesBlock: $2
|
|
@@ -8866,7 +8869,7 @@ const o9 = (e) => {
|
|
|
8866
8869
|
{
|
|
8867
8870
|
className: e.hasLines ? ia.hasLinesBlock : "",
|
|
8868
8871
|
children: /* @__PURE__ */ st(
|
|
8869
|
-
|
|
8872
|
+
z2,
|
|
8870
8873
|
{
|
|
8871
8874
|
...o,
|
|
8872
8875
|
key: r,
|
|
@@ -8907,14 +8910,14 @@ const o9 = (e) => {
|
|
|
8907
8910
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
8908
8911
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
8909
8912
|
},
|
|
8910
|
-
children: /* @__PURE__ */ a(
|
|
8913
|
+
children: /* @__PURE__ */ a(Un, { ...c, paths: e.paths })
|
|
8911
8914
|
},
|
|
8912
8915
|
i
|
|
8913
8916
|
);
|
|
8914
8917
|
})
|
|
8915
8918
|
}
|
|
8916
8919
|
) });
|
|
8917
|
-
}, J2 = "
|
|
8920
|
+
}, J2 = "_content_1mj79_1", Z2 = "_imageStyled_1mj79_14", X2 = "_contentIcon_1mj79_23", ef = "_boxInformation_1mj79_44", tf = "_comment_1mj79_51", nf = "_title_1mj79_60", af = "_authorName_1mj79_81", at = {
|
|
8918
8921
|
content: J2,
|
|
8919
8922
|
imageStyled: Z2,
|
|
8920
8923
|
contentIcon: X2,
|
|
@@ -8937,14 +8940,14 @@ const o9 = (e) => {
|
|
|
8937
8940
|
) : /* @__PURE__ */ a("div", { className: at.contentIcon, children: e.autorIcon }),
|
|
8938
8941
|
/* @__PURE__ */ m("div", { className: at.boxInformation, children: [
|
|
8939
8942
|
/* @__PURE__ */ a("p", { className: at.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8940
|
-
|
|
8943
|
+
L,
|
|
8941
8944
|
{
|
|
8942
8945
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8943
8946
|
children: t?.authors[0]?.fullname ?? "Redacción"
|
|
8944
8947
|
}
|
|
8945
8948
|
) : t?.authors[0]?.fullname ?? "Redacción" }),
|
|
8946
8949
|
/* @__PURE__ */ a("p", { className: at.title, children: /* @__PURE__ */ a(
|
|
8947
|
-
|
|
8950
|
+
L,
|
|
8948
8951
|
{
|
|
8949
8952
|
className: at.linkStyled,
|
|
8950
8953
|
href: t?.info?.link?.url,
|
|
@@ -8987,7 +8990,7 @@ const o9 = (e) => {
|
|
|
8987
8990
|
})
|
|
8988
8991
|
}
|
|
8989
8992
|
) });
|
|
8990
|
-
}, sf = "
|
|
8993
|
+
}, sf = "_content_1elhb_1", cf = "_newsContentSection_1elhb_5", lf = "_itemContent_1elhb_10", df = "_ItemCustomContent_1elhb_16", Ke = {
|
|
8991
8994
|
content: sf,
|
|
8992
8995
|
newsContentSection: cf,
|
|
8993
8996
|
itemContent: lf,
|
|
@@ -9033,7 +9036,7 @@ const o9 = (e) => {
|
|
|
9033
9036
|
default:
|
|
9034
9037
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9035
9038
|
}
|
|
9036
|
-
},
|
|
9039
|
+
}, l3 = (e) => {
|
|
9037
9040
|
const {
|
|
9038
9041
|
data: t,
|
|
9039
9042
|
currentPage: n,
|
|
@@ -9183,10 +9186,10 @@ const o9 = (e) => {
|
|
|
9183
9186
|
default:
|
|
9184
9187
|
return /* @__PURE__ */ a(J, {});
|
|
9185
9188
|
}
|
|
9186
|
-
}, uf = "
|
|
9189
|
+
}, uf = "_content_gwsqy_1", hf = "_contactInfoContent_gwsqy_7", mr = {
|
|
9187
9190
|
content: uf,
|
|
9188
9191
|
contactInfoContent: hf
|
|
9189
|
-
},
|
|
9192
|
+
}, d3 = (e) => {
|
|
9190
9193
|
const { data: t } = e;
|
|
9191
9194
|
return /* @__PURE__ */ a("section", { className: mr.content, children: t.map((n, r) => /* @__PURE__ */ a(
|
|
9192
9195
|
"div",
|
|
@@ -9198,11 +9201,11 @@ const o9 = (e) => {
|
|
|
9198
9201
|
},
|
|
9199
9202
|
r
|
|
9200
9203
|
)) });
|
|
9201
|
-
}, mf = "
|
|
9204
|
+
}, mf = "_tagContent_ee6yw_1", ff = "_contentLayout2_ee6yw_9", gf = "_contentHeader_ee6yw_42", la = {
|
|
9202
9205
|
tagContent: mf,
|
|
9203
9206
|
contentLayout2: ff,
|
|
9204
9207
|
contentHeader: gf
|
|
9205
|
-
}, pf = "
|
|
9208
|
+
}, pf = "_content_1rbrt_1", Af = {
|
|
9206
9209
|
content: pf
|
|
9207
9210
|
}, wf = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9208
9211
|
"div",
|
|
@@ -9210,7 +9213,7 @@ const o9 = (e) => {
|
|
|
9210
9213
|
className: `content-layout-2 ${Af.content} ${t}`,
|
|
9211
9214
|
children: e
|
|
9212
9215
|
}
|
|
9213
|
-
), yf = "
|
|
9216
|
+
), yf = "_container_1insg_1", vf = "_note_1insg_10", bf = "_commercial_1insg_50", Cf = "_commercialContent_1insg_67", _f = "_complement_1insg_83", Bt = {
|
|
9214
9217
|
container: yf,
|
|
9215
9218
|
note: vf,
|
|
9216
9219
|
commercial: bf,
|
|
@@ -9219,7 +9222,7 @@ const o9 = (e) => {
|
|
|
9219
9222
|
}, Nf = (e) => /* @__PURE__ */ m("section", { className: Bt.container, children: [
|
|
9220
9223
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9221
9224
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ m("div", { className: Bt.commercialContent, children: [
|
|
9222
|
-
e.slug === "liveblogs" && /* @__PURE__ */ a(
|
|
9225
|
+
e.slug === "liveblogs" && /* @__PURE__ */ a(H1, { itemList: e.itemList }),
|
|
9223
9226
|
e.bannerTop,
|
|
9224
9227
|
/* @__PURE__ */ a(
|
|
9225
9228
|
ba,
|
|
@@ -9324,17 +9327,17 @@ const o9 = (e) => {
|
|
|
9324
9327
|
}
|
|
9325
9328
|
);
|
|
9326
9329
|
}
|
|
9327
|
-
}, Ef = "
|
|
9330
|
+
}, Ef = "_content_jrssz_1", xf = "_contentWithinCard_jrssz_7", Tf = "_contentDate_jrssz_13", If = "_dateInfo_jrssz_20", kf = "_dot_jrssz_30", Uf = "_contentTitle_jrssz_38", qf = "_contentTextList_jrssz_47", Rf = "_contentButton_jrssz_101", Lf = "_linkStyled_jrssz_107", $e = {
|
|
9328
9331
|
content: Ef,
|
|
9329
9332
|
contentWithinCard: xf,
|
|
9330
9333
|
contentDate: Tf,
|
|
9331
9334
|
dateInfo: If,
|
|
9332
|
-
dot:
|
|
9333
|
-
contentTitle:
|
|
9334
|
-
contentTextList:
|
|
9335
|
-
contentButton:
|
|
9336
|
-
linkStyled:
|
|
9337
|
-
}, Bf = "
|
|
9335
|
+
dot: kf,
|
|
9336
|
+
contentTitle: Uf,
|
|
9337
|
+
contentTextList: qf,
|
|
9338
|
+
contentButton: Rf,
|
|
9339
|
+
linkStyled: Lf
|
|
9340
|
+
}, Bf = "_content_ifkxj_1", Of = {
|
|
9338
9341
|
content: Bf
|
|
9339
9342
|
}, Pf = (e) => /* @__PURE__ */ a("section", { className: Of.content, id: e.id, children: e.children }), Df = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), Mf = (e) => {
|
|
9340
9343
|
const t = /src="\/(.*?)"/g;
|
|
@@ -9394,7 +9397,7 @@ const Qf = async ({
|
|
|
9394
9397
|
)
|
|
9395
9398
|
] }),
|
|
9396
9399
|
/* @__PURE__ */ a("p", { className: $e.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
|
|
9397
|
-
s.image && /* @__PURE__ */ a(
|
|
9400
|
+
s.image && /* @__PURE__ */ a(Ue, { preview: s.image, isLarge: !0 }),
|
|
9398
9401
|
/* @__PURE__ */ a(
|
|
9399
9402
|
"div",
|
|
9400
9403
|
{
|
|
@@ -9434,8 +9437,8 @@ const Qf = async ({
|
|
|
9434
9437
|
Podcast: "podcast",
|
|
9435
9438
|
Telegram: "telegram"
|
|
9436
9439
|
};
|
|
9437
|
-
function
|
|
9438
|
-
return e && e !== "" && /* @__PURE__ */ m(
|
|
9440
|
+
function zf({ url: e }) {
|
|
9441
|
+
return e && e !== "" && /* @__PURE__ */ m(L, { href: e, className: de.googleProfileButton, children: [
|
|
9439
9442
|
/* @__PURE__ */ a(
|
|
9440
9443
|
"svg",
|
|
9441
9444
|
{
|
|
@@ -9453,10 +9456,10 @@ function Hf({ url: e }) {
|
|
|
9453
9456
|
}
|
|
9454
9457
|
),
|
|
9455
9458
|
"Síguenos en",
|
|
9456
|
-
/* @__PURE__ */ a(
|
|
9459
|
+
/* @__PURE__ */ a(Hf, {})
|
|
9457
9460
|
] });
|
|
9458
9461
|
}
|
|
9459
|
-
const
|
|
9462
|
+
const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9460
9463
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9461
9464
|
/* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9462
9465
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
|
|
@@ -9511,7 +9514,7 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9511
9514
|
children: /* @__PURE__ */ a(Dd, { noteShare: e.noteShare })
|
|
9512
9515
|
}
|
|
9513
9516
|
),
|
|
9514
|
-
/* @__PURE__ */ a(
|
|
9517
|
+
/* @__PURE__ */ a(zf, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9515
9518
|
/* @__PURE__ */ m("section", { className: de.journalistSection, children: [
|
|
9516
9519
|
/* @__PURE__ */ a(
|
|
9517
9520
|
"div",
|
|
@@ -9553,12 +9556,12 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9553
9556
|
)
|
|
9554
9557
|
] })
|
|
9555
9558
|
] }) });
|
|
9556
|
-
}, Ff = "
|
|
9559
|
+
}, Ff = "_content_opb3u_1", Wf = "_journalistArticleContent_opb3u_15", $f = "_contentNews_opb3u_35", Yf = "_noteSource_opb3u_392", tn = {
|
|
9557
9560
|
content: Ff,
|
|
9558
9561
|
journalistArticleContent: Wf,
|
|
9559
9562
|
contentNews: $f,
|
|
9560
9563
|
noteSource: Yf
|
|
9561
|
-
}, Kf = "
|
|
9564
|
+
}, Kf = "_summaryContent_wsypg_1", Jf = {
|
|
9562
9565
|
summaryContent: Kf
|
|
9563
9566
|
}, Zf = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9564
9567
|
"section",
|
|
@@ -9586,7 +9589,7 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9586
9589
|
visibleItems: 1,
|
|
9587
9590
|
pagination: !0,
|
|
9588
9591
|
cardGap: 0,
|
|
9589
|
-
children: s && s.map((i, c) => /* @__PURE__ */ a(
|
|
9592
|
+
children: s && s.map((i, c) => /* @__PURE__ */ a(Ue, { preview: i, priorityHigh: !0 }, c))
|
|
9590
9593
|
}
|
|
9591
9594
|
),
|
|
9592
9595
|
/* @__PURE__ */ a("div", { className: bn.description, children: s && s[0]?.description })
|
|
@@ -9873,7 +9876,7 @@ async function i0(e) {
|
|
|
9873
9876
|
] })
|
|
9874
9877
|
] });
|
|
9875
9878
|
}
|
|
9876
|
-
const c0 = "
|
|
9879
|
+
const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
9877
9880
|
content: c0,
|
|
9878
9881
|
title: l0
|
|
9879
9882
|
}, d0 = async ({
|
|
@@ -9893,7 +9896,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
9893
9896
|
/* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o?.code ?? "" } }),
|
|
9894
9897
|
/* @__PURE__ */ a("p", { className: gr.title, children: o?.title })
|
|
9895
9898
|
] });
|
|
9896
|
-
}, u0 = "
|
|
9899
|
+
}, u0 = "_content_cu8lm_1", h0 = "_title_cu8lm_18", Vn = {
|
|
9897
9900
|
content: u0,
|
|
9898
9901
|
title: h0
|
|
9899
9902
|
}, m0 = async ({
|
|
@@ -9921,7 +9924,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
9921
9924
|
),
|
|
9922
9925
|
/* @__PURE__ */ a("p", { className: Vn.title, children: o?.title })
|
|
9923
9926
|
] });
|
|
9924
|
-
}, f0 = "
|
|
9927
|
+
}, f0 = "_content_ezbiw_1", g0 = {
|
|
9925
9928
|
content: f0
|
|
9926
9929
|
}, p0 = async ({
|
|
9927
9930
|
newsformated: e,
|
|
@@ -9941,7 +9944,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
9941
9944
|
dangerouslySetInnerHTML: { __html: o ?? "" }
|
|
9942
9945
|
}
|
|
9943
9946
|
);
|
|
9944
|
-
}, A0 = "
|
|
9947
|
+
}, A0 = "_content_156j7_1", pr = {
|
|
9945
9948
|
content: A0
|
|
9946
9949
|
}, ot = {
|
|
9947
9950
|
imagen: "imagen",
|
|
@@ -9966,7 +9969,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
9966
9969
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9967
9970
|
} };
|
|
9968
9971
|
return /* @__PURE__ */ a(
|
|
9969
|
-
|
|
9972
|
+
Un,
|
|
9970
9973
|
{
|
|
9971
9974
|
...c,
|
|
9972
9975
|
titleGradient: !0,
|
|
@@ -9990,7 +9993,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
9990
9993
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9991
9994
|
} };
|
|
9992
9995
|
return /* @__PURE__ */ a(
|
|
9993
|
-
|
|
9996
|
+
Un,
|
|
9994
9997
|
{
|
|
9995
9998
|
...c,
|
|
9996
9999
|
titleGradient: !0,
|
|
@@ -10017,7 +10020,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
10017
10020
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
10018
10021
|
} };
|
|
10019
10022
|
return /* @__PURE__ */ st(
|
|
10020
|
-
|
|
10023
|
+
Un,
|
|
10021
10024
|
{
|
|
10022
10025
|
...c,
|
|
10023
10026
|
key: i,
|
|
@@ -10033,7 +10036,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
10033
10036
|
for (const n in e)
|
|
10034
10037
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10035
10038
|
return t;
|
|
10036
|
-
}, _0 = "
|
|
10039
|
+
}, _0 = "_headerSection_1c69w_1", N0 = "_title_1c69w_11", S0 = "_subtitle_1c69w_23", E0 = "_newsContent_1c69w_36", x0 = "_containerCards_1c69w_44", T0 = "_image_1c69w_50", I0 = "_blockHeadContainer_1c69w_56", ct = {
|
|
10037
10040
|
headerSection: _0,
|
|
10038
10041
|
title: N0,
|
|
10039
10042
|
subtitle: S0,
|
|
@@ -10041,7 +10044,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
10041
10044
|
containerCards: x0,
|
|
10042
10045
|
image: T0,
|
|
10043
10046
|
blockHeadContainer: I0
|
|
10044
|
-
},
|
|
10047
|
+
}, k0 = (e) => {
|
|
10045
10048
|
const { content: t, title: n, isVideo: r } = e;
|
|
10046
10049
|
if (!t || t.length === 0) return;
|
|
10047
10050
|
const o = t[0], s = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10058,7 +10061,7 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
10058
10061
|
/* @__PURE__ */ a("p", { className: ct.title, children: o?.main?.title.home }),
|
|
10059
10062
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ct.subtitle, children: o?.main?.subtitle?.striped })
|
|
10060
10063
|
] }),
|
|
10061
|
-
/* @__PURE__ */ a(
|
|
10064
|
+
/* @__PURE__ */ a(Ue, { preview: o.preview })
|
|
10062
10065
|
]
|
|
10063
10066
|
}
|
|
10064
10067
|
) }),
|
|
@@ -10091,9 +10094,9 @@ const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
|
10091
10094
|
readest: (e) => /* @__PURE__ */ a(ba, { ...e }),
|
|
10092
10095
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(No, { ...e }),
|
|
10093
10096
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(I2, { ...e }),
|
|
10094
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10097
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(R2, { ...e }),
|
|
10095
10098
|
"Destacado noticias": (e) => /* @__PURE__ */ a(Xm, { ...e }),
|
|
10096
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10099
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(k0, { ...e }),
|
|
10097
10100
|
"Destacado videos": (e) => /* @__PURE__ */ a(P2, { ...e }),
|
|
10098
10101
|
"Carrusel card": (e) => /* @__PURE__ */ a(K2, { ...e }),
|
|
10099
10102
|
"Carrusel story": (e) => /* @__PURE__ */ a(v0, { ...e }),
|
|
@@ -10111,7 +10114,7 @@ function xo({
|
|
|
10111
10114
|
if (r)
|
|
10112
10115
|
return Ar[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ea(n), children: Ar[e]({ ...n, banners: r, slot_id: t }) });
|
|
10113
10116
|
}
|
|
10114
|
-
function
|
|
10117
|
+
function u3({
|
|
10115
10118
|
children: e,
|
|
10116
10119
|
stylesConfigEntry: t
|
|
10117
10120
|
}) {
|
|
@@ -10157,7 +10160,7 @@ const wr = {
|
|
|
10157
10160
|
},
|
|
10158
10161
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10159
10162
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10160
|
-
|
|
10163
|
+
Hm,
|
|
10161
10164
|
{
|
|
10162
10165
|
content: e.data,
|
|
10163
10166
|
customLargeSection: e.customLargeSection,
|
|
@@ -10183,7 +10186,7 @@ const wr = {
|
|
|
10183
10186
|
...t,
|
|
10184
10187
|
rightOnlyBanner: r,
|
|
10185
10188
|
banners: n
|
|
10186
|
-
}) }),
|
|
10189
|
+
}) }), h3 = ({
|
|
10187
10190
|
slots: e,
|
|
10188
10191
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10189
10192
|
stylesConfig: n,
|
|
@@ -10234,7 +10237,7 @@ const wr = {
|
|
|
10234
10237
|
);
|
|
10235
10238
|
}
|
|
10236
10239
|
return c;
|
|
10237
|
-
},
|
|
10240
|
+
}, m3 = ({
|
|
10238
10241
|
mainBlock: e,
|
|
10239
10242
|
StylesConfigMain: t,
|
|
10240
10243
|
config: n,
|
|
@@ -10277,14 +10280,14 @@ const wr = {
|
|
|
10277
10280
|
),
|
|
10278
10281
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 1 }) })
|
|
10279
10282
|
] });
|
|
10280
|
-
},
|
|
10283
|
+
}, U0 = (e) => {
|
|
10281
10284
|
const { config: t, hascontent: n } = e, r = t.articlepreview, o = [
|
|
10282
10285
|
ot.videoEmbedded,
|
|
10283
10286
|
ot.videoYouTube,
|
|
10284
10287
|
ot.iframe
|
|
10285
10288
|
];
|
|
10286
10289
|
return !!(r === ot.imagen && n?.hasgalleryimages || o.includes(r));
|
|
10287
|
-
},
|
|
10290
|
+
}, f3 = async (e) => {
|
|
10288
10291
|
const {
|
|
10289
10292
|
custom_complement: t,
|
|
10290
10293
|
ranking: n = [],
|
|
@@ -10424,7 +10427,7 @@ const wr = {
|
|
|
10424
10427
|
getVideos: l,
|
|
10425
10428
|
noteShare: e.noteShare,
|
|
10426
10429
|
paths: e.paths,
|
|
10427
|
-
showHeaderImage: !
|
|
10430
|
+
showHeaderImage: !U0(s[0])
|
|
10428
10431
|
}
|
|
10429
10432
|
),
|
|
10430
10433
|
/* @__PURE__ */ a(ge, { banners: r ?? [], name: "block_3" })
|
|
@@ -10434,10 +10437,10 @@ const wr = {
|
|
|
10434
10437
|
}
|
|
10435
10438
|
)
|
|
10436
10439
|
] }) });
|
|
10437
|
-
},
|
|
10438
|
-
content:
|
|
10439
|
-
contentInfo:
|
|
10440
|
-
imageStyled:
|
|
10440
|
+
}, q0 = "_content_1tl6i_1", R0 = "_contentInfo_1tl6i_24", L0 = "_imageStyled_1tl6i_41", B0 = "_name_1tl6i_46", O0 = "_description_1tl6i_51", P0 = "_contentInfoWithoutImg_1tl6i_104", yt = {
|
|
10441
|
+
content: q0,
|
|
10442
|
+
contentInfo: R0,
|
|
10443
|
+
imageStyled: L0,
|
|
10441
10444
|
name: B0,
|
|
10442
10445
|
description: O0,
|
|
10443
10446
|
contentInfoWithoutImg: P0
|
|
@@ -10470,12 +10473,12 @@ const wr = {
|
|
|
10470
10473
|
]
|
|
10471
10474
|
}
|
|
10472
10475
|
) });
|
|
10473
|
-
}, M0 = "
|
|
10476
|
+
}, M0 = "_content_7wvro_1", j0 = "_contentInfo_7wvro_23", Q0 = "_name_7wvro_34", G0 = "_description_7wvro_43", nn = {
|
|
10474
10477
|
content: M0,
|
|
10475
10478
|
contentInfo: j0,
|
|
10476
10479
|
name: Q0,
|
|
10477
10480
|
description: G0
|
|
10478
|
-
},
|
|
10481
|
+
}, z0 = (e) => /* @__PURE__ */ a(
|
|
10479
10482
|
"section",
|
|
10480
10483
|
{
|
|
10481
10484
|
className: nn.content,
|
|
@@ -10510,7 +10513,7 @@ const wr = {
|
|
|
10510
10513
|
)
|
|
10511
10514
|
] })
|
|
10512
10515
|
}
|
|
10513
|
-
),
|
|
10516
|
+
), g3 = (e) => {
|
|
10514
10517
|
const { option: t, entity: n } = e;
|
|
10515
10518
|
switch (t) {
|
|
10516
10519
|
case "op1":
|
|
@@ -10524,7 +10527,7 @@ const wr = {
|
|
|
10524
10527
|
);
|
|
10525
10528
|
case "op2":
|
|
10526
10529
|
return /* @__PURE__ */ a(
|
|
10527
|
-
|
|
10530
|
+
z0,
|
|
10528
10531
|
{
|
|
10529
10532
|
tag: n?.name ?? "",
|
|
10530
10533
|
description: n?.description ? n?.description : "",
|
|
@@ -10537,8 +10540,8 @@ const wr = {
|
|
|
10537
10540
|
default:
|
|
10538
10541
|
return /* @__PURE__ */ a(J, {});
|
|
10539
10542
|
}
|
|
10540
|
-
},
|
|
10541
|
-
content:
|
|
10543
|
+
}, H0 = "_content_gxziw_1", V0 = "_buttonStyled_gxziw_9", F0 = "_searchStyled_gxziw_21", W0 = "_inputStyled_gxziw_32", $0 = "_inputStyledTest_gxziw_51", Ot = {
|
|
10544
|
+
content: H0,
|
|
10542
10545
|
buttonStyled: V0,
|
|
10543
10546
|
searchStyled: F0,
|
|
10544
10547
|
inputStyled: W0,
|
|
@@ -10562,7 +10565,7 @@ const wr = {
|
|
|
10562
10565
|
}
|
|
10563
10566
|
) })
|
|
10564
10567
|
}
|
|
10565
|
-
),
|
|
10568
|
+
), p3 = (e) => /* @__PURE__ */ a(
|
|
10566
10569
|
"form",
|
|
10567
10570
|
{
|
|
10568
10571
|
className: Ot.content,
|
|
@@ -10582,11 +10585,11 @@ const wr = {
|
|
|
10582
10585
|
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(Y0, { className: Ot.searchStyled }) })
|
|
10583
10586
|
] })
|
|
10584
10587
|
}
|
|
10585
|
-
), K0 = "
|
|
10588
|
+
), K0 = "_content_io3tv_1", J0 = "_newsContentSection_io3tv_5", Z0 = "_itemContent_io3tv_10", Wn = {
|
|
10586
10589
|
content: K0,
|
|
10587
10590
|
newsContentSection: J0,
|
|
10588
10591
|
itemContent: Z0
|
|
10589
|
-
},
|
|
10592
|
+
}, A3 = (e) => {
|
|
10590
10593
|
const {
|
|
10591
10594
|
data: t,
|
|
10592
10595
|
option: n,
|
|
@@ -10742,10 +10745,10 @@ const wr = {
|
|
|
10742
10745
|
default:
|
|
10743
10746
|
return /* @__PURE__ */ a(J, {});
|
|
10744
10747
|
}
|
|
10745
|
-
}, X0 = "
|
|
10748
|
+
}, X0 = "_content_pq89v_1", eg = "_videoContent_pq89v_9", yr = {
|
|
10746
10749
|
content: X0,
|
|
10747
10750
|
videoContent: eg
|
|
10748
|
-
}, tg = "
|
|
10751
|
+
}, tg = "_container_1xr2t_1", ng = "_playStyled_1xr2t_6", ag = "_imageStyled_1xr2t_13", rg = "_longer_1xr2t_26", og = "_contentNews_1xr2t_31", sg = "_tagContent_1xr2t_51", ig = "_tag_1xr2t_51", cg = "_titular_1xr2t_68", lg = "_small_1xr2t_81", dg = "_figure_1xr2t_87", ug = "_backDrop_1xr2t_92", hg = "_backDropAux_1xr2t_100", Pt = {
|
|
10749
10752
|
container: tg,
|
|
10750
10753
|
playStyled: ng,
|
|
10751
10754
|
imageStyled: ag,
|
|
@@ -10762,7 +10765,7 @@ const wr = {
|
|
|
10762
10765
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
10763
10766
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ m("span", { className: Pt.backdrop, children: [
|
|
10764
10767
|
/* @__PURE__ */ a("span", { className: Pt.backDropAux }),
|
|
10765
|
-
/* @__PURE__ */ a(
|
|
10768
|
+
/* @__PURE__ */ a(L, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ m("div", { children: [
|
|
10766
10769
|
n.main.image.sizes.map(async (o, s) => o.width >= 580 ? /* @__PURE__ */ a(
|
|
10767
10770
|
"source",
|
|
10768
10771
|
{
|
|
@@ -10803,7 +10806,7 @@ const wr = {
|
|
|
10803
10806
|
`video-small-${r}`
|
|
10804
10807
|
)) })
|
|
10805
10808
|
] }) }) }) });
|
|
10806
|
-
}, fg = "
|
|
10809
|
+
}, fg = "_content_ruy5q_1", gg = "_videoContent_ruy5q_9", pg = "_articleSection_ruy5q_21", Ag = "_contentLatout_ruy5q_31", wg = "_title_ruy5q_36", yg = "_article_ruy5q_21", vg = "_correspondent_ruy5q_64", lt = {
|
|
10807
10810
|
content: fg,
|
|
10808
10811
|
videoContent: gg,
|
|
10809
10812
|
articleSection: pg,
|
|
@@ -10811,19 +10814,19 @@ const wr = {
|
|
|
10811
10814
|
title: wg,
|
|
10812
10815
|
article: yg,
|
|
10813
10816
|
correspondent: vg
|
|
10814
|
-
}, bg = "
|
|
10817
|
+
}, bg = "_container_1rq2h_1", Cg = "_playStyled_1rq2h_9", br = {
|
|
10815
10818
|
container: bg,
|
|
10816
10819
|
playStyled: Cg
|
|
10817
10820
|
}, _g = (e) => {
|
|
10818
10821
|
const { video: t } = e;
|
|
10819
10822
|
return /* @__PURE__ */ a(
|
|
10820
|
-
|
|
10823
|
+
L,
|
|
10821
10824
|
{
|
|
10822
10825
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
10823
10826
|
target: t.info.link.target,
|
|
10824
10827
|
children: /* @__PURE__ */ m("section", { className: br.container, children: [
|
|
10825
10828
|
/* @__PURE__ */ a(
|
|
10826
|
-
|
|
10829
|
+
Ue,
|
|
10827
10830
|
{
|
|
10828
10831
|
isLarge: !0,
|
|
10829
10832
|
preview: {
|
|
@@ -10844,7 +10847,7 @@ const wr = {
|
|
|
10844
10847
|
/* @__PURE__ */ a(_g, { video: e.video }),
|
|
10845
10848
|
/* @__PURE__ */ m("div", { className: lt.articleSection, children: [
|
|
10846
10849
|
/* @__PURE__ */ a(
|
|
10847
|
-
|
|
10850
|
+
L,
|
|
10848
10851
|
{
|
|
10849
10852
|
className: lt.title,
|
|
10850
10853
|
href: e.video.info.link.url,
|
|
@@ -10856,7 +10859,7 @@ const wr = {
|
|
|
10856
10859
|
/* @__PURE__ */ a("p", { className: lt.correspondent, children: t() })
|
|
10857
10860
|
] })
|
|
10858
10861
|
] }) }) }) });
|
|
10859
|
-
},
|
|
10862
|
+
}, w3 = (e) => {
|
|
10860
10863
|
switch (e.option) {
|
|
10861
10864
|
case "op1":
|
|
10862
10865
|
return /* @__PURE__ */ a(mg, { videos: e.data });
|
|
@@ -10866,7 +10869,7 @@ const wr = {
|
|
|
10866
10869
|
return /* @__PURE__ */ a(J, {});
|
|
10867
10870
|
}
|
|
10868
10871
|
};
|
|
10869
|
-
function
|
|
10872
|
+
function y3({ containerId: e, containerId2: t }) {
|
|
10870
10873
|
return Me(() => {
|
|
10871
10874
|
try {
|
|
10872
10875
|
let n = function() {
|
|
@@ -11109,7 +11112,7 @@ const Sg = (e) => {
|
|
|
11109
11112
|
style: { order: s },
|
|
11110
11113
|
children: /* @__PURE__ */ m("section", { className: Dt.content, children: [
|
|
11111
11114
|
/* @__PURE__ */ a(
|
|
11112
|
-
|
|
11115
|
+
L,
|
|
11113
11116
|
{
|
|
11114
11117
|
title: i?.title?.section,
|
|
11115
11118
|
href: d?.link?.url ?? "invalidUrl",
|
|
@@ -11129,7 +11132,7 @@ const Sg = (e) => {
|
|
|
11129
11132
|
}
|
|
11130
11133
|
),
|
|
11131
11134
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11132
|
-
|
|
11135
|
+
kg,
|
|
11133
11136
|
{
|
|
11134
11137
|
main: i,
|
|
11135
11138
|
authors: c,
|
|
@@ -11150,7 +11153,7 @@ const Sg = (e) => {
|
|
|
11150
11153
|
})
|
|
11151
11154
|
}
|
|
11152
11155
|
);
|
|
11153
|
-
},
|
|
11156
|
+
}, kg = (e) => {
|
|
11154
11157
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
11155
11158
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11156
11159
|
const s = e.authors[0], i = je(e.info?.date?.modified);
|
|
@@ -11160,7 +11163,7 @@ const Sg = (e) => {
|
|
|
11160
11163
|
t && /* @__PURE__ */ a(Eg, { className: re.dotStyles }),
|
|
11161
11164
|
e?.info?.section?.url && /* @__PURE__ */ m("div", { className: re.sectionDescriptionContainer, children: [
|
|
11162
11165
|
/* @__PURE__ */ a(
|
|
11163
|
-
|
|
11166
|
+
L,
|
|
11164
11167
|
{
|
|
11165
11168
|
className: re.sectionDescription,
|
|
11166
11169
|
href: e.info.section.url ?? "invalidUrl",
|
|
@@ -11170,7 +11173,7 @@ const Sg = (e) => {
|
|
|
11170
11173
|
e?.main?.uppertitle && /* @__PURE__ */ a("p", { className: re.uppertitle, children: e.main.uppertitle })
|
|
11171
11174
|
] }),
|
|
11172
11175
|
/* @__PURE__ */ a("h2", { className: re.articule, children: /* @__PURE__ */ a(
|
|
11173
|
-
|
|
11176
|
+
L,
|
|
11174
11177
|
{
|
|
11175
11178
|
className: re.linkStyled,
|
|
11176
11179
|
style: {
|
|
@@ -11195,7 +11198,7 @@ const Sg = (e) => {
|
|
|
11195
11198
|
}
|
|
11196
11199
|
),
|
|
11197
11200
|
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(J, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
11198
|
-
|
|
11201
|
+
L,
|
|
11199
11202
|
{
|
|
11200
11203
|
className: re.correspondentLink,
|
|
11201
11204
|
href: `/autor/${e.authors[0].name}`,
|
|
@@ -11203,7 +11206,7 @@ const Sg = (e) => {
|
|
|
11203
11206
|
}
|
|
11204
11207
|
) : /* @__PURE__ */ a("div", { className: re.correspondent, children: o }) })
|
|
11205
11208
|
] });
|
|
11206
|
-
},
|
|
11209
|
+
}, Ug = ({
|
|
11207
11210
|
user: e,
|
|
11208
11211
|
handleLogout: t,
|
|
11209
11212
|
message: n
|
|
@@ -11242,10 +11245,10 @@ const Sg = (e) => {
|
|
|
11242
11245
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11243
11246
|
] })
|
|
11244
11247
|
] }) });
|
|
11245
|
-
},
|
|
11246
|
-
overlay:
|
|
11247
|
-
popup:
|
|
11248
|
-
title:
|
|
11248
|
+
}, qg = "_overlay_qj491_3", Rg = "_popup_qj491_17", Lg = "_title_qj491_40", Bg = "_optionsContainer_qj491_52", Og = "_option_qj491_52", Pg = "_radioInput_qj491_66", Dg = "_radioCustom_qj491_70", Mg = "_optionLabel_qj491_97", jg = "_buttons_qj491_110", Qg = "_cancelButton_qj491_117", Gg = "_closeButton_qj491_118", zg = "_buttonAlone_qj491_137", Hg = "_reportButton_qj491_143", Vg = "_successContainer_qj491_163", Fg = "_thumbsUp_qj491_171", Wg = "_successMessage_qj491_177", $g = "_errorMessage_qj491_218", Yg = "_loadingContainer_qj491_231", ue = {
|
|
11249
|
+
overlay: qg,
|
|
11250
|
+
popup: Rg,
|
|
11251
|
+
title: Lg,
|
|
11249
11252
|
optionsContainer: Bg,
|
|
11250
11253
|
option: Og,
|
|
11251
11254
|
radioInput: Pg,
|
|
@@ -11254,8 +11257,8 @@ const Sg = (e) => {
|
|
|
11254
11257
|
buttons: jg,
|
|
11255
11258
|
cancelButton: Qg,
|
|
11256
11259
|
closeButton: Gg,
|
|
11257
|
-
buttonAlone:
|
|
11258
|
-
reportButton:
|
|
11260
|
+
buttonAlone: zg,
|
|
11261
|
+
reportButton: Hg,
|
|
11259
11262
|
successContainer: Vg,
|
|
11260
11263
|
thumbsUp: Fg,
|
|
11261
11264
|
successMessage: Wg,
|
|
@@ -11285,7 +11288,7 @@ const Sg = (e) => {
|
|
|
11285
11288
|
return console.error("Error verificando reCAPTCHA Enterprise:", s), !1;
|
|
11286
11289
|
}
|
|
11287
11290
|
};
|
|
11288
|
-
async function
|
|
11291
|
+
async function v3({
|
|
11289
11292
|
publication: e,
|
|
11290
11293
|
username: t,
|
|
11291
11294
|
id: n,
|
|
@@ -11353,7 +11356,7 @@ const Ye = {
|
|
|
11353
11356
|
intellectual: "Violación de propiedad intelectual",
|
|
11354
11357
|
bullying: "Bullying o acoso"
|
|
11355
11358
|
};
|
|
11356
|
-
function
|
|
11359
|
+
function b3(e) {
|
|
11357
11360
|
return Ye[e];
|
|
11358
11361
|
}
|
|
11359
11362
|
const ft = 300, Je = {
|
|
@@ -11468,16 +11471,16 @@ var Nr;
|
|
|
11468
11471
|
function ep() {
|
|
11469
11472
|
return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11470
11473
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, A = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, _ = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
11471
|
-
function N(
|
|
11472
|
-
return typeof
|
|
11473
|
-
|
|
11474
|
+
function N(q) {
|
|
11475
|
+
return typeof q == "string" || typeof q == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11476
|
+
q === r || q === l || q === s || q === o || q === h || q === f || typeof q == "object" && q !== null && (q.$$typeof === g || q.$$typeof === A || q.$$typeof === i || q.$$typeof === c || q.$$typeof === u || q.$$typeof === w || q.$$typeof === _ || q.$$typeof === S || q.$$typeof === p);
|
|
11474
11477
|
}
|
|
11475
|
-
function x(
|
|
11476
|
-
if (typeof
|
|
11477
|
-
var Ae =
|
|
11478
|
+
function x(q) {
|
|
11479
|
+
if (typeof q == "object" && q !== null) {
|
|
11480
|
+
var Ae = q.$$typeof;
|
|
11478
11481
|
switch (Ae) {
|
|
11479
11482
|
case t:
|
|
11480
|
-
var Ft =
|
|
11483
|
+
var Ft = q.type;
|
|
11481
11484
|
switch (Ft) {
|
|
11482
11485
|
case d:
|
|
11483
11486
|
case l:
|
|
@@ -11487,14 +11490,14 @@ function ep() {
|
|
|
11487
11490
|
case h:
|
|
11488
11491
|
return Ft;
|
|
11489
11492
|
default:
|
|
11490
|
-
var
|
|
11491
|
-
switch (
|
|
11493
|
+
var Ua = Ft && Ft.$$typeof;
|
|
11494
|
+
switch (Ua) {
|
|
11492
11495
|
case c:
|
|
11493
11496
|
case u:
|
|
11494
11497
|
case g:
|
|
11495
11498
|
case A:
|
|
11496
11499
|
case i:
|
|
11497
|
-
return
|
|
11500
|
+
return Ua;
|
|
11498
11501
|
default:
|
|
11499
11502
|
return Ae;
|
|
11500
11503
|
}
|
|
@@ -11504,47 +11507,47 @@ function ep() {
|
|
|
11504
11507
|
}
|
|
11505
11508
|
}
|
|
11506
11509
|
}
|
|
11507
|
-
var v = d, O = l,
|
|
11508
|
-
function
|
|
11509
|
-
return T || (T = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(
|
|
11510
|
+
var v = d, O = l, R = c, K = i, te = t, Q = u, P = r, ee = g, ce = A, M = n, k = s, E = o, D = h, T = !1;
|
|
11511
|
+
function z(q) {
|
|
11512
|
+
return T || (T = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(q) || x(q) === d;
|
|
11510
11513
|
}
|
|
11511
|
-
function y(
|
|
11512
|
-
return x(
|
|
11514
|
+
function y(q) {
|
|
11515
|
+
return x(q) === l;
|
|
11513
11516
|
}
|
|
11514
|
-
function C(
|
|
11515
|
-
return x(
|
|
11517
|
+
function C(q) {
|
|
11518
|
+
return x(q) === c;
|
|
11516
11519
|
}
|
|
11517
|
-
function
|
|
11518
|
-
return x(
|
|
11520
|
+
function U(q) {
|
|
11521
|
+
return x(q) === i;
|
|
11519
11522
|
}
|
|
11520
|
-
function j(
|
|
11521
|
-
return typeof
|
|
11523
|
+
function j(q) {
|
|
11524
|
+
return typeof q == "object" && q !== null && q.$$typeof === t;
|
|
11522
11525
|
}
|
|
11523
|
-
function B(
|
|
11524
|
-
return x(
|
|
11526
|
+
function B(q) {
|
|
11527
|
+
return x(q) === u;
|
|
11525
11528
|
}
|
|
11526
|
-
function G(
|
|
11527
|
-
return x(
|
|
11529
|
+
function G(q) {
|
|
11530
|
+
return x(q) === r;
|
|
11528
11531
|
}
|
|
11529
|
-
function
|
|
11530
|
-
return x(
|
|
11532
|
+
function H(q) {
|
|
11533
|
+
return x(q) === g;
|
|
11531
11534
|
}
|
|
11532
|
-
function V(
|
|
11533
|
-
return x(
|
|
11535
|
+
function V(q) {
|
|
11536
|
+
return x(q) === A;
|
|
11534
11537
|
}
|
|
11535
|
-
function Z(
|
|
11536
|
-
return x(
|
|
11538
|
+
function Z(q) {
|
|
11539
|
+
return x(q) === n;
|
|
11537
11540
|
}
|
|
11538
|
-
function X(
|
|
11539
|
-
return x(
|
|
11541
|
+
function X(q) {
|
|
11542
|
+
return x(q) === s;
|
|
11540
11543
|
}
|
|
11541
|
-
function F(
|
|
11542
|
-
return x(
|
|
11544
|
+
function F(q) {
|
|
11545
|
+
return x(q) === o;
|
|
11543
11546
|
}
|
|
11544
|
-
function ie(
|
|
11545
|
-
return x(
|
|
11547
|
+
function ie(q) {
|
|
11548
|
+
return x(q) === h;
|
|
11546
11549
|
}
|
|
11547
|
-
ae.AsyncMode = v, ae.ConcurrentMode = O, ae.ContextConsumer =
|
|
11550
|
+
ae.AsyncMode = v, ae.ConcurrentMode = O, ae.ContextConsumer = R, ae.ContextProvider = K, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = k, ae.StrictMode = E, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = C, ae.isContextProvider = U, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = G, ae.isLazy = H, ae.isMemo = V, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = F, ae.isSuspense = ie, ae.isValidElementType = N, ae.typeOf = x;
|
|
11548
11551
|
})()), ae;
|
|
11549
11552
|
}
|
|
11550
11553
|
var Sr;
|
|
@@ -11605,7 +11608,7 @@ function Ia() {
|
|
|
11605
11608
|
return Yn = e, Yn;
|
|
11606
11609
|
}
|
|
11607
11610
|
var Kn, Tr;
|
|
11608
|
-
function
|
|
11611
|
+
function ko() {
|
|
11609
11612
|
return Tr || (Tr = 1, Kn = Function.call.bind(Object.prototype.hasOwnProperty)), Kn;
|
|
11610
11613
|
}
|
|
11611
11614
|
var Jn, Ir;
|
|
@@ -11615,7 +11618,7 @@ function np() {
|
|
|
11615
11618
|
var e = function() {
|
|
11616
11619
|
};
|
|
11617
11620
|
if (process.env.NODE_ENV !== "production") {
|
|
11618
|
-
var t = /* @__PURE__ */ Ia(), n = {}, r = /* @__PURE__ */
|
|
11621
|
+
var t = /* @__PURE__ */ Ia(), n = {}, r = /* @__PURE__ */ ko();
|
|
11619
11622
|
e = function(s) {
|
|
11620
11623
|
var i = "Warning: " + s;
|
|
11621
11624
|
typeof console < "u" && console.error(i);
|
|
@@ -11657,11 +11660,11 @@ function np() {
|
|
|
11657
11660
|
process.env.NODE_ENV !== "production" && (n = {});
|
|
11658
11661
|
}, Jn = o, Jn;
|
|
11659
11662
|
}
|
|
11660
|
-
var Zn,
|
|
11663
|
+
var Zn, kr;
|
|
11661
11664
|
function ap() {
|
|
11662
|
-
if (
|
|
11663
|
-
|
|
11664
|
-
var e = Ta(), t = tp(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */
|
|
11665
|
+
if (kr) return Zn;
|
|
11666
|
+
kr = 1;
|
|
11667
|
+
var e = Ta(), t = tp(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */ ko(), o = /* @__PURE__ */ np(), s = function() {
|
|
11665
11668
|
};
|
|
11666
11669
|
process.env.NODE_ENV !== "production" && (s = function(c) {
|
|
11667
11670
|
var d = "Warning: " + c;
|
|
@@ -11697,7 +11700,7 @@ function ap() {
|
|
|
11697
11700
|
instanceOf: O,
|
|
11698
11701
|
node: Q(),
|
|
11699
11702
|
objectOf: K,
|
|
11700
|
-
oneOf:
|
|
11703
|
+
oneOf: R,
|
|
11701
11704
|
oneOfType: te,
|
|
11702
11705
|
shape: ee,
|
|
11703
11706
|
exact: ce
|
|
@@ -11711,34 +11714,34 @@ function ap() {
|
|
|
11711
11714
|
p.prototype = Error.prototype;
|
|
11712
11715
|
function w(y) {
|
|
11713
11716
|
if (process.env.NODE_ENV !== "production")
|
|
11714
|
-
var C = {},
|
|
11715
|
-
function j(G,
|
|
11717
|
+
var C = {}, U = 0;
|
|
11718
|
+
function j(G, H, V, Z, X, F, ie) {
|
|
11716
11719
|
if (Z = Z || f, F = F || V, ie !== n) {
|
|
11717
11720
|
if (d) {
|
|
11718
|
-
var
|
|
11721
|
+
var q = new Error(
|
|
11719
11722
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
11720
11723
|
);
|
|
11721
|
-
throw
|
|
11724
|
+
throw q.name = "Invariant Violation", q;
|
|
11722
11725
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
11723
11726
|
var Ae = Z + ":" + V;
|
|
11724
11727
|
!C[Ae] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
11725
|
-
|
|
11728
|
+
U < 3 && (s(
|
|
11726
11729
|
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" + Z + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
11727
|
-
), C[Ae] = !0,
|
|
11730
|
+
), C[Ae] = !0, U++);
|
|
11728
11731
|
}
|
|
11729
11732
|
}
|
|
11730
|
-
return
|
|
11733
|
+
return H[V] == null ? G ? H[V] === null ? new p("The " + X + " `" + F + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new p("The " + X + " `" + F + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : y(H, V, Z, X, F);
|
|
11731
11734
|
}
|
|
11732
11735
|
var B = j.bind(null, !1);
|
|
11733
11736
|
return B.isRequired = j.bind(null, !0), B;
|
|
11734
11737
|
}
|
|
11735
11738
|
function _(y) {
|
|
11736
|
-
function C(
|
|
11737
|
-
var Z =
|
|
11739
|
+
function C(U, j, B, G, H, V) {
|
|
11740
|
+
var Z = U[j], X = E(Z);
|
|
11738
11741
|
if (X !== y) {
|
|
11739
11742
|
var F = D(Z);
|
|
11740
11743
|
return new p(
|
|
11741
|
-
"Invalid " + G + " `" +
|
|
11744
|
+
"Invalid " + G + " `" + H + "` of type " + ("`" + F + "` supplied to `" + B + "`, expected ") + ("`" + y + "`."),
|
|
11742
11745
|
{ expectedType: y }
|
|
11743
11746
|
);
|
|
11744
11747
|
}
|
|
@@ -11750,16 +11753,16 @@ function ap() {
|
|
|
11750
11753
|
return w(i);
|
|
11751
11754
|
}
|
|
11752
11755
|
function N(y) {
|
|
11753
|
-
function C(
|
|
11756
|
+
function C(U, j, B, G, H) {
|
|
11754
11757
|
if (typeof y != "function")
|
|
11755
|
-
return new p("Property `" +
|
|
11756
|
-
var V =
|
|
11758
|
+
return new p("Property `" + H + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
|
11759
|
+
var V = U[j];
|
|
11757
11760
|
if (!Array.isArray(V)) {
|
|
11758
11761
|
var Z = E(V);
|
|
11759
|
-
return new p("Invalid " + G + " `" +
|
|
11762
|
+
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
|
|
11760
11763
|
}
|
|
11761
11764
|
for (var X = 0; X < V.length; X++) {
|
|
11762
|
-
var F = y(V, X, B, G,
|
|
11765
|
+
var F = y(V, X, B, G, H + "[" + X + "]", n);
|
|
11763
11766
|
if (F instanceof Error)
|
|
11764
11767
|
return F;
|
|
11765
11768
|
}
|
|
@@ -11768,10 +11771,10 @@ function ap() {
|
|
|
11768
11771
|
return w(C);
|
|
11769
11772
|
}
|
|
11770
11773
|
function x() {
|
|
11771
|
-
function y(C,
|
|
11772
|
-
var
|
|
11773
|
-
if (!c(
|
|
11774
|
-
var V = E(
|
|
11774
|
+
function y(C, U, j, B, G) {
|
|
11775
|
+
var H = C[U];
|
|
11776
|
+
if (!c(H)) {
|
|
11777
|
+
var V = E(H);
|
|
11775
11778
|
return new p("Invalid " + B + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
11776
11779
|
}
|
|
11777
11780
|
return null;
|
|
@@ -11779,10 +11782,10 @@ function ap() {
|
|
|
11779
11782
|
return w(y);
|
|
11780
11783
|
}
|
|
11781
11784
|
function v() {
|
|
11782
|
-
function y(C,
|
|
11783
|
-
var
|
|
11784
|
-
if (!e.isValidElementType(
|
|
11785
|
-
var V = E(
|
|
11785
|
+
function y(C, U, j, B, G) {
|
|
11786
|
+
var H = C[U];
|
|
11787
|
+
if (!e.isValidElementType(H)) {
|
|
11788
|
+
var V = E(H);
|
|
11786
11789
|
return new p("Invalid " + B + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
11787
11790
|
}
|
|
11788
11791
|
return null;
|
|
@@ -11790,42 +11793,42 @@ function ap() {
|
|
|
11790
11793
|
return w(y);
|
|
11791
11794
|
}
|
|
11792
11795
|
function O(y) {
|
|
11793
|
-
function C(
|
|
11794
|
-
if (!(
|
|
11795
|
-
var V = y.name || f, Z =
|
|
11796
|
-
return new p("Invalid " + G + " `" +
|
|
11796
|
+
function C(U, j, B, G, H) {
|
|
11797
|
+
if (!(U[j] instanceof y)) {
|
|
11798
|
+
var V = y.name || f, Z = z(U[j]);
|
|
11799
|
+
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + V + "`."));
|
|
11797
11800
|
}
|
|
11798
11801
|
return null;
|
|
11799
11802
|
}
|
|
11800
11803
|
return w(C);
|
|
11801
11804
|
}
|
|
11802
|
-
function
|
|
11805
|
+
function R(y) {
|
|
11803
11806
|
if (!Array.isArray(y))
|
|
11804
11807
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
|
|
11805
11808
|
"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])."
|
|
11806
11809
|
) : s("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
11807
|
-
function C(
|
|
11808
|
-
for (var V =
|
|
11810
|
+
function C(U, j, B, G, H) {
|
|
11811
|
+
for (var V = U[j], Z = 0; Z < y.length; Z++)
|
|
11809
11812
|
if (g(V, y[Z]))
|
|
11810
11813
|
return null;
|
|
11811
|
-
var X = JSON.stringify(y, function(ie,
|
|
11812
|
-
var Ae = D(
|
|
11813
|
-
return Ae === "symbol" ? String(
|
|
11814
|
+
var X = JSON.stringify(y, function(ie, q) {
|
|
11815
|
+
var Ae = D(q);
|
|
11816
|
+
return Ae === "symbol" ? String(q) : q;
|
|
11814
11817
|
});
|
|
11815
|
-
return new p("Invalid " + G + " `" +
|
|
11818
|
+
return new p("Invalid " + G + " `" + H + "` of value `" + String(V) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
|
|
11816
11819
|
}
|
|
11817
11820
|
return w(C);
|
|
11818
11821
|
}
|
|
11819
11822
|
function K(y) {
|
|
11820
|
-
function C(
|
|
11823
|
+
function C(U, j, B, G, H) {
|
|
11821
11824
|
if (typeof y != "function")
|
|
11822
|
-
return new p("Property `" +
|
|
11823
|
-
var V =
|
|
11825
|
+
return new p("Property `" + H + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
|
11826
|
+
var V = U[j], Z = E(V);
|
|
11824
11827
|
if (Z !== "object")
|
|
11825
|
-
return new p("Invalid " + G + " `" +
|
|
11828
|
+
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
|
|
11826
11829
|
for (var X in V)
|
|
11827
11830
|
if (r(V, X)) {
|
|
11828
|
-
var F = y(V, X, B, G,
|
|
11831
|
+
var F = y(V, X, B, G, H + "." + X, n);
|
|
11829
11832
|
if (F instanceof Error)
|
|
11830
11833
|
return F;
|
|
11831
11834
|
}
|
|
@@ -11837,45 +11840,45 @@ function ap() {
|
|
|
11837
11840
|
if (!Array.isArray(y))
|
|
11838
11841
|
return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
11839
11842
|
for (var C = 0; C < y.length; C++) {
|
|
11840
|
-
var
|
|
11841
|
-
if (typeof
|
|
11843
|
+
var U = y[C];
|
|
11844
|
+
if (typeof U != "function")
|
|
11842
11845
|
return s(
|
|
11843
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(
|
|
11846
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(U) + " at index " + C + "."
|
|
11844
11847
|
), i;
|
|
11845
11848
|
}
|
|
11846
|
-
function j(B, G,
|
|
11849
|
+
function j(B, G, H, V, Z) {
|
|
11847
11850
|
for (var X = [], F = 0; F < y.length; F++) {
|
|
11848
|
-
var ie = y[F],
|
|
11849
|
-
if (
|
|
11851
|
+
var ie = y[F], q = ie(B, G, H, V, Z, n);
|
|
11852
|
+
if (q == null)
|
|
11850
11853
|
return null;
|
|
11851
|
-
|
|
11854
|
+
q.data && r(q.data, "expectedType") && X.push(q.data.expectedType);
|
|
11852
11855
|
}
|
|
11853
11856
|
var Ae = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
11854
|
-
return new p("Invalid " + V + " `" + Z + "` supplied to " + ("`" +
|
|
11857
|
+
return new p("Invalid " + V + " `" + Z + "` supplied to " + ("`" + H + "`" + Ae + "."));
|
|
11855
11858
|
}
|
|
11856
11859
|
return w(j);
|
|
11857
11860
|
}
|
|
11858
11861
|
function Q() {
|
|
11859
|
-
function y(C,
|
|
11860
|
-
return M(C[
|
|
11862
|
+
function y(C, U, j, B, G) {
|
|
11863
|
+
return M(C[U]) ? null : new p("Invalid " + B + " `" + G + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
11861
11864
|
}
|
|
11862
11865
|
return w(y);
|
|
11863
11866
|
}
|
|
11864
|
-
function P(y, C,
|
|
11867
|
+
function P(y, C, U, j, B) {
|
|
11865
11868
|
return new p(
|
|
11866
|
-
(y || "React class") + ": " + C + " type `" +
|
|
11869
|
+
(y || "React class") + ": " + C + " type `" + U + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
|
|
11867
11870
|
);
|
|
11868
11871
|
}
|
|
11869
11872
|
function ee(y) {
|
|
11870
|
-
function C(
|
|
11871
|
-
var V =
|
|
11873
|
+
function C(U, j, B, G, H) {
|
|
11874
|
+
var V = U[j], Z = E(V);
|
|
11872
11875
|
if (Z !== "object")
|
|
11873
|
-
return new p("Invalid " + G + " `" +
|
|
11876
|
+
return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
11874
11877
|
for (var X in y) {
|
|
11875
11878
|
var F = y[X];
|
|
11876
11879
|
if (typeof F != "function")
|
|
11877
|
-
return P(B, G,
|
|
11878
|
-
var ie = F(V, X, B, G,
|
|
11880
|
+
return P(B, G, H, X, D(F));
|
|
11881
|
+
var ie = F(V, X, B, G, H + "." + X, n);
|
|
11879
11882
|
if (ie)
|
|
11880
11883
|
return ie;
|
|
11881
11884
|
}
|
|
@@ -11884,23 +11887,23 @@ function ap() {
|
|
|
11884
11887
|
return w(C);
|
|
11885
11888
|
}
|
|
11886
11889
|
function ce(y) {
|
|
11887
|
-
function C(
|
|
11888
|
-
var V =
|
|
11890
|
+
function C(U, j, B, G, H) {
|
|
11891
|
+
var V = U[j], Z = E(V);
|
|
11889
11892
|
if (Z !== "object")
|
|
11890
|
-
return new p("Invalid " + G + " `" +
|
|
11891
|
-
var X = t({},
|
|
11893
|
+
return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
11894
|
+
var X = t({}, U[j], y);
|
|
11892
11895
|
for (var F in X) {
|
|
11893
11896
|
var ie = y[F];
|
|
11894
11897
|
if (r(y, F) && typeof ie != "function")
|
|
11895
|
-
return P(B, G,
|
|
11898
|
+
return P(B, G, H, F, D(ie));
|
|
11896
11899
|
if (!ie)
|
|
11897
11900
|
return new p(
|
|
11898
|
-
"Invalid " + G + " `" +
|
|
11901
|
+
"Invalid " + G + " `" + H + "` key `" + F + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(U[j], null, " ") + `
|
|
11899
11902
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
11900
11903
|
);
|
|
11901
|
-
var
|
|
11902
|
-
if (
|
|
11903
|
-
return
|
|
11904
|
+
var q = ie(V, F, B, G, H + "." + F, n);
|
|
11905
|
+
if (q)
|
|
11906
|
+
return q;
|
|
11904
11907
|
}
|
|
11905
11908
|
return null;
|
|
11906
11909
|
}
|
|
@@ -11921,13 +11924,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11921
11924
|
return !0;
|
|
11922
11925
|
var C = h(y);
|
|
11923
11926
|
if (C) {
|
|
11924
|
-
var
|
|
11927
|
+
var U = C.call(y), j;
|
|
11925
11928
|
if (C !== y.entries) {
|
|
11926
|
-
for (; !(j =
|
|
11929
|
+
for (; !(j = U.next()).done; )
|
|
11927
11930
|
if (!M(j.value))
|
|
11928
11931
|
return !1;
|
|
11929
11932
|
} else
|
|
11930
|
-
for (; !(j =
|
|
11933
|
+
for (; !(j = U.next()).done; ) {
|
|
11931
11934
|
var B = j.value;
|
|
11932
11935
|
if (B && !M(B[1]))
|
|
11933
11936
|
return !1;
|
|
@@ -11939,12 +11942,12 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11939
11942
|
return !1;
|
|
11940
11943
|
}
|
|
11941
11944
|
}
|
|
11942
|
-
function
|
|
11945
|
+
function k(y, C) {
|
|
11943
11946
|
return y === "symbol" ? !0 : C ? C["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && C instanceof Symbol : !1;
|
|
11944
11947
|
}
|
|
11945
11948
|
function E(y) {
|
|
11946
11949
|
var C = typeof y;
|
|
11947
|
-
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" :
|
|
11950
|
+
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" : k(C, y) ? "symbol" : C;
|
|
11948
11951
|
}
|
|
11949
11952
|
function D(y) {
|
|
11950
11953
|
if (typeof y > "u" || y === null)
|
|
@@ -11972,16 +11975,16 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11972
11975
|
return C;
|
|
11973
11976
|
}
|
|
11974
11977
|
}
|
|
11975
|
-
function
|
|
11978
|
+
function z(y) {
|
|
11976
11979
|
return !y.constructor || !y.constructor.name ? f : y.constructor.name;
|
|
11977
11980
|
}
|
|
11978
11981
|
return A.checkPropTypes = o, A.resetWarningCache = o.resetWarningCache, A.PropTypes = A, A;
|
|
11979
11982
|
}, Zn;
|
|
11980
11983
|
}
|
|
11981
|
-
var Xn,
|
|
11984
|
+
var Xn, Ur;
|
|
11982
11985
|
function rp() {
|
|
11983
|
-
if (
|
|
11984
|
-
|
|
11986
|
+
if (Ur) return Xn;
|
|
11987
|
+
Ur = 1;
|
|
11985
11988
|
var e = /* @__PURE__ */ Ia();
|
|
11986
11989
|
function t() {
|
|
11987
11990
|
}
|
|
@@ -12026,10 +12029,10 @@ function rp() {
|
|
|
12026
12029
|
return s.PropTypes = s, s;
|
|
12027
12030
|
}, Xn;
|
|
12028
12031
|
}
|
|
12029
|
-
var
|
|
12032
|
+
var qr;
|
|
12030
12033
|
function op() {
|
|
12031
|
-
if (
|
|
12032
|
-
if (
|
|
12034
|
+
if (qr) return an.exports;
|
|
12035
|
+
if (qr = 1, process.env.NODE_ENV !== "production") {
|
|
12033
12036
|
var e = Ta(), t = !0;
|
|
12034
12037
|
an.exports = /* @__PURE__ */ ap()(e.isElement, t);
|
|
12035
12038
|
} else
|
|
@@ -12069,7 +12072,7 @@ function ua(e, t) {
|
|
|
12069
12072
|
return r.__proto__ = o, r;
|
|
12070
12073
|
}, ua(e, t);
|
|
12071
12074
|
}
|
|
12072
|
-
var
|
|
12075
|
+
var qn = /* @__PURE__ */ (function(e) {
|
|
12073
12076
|
lp(t, e);
|
|
12074
12077
|
function t() {
|
|
12075
12078
|
var r;
|
|
@@ -12135,13 +12138,13 @@ var Rn = /* @__PURE__ */ (function(e) {
|
|
|
12135
12138
|
var o = this.props;
|
|
12136
12139
|
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;
|
|
12137
12140
|
var s = cp(o, ip);
|
|
12138
|
-
return /* @__PURE__ */
|
|
12141
|
+
return /* @__PURE__ */ qa.createElement("div", da({}, s, {
|
|
12139
12142
|
ref: this.handleRecaptchaRef
|
|
12140
12143
|
}));
|
|
12141
12144
|
}, t;
|
|
12142
|
-
})(
|
|
12143
|
-
|
|
12144
|
-
|
|
12145
|
+
})(qa.Component);
|
|
12146
|
+
qn.displayName = "ReCAPTCHA";
|
|
12147
|
+
qn.propTypes = {
|
|
12145
12148
|
sitekey: be.string.isRequired,
|
|
12146
12149
|
onChange: be.func,
|
|
12147
12150
|
grecaptcha: be.object,
|
|
@@ -12156,7 +12159,7 @@ Rn.propTypes = {
|
|
|
12156
12159
|
badge: be.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
12157
12160
|
isolated: be.bool
|
|
12158
12161
|
};
|
|
12159
|
-
|
|
12162
|
+
qn.defaultProps = {
|
|
12160
12163
|
onChange: function() {
|
|
12161
12164
|
},
|
|
12162
12165
|
theme: "light",
|
|
@@ -12165,10 +12168,10 @@ Rn.defaultProps = {
|
|
|
12165
12168
|
size: "normal",
|
|
12166
12169
|
badge: "bottomright"
|
|
12167
12170
|
};
|
|
12168
|
-
var ea,
|
|
12171
|
+
var ea, Rr;
|
|
12169
12172
|
function dp() {
|
|
12170
|
-
if (
|
|
12171
|
-
|
|
12173
|
+
if (Rr) return ea;
|
|
12174
|
+
Rr = 1;
|
|
12172
12175
|
var e = Ta(), t = {
|
|
12173
12176
|
childContextTypes: !0,
|
|
12174
12177
|
contextType: !0,
|
|
@@ -12219,9 +12222,9 @@ function dp() {
|
|
|
12219
12222
|
for (var N = i(g), x = i(p), v = 0; v < S.length; ++v) {
|
|
12220
12223
|
var O = S[v];
|
|
12221
12224
|
if (!n[O] && !(w && w[O]) && !(x && x[O]) && !(N && N[O])) {
|
|
12222
|
-
var
|
|
12225
|
+
var R = u(p, O);
|
|
12223
12226
|
try {
|
|
12224
|
-
c(g, O,
|
|
12227
|
+
c(g, O, R);
|
|
12225
12228
|
} catch {
|
|
12226
12229
|
}
|
|
12227
12230
|
}
|
|
@@ -12253,7 +12256,7 @@ function mp(e, t) {
|
|
|
12253
12256
|
function fp(e, t) {
|
|
12254
12257
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12255
12258
|
}
|
|
12256
|
-
var
|
|
12259
|
+
var Le = {}, gp = 0;
|
|
12257
12260
|
function pp(e, t) {
|
|
12258
12261
|
return t = t || {}, function(r) {
|
|
12259
12262
|
var o = r.displayName || r.name || "Component", s = /* @__PURE__ */ (function(c) {
|
|
@@ -12273,7 +12276,7 @@ function pp(e, t) {
|
|
|
12273
12276
|
return f.props.asyncScriptOnLoad && f.props.asyncScriptOnLoad(f.state);
|
|
12274
12277
|
});
|
|
12275
12278
|
}, l.asyncScriptLoaderTriggerOnScriptLoaded = function() {
|
|
12276
|
-
var h =
|
|
12279
|
+
var h = Le[this.__scriptURL];
|
|
12277
12280
|
if (!h || !h.loaded)
|
|
12278
12281
|
throw new Error("Script is not loaded.");
|
|
12279
12282
|
for (var f in h.observers)
|
|
@@ -12281,24 +12284,24 @@ function pp(e, t) {
|
|
|
12281
12284
|
delete window[t.callbackName];
|
|
12282
12285
|
}, l.componentDidMount = function() {
|
|
12283
12286
|
var h = this, f = this.setupScriptURL(), A = this.asyncScriptLoaderGetScriptLoaderID(), g = t, p = g.globalName, w = g.callbackName, _ = g.scriptId;
|
|
12284
|
-
if (p && typeof window[p] < "u" && (
|
|
12287
|
+
if (p && typeof window[p] < "u" && (Le[f] = {
|
|
12285
12288
|
loaded: !0,
|
|
12286
12289
|
observers: {}
|
|
12287
|
-
}),
|
|
12288
|
-
var S =
|
|
12290
|
+
}), Le[f]) {
|
|
12291
|
+
var S = Le[f];
|
|
12289
12292
|
if (S && (S.loaded || S.errored)) {
|
|
12290
12293
|
this.asyncScriptLoaderHandleLoad(S);
|
|
12291
12294
|
return;
|
|
12292
12295
|
}
|
|
12293
|
-
S.observers[A] = function(
|
|
12294
|
-
return h.asyncScriptLoaderHandleLoad(
|
|
12296
|
+
S.observers[A] = function(R) {
|
|
12297
|
+
return h.asyncScriptLoaderHandleLoad(R);
|
|
12295
12298
|
};
|
|
12296
12299
|
return;
|
|
12297
12300
|
}
|
|
12298
12301
|
var N = {};
|
|
12299
|
-
N[A] = function(
|
|
12300
|
-
return h.asyncScriptLoaderHandleLoad(
|
|
12301
|
-
},
|
|
12302
|
+
N[A] = function(R) {
|
|
12303
|
+
return h.asyncScriptLoaderHandleLoad(R);
|
|
12304
|
+
}, Le[f] = {
|
|
12302
12305
|
loaded: !1,
|
|
12303
12306
|
observers: N
|
|
12304
12307
|
};
|
|
@@ -12308,8 +12311,8 @@ function pp(e, t) {
|
|
|
12308
12311
|
x.setAttribute(v, t.attributes[v]);
|
|
12309
12312
|
_ && (x.id = _);
|
|
12310
12313
|
var O = function(K) {
|
|
12311
|
-
if (
|
|
12312
|
-
var te =
|
|
12314
|
+
if (Le[f]) {
|
|
12315
|
+
var te = Le[f], Q = te.observers;
|
|
12313
12316
|
for (var P in Q)
|
|
12314
12317
|
K(Q[P]) && delete Q[P];
|
|
12315
12318
|
}
|
|
@@ -12317,14 +12320,14 @@ function pp(e, t) {
|
|
|
12317
12320
|
w && typeof window < "u" && (window[w] = function() {
|
|
12318
12321
|
return h.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
12319
12322
|
}), x.onload = function() {
|
|
12320
|
-
var
|
|
12321
|
-
|
|
12322
|
-
return w ? !1 : (K(
|
|
12323
|
+
var R = Le[f];
|
|
12324
|
+
R && (R.loaded = !0, O(function(K) {
|
|
12325
|
+
return w ? !1 : (K(R), !0);
|
|
12323
12326
|
}));
|
|
12324
12327
|
}, x.onerror = function() {
|
|
12325
|
-
var
|
|
12326
|
-
|
|
12327
|
-
return K(
|
|
12328
|
+
var R = Le[f];
|
|
12329
|
+
R && (R.errored = !0, O(function(K) {
|
|
12330
|
+
return K(R), !0;
|
|
12328
12331
|
}));
|
|
12329
12332
|
}, document.body.appendChild(x);
|
|
12330
12333
|
}, l.componentWillUnmount = function() {
|
|
@@ -12332,8 +12335,8 @@ function pp(e, t) {
|
|
|
12332
12335
|
if (t.removeOnUnmount === !0)
|
|
12333
12336
|
for (var f = document.getElementsByTagName("script"), A = 0; A < f.length; A += 1)
|
|
12334
12337
|
f[A].src.indexOf(h) > -1 && f[A].parentNode && f[A].parentNode.removeChild(f[A]);
|
|
12335
|
-
var g =
|
|
12336
|
-
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete
|
|
12338
|
+
var g = Le[h];
|
|
12339
|
+
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete Le[h]);
|
|
12337
12340
|
}, l.render = function() {
|
|
12338
12341
|
var h = t.globalName, f = this.props;
|
|
12339
12342
|
f.asyncScriptOnLoad;
|
|
@@ -12358,13 +12361,13 @@ function wp() {
|
|
|
12358
12361
|
var e = fa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12359
12362
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ma + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ma + "&render=explicit";
|
|
12360
12363
|
}
|
|
12361
|
-
const
|
|
12364
|
+
const Uo = pp(wp, {
|
|
12362
12365
|
callbackName: ma,
|
|
12363
12366
|
globalName: Ap,
|
|
12364
12367
|
attributes: fa().nonce ? {
|
|
12365
12368
|
nonce: fa().nonce
|
|
12366
12369
|
} : {}
|
|
12367
|
-
})(
|
|
12370
|
+
})(qn), yp = "_overlay_tlrod_1", vp = "_header_tlrod_18", bp = "_logo_tlrod_25", Cp = "_card_tlrod_32", _p = "_close_tlrod_47", Np = "_form_tlrod_71", Sp = "_formUl_tlrod_80", Ep = "_field_tlrod_92", xp = "_label_tlrod_99", Tp = "_input_tlrod_108", Ip = "_error_tlrod_126", kp = "_primary_tlrod_132", Up = "_divider_tlrod_167", qp = "_google_tlrod_193", Rp = "_googleIcon_tlrod_223", Lp = "_spin_tlrod_256", Bp = "_checkboxRow_tlrod_278", Op = "_terms_tlrod_315", Pp = "_message_tlrod_346", Dp = "_passwordChecker_tlrod_351", Mp = "_valid_tlrod_370", jp = "_invalid_tlrod_374", Qp = "_forgotPassword_tlrod_378", Gp = "_successContainer_tlrod_397", zp = "_thumbsUp_tlrod_405", Hp = "_successMessage_tlrod_411", I = {
|
|
12368
12371
|
overlay: yp,
|
|
12369
12372
|
header: vp,
|
|
12370
12373
|
logo: bp,
|
|
@@ -12376,13 +12379,13 @@ const ko = pp(wp, {
|
|
|
12376
12379
|
label: xp,
|
|
12377
12380
|
input: Tp,
|
|
12378
12381
|
error: Ip,
|
|
12379
|
-
primary:
|
|
12380
|
-
divider:
|
|
12381
|
-
google:
|
|
12382
|
-
googleIcon:
|
|
12383
|
-
spin:
|
|
12382
|
+
primary: kp,
|
|
12383
|
+
divider: Up,
|
|
12384
|
+
google: qp,
|
|
12385
|
+
googleIcon: Rp,
|
|
12386
|
+
spin: Lp,
|
|
12384
12387
|
checkboxRow: Bp,
|
|
12385
|
-
switch: "
|
|
12388
|
+
switch: "_switch_tlrod_307",
|
|
12386
12389
|
terms: Op,
|
|
12387
12390
|
message: Pp,
|
|
12388
12391
|
passwordChecker: Dp,
|
|
@@ -12390,8 +12393,8 @@ const ko = pp(wp, {
|
|
|
12390
12393
|
invalid: jp,
|
|
12391
12394
|
forgotPassword: Qp,
|
|
12392
12395
|
successContainer: Gp,
|
|
12393
|
-
thumbsUp:
|
|
12394
|
-
successMessage:
|
|
12396
|
+
thumbsUp: zp,
|
|
12397
|
+
successMessage: Hp
|
|
12395
12398
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12396
12399
|
"svg",
|
|
12397
12400
|
{
|
|
@@ -12486,7 +12489,7 @@ const ko = pp(wp, {
|
|
|
12486
12489
|
] }, w.id)) }),
|
|
12487
12490
|
l && /* @__PURE__ */ a("div", { className: ue.errorMessage, children: l }),
|
|
12488
12491
|
/* @__PURE__ */ a(
|
|
12489
|
-
|
|
12492
|
+
Uo,
|
|
12490
12493
|
{
|
|
12491
12494
|
sitekey: "",
|
|
12492
12495
|
theme: "light",
|
|
@@ -12538,7 +12541,7 @@ const ko = pp(wp, {
|
|
|
12538
12541
|
] })
|
|
12539
12542
|
] }) });
|
|
12540
12543
|
};
|
|
12541
|
-
async function
|
|
12544
|
+
async function ka({
|
|
12542
12545
|
publication: e,
|
|
12543
12546
|
path: t,
|
|
12544
12547
|
size: n = 5,
|
|
@@ -12625,7 +12628,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12625
12628
|
(async () => {
|
|
12626
12629
|
const { PUBLIC_X_SECURITY_TOKEN: o } = $();
|
|
12627
12630
|
try {
|
|
12628
|
-
const s = await
|
|
12631
|
+
const s = await ka({
|
|
12629
12632
|
publication: $p,
|
|
12630
12633
|
path: e ?? "",
|
|
12631
12634
|
size: 5,
|
|
@@ -12641,18 +12644,18 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12641
12644
|
}
|
|
12642
12645
|
})();
|
|
12643
12646
|
}, [t]), { comments: t, setComments: n };
|
|
12644
|
-
},
|
|
12647
|
+
}, qo = ({ username: e, date: t }) => /* @__PURE__ */ m("div", { className: "comment-header", children: [
|
|
12645
12648
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12646
12649
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12647
12650
|
/* @__PURE__ */ a("span", { className: "comment-date", children: Kg(je(Number(t))) })
|
|
12648
|
-
] }),
|
|
12651
|
+
] }), Ro = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12649
12652
|
"img",
|
|
12650
12653
|
{
|
|
12651
12654
|
className: "comment-avatar-img",
|
|
12652
12655
|
src: e.picture,
|
|
12653
12656
|
alt: e.username
|
|
12654
12657
|
}
|
|
12655
|
-
) : e.firstname.charAt(0).toUpperCase() }),
|
|
12658
|
+
) : e.firstname.charAt(0).toUpperCase() }), Lo = ({ isReply: e = !1, onReply: t, onFlag: n }) => /* @__PURE__ */ m("div", { className: "comment-actions", children: [
|
|
12656
12659
|
!e && t && /* @__PURE__ */ a(
|
|
12657
12660
|
"button",
|
|
12658
12661
|
{
|
|
@@ -12726,7 +12729,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12726
12729
|
const o = xa(e, t);
|
|
12727
12730
|
return /* @__PURE__ */ m("div", { className: "form-actions", children: [
|
|
12728
12731
|
/* @__PURE__ */ a(
|
|
12729
|
-
|
|
12732
|
+
Uo,
|
|
12730
12733
|
{
|
|
12731
12734
|
sitekey: "",
|
|
12732
12735
|
theme: "light",
|
|
@@ -12889,19 +12892,19 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12889
12892
|
const o = e.text;
|
|
12890
12893
|
let s = `${Je.firstname} ${Je.lastname}`, i = Je.username;
|
|
12891
12894
|
return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ m("div", { className: "comment-header-container", children: [
|
|
12892
|
-
/* @__PURE__ */ a(
|
|
12895
|
+
/* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
|
|
12893
12896
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
12894
|
-
/* @__PURE__ */ a(
|
|
12897
|
+
/* @__PURE__ */ a(qo, { username: s, date: e.date.time }),
|
|
12895
12898
|
/* @__PURE__ */ m("div", { className: "comment-reply-to", children: [
|
|
12896
12899
|
"Respondiendo a ",
|
|
12897
12900
|
/* @__PURE__ */ a("strong", { children: t })
|
|
12898
12901
|
] }),
|
|
12899
12902
|
/* @__PURE__ */ a("p", { className: "comment-text", children: o }),
|
|
12900
12903
|
n?.username.toLowerCase() !== i.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
12901
|
-
/* @__PURE__ */ a(
|
|
12904
|
+
/* @__PURE__ */ a(Lo, { isReply: !0, onFlag: () => r(e.id) })
|
|
12902
12905
|
] })
|
|
12903
12906
|
] }) });
|
|
12904
|
-
},
|
|
12907
|
+
}, e9 = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: o, onFlag: s }) => {
|
|
12905
12908
|
const i = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [c, d] = Y(i), [l, u] = xe.useState(!1), h = process.env.PUBLIC_PUBLICATION_ID ?? "", f = e.text, A = xe.useRef(null);
|
|
12906
12909
|
let g = `${Je.firstname} ${Je.lastname}`, p = Je.username;
|
|
12907
12910
|
e.user && (g = `${e.user.firstname} ${e.user.lastname}`, p = e.user.username);
|
|
@@ -12914,13 +12917,13 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12914
12917
|
className: "comment-header-container",
|
|
12915
12918
|
"data-hasreplies": c.reply.length > 0 ? "true" : "false",
|
|
12916
12919
|
children: [
|
|
12917
|
-
/* @__PURE__ */ a(
|
|
12920
|
+
/* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
|
|
12918
12921
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
12919
|
-
/* @__PURE__ */ a(
|
|
12922
|
+
/* @__PURE__ */ a(qo, { username: g, date: e.date.time }),
|
|
12920
12923
|
/* @__PURE__ */ a("p", { className: "comment-text", children: f }),
|
|
12921
12924
|
r?.username.toLowerCase() !== p.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
12922
12925
|
/* @__PURE__ */ a(
|
|
12923
|
-
|
|
12926
|
+
Lo,
|
|
12924
12927
|
{
|
|
12925
12928
|
onReply: () => o(e.id),
|
|
12926
12929
|
onFlag: () => s(e.id)
|
|
@@ -12956,7 +12959,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12956
12959
|
const _ = c.reply[c.reply.length - 1]?.id;
|
|
12957
12960
|
u(!0);
|
|
12958
12961
|
try {
|
|
12959
|
-
const N = await
|
|
12962
|
+
const N = await ka({
|
|
12960
12963
|
publication: h,
|
|
12961
12964
|
path: n ?? "",
|
|
12962
12965
|
size: 2,
|
|
@@ -12979,7 +12982,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12979
12982
|
]
|
|
12980
12983
|
}
|
|
12981
12984
|
) });
|
|
12982
|
-
},
|
|
12985
|
+
}, t9 = ({
|
|
12983
12986
|
commentRef: e,
|
|
12984
12987
|
user: t,
|
|
12985
12988
|
path: n,
|
|
@@ -13024,7 +13027,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13024
13027
|
}
|
|
13025
13028
|
)
|
|
13026
13029
|
] });
|
|
13027
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13030
|
+
}, { PUBLIC_PUBLICATION_ID: n9, PUBLIC_X_SECURITY_TOKEN: a9 } = $(), Lr = n9 ?? "", r9 = ({
|
|
13028
13031
|
isAuthenticated: e,
|
|
13029
13032
|
path: t,
|
|
13030
13033
|
user: n,
|
|
@@ -13050,29 +13053,29 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13050
13053
|
f(!0);
|
|
13051
13054
|
const O = v.id;
|
|
13052
13055
|
try {
|
|
13053
|
-
const
|
|
13054
|
-
publication:
|
|
13056
|
+
const R = await ka({
|
|
13057
|
+
publication: Lr,
|
|
13055
13058
|
path: o ?? "",
|
|
13056
13059
|
size: 5,
|
|
13057
13060
|
sizereply: 2,
|
|
13058
13061
|
id: void 0,
|
|
13059
13062
|
lastid: O,
|
|
13060
13063
|
state: "5,6",
|
|
13061
|
-
apiToken:
|
|
13064
|
+
apiToken: a9
|
|
13062
13065
|
});
|
|
13063
13066
|
u({
|
|
13064
|
-
morecomment:
|
|
13065
|
-
comments: [...l.comments, ...
|
|
13067
|
+
morecomment: R.morecomment ?? !1,
|
|
13068
|
+
comments: [...l.comments, ...R.comments]
|
|
13066
13069
|
}), f(!1);
|
|
13067
|
-
} catch (
|
|
13068
|
-
throw f(!1), new Error(`Error al obtener comentarios: ${
|
|
13070
|
+
} catch (R) {
|
|
13071
|
+
throw f(!1), new Error(`Error al obtener comentarios: ${R}`);
|
|
13069
13072
|
}
|
|
13070
13073
|
}, S = l?.comments && l.comments.length > 0, N = S ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", x = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(Ze, {}) });
|
|
13071
13074
|
return /* @__PURE__ */ m(J, { children: [
|
|
13072
13075
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: S || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(J, { children: [
|
|
13073
13076
|
e && n && /* @__PURE__ */ m("div", { className: "comments-header", children: [
|
|
13074
13077
|
/* @__PURE__ */ a(
|
|
13075
|
-
|
|
13078
|
+
Ug,
|
|
13076
13079
|
{
|
|
13077
13080
|
user: n,
|
|
13078
13081
|
handleLogout: r,
|
|
@@ -13080,7 +13083,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13080
13083
|
}
|
|
13081
13084
|
),
|
|
13082
13085
|
/* @__PURE__ */ a(
|
|
13083
|
-
|
|
13086
|
+
t9,
|
|
13084
13087
|
{
|
|
13085
13088
|
commentRef: A,
|
|
13086
13089
|
user: n,
|
|
@@ -13096,7 +13099,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13096
13099
|
"data-isauthenticated": `${e}`,
|
|
13097
13100
|
children: [
|
|
13098
13101
|
l.comments.map((v) => /* @__PURE__ */ a(
|
|
13099
|
-
|
|
13102
|
+
e9,
|
|
13100
13103
|
{
|
|
13101
13104
|
comment: v,
|
|
13102
13105
|
replyingTo: c,
|
|
@@ -13124,7 +13127,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13124
13127
|
Vp,
|
|
13125
13128
|
{
|
|
13126
13129
|
username: n?.username ?? void 0,
|
|
13127
|
-
publication:
|
|
13130
|
+
publication: Lr,
|
|
13128
13131
|
commentId: s,
|
|
13129
13132
|
isOpen: s !== void 0,
|
|
13130
13133
|
onClose: () => i(void 0)
|
|
@@ -13178,7 +13181,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13178
13181
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13179
13182
|
}
|
|
13180
13183
|
];
|
|
13181
|
-
function
|
|
13184
|
+
function o9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
13182
13185
|
const [n, r] = Y({}), [o, s] = Y(!1), [i, c] = Y(!1), [d, l] = Y(null), [u, h] = Y(
|
|
13183
13186
|
"register"
|
|
13184
13187
|
), f = (w, _) => {
|
|
@@ -13186,9 +13189,9 @@ function o3({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13186
13189
|
}, A = async (w) => {
|
|
13187
13190
|
w.preventDefault(), l(null), c(!0);
|
|
13188
13191
|
try {
|
|
13189
|
-
const _ = Object.keys(Br).filter((
|
|
13190
|
-
if (_.some((
|
|
13191
|
-
if (!
|
|
13192
|
+
const _ = Object.keys(Br).filter((R) => !["username", "password", "confirmPassword"].includes(R)).map((R) => ({ Name: R, Value: n[R] }));
|
|
13193
|
+
if (_.some((R) => {
|
|
13194
|
+
if (!R.Value || R.Value.trim() === "") return !0;
|
|
13192
13195
|
}))
|
|
13193
13196
|
return c(!1), l("Complete todos los campos");
|
|
13194
13197
|
if (n.password !== n.confirmPassword) {
|
|
@@ -13197,7 +13200,7 @@ function o3({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13197
13200
|
}
|
|
13198
13201
|
const S = n.password || "";
|
|
13199
13202
|
if (_n.some(
|
|
13200
|
-
(
|
|
13203
|
+
(R) => !R.test(S)
|
|
13201
13204
|
)) {
|
|
13202
13205
|
l("La contraseña no es válida");
|
|
13203
13206
|
return;
|
|
@@ -13220,8 +13223,8 @@ function o3({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13220
13223
|
})
|
|
13221
13224
|
});
|
|
13222
13225
|
if (!O.ok) {
|
|
13223
|
-
const
|
|
13224
|
-
if (
|
|
13226
|
+
const R = await O.json().catch(() => ({}));
|
|
13227
|
+
if (R.code === "UsernameExistsException") {
|
|
13225
13228
|
await fetch("/api/auth/resend-code", {
|
|
13226
13229
|
method: "POST",
|
|
13227
13230
|
headers: { "Content-Type": "application/json" },
|
|
@@ -13229,7 +13232,7 @@ function o3({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13229
13232
|
}), h("confirm");
|
|
13230
13233
|
return;
|
|
13231
13234
|
}
|
|
13232
|
-
throw new Error(
|
|
13235
|
+
throw new Error(R?.error || "Error al crear usuario");
|
|
13233
13236
|
}
|
|
13234
13237
|
h("confirm");
|
|
13235
13238
|
} catch (_) {
|
|
@@ -13403,7 +13406,7 @@ function o3({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13403
13406
|
] })
|
|
13404
13407
|
] });
|
|
13405
13408
|
}
|
|
13406
|
-
function
|
|
13409
|
+
function s9({
|
|
13407
13410
|
onClose: e,
|
|
13408
13411
|
checkAuth: t,
|
|
13409
13412
|
goToRegister: n,
|
|
@@ -13412,7 +13415,7 @@ function s3({
|
|
|
13412
13415
|
const [o, s] = Y("login"), [i, c] = Y(""), [d, l] = Y(""), [u, h] = Y(""), [f, A] = Y(""), [g, p] = Y(""), [w, _] = Y(!1), [S, N] = Y(!1), [x, v] = Y(null), { CAPTCHA_KEY: O } = $();
|
|
13413
13416
|
return /* @__PURE__ */ m(J, { children: [
|
|
13414
13417
|
o === "login" && /* @__PURE__ */ a(
|
|
13415
|
-
|
|
13418
|
+
i9,
|
|
13416
13419
|
{
|
|
13417
13420
|
email: i,
|
|
13418
13421
|
password: d,
|
|
@@ -13454,7 +13457,7 @@ function s3({
|
|
|
13454
13457
|
}
|
|
13455
13458
|
),
|
|
13456
13459
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13457
|
-
|
|
13460
|
+
c9,
|
|
13458
13461
|
{
|
|
13459
13462
|
email: i,
|
|
13460
13463
|
setEmail: c,
|
|
@@ -13487,7 +13490,7 @@ function s3({
|
|
|
13487
13490
|
}
|
|
13488
13491
|
),
|
|
13489
13492
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13490
|
-
|
|
13493
|
+
l9,
|
|
13491
13494
|
{
|
|
13492
13495
|
email: i,
|
|
13493
13496
|
confirmationCode: u,
|
|
@@ -13536,7 +13539,7 @@ function s3({
|
|
|
13536
13539
|
}
|
|
13537
13540
|
),
|
|
13538
13541
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13539
|
-
|
|
13542
|
+
d9,
|
|
13540
13543
|
{
|
|
13541
13544
|
onBackToLogin: () => {
|
|
13542
13545
|
v(null), s("login");
|
|
@@ -13545,7 +13548,7 @@ function s3({
|
|
|
13545
13548
|
)
|
|
13546
13549
|
] });
|
|
13547
13550
|
}
|
|
13548
|
-
function
|
|
13551
|
+
function i9({
|
|
13549
13552
|
email: e,
|
|
13550
13553
|
password: t,
|
|
13551
13554
|
showPassword: n,
|
|
@@ -13637,7 +13640,7 @@ function i3({
|
|
|
13637
13640
|
)
|
|
13638
13641
|
] });
|
|
13639
13642
|
}
|
|
13640
|
-
function
|
|
13643
|
+
function c9({
|
|
13641
13644
|
email: e,
|
|
13642
13645
|
setEmail: t,
|
|
13643
13646
|
loading: n,
|
|
@@ -13674,7 +13677,7 @@ function c3({
|
|
|
13674
13677
|
}
|
|
13675
13678
|
);
|
|
13676
13679
|
}
|
|
13677
|
-
function
|
|
13680
|
+
function l9({
|
|
13678
13681
|
email: e,
|
|
13679
13682
|
confirmationCode: t,
|
|
13680
13683
|
newPassword: n,
|
|
@@ -13785,13 +13788,13 @@ function l3({
|
|
|
13785
13788
|
}
|
|
13786
13789
|
);
|
|
13787
13790
|
}
|
|
13788
|
-
function
|
|
13791
|
+
function d9({ onBackToLogin: e }) {
|
|
13789
13792
|
return /* @__PURE__ */ m("div", { className: I.form, children: [
|
|
13790
13793
|
/* @__PURE__ */ a("p", { className: I.success, children: "La contraseña fue cambiada con éxito" }),
|
|
13791
13794
|
/* @__PURE__ */ a("button", { type: "button", className: I.primary, onClick: e, children: "Iniciar Sesión" })
|
|
13792
13795
|
] });
|
|
13793
13796
|
}
|
|
13794
|
-
function
|
|
13797
|
+
function u9({
|
|
13795
13798
|
loginUrl: e,
|
|
13796
13799
|
onClose: t,
|
|
13797
13800
|
checkAuth: n,
|
|
@@ -13828,7 +13831,7 @@ function u3({
|
|
|
13828
13831
|
)
|
|
13829
13832
|
] }),
|
|
13830
13833
|
o === "login" && /* @__PURE__ */ a(
|
|
13831
|
-
|
|
13834
|
+
s9,
|
|
13832
13835
|
{
|
|
13833
13836
|
onClose: t,
|
|
13834
13837
|
checkAuth: n,
|
|
@@ -13837,7 +13840,7 @@ function u3({
|
|
|
13837
13840
|
}
|
|
13838
13841
|
),
|
|
13839
13842
|
o === "register" && /* @__PURE__ */ a(
|
|
13840
|
-
|
|
13843
|
+
o9,
|
|
13841
13844
|
{
|
|
13842
13845
|
handleGoogleLogin: i,
|
|
13843
13846
|
goToLogin: () => s("login")
|
|
@@ -13847,7 +13850,7 @@ function u3({
|
|
|
13847
13850
|
}
|
|
13848
13851
|
);
|
|
13849
13852
|
}
|
|
13850
|
-
function
|
|
13853
|
+
function h9({
|
|
13851
13854
|
isAuthenticated: e,
|
|
13852
13855
|
setIsAuthenticated: t,
|
|
13853
13856
|
loginUrl: n,
|
|
@@ -13859,7 +13862,7 @@ function h3({
|
|
|
13859
13862
|
const [c, d] = xe.useState(!1);
|
|
13860
13863
|
return /* @__PURE__ */ m(J, { children: [
|
|
13861
13864
|
c && /* @__PURE__ */ a(
|
|
13862
|
-
|
|
13865
|
+
u9,
|
|
13863
13866
|
{
|
|
13864
13867
|
loginUrl: n,
|
|
13865
13868
|
icon: i,
|
|
@@ -13884,7 +13887,7 @@ function h3({
|
|
|
13884
13887
|
)
|
|
13885
13888
|
] }),
|
|
13886
13889
|
/* @__PURE__ */ a(
|
|
13887
|
-
|
|
13890
|
+
r9,
|
|
13888
13891
|
{
|
|
13889
13892
|
isAuthenticated: e,
|
|
13890
13893
|
handleLogout: async () => {
|
|
@@ -13899,7 +13902,7 @@ function h3({
|
|
|
13899
13902
|
)
|
|
13900
13903
|
] });
|
|
13901
13904
|
}
|
|
13902
|
-
function
|
|
13905
|
+
function m9({
|
|
13903
13906
|
isVisible: e,
|
|
13904
13907
|
path: t,
|
|
13905
13908
|
icon: n
|
|
@@ -13943,7 +13946,7 @@ function m3({
|
|
|
13943
13946
|
}
|
|
13944
13947
|
);
|
|
13945
13948
|
return r === null ? u : e ? /* @__PURE__ */ a(
|
|
13946
|
-
|
|
13949
|
+
h9,
|
|
13947
13950
|
{
|
|
13948
13951
|
icon: n,
|
|
13949
13952
|
isAuthenticated: r,
|
|
@@ -13955,7 +13958,7 @@ function m3({
|
|
|
13955
13958
|
}
|
|
13956
13959
|
) : u;
|
|
13957
13960
|
}
|
|
13958
|
-
const
|
|
13961
|
+
const C3 = ({
|
|
13959
13962
|
render: e,
|
|
13960
13963
|
internalPath: t,
|
|
13961
13964
|
section: n,
|
|
@@ -13980,7 +13983,7 @@ const C9 = ({
|
|
|
13980
13983
|
}, []);
|
|
13981
13984
|
const u = {
|
|
13982
13985
|
comment: /* @__PURE__ */ a(
|
|
13983
|
-
|
|
13986
|
+
m9,
|
|
13984
13987
|
{
|
|
13985
13988
|
path: t,
|
|
13986
13989
|
icon: s,
|
|
@@ -14009,7 +14012,7 @@ const C9 = ({
|
|
|
14009
14012
|
}
|
|
14010
14013
|
);
|
|
14011
14014
|
};
|
|
14012
|
-
async function
|
|
14015
|
+
async function _3({
|
|
14013
14016
|
publication: e,
|
|
14014
14017
|
path: t,
|
|
14015
14018
|
username: n,
|
|
@@ -14112,7 +14115,7 @@ async function _9({
|
|
|
14112
14115
|
};
|
|
14113
14116
|
}
|
|
14114
14117
|
}
|
|
14115
|
-
const
|
|
14118
|
+
const N3 = async ({
|
|
14116
14119
|
token: e,
|
|
14117
14120
|
projectId: t,
|
|
14118
14121
|
captchaKey: n,
|
|
@@ -14148,143 +14151,144 @@ const N9 = async ({
|
|
|
14148
14151
|
};
|
|
14149
14152
|
export {
|
|
14150
14153
|
ys as AssetsPreconnect,
|
|
14151
|
-
|
|
14154
|
+
A3 as AutorComponent,
|
|
14152
14155
|
eu as AutorHeader1,
|
|
14153
14156
|
uu as AutorHeader2,
|
|
14154
14157
|
ge as BannerAdvertising,
|
|
14155
14158
|
rt as BannerAdvertisingMiddle,
|
|
14156
|
-
|
|
14159
|
+
Y9 as CarrouselCSR,
|
|
14157
14160
|
xt as CarrouselIRS,
|
|
14158
14161
|
K2 as CarruselCard,
|
|
14159
14162
|
of as CarruselOpinion,
|
|
14160
14163
|
Be as CommonServices,
|
|
14161
14164
|
Go as Comscore,
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14165
|
+
d3 as ContactInfoServer,
|
|
14166
|
+
e3 as ContactInput,
|
|
14167
|
+
t3 as ContactSelect,
|
|
14168
|
+
n3 as ContactTextarea,
|
|
14166
14169
|
Vt as ContentLayout1,
|
|
14167
14170
|
sr as ContentLayoutTema,
|
|
14168
|
-
|
|
14171
|
+
m3 as DEBUG_MainSlots,
|
|
14169
14172
|
Xm as DestacadoNoticias,
|
|
14170
14173
|
P2 as DestacadoVideos,
|
|
14171
14174
|
dc as DynamicBlockServices,
|
|
14172
|
-
|
|
14175
|
+
h3 as DynamicComponents,
|
|
14173
14176
|
Fn as DynamicMainSlot,
|
|
14174
14177
|
xo as DynamicSlot,
|
|
14175
|
-
|
|
14176
|
-
|
|
14177
|
-
|
|
14178
|
-
|
|
14178
|
+
s3 as EditorialBlock,
|
|
14179
|
+
X9 as ErrorComponent,
|
|
14180
|
+
qs as Font,
|
|
14181
|
+
J9 as Footer,
|
|
14179
14182
|
ws as FormatAfterScripts,
|
|
14180
14183
|
Qr as FormatScripts,
|
|
14181
|
-
|
|
14184
|
+
Ho as GA4,
|
|
14182
14185
|
Vo as GTM,
|
|
14183
14186
|
So as GalleryHeader,
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14187
|
+
W9 as GenerateBody,
|
|
14188
|
+
F9 as GenerateHead,
|
|
14189
|
+
r3 as Header,
|
|
14187
14190
|
nl as ImageOffline,
|
|
14188
|
-
|
|
14189
|
-
|
|
14191
|
+
Ue as ImageOnline,
|
|
14192
|
+
z9 as IssuuServices,
|
|
14190
14193
|
xs as ItemListSchema,
|
|
14191
14194
|
vm as JournalistArticule2,
|
|
14192
14195
|
Tm as JournalistGroup,
|
|
14193
14196
|
vo as LayoutNewsComponent,
|
|
14194
|
-
|
|
14195
|
-
|
|
14197
|
+
C3 as LazyLoader,
|
|
14198
|
+
L as LinkComponent,
|
|
14196
14199
|
M1 as LiveBlogHeader,
|
|
14197
|
-
$
|
|
14198
|
-
|
|
14200
|
+
$9 as Location,
|
|
14201
|
+
N9 as MainComponentServices,
|
|
14199
14202
|
Fo as Marfeel,
|
|
14200
14203
|
ht as MiddleSection,
|
|
14201
14204
|
No as Modulo1x3,
|
|
14202
14205
|
Y2 as Modulo1x3Card,
|
|
14203
14206
|
I2 as Modulo1x4,
|
|
14204
|
-
|
|
14205
|
-
|
|
14207
|
+
R2 as Modulo1x5,
|
|
14208
|
+
i3 as Modulo2Columnas,
|
|
14206
14209
|
E2 as Modulo3Columnas,
|
|
14207
|
-
|
|
14208
|
-
|
|
14210
|
+
c3 as ModuloNewsletter,
|
|
14211
|
+
o3 as ModuloOpinion,
|
|
14209
14212
|
xg as NewListResponseDataPH,
|
|
14210
14213
|
Ts as NewsArticle,
|
|
14211
|
-
|
|
14214
|
+
f3 as NewsComponent,
|
|
14212
14215
|
sa as NewsContent,
|
|
14216
|
+
Tt as NewsDescriptionComponent,
|
|
14213
14217
|
vn as NextPrev,
|
|
14214
14218
|
Is as OrgList,
|
|
14215
14219
|
Da as PreloadImages,
|
|
14216
14220
|
Ye as REPORT_REASONS,
|
|
14217
14221
|
ba as Readest,
|
|
14218
|
-
|
|
14219
|
-
|
|
14222
|
+
y3 as ScriptHydrator,
|
|
14223
|
+
p3 as SearchSection,
|
|
14220
14224
|
me as Section,
|
|
14221
14225
|
Xe as SectionCard,
|
|
14222
|
-
|
|
14226
|
+
Un as SectionCard2,
|
|
14223
14227
|
ca as SectionCardServerComponent,
|
|
14224
|
-
|
|
14228
|
+
l3 as SectionServerComponent,
|
|
14225
14229
|
wc as ShowSection,
|
|
14226
14230
|
Gf as SocialNetworks,
|
|
14227
14231
|
Ss as SpeculationRules,
|
|
14228
|
-
|
|
14232
|
+
u3 as StaticSlotWrapper,
|
|
14229
14233
|
pl as SubscribeColumn,
|
|
14230
14234
|
Il as SubscribeRow,
|
|
14231
|
-
|
|
14232
|
-
|
|
14235
|
+
K9 as SubscribeWhatsAppColumn,
|
|
14236
|
+
g3 as TagComponent,
|
|
14233
14237
|
dm as TagSection,
|
|
14234
|
-
|
|
14235
|
-
|
|
14236
|
-
|
|
14237
|
-
|
|
14238
|
-
|
|
14239
|
-
|
|
14240
|
-
|
|
14241
|
-
|
|
14238
|
+
H1 as TimeLine,
|
|
14239
|
+
y9 as TrimPathname,
|
|
14240
|
+
Z9 as VideoBlock3,
|
|
14241
|
+
a3 as VideoBlock4,
|
|
14242
|
+
w3 as VideoSection,
|
|
14243
|
+
Us as VideosSchemas,
|
|
14244
|
+
ks as WebsiteList,
|
|
14245
|
+
_3 as addComment,
|
|
14242
14246
|
ga as bannersReplace,
|
|
14243
14247
|
Mt as becomeVideoObject,
|
|
14244
14248
|
vt as buildTagUrl,
|
|
14245
14249
|
id as coloringByStrokeSVGs,
|
|
14246
14250
|
Ea as compileStyleProps,
|
|
14247
14251
|
Qe as cutString,
|
|
14248
|
-
|
|
14252
|
+
w9 as extractRealtedNews,
|
|
14249
14253
|
je as formatDate,
|
|
14250
|
-
|
|
14254
|
+
A9 as formatDateEdiciones,
|
|
14251
14255
|
Mr as formatDateJournalistArticule,
|
|
14252
14256
|
ls as formatDateTimeline,
|
|
14253
14257
|
ms as formatNewsMeta,
|
|
14254
14258
|
bs as formatVideoData,
|
|
14255
|
-
|
|
14259
|
+
V9 as generalGetData,
|
|
14256
14260
|
Mo as getCaptchaToken,
|
|
14257
14261
|
Fp as getComments,
|
|
14258
14262
|
$ as getConfig,
|
|
14259
|
-
|
|
14263
|
+
H9 as getDynamicSlots,
|
|
14260
14264
|
An as getEnvironmentUrl,
|
|
14261
14265
|
hs as getEnvironmentUrlFront,
|
|
14262
|
-
|
|
14266
|
+
C9 as getHydratorPath,
|
|
14263
14267
|
pe as getImageUrl,
|
|
14264
14268
|
Wt as getNextMeta,
|
|
14265
14269
|
Yt as getPage,
|
|
14266
|
-
|
|
14270
|
+
_9 as getPreloadImages,
|
|
14267
14271
|
$t as getPrevMeta,
|
|
14268
|
-
|
|
14272
|
+
b3 as getReportReasonLabel,
|
|
14269
14273
|
ds as getResponse,
|
|
14270
14274
|
us as getResponsePromise,
|
|
14271
14275
|
pa as getSchemas,
|
|
14272
|
-
|
|
14273
|
-
|
|
14274
|
-
|
|
14275
|
-
|
|
14276
|
-
|
|
14277
|
-
|
|
14276
|
+
zr as getScriptReplaces,
|
|
14277
|
+
Ls as getSlugs,
|
|
14278
|
+
v9 as getTypeOfNews,
|
|
14279
|
+
b9 as getVideoRealPath,
|
|
14280
|
+
ka as handleGetComments,
|
|
14281
|
+
p9 as initLibrary,
|
|
14278
14282
|
As as metadataToJSX,
|
|
14279
14283
|
hc as metadata_defaults,
|
|
14280
14284
|
jr as parseTags,
|
|
14281
14285
|
fs as pathnameSplit,
|
|
14282
|
-
|
|
14283
|
-
|
|
14286
|
+
Rs as removePages,
|
|
14287
|
+
v3 as reportComment,
|
|
14284
14288
|
Dd as shareButtons,
|
|
14285
14289
|
Na as socialIcons,
|
|
14286
14290
|
_s as speculationRules,
|
|
14287
14291
|
Cs as speculationRulesHome,
|
|
14288
14292
|
gs as urlReplaces,
|
|
14289
|
-
|
|
14293
|
+
N3 as verifyCaptchaTokenEnterprise
|
|
14290
14294
|
};
|