sass-template-common 0.1.66 → 0.1.68
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 +4 -0
- package/dist/sass-template-common.js +923 -921
- 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 Ra 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: "21",
|
|
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 p3(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
|
+
}, Ho = (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, zo = ({ 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, La;
|
|
152
152
|
function Dr() {
|
|
153
|
-
return
|
|
153
|
+
return La || (La = 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 U = ["th", "st", "nd", "rd"], E = M % 100;
|
|
159
|
+
return "[" + M + (U[(E - 20) % 10] || U[E] || U[0]) + "]";
|
|
160
|
+
} }, N = function(M, U, E) {
|
|
161
161
|
var D = String(M);
|
|
162
|
-
return !D || D.length >=
|
|
162
|
+
return !D || D.length >= U ? M : "" + Array(U + 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 U = -M.utcOffset(), E = Math.abs(U), D = Math.floor(E / 60), T = E % 60;
|
|
165
|
+
return (U <= 0 ? "+" : "-") + N(D, 2, "0") + ":" + N(T, 2, "0");
|
|
166
|
+
}, m: function M(U, E) {
|
|
167
|
+
if (U.date() < E.date()) return -M(E, U);
|
|
168
|
+
var D = 12 * (E.year() - U.year()) + (E.month() - U.month()), T = U.clone().add(D, h), H = E - T < 0, y = U.clone().add(D + (H ? -1 : 1), h);
|
|
169
|
+
return +(-(D + (E - T) / (H ? 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 L = "$isDayjsObject", K = function(M) {
|
|
179
|
+
return M instanceof ee || !(!M || !M[L]);
|
|
180
|
+
}, te = function M(U, E, D) {
|
|
181
181
|
var T;
|
|
182
|
-
if (!
|
|
183
|
-
if (typeof
|
|
184
|
-
var
|
|
185
|
-
O[
|
|
186
|
-
var y =
|
|
182
|
+
if (!U) return v;
|
|
183
|
+
if (typeof U == "string") {
|
|
184
|
+
var H = U.toLowerCase();
|
|
185
|
+
O[H] && (T = H), E && (O[H] = E, T = H);
|
|
186
|
+
var y = U.split("-");
|
|
187
187
|
if (!T && y.length > 1) return M(y[0]);
|
|
188
188
|
} else {
|
|
189
|
-
var C =
|
|
190
|
-
O[C] =
|
|
189
|
+
var C = U.name;
|
|
190
|
+
O[C] = U, T = C;
|
|
191
191
|
}
|
|
192
192
|
return !D && T && (v = T), T || !D && v;
|
|
193
|
-
}, Q = function(M,
|
|
193
|
+
}, Q = function(M, U) {
|
|
194
194
|
if (K(M)) return M.clone();
|
|
195
|
-
var E = typeof
|
|
195
|
+
var E = typeof U == "object" ? U : {};
|
|
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, U) {
|
|
199
|
+
return Q(M, { locale: U.$L, utc: U.$u, x: U.$x, $offset: U.$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[L] = !0;
|
|
204
204
|
}
|
|
205
|
-
var
|
|
206
|
-
return
|
|
205
|
+
var U = M.prototype;
|
|
206
|
+
return U.parse = function(E) {
|
|
207
207
|
this.$d = (function(D) {
|
|
208
|
-
var T = D.date,
|
|
208
|
+
var T = D.date, H = 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, k = (y[7] || "0").substring(0, 3);
|
|
216
|
+
return H ? new Date(Date.UTC(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, k)) : new Date(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, k);
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
return new Date(T);
|
|
220
220
|
})(E), this.init();
|
|
221
|
-
},
|
|
221
|
+
}, U.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
|
+
}, U.$utils = function() {
|
|
225
225
|
return P;
|
|
226
|
-
},
|
|
226
|
+
}, U.isValid = function() {
|
|
227
227
|
return this.$d.toString() !== p;
|
|
228
|
-
},
|
|
228
|
+
}, U.isSame = function(E, D) {
|
|
229
229
|
var T = Q(E);
|
|
230
230
|
return this.startOf(D) <= T && T <= this.endOf(D);
|
|
231
|
-
},
|
|
231
|
+
}, U.isAfter = function(E, D) {
|
|
232
232
|
return Q(E) < this.startOf(D);
|
|
233
|
-
},
|
|
233
|
+
}, U.isBefore = function(E, D) {
|
|
234
234
|
return this.endOf(D) < Q(E);
|
|
235
|
-
},
|
|
235
|
+
}, U.$g = function(E, D, T) {
|
|
236
236
|
return P.u(E) ? this[D] : this.set(T, E);
|
|
237
|
-
},
|
|
237
|
+
}, U.unix = function() {
|
|
238
238
|
return Math.floor(this.valueOf() / 1e3);
|
|
239
|
-
},
|
|
239
|
+
}, U.valueOf = function() {
|
|
240
240
|
return this.$d.getTime();
|
|
241
|
-
},
|
|
242
|
-
var T = this,
|
|
241
|
+
}, U.startOf = function(E, D) {
|
|
242
|
+
var T = this, H = !!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 H ? ie : ie.endOf(l);
|
|
245
|
+
}, k = function(X, F) {
|
|
246
|
+
return P.w(T.toDate()[X].apply(T.toDate("s"), (H ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(F)), T);
|
|
247
|
+
}, j = this.$W, B = this.$M, G = this.$D, z = "set" + (this.$u ? "UTC" : "");
|
|
248
248
|
switch (y) {
|
|
249
249
|
case A:
|
|
250
|
-
return
|
|
250
|
+
return H ? C(1, 0) : C(31, 11);
|
|
251
251
|
case h:
|
|
252
|
-
return
|
|
252
|
+
return H ? 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(H ? G - Z : G + (6 - Z), B);
|
|
256
256
|
case l:
|
|
257
257
|
case g:
|
|
258
|
-
return
|
|
258
|
+
return k(z + "Hours", 0);
|
|
259
259
|
case d:
|
|
260
|
-
return
|
|
260
|
+
return k(z + "Minutes", 1);
|
|
261
261
|
case c:
|
|
262
|
-
return
|
|
262
|
+
return k(z + "Seconds", 2);
|
|
263
263
|
case i:
|
|
264
|
-
return
|
|
264
|
+
return k(z + "Milliseconds", 3);
|
|
265
265
|
default:
|
|
266
266
|
return this.clone();
|
|
267
267
|
}
|
|
268
|
-
},
|
|
268
|
+
}, U.endOf = function(E) {
|
|
269
269
|
return this.startOf(E, !1);
|
|
270
|
-
},
|
|
271
|
-
var T,
|
|
272
|
-
if (
|
|
270
|
+
}, U.$set = function(E, D) {
|
|
271
|
+
var T, H = 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)[H], k = H === l ? this.$D + (D - this.$W) : D;
|
|
272
|
+
if (H === h || H === A) {
|
|
273
273
|
var j = this.clone().set(g, 1);
|
|
274
|
-
j.$d[C](
|
|
275
|
-
} else C && this.$d[C](
|
|
274
|
+
j.$d[C](k), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
275
|
+
} else C && this.$d[C](k);
|
|
276
276
|
return this.init(), this;
|
|
277
|
-
},
|
|
277
|
+
}, U.set = function(E, D) {
|
|
278
278
|
return this.clone().$set(E, D);
|
|
279
|
-
},
|
|
279
|
+
}, U.get = function(E) {
|
|
280
280
|
return this[P.p(E)]();
|
|
281
|
-
},
|
|
282
|
-
var T,
|
|
281
|
+
}, U.add = function(E, D) {
|
|
282
|
+
var T, H = 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(H);
|
|
286
|
+
return P.w(G.date(G.date() + Math.round(B * E)), H);
|
|
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 k = (T = {}, T[c] = r, T[d] = o, T[i] = n, T)[y] || 1, j = this.$d.getTime() + E * k;
|
|
293
293
|
return P.w(j, this);
|
|
294
|
-
},
|
|
294
|
+
}, U.subtract = function(E, D) {
|
|
295
295
|
return this.add(-1 * E, D);
|
|
296
|
-
},
|
|
296
|
+
}, U.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 H = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H, k = this.$m, j = this.$M, B = T.weekdays, G = T.months, z = T.meridiem, V = function(F, ie, R, Ae) {
|
|
300
|
+
return F && (F[ie] || F(D, H)) || R[ie].slice(0, Ae);
|
|
301
301
|
}, Z = function(F) {
|
|
302
302
|
return P.s(C % 12 || 12, F, "0");
|
|
303
|
-
}, X =
|
|
303
|
+
}, X = z || function(F, ie, R) {
|
|
304
304
|
var Ae = F < 12 ? "AM" : "PM";
|
|
305
|
-
return
|
|
305
|
+
return R ? Ae.toLowerCase() : Ae;
|
|
306
306
|
};
|
|
307
|
-
return
|
|
308
|
-
return ie || (function(
|
|
309
|
-
switch (
|
|
307
|
+
return H.replace(_, (function(F, ie) {
|
|
308
|
+
return ie || (function(R) {
|
|
309
|
+
switch (R) {
|
|
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, k, !0);
|
|
344
344
|
case "A":
|
|
345
|
-
return X(C,
|
|
345
|
+
return X(C, k, !1);
|
|
346
346
|
case "m":
|
|
347
|
-
return String(
|
|
347
|
+
return String(k);
|
|
348
348
|
case "mm":
|
|
349
|
-
return P.s(
|
|
349
|
+
return P.s(k, 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
|
+
}, U.utcOffset = function() {
|
|
363
363
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
364
|
-
},
|
|
365
|
-
var
|
|
366
|
-
return P.m(y,
|
|
364
|
+
}, U.diff = function(E, D, T) {
|
|
365
|
+
var H, y = this, C = P.p(D), k = Q(E), j = (k.utcOffset() - this.utcOffset()) * r, B = this - k, G = function() {
|
|
366
|
+
return P.m(y, k);
|
|
367
367
|
};
|
|
368
368
|
switch (C) {
|
|
369
369
|
case A:
|
|
370
|
-
|
|
370
|
+
H = G() / 12;
|
|
371
371
|
break;
|
|
372
372
|
case h:
|
|
373
|
-
|
|
373
|
+
H = G();
|
|
374
374
|
break;
|
|
375
375
|
case f:
|
|
376
|
-
|
|
376
|
+
H = G() / 3;
|
|
377
377
|
break;
|
|
378
378
|
case u:
|
|
379
|
-
|
|
379
|
+
H = (B - j) / 6048e5;
|
|
380
380
|
break;
|
|
381
381
|
case l:
|
|
382
|
-
|
|
382
|
+
H = (B - j) / 864e5;
|
|
383
383
|
break;
|
|
384
384
|
case d:
|
|
385
|
-
|
|
385
|
+
H = B / o;
|
|
386
386
|
break;
|
|
387
387
|
case c:
|
|
388
|
-
|
|
388
|
+
H = B / r;
|
|
389
389
|
break;
|
|
390
390
|
case i:
|
|
391
|
-
|
|
391
|
+
H = B / n;
|
|
392
392
|
break;
|
|
393
393
|
default:
|
|
394
|
-
|
|
394
|
+
H = B;
|
|
395
395
|
}
|
|
396
|
-
return T ?
|
|
397
|
-
},
|
|
396
|
+
return T ? H : P.a(H);
|
|
397
|
+
}, U.daysInMonth = function() {
|
|
398
398
|
return this.endOf(h).$D;
|
|
399
|
-
},
|
|
399
|
+
}, U.$locale = function() {
|
|
400
400
|
return O[this.$L];
|
|
401
|
-
},
|
|
401
|
+
}, U.locale = function(E, D) {
|
|
402
402
|
if (!E) return this.$L;
|
|
403
|
-
var T = this.clone(),
|
|
404
|
-
return
|
|
405
|
-
},
|
|
403
|
+
var T = this.clone(), H = te(E, D, !0);
|
|
404
|
+
return H && (T.$L = H), T;
|
|
405
|
+
}, U.clone = function() {
|
|
406
406
|
return P.w(this.$d, this);
|
|
407
|
-
},
|
|
407
|
+
}, U.toDate = function() {
|
|
408
408
|
return new Date(this.valueOf());
|
|
409
|
-
},
|
|
409
|
+
}, U.toJSON = function() {
|
|
410
410
|
return this.isValid() ? this.toISOString() : null;
|
|
411
|
-
},
|
|
411
|
+
}, U.toISOString = function() {
|
|
412
412
|
return this.$d.toISOString();
|
|
413
|
-
},
|
|
413
|
+
}, U.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(U) {
|
|
419
|
+
return this.$g(U, M[0], M[1]);
|
|
420
420
|
};
|
|
421
|
-
})), Q.extend = function(M,
|
|
422
|
-
return M.$i || (M(
|
|
421
|
+
})), Q.extend = function(M, U) {
|
|
422
|
+
return M.$i || (M(U, 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, qa;
|
|
432
432
|
function Ko() {
|
|
433
|
-
return
|
|
433
|
+
return qa || (qa = 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 L = _[v.l];
|
|
451
|
+
A && (O = A("" + O)), p = typeof L == "string" ? L.replace("%d", O) : L(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 L = ("" + O[0]).match(o) || ["-", 0, 0], K = L[0], te = 60 * +L[1] + +L[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, L = p[0] + "-" + p[1] + "-" + p[2] + " " + O + ":" + p[4] + ":" + p[5] + ":000", K = +f;
|
|
593
|
+
return (i.utc(L).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, L, K) {
|
|
619
|
+
var te = O - 60 * L * 1e3, Q = l(te, K);
|
|
620
|
+
if (L === Q) return [te, L];
|
|
621
|
+
var P = l(te -= 60 * (Q - L) * 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
|
+
}, A3 = (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 w3(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 y3(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: Ln } = $(), vs = Ln && Ln !== "false" ? Ln : "", 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
|
+
}, v3 = (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 b3(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,20 +1046,20 @@ function b9(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
|
+
}, C3 = (e) => {
|
|
1050
1050
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: r = !1 } = e;
|
|
1051
1051
|
return r ? "src" : t + n;
|
|
1052
1052
|
}, Cs = { prerender: [
|
|
1053
1053
|
{ where: { and: [
|
|
1054
1054
|
{ href_matches: "/*(-|-t|-lb)([0-9]{8})(-|)([0-9]{4,6}).html" },
|
|
1055
1055
|
{ not: { selector_matches: "[rel~=nofollow]" } }
|
|
1056
|
-
] }, eagerness: "
|
|
1056
|
+
] }, eagerness: "moderate" }
|
|
1057
1057
|
] }, _s = { prerender: [
|
|
1058
1058
|
{ where: { and: [
|
|
1059
1059
|
{ href_matches: "/*(-|-t|-lb)([0-9]{8})(-|)([0-9]{4,6}).html" },
|
|
1060
1060
|
{ not: { selector_matches: "[rel~=nofollow]" } }
|
|
1061
|
-
] }, eagerness: "
|
|
1062
|
-
{ eagerness: "
|
|
1061
|
+
] }, eagerness: "moderate" },
|
|
1062
|
+
{ eagerness: "moderate", urls: ["/"] }
|
|
1063
1063
|
] }, Ns = {
|
|
1064
1064
|
Home: Cs,
|
|
1065
1065
|
Common: _s
|
|
@@ -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 :
|
|
1092
|
+
const i = n === "/" || n === "/index.html" ? void 0 : Ls(qs[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
|
+
}, Us = ({ 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
|
+
}, ks = 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
|
+
}, Rs = ({ 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
|
+
}, Hr = {
|
|
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
|
+
}, Ls = (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
|
+
}, qs = {
|
|
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
|
+
}, _3 = (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 N3 {
|
|
1368
1368
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1369
1369
|
config = {};
|
|
1370
1370
|
imgSizes = {};
|
|
@@ -1485,7 +1485,7 @@ class N9 {
|
|
|
1485
1485
|
};
|
|
1486
1486
|
}
|
|
1487
1487
|
}
|
|
1488
|
-
function
|
|
1488
|
+
function zr(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"), Hs = Oe("FileList"), zs = (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 Ht(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] && Ht(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 } = {}) => (Ht(t, (o, s) => {
|
|
1561
|
+
n && Ce(o) ? e[s] = zr(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 } = {}) => (zt(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
|
+
Ht(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 Ht(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: zs,
|
|
1689
1689
|
isURLSearchParams: Fs,
|
|
1690
1690
|
isTypedArray: ri,
|
|
1691
|
-
isFileList:
|
|
1692
|
-
forEach:
|
|
1691
|
+
isFileList: Hs,
|
|
1692
|
+
forEach: Ht,
|
|
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", Ui = ya && window.location.href || "http://localhost", ki = /* @__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: Ui
|
|
1980
1980
|
}, Symbol.toStringTag, { value: "Module" })), fe = {
|
|
1981
|
-
...
|
|
1981
|
+
...ki,
|
|
1982
1982
|
...xi
|
|
1983
1983
|
};
|
|
1984
|
-
function
|
|
1984
|
+
function Ri(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 qi(e, t) {
|
|
|
1989
1989
|
...t
|
|
1990
1990
|
});
|
|
1991
1991
|
}
|
|
1992
|
-
function
|
|
1992
|
+
function Li(e) {
|
|
1993
1993
|
return b.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
1994
1994
|
}
|
|
1995
|
-
function
|
|
1995
|
+
function qi(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] = qi(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(Li(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 zt = {
|
|
2030
2030
|
transitional: ao,
|
|
2031
2031
|
adapter: ["xhr", "http", "fetch"],
|
|
2032
2032
|
transformRequest: [function(t, n) {
|
|
@@ -2042,7 +2042,7 @@ const Ht = {
|
|
|
2042
2042
|
let c;
|
|
2043
2043
|
if (s) {
|
|
2044
2044
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
2045
|
-
return
|
|
2045
|
+
return Ri(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 Ht = {
|
|
|
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 || zt.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 Ht = {
|
|
|
2093
2093
|
}
|
|
2094
2094
|
};
|
|
2095
2095
|
b.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
2096
|
-
|
|
2096
|
+
zt.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
|
+
}, Ha = Symbol("internals");
|
|
2124
|
+
function Ut(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 qn(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 = Ut(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 = Ut(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 = Ut(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 || qn(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 = Ut(i), i) {
|
|
2221
2221
|
const c = b.findKey(r, i);
|
|
2222
|
-
c && (!n ||
|
|
2222
|
+
c && (!n || qn(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 || qn(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[Ha] = this[Ha] = {
|
|
2279
2279
|
accessors: {}
|
|
2280
2280
|
}).accessors, o = this.prototype;
|
|
2281
2281
|
function s(i) {
|
|
2282
|
-
const c =
|
|
2282
|
+
const c = Ut(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 || zt, 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 Hi(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 zi(e, t) {
|
|
|
2342
2342
|
return A ? Math.round(f * 1e3 / A) : void 0;
|
|
2343
2343
|
};
|
|
2344
2344
|
}
|
|
2345
|
-
function
|
|
2345
|
+
function zi(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 Hi(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 = Hi(50, 250);
|
|
2360
|
+
return zi((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
|
+
}, za = (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(L) {
|
|
2536
|
+
n(L), p();
|
|
2537
|
+
}, function(L) {
|
|
2538
|
+
r(L), 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: L,
|
|
2718
2718
|
headers: K,
|
|
2719
2719
|
withCredentials: te = "same-origin",
|
|
2720
2720
|
fetchOptions: Q
|
|
2721
2721
|
} = co(g), P = t || fetch;
|
|
2722
|
-
|
|
2722
|
+
L = L ? (L + "").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 U;
|
|
2728
2728
|
try {
|
|
2729
|
-
if (O && l && w !== "get" && w !== "head" && (
|
|
2729
|
+
if (O && l && w !== "get" && w !== "head" && (U = 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
|
+
}), k;
|
|
2735
|
+
if (b.isFormData(_) && (k = C.headers.get("content-type")) && K.setContentType(k), C.body) {
|
|
2736
|
+
const [j, B] = za(
|
|
2737
|
+
U,
|
|
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 H = u && (L === "stream" || L === "response");
|
|
2756
|
+
if (u && (v || H && 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 k = b.toFiniteNumber(T.headers.get("content-length")), [j, B] = v && za(
|
|
2762
|
+
k,
|
|
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
|
+
L = L || "text";
|
|
2773
|
+
let y = await h[b.findKey(h, L) || "text"](T, g);
|
|
2774
|
+
return !H && M && M(), await new Promise((C, k) => {
|
|
2775
|
+
so(C, k, {
|
|
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 || zt.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 = zr(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(zt);
|
|
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: x3,
|
|
3241
|
+
AxiosError: T3,
|
|
3242
|
+
CanceledError: I3,
|
|
3243
|
+
isCancel: U3,
|
|
3244
|
+
CancelToken: k3,
|
|
3245
|
+
VERSION: R3,
|
|
3246
|
+
all: L3,
|
|
3247
|
+
Cancel: q3,
|
|
3248
|
+
isAxiosError: B3,
|
|
3249
|
+
spread: O3,
|
|
3250
|
+
toFormData: P3,
|
|
3251
|
+
AxiosHeaders: D3,
|
|
3252
|
+
HttpStatusCode: M3,
|
|
3253
|
+
formToJSON: j3,
|
|
3254
|
+
getAdapter: Q3,
|
|
3255
|
+
mergeConfig: G3
|
|
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 H3 {
|
|
3402
3402
|
issuuApi = "https://api.issuu.com/v2";
|
|
3403
3403
|
api = void 0;
|
|
3404
3404
|
constructor(t) {
|
|
@@ -3434,7 +3434,7 @@ class z9 {
|
|
|
3434
3434
|
}
|
|
3435
3435
|
}
|
|
3436
3436
|
}
|
|
3437
|
-
const
|
|
3437
|
+
const z3 = 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 H9 = 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
|
+
}, V3 = 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 H9 = async (e, t, n, r, o, s, i) => {
|
|
|
3763
3763
|
}
|
|
3764
3764
|
}
|
|
3765
3765
|
};
|
|
3766
|
-
async function
|
|
3766
|
+
async function F3({
|
|
3767
3767
|
axiosApi: e,
|
|
3768
3768
|
headConfig: t = {
|
|
3769
3769
|
ampConfig: !1,
|
|
@@ -3802,7 +3802,7 @@ async function F9({
|
|
|
3802
3802
|
slug: i,
|
|
3803
3803
|
texts: c,
|
|
3804
3804
|
query: d
|
|
3805
|
-
}), v = As(x), O = S ||
|
|
3805
|
+
}), v = As(x), O = S || Hr[o]({
|
|
3806
3806
|
pathname: s,
|
|
3807
3807
|
slug: i,
|
|
3808
3808
|
config: f,
|
|
@@ -3831,7 +3831,7 @@ async function F9({
|
|
|
3831
3831
|
}
|
|
3832
3832
|
),
|
|
3833
3833
|
t.preloadImages && p && /* @__PURE__ */ a(Da, { images: p }),
|
|
3834
|
-
/* @__PURE__ */ a(
|
|
3834
|
+
/* @__PURE__ */ a(Rs, { config: f }),
|
|
3835
3835
|
/* @__PURE__ */ a(
|
|
3836
3836
|
Qr,
|
|
3837
3837
|
{
|
|
@@ -3851,7 +3851,7 @@ async function F9({
|
|
|
3851
3851
|
),
|
|
3852
3852
|
/* @__PURE__ */ a(Is, { config: f, socials: A }),
|
|
3853
3853
|
t.schemas_Videos && h && /* @__PURE__ */ a(
|
|
3854
|
-
|
|
3854
|
+
ks,
|
|
3855
3855
|
{
|
|
3856
3856
|
axiosApi: e,
|
|
3857
3857
|
realPath: h,
|
|
@@ -3867,7 +3867,7 @@ async function F9({
|
|
|
3867
3867
|
axiosApi: e
|
|
3868
3868
|
}
|
|
3869
3869
|
),
|
|
3870
|
-
t.schemas_WebsiteList && /* @__PURE__ */ a(
|
|
3870
|
+
t.schemas_WebsiteList && /* @__PURE__ */ a(Us, { config: f }),
|
|
3871
3871
|
/* @__PURE__ */ a(
|
|
3872
3872
|
Ss,
|
|
3873
3873
|
{
|
|
@@ -3879,7 +3879,7 @@ async function F9({
|
|
|
3879
3879
|
N
|
|
3880
3880
|
] });
|
|
3881
3881
|
}
|
|
3882
|
-
const
|
|
3882
|
+
const W3 = ({
|
|
3883
3883
|
children: e,
|
|
3884
3884
|
defaultRouteName: t,
|
|
3885
3885
|
banners: n,
|
|
@@ -3892,7 +3892,7 @@ const W9 = ({
|
|
|
3892
3892
|
scriptReplaces: l,
|
|
3893
3893
|
body_custom_elements: u
|
|
3894
3894
|
}) => {
|
|
3895
|
-
const h =
|
|
3895
|
+
const h = Ho(c, d), f = Hr[t]({
|
|
3896
3896
|
pathname: r,
|
|
3897
3897
|
slug: o,
|
|
3898
3898
|
config: s,
|
|
@@ -3904,12 +3904,12 @@ const W9 = ({
|
|
|
3904
3904
|
e,
|
|
3905
3905
|
/* @__PURE__ */ a(Fo, {}),
|
|
3906
3906
|
/* @__PURE__ */ a(Go, {}),
|
|
3907
|
-
/* @__PURE__ */ a(
|
|
3907
|
+
/* @__PURE__ */ a(zo, { 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_v0dac_1", fc = {
|
|
3913
3913
|
content: mc
|
|
3914
3914
|
}, gc = () => /* @__PURE__ */ a(
|
|
3915
3915
|
"svg",
|
|
@@ -3927,10 +3927,10 @@ const W9 = ({
|
|
|
3927
3927
|
}
|
|
3928
3928
|
)
|
|
3929
3929
|
}
|
|
3930
|
-
), pc = "
|
|
3930
|
+
), pc = "_content_701km_1", Ac = "_location_701km_21", tr = {
|
|
3931
3931
|
content: pc,
|
|
3932
3932
|
location: Ac
|
|
3933
|
-
}, $
|
|
3933
|
+
}, $3 = (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, k = Math.floor(y / C);
|
|
3956
|
+
return Math.max(1, k);
|
|
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 k = N.current?.offsetWidth || window.innerWidth;
|
|
3975
|
+
return -(y * (100 + r)) + C / k * 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, k = 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 >= (k === 1 ? 0.2 : 0.3) ? k === 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, k = (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), k) : 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
|
+
), U = he(
|
|
4009
4009
|
(y) => {
|
|
4010
4010
|
if (!c || !s) return;
|
|
4011
|
-
const C = h - l,
|
|
4012
|
-
if (
|
|
4011
|
+
const C = h - l, k = Date.now() - p, j = Math.abs(C) / Math.max(k, 1), B = P(C), z = j > 0.5 && Math.abs(C) > 50 ? Math.max(B, 1) : B;
|
|
4012
|
+
if (z > 0)
|
|
4013
4013
|
if (C > 0) {
|
|
4014
|
-
const V = Math.max(0, e -
|
|
4014
|
+
const V = Math.max(0, e - z);
|
|
4015
4015
|
i(V);
|
|
4016
4016
|
} else {
|
|
4017
|
-
const V = Math.min(K, e +
|
|
4017
|
+
const V = Math.min(K, e + z);
|
|
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", U), 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
|
+
), H = he(
|
|
4051
4051
|
(y) => {
|
|
4052
|
-
|
|
4052
|
+
U(y);
|
|
4053
4053
|
},
|
|
4054
|
-
[
|
|
4054
|
+
[U]
|
|
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", U), () => {
|
|
4059
4059
|
N.current?.removeEventListener(
|
|
4060
4060
|
"mousemove",
|
|
4061
4061
|
M
|
|
4062
|
-
), N.current?.removeEventListener("mouseup",
|
|
4062
|
+
), N.current?.removeEventListener("mouseup", U);
|
|
4063
4063
|
};
|
|
4064
|
-
}, [c, ce,
|
|
4064
|
+
}, [c, ce, U, 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: H,
|
|
4076
|
+
onMouseLeave: U
|
|
4077
4077
|
}
|
|
4078
4078
|
};
|
|
4079
4079
|
}
|
|
4080
|
-
function
|
|
4080
|
+
function Y3(e) {
|
|
4081
4081
|
const {
|
|
4082
4082
|
children: t,
|
|
4083
4083
|
slot_id: n,
|
|
@@ -4117,7 +4117,7 @@ function Y9(e) {
|
|
|
4117
4117
|
[_]
|
|
4118
4118
|
), O = he(() => {
|
|
4119
4119
|
v(u - 1);
|
|
4120
|
-
}, [u, v]),
|
|
4120
|
+
}, [u, v]), L = he(() => {
|
|
4121
4121
|
v(u + 1);
|
|
4122
4122
|
}, [u, v]);
|
|
4123
4123
|
if (!f) return;
|
|
@@ -4153,7 +4153,7 @@ function Y9(e) {
|
|
|
4153
4153
|
"button",
|
|
4154
4154
|
{
|
|
4155
4155
|
className: "visible-arrow right",
|
|
4156
|
-
onClick:
|
|
4156
|
+
onClick: L,
|
|
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_1gcxd_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_3olxv_1", Cc = {
|
|
|
4296
4296
|
}
|
|
4297
4297
|
}
|
|
4298
4298
|
) : null;
|
|
4299
|
-
}, Nc = "
|
|
4299
|
+
}, Nc = "_content_45avd_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_3olxv_1", Cc = {
|
|
|
4312
4312
|
},
|
|
4313
4313
|
n.key
|
|
4314
4314
|
);
|
|
4315
|
-
}, Ec = "
|
|
4315
|
+
}, Ec = "_boxInformation_tqxxy_1", xc = "_sectionDescriptionContainer_tqxxy_17", Tc = "_uppertitle_tqxxy_39", Ic = "_sectionDescription_tqxxy_17", Uc = "_articule_tqxxy_119", kc = "_linkStyled_tqxxy_147", Rc = "_description_tqxxy_169", Lc = "_correspondent_tqxxy_225", qc = "_correspondentLink_tqxxy_249", Bc = "_dotStyles_tqxxy_273", Oc = "_clipboardButton_tqxxy_287", Pc = "_socialNetworkSection_tqxxy_315", 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: Uc,
|
|
4321
|
+
linkStyled: kc,
|
|
4322
|
+
description: Rc,
|
|
4323
|
+
correspondent: Lc,
|
|
4324
|
+
correspondentLink: qc,
|
|
4325
4325
|
dotStyles: Bc,
|
|
4326
4326
|
clipboardButton: Oc,
|
|
4327
4327
|
socialNetworkSection: Pc
|
|
4328
4328
|
};
|
|
4329
|
-
function
|
|
4329
|
+
function q(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
|
+
q,
|
|
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
|
+
q,
|
|
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
|
+
q,
|
|
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
|
+
q,
|
|
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
|
+
q,
|
|
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_veayf_1", Gc = "_contentNew_veayf_41", Hc = "_imageBox_veayf_57", zc = "_numberTag_veayf_87", Jt = {
|
|
4597
4597
|
content: Qc,
|
|
4598
4598
|
contentNew: Gc,
|
|
4599
|
-
imageBox:
|
|
4600
|
-
numberTag:
|
|
4601
|
-
}, Vc = "
|
|
4599
|
+
imageBox: Hc,
|
|
4600
|
+
numberTag: zc
|
|
4601
|
+
}, Vc = "_figure_1begb_1", Fc = "_backdrop_1begb_11", Wc = "_backdropAux_1begb_31", $c = "_imageStyled_1begb_73", Yc = "_boxPlayIcon_1begb_101", Kc = "_playStyled_1begb_119", Jc = "_imageLogoPlaceholder_1begb_153", Zc = "_imagePlaceholder_1begb_195", 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
|
+
}, ke = 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(ke, { 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_196hz_1", rl = "_titulo_196hz_23", 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_dzkrz_1", il = "_subscribeImage_dzkrz_43", cl = "_tag_dzkrz_63", ll = "_contentTitle_dzkrz_99", dl = "_title_dzkrz_109", ul = "_inputStyled_dzkrz_143", hl = "_buttonStyled_dzkrz_223", ml = "_contentTerms_dzkrz_245", fl = "_subscribeText_dzkrz_255", gl = "_terms_dzkrz_275", Re = {
|
|
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
|
+
}, Un = (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(q, { ...r, style: o });
|
|
5844
|
+
}, pl = (e) => /* @__PURE__ */ m("section", { className: [Re.content, e.className ?? ""].join(" "), children: [
|
|
5845
|
+
/* @__PURE__ */ a("div", { className: Re.subscribeImage, children: e.image }),
|
|
5846
|
+
/* @__PURE__ */ a("div", { className: Re.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5847
|
+
/* @__PURE__ */ m("div", { className: Re.contentTitle, children: [
|
|
5848
|
+
/* @__PURE__ */ a("p", { className: Re.title, children: e.title }),
|
|
5849
|
+
/* @__PURE__ */ a("p", { className: Re.subTitle, children: e.sibtitle })
|
|
5850
5850
|
] }),
|
|
5851
|
-
/* @__PURE__ */ a("div", { className:
|
|
5851
|
+
/* @__PURE__ */ a("div", { className: Re.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(Un, { className: Re.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5860
|
+
/* @__PURE__ */ m("div", { className: Re.contentTerms, children: [
|
|
5861
|
+
/* @__PURE__ */ a("p", { className: Re.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5862
|
+
/* @__PURE__ */ a(q, { className: Re.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5863
5863
|
] })
|
|
5864
|
-
] }), Al = "
|
|
5864
|
+
] }), Al = "_content_19eag_1", wl = "_contentInfo_19eag_39", yl = "_subscribeImage_19eag_55", vl = "_tag_19eag_83", bl = "_contentTitle_19eag_119", Cl = "_title_19eag_129", _l = "_subTitle_19eag_139", Nl = "_inputStyled_19eag_157", Sl = "_buttonStyled_19eag_235", El = "_contentTerms_19eag_261", xl = "_subscribeText_19eag_273", Tl = "_terms_19eag_291", 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(Un, { 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(q, { className: Te.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5899
5899
|
] })
|
|
5900
5900
|
] })
|
|
5901
|
-
] }),
|
|
5901
|
+
] }), Ul = (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
|
+
), kl = "_content_1rb7n_1", Rl = "_subscribeImage_1rb7n_31", Ll = "_contentTitle_1rb7n_43", ql = "_title_1rb7n_65", Bl = "_subTitle_1rb7n_79", Ol = "_contentTerms_1rb7n_119", Pl = "_whatsappLink_1rb7n_129", Dl = "_subscribeText_1rb7n_163", Ml = "_terms_1rb7n_183", Ge = {
|
|
5943
|
+
content: kl,
|
|
5944
|
+
subscribeImage: Rl,
|
|
5945
|
+
contentTitle: Ll,
|
|
5946
|
+
title: ql,
|
|
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
|
+
}, K3 = (e) => /* @__PURE__ */ m("section", { className: Ge.content, children: [
|
|
5953
|
+
/* @__PURE__ */ a(Ul, { 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(q, { 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_1aogu_1", Gl = "_brandContent_1aogu_19", Hl = "_socialMedia_1aogu_41", zl = "_linkSocialNetwoks_1aogu_55", Vl = "_sectionContent_1aogu_83", Fl = "_section_1aogu_83", Wl = "_menuItem_1aogu_119", $l = "_otherItems_1aogu_145", Yl = "_copyrigth_1aogu_173", Kl = "_copyrigthText_1aogu_193", Jl = "_logoStyled_1aogu_213", Zl = "_socialNetworkIcon_1aogu_235", Xl = "_socialInstagram_1aogu_249", ed = "_socialNetworkIcon_stroke_1aogu_265", we = {
|
|
6019
6019
|
content: Ql,
|
|
6020
6020
|
brandContent: Gl,
|
|
6021
|
-
socialMedia:
|
|
6022
|
-
linkSocialNetwoks:
|
|
6021
|
+
socialMedia: Hl,
|
|
6022
|
+
linkSocialNetwoks: zl,
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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\r
|
|
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
|
+
}, J3 = (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(q, { 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
|
+
q,
|
|
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
|
+
q,
|
|
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
|
+
q,
|
|
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_c2mo2_1", ld = "_imageContent_c2mo2_17", dd = "_width1Autor_c2mo2_35", ud = "_width2Autor_c2mo2_43", hd = "_width3Autor_c2mo2_51", md = "_imageAutor_c2mo2_59", fd = "_imageStyled_c2mo2_137", gd = "_contentIconStyled_c2mo2_139", pd = "_avatarContent_c2mo2_173", Ad = "_journalistSection_c2mo2_189", wd = "_journalistInfo_c2mo2_205", yd = "_journalistInfoLink_c2mo2_207", vd = "_socialNetworkSection_c2mo2_277", bd = "_avatarStyled_c2mo2_301", Cd = "_article_c2mo2_311", _d = "_socialButton_c2mo2_319", Nd = "_facebookStyled_c2mo2_351", Sd = "_emailStyled_c2mo2_359", Ed = "_xStyled_c2mo2_367", xd = "_linkedinStyled_c2mo2_375", Td = "_whatsappStyled_c2mo2_383", Id = "_whatsappLink_c2mo2_391", Ud = "_clipboardButton_c2mo2_423", kd = "_googleProfileButton_c2mo2_495", 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: Ud,
|
|
6310
|
+
googleProfileButton: kd
|
|
6311
|
+
}, Rd = (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\r
|
|
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\r
|
|
6352
6352
|
h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
|
|
6353
6353
|
}
|
|
6354
6354
|
)
|
|
6355
6355
|
}
|
|
6356
|
-
),
|
|
6356
|
+
), Ld = (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
|
+
), qd = (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(Rd, { 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(Ld, { className: e }),
|
|
6470
|
+
solid: (e) => /* @__PURE__ */ a(qd, { 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
|
+
q,
|
|
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_xlsy2_1", jd = "_videoContent_xlsy2_39", Qd = "_articleSection_xlsy2_53", Gd = "_title_xlsy2_83", Hd = "_article_xlsy2_53", zd = "_correspondent_xlsy2_149", Vd = "_iframeStyled_xlsy2_167", Fd = "_contentFrame_xlsy2_187", He = {
|
|
6526
6526
|
content: Md,
|
|
6527
6527
|
videoContent: jd,
|
|
6528
6528
|
articleSection: Qd,
|
|
6529
6529
|
title: Gd,
|
|
6530
|
-
article:
|
|
6531
|
-
correspondent:
|
|
6530
|
+
article: Hd,
|
|
6531
|
+
correspondent: zd,
|
|
6532
6532
|
iframeStyled: Vd,
|
|
6533
6533
|
contentFrame: Fd
|
|
6534
|
-
},
|
|
6534
|
+
}, Z3 = (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: He.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ m("div", { className: He.videoContent, children: [
|
|
6539
|
+
/* @__PURE__ */ a("p", { className: He.title, children: e.video.main.title }),
|
|
6540
6540
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
6541
6541
|
"iframe",
|
|
6542
6542
|
{
|
|
6543
|
-
className:
|
|
6543
|
+
className: He.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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6549
6549
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
6550
6550
|
"iframe",
|
|
6551
6551
|
{
|
|
6552
|
-
className:
|
|
6552
|
+
className: He.iframeStyled,
|
|
6553
6553
|
src: e.video.main.code,
|
|
6554
6554
|
frameBorder: "0",
|
|
6555
6555
|
allowFullScreen: !0
|
|
@@ -6558,16 +6558,16 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6558
6558
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
6559
6559
|
"div",
|
|
6560
6560
|
{
|
|
6561
|
-
className:
|
|
6561
|
+
className: He.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: He.articleSection, children: [
|
|
6566
|
+
/* @__PURE__ */ a("p", { className: He.article, children: Qe(e.video.main.description) }),
|
|
6567
|
+
/* @__PURE__ */ a("p", { className: He.correspondent, children: t() })
|
|
6568
6568
|
] })
|
|
6569
6569
|
] }) }) });
|
|
6570
|
-
}, Wd = "
|
|
6570
|
+
}, Wd = "_content_79djq_1", $d = "_linkStyled_79djq_17", Pn = {
|
|
6571
6571
|
content: Wd,
|
|
6572
6572
|
linkStyled: $d
|
|
6573
6573
|
}, vn = (e) => {
|
|
@@ -6580,7 +6580,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
6584
6584
|
{
|
|
6585
6585
|
className: Pn.linkStyled,
|
|
6586
6586
|
href: i("prev", o || "", s || ""),
|
|
@@ -6588,7 +6588,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6588
6588
|
}
|
|
6589
6589
|
),
|
|
6590
6590
|
n && t < r && /* @__PURE__ */ a(
|
|
6591
|
-
|
|
6591
|
+
q,
|
|
6592
6592
|
{
|
|
6593
6593
|
className: Pn.linkStyled,
|
|
6594
6594
|
href: i("next", o || "", s || ""),
|
|
@@ -6596,7 +6596,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6596
6596
|
}
|
|
6597
6597
|
)
|
|
6598
6598
|
] });
|
|
6599
|
-
}, Yd = "
|
|
6599
|
+
}, Yd = "_content_1tki3_1", Kd = "_contentGrid_1tki3_15", Jd = "_contentGrid4_1tki3_33", Zd = "_contentGrid3_1tki3_41", Zt = {
|
|
6600
6600
|
content: Yd,
|
|
6601
6601
|
contentGrid: Kd,
|
|
6602
6602
|
contentGrid4: Jd,
|
|
@@ -6613,7 +6613,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6613
6613
|
),
|
|
6614
6614
|
/* @__PURE__ */ a(J, { children: e.paginatorComponent })
|
|
6615
6615
|
] });
|
|
6616
|
-
}, Xd = "
|
|
6616
|
+
}, Xd = "_content_3pssn_1", e1 = "_newsDescription_3pssn_29", t1 = "_image_3pssn_81", Dt = {
|
|
6617
6617
|
content: Xd,
|
|
6618
6618
|
newsDescription: e1,
|
|
6619
6619
|
image: t1
|
|
@@ -6642,7 +6642,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6642
6642
|
},
|
|
6643
6643
|
children: [
|
|
6644
6644
|
/* @__PURE__ */ a(
|
|
6645
|
-
|
|
6645
|
+
q,
|
|
6646
6646
|
{
|
|
6647
6647
|
"aria-label": e.main?.title?.section,
|
|
6648
6648
|
className: Dt.image,
|
|
@@ -6650,7 +6650,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6650
6650
|
href: r?.link?.url,
|
|
6651
6651
|
target: r?.link?.target,
|
|
6652
6652
|
children: /* @__PURE__ */ a(
|
|
6653
|
-
|
|
6653
|
+
ke,
|
|
6654
6654
|
{
|
|
6655
6655
|
preview: o,
|
|
6656
6656
|
isVideo: i,
|
|
@@ -6678,14 +6678,14 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6678
6678
|
]
|
|
6679
6679
|
}
|
|
6680
6680
|
);
|
|
6681
|
-
}, n1 = "
|
|
6681
|
+
}, n1 = "_content_1afla_1", a1 = "_boxInformation_1afla_23", r1 = "_titleGradient_1afla_59", o1 = "_sectionDescription_1afla_115", s1 = "_articule_1afla_165", i1 = "_linkStyled_1afla_231", 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
|
+
}, kn = (e) => {
|
|
6689
6689
|
const {
|
|
6690
6690
|
isVideo: t,
|
|
6691
6691
|
info: n,
|
|
@@ -6696,7 +6696,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
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
6698
|
return d.approved ? /* @__PURE__ */ a(
|
|
6699
|
-
|
|
6699
|
+
q,
|
|
6700
6700
|
{
|
|
6701
6701
|
"aria-label": l,
|
|
6702
6702
|
className: et.sectionDescription,
|
|
@@ -6706,7 +6706,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6706
6706
|
) : /* @__PURE__ */ a("div", { className: et.sectionDescription, children: l });
|
|
6707
6707
|
} else if (e.info?.section?.url)
|
|
6708
6708
|
return /* @__PURE__ */ a(
|
|
6709
|
-
|
|
6709
|
+
q,
|
|
6710
6710
|
{
|
|
6711
6711
|
className: et.sectionDescription,
|
|
6712
6712
|
href: e?.info?.link?.url,
|
|
@@ -6718,12 +6718,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6718
6718
|
};
|
|
6719
6719
|
return /* @__PURE__ */ m("section", { className: et.content, children: [
|
|
6720
6720
|
/* @__PURE__ */ a(
|
|
6721
|
-
|
|
6721
|
+
q,
|
|
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(ke, { preview: e.preview, isVideo: t })
|
|
6727
6727
|
}
|
|
6728
6728
|
),
|
|
6729
6729
|
/* @__PURE__ */ m(
|
|
@@ -6741,7 +6741,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6741
6741
|
children: [
|
|
6742
6742
|
/* @__PURE__ */ a(c, {}),
|
|
6743
6743
|
/* @__PURE__ */ a("h2", { className: et.articule, children: /* @__PURE__ */ a(
|
|
6744
|
-
|
|
6744
|
+
q,
|
|
6745
6745
|
{
|
|
6746
6746
|
className: et.linkStyled,
|
|
6747
6747
|
href: e?.info?.link?.url,
|
|
@@ -6753,17 +6753,17 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6753
6753
|
}
|
|
6754
6754
|
)
|
|
6755
6755
|
] });
|
|
6756
|
-
}, c1 = "
|
|
6756
|
+
}, c1 = "_content_63xzh_1", l1 = "_contentLayout_63xzh_9", 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_1qewa_1", u1 = "_before_1qewa_21", h1 = "_textContent_1qewa_43", m1 = "_title_1qewa_73", f1 = "_description_1qewa_91", g1 = "_linkStyled_1qewa_113", 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
|
+
}, X3 = (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_r1co8_1", jd = "_videoContent_r1co8_20", 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(q, { className: gt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6775
6775
|
] })
|
|
6776
6776
|
] });
|
|
6777
|
-
}, p1 = "
|
|
6777
|
+
}, p1 = "_content_14eky_1", A1 = "_contentLabel_14eky_15", w1 = "_label_14eky_25", y1 = "_required_14eky_43", v1 = "_input_14eky_55", kt = {
|
|
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
|
+
}, e9 = (e) => /* @__PURE__ */ m("div", { className: kt.content, children: [
|
|
6784
|
+
/* @__PURE__ */ m("div", { className: kt.contentLabel, children: [
|
|
6785
|
+
/* @__PURE__ */ a("label", { className: kt.label, children: e.label }),
|
|
6786
|
+
e.required && /* @__PURE__ */ a("span", { className: kt.required, children: "*" })
|
|
6787
6787
|
] }),
|
|
6788
|
-
/* @__PURE__ */ a("input", { className:
|
|
6789
|
-
] }), b1 = "
|
|
6788
|
+
/* @__PURE__ */ a("input", { className: kt.input, ...e })
|
|
6789
|
+
] }), b1 = "_content_1ukl4_1", C1 = "_contentLabel_1ukl4_15", _1 = "_label_1ukl4_25", N1 = "_required_1ukl4_43", S1 = "_input_1ukl4_55", Rt = {
|
|
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
|
+
}, t9 = (e) => /* @__PURE__ */ m("div", { className: Rt.content, children: [
|
|
6796
|
+
/* @__PURE__ */ m("div", { className: Rt.contentLabel, children: [
|
|
6797
|
+
/* @__PURE__ */ a("label", { className: Rt.label, children: e.label }),
|
|
6798
|
+
e.required && /* @__PURE__ */ a("span", { className: Rt.required, children: "*" })
|
|
6799
6799
|
] }),
|
|
6800
|
-
/* @__PURE__ */ m("select", { className:
|
|
6800
|
+
/* @__PURE__ */ m("select", { className: Rt.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_ljg8f_1", x1 = "_label_ljg8f_15", T1 = "_input_ljg8f_33", Dn = {
|
|
6805
6805
|
content: E1,
|
|
6806
6806
|
label: x1,
|
|
6807
6807
|
input: T1
|
|
6808
|
-
},
|
|
6808
|
+
}, n9 = (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_1ah38_1", U1 = "_textBox_1ah38_59", k1 = "_contentBox_1ah38_79", R1 = "_liveBox_1ah38_99", L1 = "_dot_1ah38_143", q1 = "_sectionDescription_1ah38_193", B1 = "_articule_1ah38_219", O1 = "_description_1ah38_273", tt = {
|
|
6812
6812
|
boxInformation: I1,
|
|
6813
|
-
textBox:
|
|
6814
|
-
contentBox:
|
|
6815
|
-
liveBox:
|
|
6816
|
-
dot:
|
|
6817
|
-
sectionDescription:
|
|
6813
|
+
textBox: U1,
|
|
6814
|
+
contentBox: k1,
|
|
6815
|
+
liveBox: R1,
|
|
6816
|
+
dot: L1,
|
|
6817
|
+
sectionDescription: q1,
|
|
6818
6818
|
articule: B1,
|
|
6819
6819
|
description: O1
|
|
6820
|
-
}, P1 = "
|
|
6820
|
+
}, P1 = "_content_b83p0_1", D1 = "_description_b83p0_45", 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(ke, { 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_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
6835
6835
|
{
|
|
6836
6836
|
className: tt.sectionDescription,
|
|
6837
6837
|
href: e?.info?.section?.url,
|
|
@@ -6856,15 +6856,15 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6856
6856
|
}
|
|
6857
6857
|
)
|
|
6858
6858
|
] })
|
|
6859
|
-
] }) }), j1 = "
|
|
6859
|
+
] }) }), j1 = "_content_35x7r_1", Q1 = "_contentLine_35x7r_33", G1 = "_contentText_35x7r_47", H1 = "_dateLink_35x7r_73", Xt = {
|
|
6860
6860
|
content: j1,
|
|
6861
6861
|
contentLine: Q1,
|
|
6862
6862
|
contentText: G1,
|
|
6863
|
-
dateLink:
|
|
6864
|
-
},
|
|
6865
|
-
/* @__PURE__ */ a(
|
|
6863
|
+
dateLink: H1
|
|
6864
|
+
}, z1 = (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(q, { 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_1ti45_1", F1 = "_contentInfo_1ti45_21", W1 = "_imageStyled_1ti45_37", $1 = "_contentIconStyled_1ti45_59", Y1 = "_name_1ti45_111", K1 = "_email_1ti45_129", J1 = "_description_1ti45_161", Z1 = "_contenSocialNetwork_1ti45_185", X1 = "_socialIcon_1ti45_205", Ie = {
|
|
6868
6868
|
content: V1,
|
|
6869
6869
|
contentInfo: F1,
|
|
6870
6870
|
imageStyled: W1,
|
|
@@ -6935,7 +6935,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6935
6935
|
] })
|
|
6936
6936
|
}
|
|
6937
6937
|
);
|
|
6938
|
-
}, tu = "
|
|
6938
|
+
}, tu = "_content_1ofcp_1", nu = "_contentInfo_1ofcp_25", au = "_contentAuthor_1ofcp_51", ru = "_imageStyled_1ofcp_65", ou = "_contentIconStyled_1ofcp_83", su = "_name_1ofcp_127", iu = "_email_1ofcp_143", cu = "_description_1ofcp_163", lu = "_contenSocialNetwork_1ofcp_185", du = "_socialIcon_1ofcp_205", Ne = {
|
|
6939
6939
|
content: tu,
|
|
6940
6940
|
contentInfo: nu,
|
|
6941
6941
|
contentAuthor: au,
|
|
@@ -7008,7 +7008,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7008
7008
|
] })
|
|
7009
7009
|
] })
|
|
7010
7010
|
] }) });
|
|
7011
|
-
}, hu = "
|
|
7011
|
+
}, hu = "_content_1p4ec_1", mu = "_bannerSection_1p4ec_49", 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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7031
7031
|
),
|
|
7032
7032
|
e.banner
|
|
7033
7033
|
] })
|
|
7034
|
-
] }), fu = "
|
|
7034
|
+
] }), fu = "_content_udlpm_1", gu = "_header_udlpm_41", pu = "_videos_udlpm_91", Au = "_videoContent_udlpm_105", wu = "_articleSection_udlpm_119", yu = "_contentLayoutVideoSection_udlpm_147", vu = "_sectionVideoList_udlpm_163", bu = "_iframeStyled_udlpm_309", Cu = "_contentFrame_udlpm_327", _u = "_relatedTitle_udlpm_377", Le = {
|
|
7035
7035
|
content: fu,
|
|
7036
7036
|
header: gu,
|
|
7037
7037
|
videos: pu,
|
|
@@ -7042,7 +7042,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7042
7042
|
iframeStyled: bu,
|
|
7043
7043
|
contentFrame: Cu,
|
|
7044
7044
|
relatedTitle: _u
|
|
7045
|
-
}, Nu = "
|
|
7045
|
+
}, Nu = "_content_1ah8a_1", Su = "_linkImage_1ah8a_23", Eu = "_playStyled_1ah8a_37", Mn = {
|
|
7046
7046
|
content: Nu,
|
|
7047
7047
|
linkImage: Su,
|
|
7048
7048
|
playStyled: Eu
|
|
@@ -7073,8 +7073,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
}, a9 = (e) => /* @__PURE__ */ a("div", { className: Le.content, children: /* @__PURE__ */ m(Vt, { className: Le.contentLayoutVideoSection, children: [
|
|
7077
|
+
/* @__PURE__ */ m("a", { className: Le.header, href: "/", children: [
|
|
7078
7078
|
/* @__PURE__ */ a(
|
|
7079
7079
|
"svg",
|
|
7080
7080
|
{
|
|
@@ -7096,12 +7096,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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: Le.videos, children: [
|
|
7100
|
+
/* @__PURE__ */ m("div", { className: Le.videoContent, style: e.mainVideoStyles, children: [
|
|
7101
7101
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7102
7102
|
"iframe",
|
|
7103
7103
|
{
|
|
7104
|
-
className:
|
|
7104
|
+
className: Le.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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7110
7110
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
7111
7111
|
"iframe",
|
|
7112
7112
|
{
|
|
7113
|
-
className:
|
|
7113
|
+
className: Le.iframeStyled,
|
|
7114
7114
|
src: e.video?.main?.code,
|
|
7115
7115
|
frameBorder: "0",
|
|
7116
7116
|
allowFullScreen: !0
|
|
@@ -7119,11 +7119,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7119
7119
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
7120
7120
|
"div",
|
|
7121
7121
|
{
|
|
7122
|
-
className:
|
|
7122
|
+
className: Le.contentFrame,
|
|
7123
7123
|
dangerouslySetInnerHTML: { __html: e.video?.main?.code }
|
|
7124
7124
|
}
|
|
7125
7125
|
),
|
|
7126
|
-
/* @__PURE__ */ a("div", { className:
|
|
7126
|
+
/* @__PURE__ */ a("div", { className: Le.articleSection, children: /* @__PURE__ */ a(
|
|
7127
7127
|
Tt,
|
|
7128
7128
|
{
|
|
7129
7129
|
...Mt(
|
|
@@ -7138,7 +7138,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7138
7138
|
/* @__PURE__ */ m(
|
|
7139
7139
|
"div",
|
|
7140
7140
|
{
|
|
7141
|
-
className:
|
|
7141
|
+
className: Le.sectionVideoList,
|
|
7142
7142
|
style: e.listVideoStyles,
|
|
7143
7143
|
children: [
|
|
7144
7144
|
e.banner && /* @__PURE__ */ a(
|
|
@@ -7148,7 +7148,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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: Le.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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7161
7161
|
}
|
|
7162
7162
|
)
|
|
7163
7163
|
] })
|
|
7164
|
-
] }) }), Tu = "
|
|
7164
|
+
] }) }), Tu = "_content_17oas_1", Iu = "_titleContent_17oas_47", Uu = "_title_17oas_47", ku = "_startLine_17oas_175", Ru = "_line_17oas_185", Lu = "_bottomLine_17oas_197", qu = "_childrenContent_17oas_235", Bu = "_readMore_17oas_261", ze = {
|
|
7165
7165
|
content: Tu,
|
|
7166
7166
|
titleContent: Iu,
|
|
7167
|
-
title:
|
|
7168
|
-
startLine:
|
|
7169
|
-
line:
|
|
7170
|
-
bottomLine:
|
|
7171
|
-
childrenContent:
|
|
7167
|
+
title: Uu,
|
|
7168
|
+
startLine: ku,
|
|
7169
|
+
line: Ru,
|
|
7170
|
+
bottomLine: Lu,
|
|
7171
|
+
childrenContent: qu,
|
|
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: ze.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: ze.title, children: e.title });
|
|
7175
|
+
return /* @__PURE__ */ m("section", { className: ze.content, children: [
|
|
7176
7176
|
e.title && /* @__PURE__ */ m(
|
|
7177
7177
|
"div",
|
|
7178
7178
|
{
|
|
7179
|
-
className: [
|
|
7179
|
+
className: [ze.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: ze.startLine }),
|
|
7183
|
+
e.titleUrl ? /* @__PURE__ */ a(q, { href: e.titleUrl, children: o }) : o,
|
|
7184
|
+
/* @__PURE__ */ a("hr", { className: ze.line }),
|
|
7185
7185
|
e.titleUrl && /* @__PURE__ */ a(
|
|
7186
|
-
|
|
7186
|
+
q,
|
|
7187
7187
|
{
|
|
7188
|
-
className:
|
|
7188
|
+
className: ze.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: [ze.bottomLine, e.className ?? ""].join(" ") }),
|
|
7196
|
+
/* @__PURE__ */ a("div", { className: ze.childrenContent, ref: t, children: e.children })
|
|
7197
7197
|
] });
|
|
7198
7198
|
}), Sa = (e) => /* @__PURE__ */ a(
|
|
7199
7199
|
"svg",
|
|
@@ -7233,7 +7233,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7233
7233
|
}
|
|
7234
7234
|
)
|
|
7235
7235
|
}
|
|
7236
|
-
), Ou = "
|
|
7236
|
+
), Ou = "_drawerStyled_10dgc_1", Pu = "_sidebarCustom_10dgc_11", Du = "_accordionStyled_10dgc_47", Mu = "_accordionHeading_10dgc_69", ju = "_accordionSummeryStyled_10dgc_87", Qu = "_linkStyled_10dgc_141", Gu = "_subLinkStyled_10dgc_181", Hu = "_inputContent_10dgc_225", zu = "_buttonContent_10dgc_227", Vu = "_inputStyled_10dgc_247", Fu = "_buscar_10dgc_279", Wu = "_buttonStyled_10dgc_297", $u = "_accordionDetailsStyled_10dgc_327", Yu = "_footerSlider_10dgc_357", Ku = "_socialMedia_10dgc_379", Ju = "_copyRights_10dgc_417", Zu = "_icon_10dgc_439", le = {
|
|
7237
7237
|
drawerStyled: Ou,
|
|
7238
7238
|
sidebarCustom: Pu,
|
|
7239
7239
|
accordionStyled: Du,
|
|
@@ -7241,8 +7241,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7241
7241
|
accordionSummeryStyled: ju,
|
|
7242
7242
|
linkStyled: Qu,
|
|
7243
7243
|
subLinkStyled: Gu,
|
|
7244
|
-
inputContent:
|
|
7245
|
-
buttonContent:
|
|
7244
|
+
inputContent: Hu,
|
|
7245
|
+
buttonContent: zu,
|
|
7246
7246
|
inputStyled: Vu,
|
|
7247
7247
|
buscar: Fu,
|
|
7248
7248
|
buttonStyled: Wu,
|
|
@@ -7269,7 +7269,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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(q, { 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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7304
7304
|
htmlFor: "accordion_" + i,
|
|
7305
7305
|
children: [
|
|
7306
7306
|
s.link ? /* @__PURE__ */ a(
|
|
7307
|
-
|
|
7307
|
+
q,
|
|
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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7323
7323
|
]
|
|
7324
7324
|
}
|
|
7325
7325
|
) : /* @__PURE__ */ a(
|
|
7326
|
-
|
|
7326
|
+
q,
|
|
7327
7327
|
{
|
|
7328
7328
|
className: le.linkStyled,
|
|
7329
7329
|
href: s.link ? s.link : void 0,
|
|
@@ -7339,7 +7339,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
7343
7343
|
{
|
|
7344
7344
|
className: le.subLinkStyled,
|
|
7345
7345
|
href: c.link ? c.link : void 0,
|
|
@@ -7399,7 +7399,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7399
7399
|
)
|
|
7400
7400
|
]
|
|
7401
7401
|
}
|
|
7402
|
-
), eh = "
|
|
7402
|
+
), eh = "_content_ue3tp_1", th = "_chipStyled_ue3tp_33", nh = "_headLine_ue3tp_33", ah = "_live_ue3tp_49", rh = "_closeLiveStyled_ue3tp_175", Lt = {
|
|
7403
7403
|
content: eh,
|
|
7404
7404
|
chipStyled: th,
|
|
7405
7405
|
headLine: nh,
|
|
@@ -7407,9 +7407,9 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
7411
7411
|
{
|
|
7412
|
-
className:
|
|
7412
|
+
className: Lt.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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7430
7430
|
"div",
|
|
7431
7431
|
{
|
|
7432
7432
|
id: "alert-chip",
|
|
7433
|
-
className:
|
|
7433
|
+
className: Lt.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: Lt.live, children: [
|
|
7441
|
+
/* @__PURE__ */ a("div", { className: Lt.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: Lt.closeLiveStyled }) })
|
|
7444
7444
|
] }),
|
|
7445
7445
|
/* @__PURE__ */ a(r, {})
|
|
7446
7446
|
]
|
|
7447
7447
|
}
|
|
7448
7448
|
)
|
|
7449
7449
|
] });
|
|
7450
|
-
}, oh = "
|
|
7450
|
+
}, oh = "_content_1whi4_1", sh = "_linkStyled_1whi4_27", ih = "_linkSocialNetwork_1whi4_55", ch = "_title_1whi4_97", lh = "_tabs_1whi4_119", dh = "_socialNetwork_1whi4_135", uh = "_icon_1whi4_155", hh = "_facebook_1whi4_167", mh = "_youtube_1whi4_175", fh = "_x_1whi4_183", gh = "_instagram_1whi4_191", ph = "_gnews_1whi4_199", Ah = "_tiktok_1whi4_207", wh = "_whatsapp_1whi4_215", Ve = {
|
|
7451
7451
|
content: oh,
|
|
7452
7452
|
linkStyled: sh,
|
|
7453
7453
|
linkSocialNetwork: ih,
|
|
@@ -7468,7 +7468,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
7472
7472
|
{
|
|
7473
7473
|
className: Ve.linkStyled,
|
|
7474
7474
|
target: t[s]?.target,
|
|
@@ -7484,7 +7484,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7484
7484
|
t && t.map((i, c) => {
|
|
7485
7485
|
if (c !== s)
|
|
7486
7486
|
return /* @__PURE__ */ a(
|
|
7487
|
-
|
|
7487
|
+
q,
|
|
7488
7488
|
{
|
|
7489
7489
|
className: Ve.linkStyled,
|
|
7490
7490
|
href: i?.link,
|
|
@@ -7513,7 +7513,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7513
7513
|
i
|
|
7514
7514
|
)) })
|
|
7515
7515
|
] });
|
|
7516
|
-
}, vh = "
|
|
7516
|
+
}, vh = "_headerStyled_5isjw_1", bh = "_headerContent_5isjw_27", Ch = "_iconContent_5isjw_49", _h = "_menuButton_5isjw_67", Nh = "_logoStyled_5isjw_131", Sh = "_buttonSection_5isjw_187", Eh = "_buttonSectionSearch_5isjw_217", xh = "_headLineContent_5isjw_259", Th = "_headLineTitle_5isjw_285", Ih = "_headLine_5isjw_259", Uh = "_hasAlertZone_5isjw_391", Ue = {
|
|
7517
7517
|
headerStyled: vh,
|
|
7518
7518
|
headerContent: bh,
|
|
7519
7519
|
iconContent: Ch,
|
|
@@ -7524,10 +7524,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7524
7524
|
headLineContent: xh,
|
|
7525
7525
|
headLineTitle: Th,
|
|
7526
7526
|
headLine: Ih,
|
|
7527
|
-
hasAlertZone:
|
|
7528
|
-
},
|
|
7527
|
+
hasAlertZone: Uh
|
|
7528
|
+
}, kh = (e) => {
|
|
7529
7529
|
const { alertZone: t } = e;
|
|
7530
|
-
return /* @__PURE__ */ m("header", { className:
|
|
7530
|
+
return /* @__PURE__ */ m("header", { className: Ue.headerStyled, children: [
|
|
7531
7531
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7532
7532
|
yh,
|
|
7533
7533
|
{
|
|
@@ -7537,12 +7537,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7537
7537
|
socials: e.socials
|
|
7538
7538
|
}
|
|
7539
7539
|
),
|
|
7540
|
-
/* @__PURE__ */ m("div", { className: `${
|
|
7540
|
+
/* @__PURE__ */ m("div", { className: `${Ue.headerContent} center-mobile-header-icon`, children: [
|
|
7541
7541
|
/* @__PURE__ */ a(
|
|
7542
|
-
|
|
7542
|
+
Un,
|
|
7543
7543
|
{
|
|
7544
7544
|
id: "button-app",
|
|
7545
|
-
className:
|
|
7545
|
+
className: Ue.menuButton,
|
|
7546
7546
|
toggledrawerevent: "true",
|
|
7547
7547
|
"aria-label": "menu",
|
|
7548
7548
|
"aria-labelledby": "menu",
|
|
@@ -7550,7 +7550,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7550
7550
|
children: /* @__PURE__ */ a(
|
|
7551
7551
|
bo,
|
|
7552
7552
|
{
|
|
7553
|
-
className:
|
|
7553
|
+
className: Ue.startIcon,
|
|
7554
7554
|
color: "var(--header-icons)",
|
|
7555
7555
|
width: 27,
|
|
7556
7556
|
height: 27
|
|
@@ -7558,8 +7558,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7558
7558
|
)
|
|
7559
7559
|
}
|
|
7560
7560
|
),
|
|
7561
|
-
/* @__PURE__ */ a("div", { className:
|
|
7562
|
-
|
|
7561
|
+
/* @__PURE__ */ a("div", { className: Ue.iconContent, children: /* @__PURE__ */ a(
|
|
7562
|
+
q,
|
|
7563
7563
|
{
|
|
7564
7564
|
href: "/",
|
|
7565
7565
|
"aria-label": "Home",
|
|
@@ -7567,17 +7567,17 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7567
7567
|
style: { display: "flex" },
|
|
7568
7568
|
children: xe.createElement(
|
|
7569
7569
|
"span",
|
|
7570
|
-
{ className:
|
|
7570
|
+
{ className: Ue.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: Ue.headLineContent, children: [
|
|
7576
|
+
/* @__PURE__ */ a("div", { className: `${Ue.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
7577
7577
|
/* @__PURE__ */ a(
|
|
7578
|
-
|
|
7578
|
+
q,
|
|
7579
7579
|
{
|
|
7580
|
-
className:
|
|
7580
|
+
className: Ue.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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7590
7590
|
{
|
|
7591
7591
|
style: e.showAlertPop ? { marginLeft: "auto" } : {},
|
|
7592
7592
|
className: [
|
|
7593
|
-
|
|
7594
|
-
t?.data ?
|
|
7593
|
+
Ue.buttonSection,
|
|
7594
|
+
t?.data ? Ue.hasAlertZone : "",
|
|
7595
7595
|
"search-button"
|
|
7596
7596
|
].join(" "),
|
|
7597
7597
|
children: [
|
|
7598
7598
|
/* @__PURE__ */ a(
|
|
7599
|
-
|
|
7599
|
+
q,
|
|
7600
7600
|
{
|
|
7601
7601
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7602
7602
|
"aria-label": e.searchKeyWord,
|
|
7603
|
-
className: `${
|
|
7603
|
+
className: `${Ue.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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7618
7618
|
}
|
|
7619
7619
|
)
|
|
7620
7620
|
] });
|
|
7621
|
-
},
|
|
7622
|
-
ul:
|
|
7623
|
-
li:
|
|
7624
|
-
liBefore:
|
|
7621
|
+
}, Rh = "_ul_196it_1", Lh = "_li_196it_19", qh = "_liBefore_196it_35", Bh = "_ulContent_196it_65", Oh = "_contentModal_196it_87", Ph = "_linkStyled_196it_111", Dh = "_itemLink_196it_161", Fe = {
|
|
7622
|
+
ul: Rh,
|
|
7623
|
+
li: Lh,
|
|
7624
|
+
liBefore: qh,
|
|
7625
7625
|
ulContent: Bh,
|
|
7626
7626
|
contentModal: Oh,
|
|
7627
7627
|
linkStyled: Ph,
|
|
@@ -7630,7 +7630,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
7634
7634
|
{
|
|
7635
7635
|
"aria-label": n.description,
|
|
7636
7636
|
className: Fe.linkStyled,
|
|
@@ -7646,7 +7646,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
7650
7650
|
{
|
|
7651
7651
|
className: Fe.itemLink,
|
|
7652
7652
|
"aria-label": o.description,
|
|
@@ -7656,12 +7656,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7656
7656
|
}
|
|
7657
7657
|
) }, s)) }) })
|
|
7658
7658
|
] }, r)) });
|
|
7659
|
-
}, jh = "
|
|
7659
|
+
}, jh = "_headerStyled_1hv7h_1", Qh = "_headerContent_1hv7h_45", Gh = "_menuButtonSection_1hv7h_65", Hh = "_menuButton_1hv7h_65", zh = "_buttonSection_1hv7h_167", Vh = "_buttonSectionSearch_1hv7h_201", Fh = "_hasAlertZone_1hv7h_221", Wh = "_buttonText_1hv7h_259", $h = "_logoContent_1hv7h_279", Yh = "_logoStyled_1hv7h_295", Kh = "_headLineContent_1hv7h_343", Jh = "_headLineTitle_1hv7h_373", Zh = "_menuSection_1hv7h_405", Xh = "_headLine_1hv7h_343", em = "_line_1hv7h_509", ye = {
|
|
7660
7660
|
headerStyled: jh,
|
|
7661
7661
|
headerContent: Qh,
|
|
7662
7662
|
menuButtonSection: Gh,
|
|
7663
|
-
menuButton:
|
|
7664
|
-
buttonSection:
|
|
7663
|
+
menuButton: Hh,
|
|
7664
|
+
buttonSection: zh,
|
|
7665
7665
|
buttonSectionSearch: Vh,
|
|
7666
7666
|
hasAlertZone: Fh,
|
|
7667
7667
|
buttonText: Wh,
|
|
@@ -7689,7 +7689,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7689
7689
|
].join(" "),
|
|
7690
7690
|
children: [
|
|
7691
7691
|
/* @__PURE__ */ a("div", { className: ye.menuButtonSection, children: /* @__PURE__ */ m(
|
|
7692
|
-
|
|
7692
|
+
Un,
|
|
7693
7693
|
{
|
|
7694
7694
|
className: ye.menuButton,
|
|
7695
7695
|
id: "button-app",
|
|
@@ -7703,14 +7703,14 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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(q, { 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
|
+
q,
|
|
7714
7714
|
{
|
|
7715
7715
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7716
7716
|
style: { display: "flex" },
|
|
@@ -7724,7 +7724,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
7728
7728
|
{
|
|
7729
7729
|
className: ye.headLine,
|
|
7730
7730
|
href: n.data[0]?.info.link.url,
|
|
@@ -7747,14 +7747,14 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7747
7747
|
)
|
|
7748
7748
|
}
|
|
7749
7749
|
);
|
|
7750
|
-
}, nm = "
|
|
7750
|
+
}, nm = "_childrenContent_13giv_1", am = "_childrenContentAux_13giv_23", rm = "_op2_13giv_49", jn = {
|
|
7751
7751
|
childrenContent: nm,
|
|
7752
7752
|
childrenContentAux: am,
|
|
7753
7753
|
op2: rm
|
|
7754
|
-
},
|
|
7754
|
+
}, r9 = (e) => {
|
|
7755
7755
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7756
7756
|
return /* @__PURE__ */ m(J, { children: [
|
|
7757
|
-
/* @__PURE__ */ a(
|
|
7757
|
+
/* @__PURE__ */ a(kh, { ...e }),
|
|
7758
7758
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(tm, { ...e }),
|
|
7759
7759
|
/* @__PURE__ */ m(
|
|
7760
7760
|
"div",
|
|
@@ -7792,7 +7792,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7792
7792
|
}
|
|
7793
7793
|
)
|
|
7794
7794
|
] });
|
|
7795
|
-
}, om = "
|
|
7795
|
+
}, om = "_content_1ntb2_1", sm = "_tags_1ntb2_19", im = "_chipStyled_1ntb2_39", cm = "_tagLink_1ntb2_93", lm = "_tagStyled_1ntb2_105", pt = {
|
|
7796
7796
|
content: om,
|
|
7797
7797
|
tags: sm,
|
|
7798
7798
|
chipStyled: im,
|
|
@@ -7800,8 +7800,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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(q, { 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_horo3_1", hm = "_content_horo3_1", mm = "_imageStyled_horo3_31", fm = "_contentIconStyled_horo3_45", gm = "_avatarContent_horo3_85", pm = "_journalistSection_horo3_99", Am = "_journalistInfo_horo3_111", wm = "_socialNetworkSection_horo3_139", ym = "_article_horo3_165", De = {
|
|
7805
7805
|
contentBox: um,
|
|
7806
7806
|
content: hm,
|
|
7807
7807
|
imageStyled: mm,
|
|
@@ -7816,7 +7816,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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
|
+
q,
|
|
7820
7820
|
{
|
|
7821
7821
|
className: De.journalistInfo,
|
|
7822
7822
|
href: `/${e.paths.autor}/${t.info.name}`,
|
|
@@ -7833,7 +7833,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", 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(q, { 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_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8002
8002
|
}
|
|
8003
8003
|
)
|
|
8004
8004
|
] }) });
|
|
8005
|
-
}, bm = "
|
|
8005
|
+
}, bm = "_content_1po76_1", Cm = "_imageStyled_1po76_39", _m = "_contentIconStyled_1po76_41", Nm = "_contentCard_1po76_61", Sm = "_contentInfo_1po76_139", Em = "_fullName_1po76_151", xm = "_LearnMoreLink_1po76_165", nt = {
|
|
8006
8006
|
content: bm,
|
|
8007
8007
|
imageStyled: Cm,
|
|
8008
8008
|
contentIconStyled: _m,
|
|
@@ -8049,13 +8049,13 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8049
8049
|
},
|
|
8050
8050
|
`author-${r.firstname}`
|
|
8051
8051
|
)) });
|
|
8052
|
-
}, Im = "
|
|
8052
|
+
}, Im = "_content_qiw8s_1", Um = "_contentNews_qiw8s_19", km = "_linkTitle_qiw8s_53", Rm = "_tag_qiw8s_69", Lm = "_tagmx_qiw8s_109", qm = "_titular_qiw8s_139", Bm = "_correspondent_qiw8s_169", Om = "_correspondentLink_qiw8s_191", Pm = "_description_qiw8s_213", Se = {
|
|
8053
8053
|
content: Im,
|
|
8054
|
-
contentNews:
|
|
8055
|
-
linkTitle:
|
|
8056
|
-
tag:
|
|
8057
|
-
tagmx:
|
|
8058
|
-
titular:
|
|
8054
|
+
contentNews: Um,
|
|
8055
|
+
linkTitle: km,
|
|
8056
|
+
tag: Rm,
|
|
8057
|
+
tagmx: Lm,
|
|
8058
|
+
titular: qm,
|
|
8059
8059
|
correspondent: Bm,
|
|
8060
8060
|
correspondentLink: Om,
|
|
8061
8061
|
description: Pm
|
|
@@ -8073,7 +8073,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
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
8075
|
return s.approved ? /* @__PURE__ */ a(
|
|
8076
|
-
|
|
8076
|
+
q,
|
|
8077
8077
|
{
|
|
8078
8078
|
"aria-label": i,
|
|
8079
8079
|
className: Se.tagmx,
|
|
@@ -8082,13 +8082,13 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8082
8082
|
}
|
|
8083
8083
|
) : /* @__PURE__ */ a("div", { className: Se.tagmx, children: i });
|
|
8084
8084
|
} else if (e.info?.section?.url)
|
|
8085
|
-
return /* @__PURE__ */ a(
|
|
8085
|
+
return /* @__PURE__ */ a(q, { className: Se.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name });
|
|
8086
8086
|
return null;
|
|
8087
8087
|
}, o = () => {
|
|
8088
8088
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
8089
8089
|
const s = e.keywords.tags[0], i = s.name;
|
|
8090
8090
|
return s.approved ? /* @__PURE__ */ a(
|
|
8091
|
-
|
|
8091
|
+
q,
|
|
8092
8092
|
{
|
|
8093
8093
|
"aria-label": i,
|
|
8094
8094
|
className: Se.tag,
|
|
@@ -8097,12 +8097,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8097
8097
|
}
|
|
8098
8098
|
) : /* @__PURE__ */ a("div", { className: Se.tag, children: i });
|
|
8099
8099
|
} else if (e.info?.section?.url)
|
|
8100
|
-
return /* @__PURE__ */ a(
|
|
8100
|
+
return /* @__PURE__ */ a(q, { className: Se.tag, href: e?.info?.section?.url, children: e?.info?.section?.name });
|
|
8101
8101
|
return null;
|
|
8102
8102
|
};
|
|
8103
8103
|
return /* @__PURE__ */ m("section", { className: `${Se.content} destacado-super-content`, children: [
|
|
8104
8104
|
/* @__PURE__ */ a(
|
|
8105
|
-
|
|
8105
|
+
q,
|
|
8106
8106
|
{
|
|
8107
8107
|
href: e?.info?.link?.url,
|
|
8108
8108
|
target: e?.info?.link?.target,
|
|
@@ -8113,7 +8113,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8113
8113
|
"--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
|
|
8114
8114
|
},
|
|
8115
8115
|
children: /* @__PURE__ */ a(
|
|
8116
|
-
|
|
8116
|
+
ke,
|
|
8117
8117
|
{
|
|
8118
8118
|
preview: e.preview,
|
|
8119
8119
|
isLarge: !0,
|
|
@@ -8141,7 +8141,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8141
8141
|
children: [
|
|
8142
8142
|
/* @__PURE__ */ a(o, {}),
|
|
8143
8143
|
/* @__PURE__ */ a(
|
|
8144
|
-
|
|
8144
|
+
q,
|
|
8145
8145
|
{
|
|
8146
8146
|
className: Se.linkTitle,
|
|
8147
8147
|
href: e?.info?.link?.url,
|
|
@@ -8171,7 +8171,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8171
8171
|
}
|
|
8172
8172
|
),
|
|
8173
8173
|
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8174
|
-
|
|
8174
|
+
q,
|
|
8175
8175
|
{
|
|
8176
8176
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
8177
8177
|
className: Se.correspondent,
|
|
@@ -8246,7 +8246,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8246
8246
|
}
|
|
8247
8247
|
)
|
|
8248
8248
|
] });
|
|
8249
|
-
}, Dm = "
|
|
8249
|
+
}, Dm = "_content_wuf93_1", Mm = "_firstSection_wuf93_19", jm = "_secondSection_wuf93_31", Qn = {
|
|
8250
8250
|
content: Dm,
|
|
8251
8251
|
firstSection: Mm,
|
|
8252
8252
|
secondSection: jm
|
|
@@ -8280,10 +8280,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8280
8280
|
}
|
|
8281
8281
|
)) })
|
|
8282
8282
|
] });
|
|
8283
|
-
}, Gm = "
|
|
8283
|
+
}, Gm = "_content_14pjb_1", Hm = "_firstSection_14pjb_15", lr = {
|
|
8284
8284
|
content: Gm,
|
|
8285
|
-
firstSection:
|
|
8286
|
-
},
|
|
8285
|
+
firstSection: Hm
|
|
8286
|
+
}, zm = ({
|
|
8287
8287
|
content: e,
|
|
8288
8288
|
customLargeSection: t,
|
|
8289
8289
|
customSlimSection: n,
|
|
@@ -8317,7 +8317,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8317
8317
|
heightImageOverwriteMobile: "270px",
|
|
8318
8318
|
paths: r
|
|
8319
8319
|
}
|
|
8320
|
-
) }, s)) }), Vm = "
|
|
8320
|
+
) }, s)) }), Vm = "_content_1bmoc_1", Fm = "_sectionDescription_1bmoc_25", Wm = "_title_1bmoc_65", $m = "_subtitle_1bmoc_93", Ym = "_linkStyled_1bmoc_115", it = {
|
|
8321
8321
|
content: Vm,
|
|
8322
8322
|
sectionDescription: Fm,
|
|
8323
8323
|
title: Wm,
|
|
@@ -8328,7 +8328,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8328
8328
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
8329
8329
|
const r = e.mainNew.keywords.tags[0], o = r.name;
|
|
8330
8330
|
return r.approved ? /* @__PURE__ */ a(
|
|
8331
|
-
|
|
8331
|
+
q,
|
|
8332
8332
|
{
|
|
8333
8333
|
"aria-label": o,
|
|
8334
8334
|
className: it.sectionDescription,
|
|
@@ -8338,7 +8338,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8338
8338
|
) : /* @__PURE__ */ a("div", { className: it.sectionDescription, children: o });
|
|
8339
8339
|
} else if (e.mainNew.info?.section?.url)
|
|
8340
8340
|
return /* @__PURE__ */ a(
|
|
8341
|
-
|
|
8341
|
+
q,
|
|
8342
8342
|
{
|
|
8343
8343
|
className: it.sectionDescription,
|
|
8344
8344
|
href: e?.mainNew?.info?.section?.url,
|
|
@@ -8350,7 +8350,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8350
8350
|
return /* @__PURE__ */ m("div", { className: it.content, children: [
|
|
8351
8351
|
/* @__PURE__ */ a(n, {}),
|
|
8352
8352
|
/* @__PURE__ */ a(
|
|
8353
|
-
|
|
8353
|
+
q,
|
|
8354
8354
|
{
|
|
8355
8355
|
className: it.title,
|
|
8356
8356
|
href: e?.mainNew?.info?.link?.url,
|
|
@@ -8359,9 +8359,9 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8359
8359
|
}
|
|
8360
8360
|
),
|
|
8361
8361
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8362
|
-
e.goTo && /* @__PURE__ */ a(
|
|
8362
|
+
e.goTo && /* @__PURE__ */ a(q, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
|
|
8363
8363
|
] });
|
|
8364
|
-
}, Km = "
|
|
8364
|
+
}, Km = "_headerSection_itzkx_1", Jm = "_headerSectionLink_itzkx_23", Zm = "_newsContent_itzkx_33", Gn = {
|
|
8365
8365
|
headerSection: Km,
|
|
8366
8366
|
headerSectionLink: Jm,
|
|
8367
8367
|
newsContent: Zm
|
|
@@ -8382,12 +8382,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8382
8382
|
/* @__PURE__ */ m("div", { className: Gn.headerSection, children: [
|
|
8383
8383
|
/* @__PURE__ */ a(_o, { mainNew: s, goTo: e.goTo, paths: e.paths }),
|
|
8384
8384
|
/* @__PURE__ */ a(
|
|
8385
|
-
|
|
8385
|
+
q,
|
|
8386
8386
|
{
|
|
8387
8387
|
className: Gn.headerSectionLink,
|
|
8388
8388
|
href: s?.info?.link?.url,
|
|
8389
8389
|
target: s?.info?.link?.target,
|
|
8390
|
-
children: /* @__PURE__ */ a(
|
|
8390
|
+
children: /* @__PURE__ */ a(ke, { preview: s.preview })
|
|
8391
8391
|
}
|
|
8392
8392
|
)
|
|
8393
8393
|
] }),
|
|
@@ -8415,7 +8415,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8415
8415
|
})
|
|
8416
8416
|
] })
|
|
8417
8417
|
] });
|
|
8418
|
-
}, e2 = "
|
|
8418
|
+
}, e2 = "_content_1ubl0_1", t2 = "_autorContent_1ubl0_15", n2 = "_image_1ubl0_47", a2 = "_contentIcon_1ubl0_49", r2 = "_boxInformationContent_1ubl0_93", o2 = "_autorName_1ubl0_105", s2 = "_time_1ubl0_169", i2 = "_comment_1ubl0_195", c2 = "_title_1ubl0_213", We = {
|
|
8419
8419
|
content: e2,
|
|
8420
8420
|
autorContent: t2,
|
|
8421
8421
|
image: n2,
|
|
@@ -8442,7 +8442,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8442
8442
|
] });
|
|
8443
8443
|
return /* @__PURE__ */ m("div", { className: We.content, children: [
|
|
8444
8444
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8445
|
-
|
|
8445
|
+
q,
|
|
8446
8446
|
{
|
|
8447
8447
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8448
8448
|
children: s
|
|
@@ -8450,7 +8450,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8450
8450
|
) : s,
|
|
8451
8451
|
/* @__PURE__ */ m("div", { className: We.boxInformationContent, children: [
|
|
8452
8452
|
/* @__PURE__ */ a(
|
|
8453
|
-
|
|
8453
|
+
q,
|
|
8454
8454
|
{
|
|
8455
8455
|
className: We.title,
|
|
8456
8456
|
href: t?.info?.link?.url,
|
|
@@ -8461,7 +8461,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8461
8461
|
/* @__PURE__ */ a("p", { className: We.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8462
8462
|
] })
|
|
8463
8463
|
] });
|
|
8464
|
-
}, l2 = "
|
|
8464
|
+
}, l2 = "_content_1i9xs_1", d2 = "_boxPosition_1i9xs_15", u2 = "_contentFlex_1i9xs_41", h2 = "_bannerContent_1i9xs_57", m2 = "_bannerContentAux_1i9xs_79", At = {
|
|
8465
8465
|
content: l2,
|
|
8466
8466
|
boxPosition: d2,
|
|
8467
8467
|
contentFlex: u2,
|
|
@@ -8474,7 +8474,7 @@ function f2(e) {
|
|
|
8474
8474
|
r % 2 === 0 ? t[Math.floor(r / 2)] = e[r] : t[n + Math.floor(r / 2)] = e[r];
|
|
8475
8475
|
return t;
|
|
8476
8476
|
}
|
|
8477
|
-
const
|
|
8477
|
+
const o9 = (e) => {
|
|
8478
8478
|
const { isOpinion: t = !1 } = e, n = (s) => /* @__PURE__ */ a(
|
|
8479
8479
|
"div",
|
|
8480
8480
|
{
|
|
@@ -8528,10 +8528,10 @@ const o3 = (e) => {
|
|
|
8528
8528
|
] })
|
|
8529
8529
|
}
|
|
8530
8530
|
) });
|
|
8531
|
-
}, g2 = "
|
|
8531
|
+
}, g2 = "_content_g09lr_1", p2 = "_title_g09lr_19", dr = {
|
|
8532
8532
|
content: g2,
|
|
8533
8533
|
title: p2
|
|
8534
|
-
},
|
|
8534
|
+
}, s9 = (e) => {
|
|
8535
8535
|
const { showTitle: t = !0 } = e;
|
|
8536
8536
|
return /* @__PURE__ */ m("div", { className: dr.content, children: [
|
|
8537
8537
|
t && /* @__PURE__ */ a("p", { className: dr.title, children: "Editorial" }),
|
|
@@ -8550,13 +8550,13 @@ const o3 = (e) => {
|
|
|
8550
8550
|
}
|
|
8551
8551
|
)
|
|
8552
8552
|
] });
|
|
8553
|
-
}, A2 = "
|
|
8553
|
+
}, A2 = "_content_1hn45_1", w2 = "_newsContent_1hn45_15", y2 = "_boxPosition_1hn45_33", v2 = "_bannerContent_1hn45_45", b2 = "_bannerContentAux_1hn45_65", wt = {
|
|
8554
8554
|
content: A2,
|
|
8555
8555
|
newsContent: w2,
|
|
8556
8556
|
boxPosition: y2,
|
|
8557
8557
|
bannerContent: v2,
|
|
8558
8558
|
bannerContentAux: b2
|
|
8559
|
-
},
|
|
8559
|
+
}, i9 = (e) => {
|
|
8560
8560
|
const { news: t } = e;
|
|
8561
8561
|
return Array.isArray(t) && /* @__PURE__ */ m("div", { className: wt.content, children: [
|
|
8562
8562
|
/* @__PURE__ */ m("div", { className: wt.newsContent, children: [
|
|
@@ -8591,10 +8591,10 @@ const o3 = (e) => {
|
|
|
8591
8591
|
] }),
|
|
8592
8592
|
/* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
|
|
8593
8593
|
] });
|
|
8594
|
-
},
|
|
8594
|
+
}, c9 = (e) => /* @__PURE__ */ m(J, { children: [
|
|
8595
8595
|
/* @__PURE__ */ a(pl, { className: "display-on-lower-900px", ...e }),
|
|
8596
8596
|
/* @__PURE__ */ a(Il, { ...e })
|
|
8597
|
-
] }), C2 = "
|
|
8597
|
+
] }), C2 = "_newsContent_smaec_1", _2 = "_newsContentWithLines_smaec_15", N2 = "_newsContentWithoutLines_smaec_25", S2 = "_contentSeparator_smaec_35", en = {
|
|
8598
8598
|
newsContent: C2,
|
|
8599
8599
|
newsContentWithLines: _2,
|
|
8600
8600
|
newsContentWithoutLines: N2,
|
|
@@ -8663,7 +8663,7 @@ const o3 = (e) => {
|
|
|
8663
8663
|
showVideoTime: e.showVideoTime,
|
|
8664
8664
|
showVideosubtitle: e.showVideosubtitle
|
|
8665
8665
|
}
|
|
8666
|
-
) }), x2 = "
|
|
8666
|
+
) }), x2 = "_newsContent_1ofh5_1", T2 = "_contentSeparator_1ofh5_15", ur = {
|
|
8667
8667
|
newsContent: x2,
|
|
8668
8668
|
contentSeparator: T2
|
|
8669
8669
|
}, I2 = (e) => {
|
|
@@ -8695,17 +8695,17 @@ const o3 = (e) => {
|
|
|
8695
8695
|
})
|
|
8696
8696
|
}
|
|
8697
8697
|
) });
|
|
8698
|
-
},
|
|
8699
|
-
newsContent:
|
|
8700
|
-
contentSeparator:
|
|
8701
|
-
newsContentWhitoutLine:
|
|
8702
|
-
},
|
|
8698
|
+
}, U2 = "_newsContent_1x5ie_1", k2 = "_contentSeparator_1x5ie_15", R2 = "_newsContentWhitoutLine_1x5ie_57", Hn = {
|
|
8699
|
+
newsContent: U2,
|
|
8700
|
+
contentSeparator: k2,
|
|
8701
|
+
newsContentWhitoutLine: R2
|
|
8702
|
+
}, L2 = (e) => {
|
|
8703
8703
|
const { content: t, title: n } = e;
|
|
8704
8704
|
if (!(!t || t.length === 0))
|
|
8705
8705
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8706
8706
|
"div",
|
|
8707
8707
|
{
|
|
8708
|
-
className: `${
|
|
8708
|
+
className: `${Hn.newsContent} ${e.hasLines ? Hn.contentSeparator : Hn.newsContentWhitoutLine}`,
|
|
8709
8709
|
children: t.map((r, o) => {
|
|
8710
8710
|
const s = e.slot_id && e.slot_id !== "Nota_1", i = {
|
|
8711
8711
|
...r,
|
|
@@ -8728,8 +8728,8 @@ const o3 = (e) => {
|
|
|
8728
8728
|
})
|
|
8729
8729
|
}
|
|
8730
8730
|
) });
|
|
8731
|
-
},
|
|
8732
|
-
headerSection:
|
|
8731
|
+
}, q2 = "_headerSection_1qe16_5", B2 = "_headerSectionLink_1qe16_31", O2 = "_newsContent_1qe16_57", zn = {
|
|
8732
|
+
headerSection: q2,
|
|
8733
8733
|
headerSectionLink: B2,
|
|
8734
8734
|
newsContent: O2
|
|
8735
8735
|
}, P2 = (e) => {
|
|
@@ -8737,7 +8737,7 @@ const o3 = (e) => {
|
|
|
8737
8737
|
if (!t || t.length === 0) return;
|
|
8738
8738
|
const o = t[0], s = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
8739
8739
|
return o && i && /* @__PURE__ */ m(me, { title: n, titleUrl: e.titleUrl, children: [
|
|
8740
|
-
/* @__PURE__ */ m("div", { className:
|
|
8740
|
+
/* @__PURE__ */ m("div", { className: zn.headerSection, children: [
|
|
8741
8741
|
/* @__PURE__ */ a(
|
|
8742
8742
|
_o,
|
|
8743
8743
|
{
|
|
@@ -8747,14 +8747,14 @@ const o3 = (e) => {
|
|
|
8747
8747
|
}
|
|
8748
8748
|
),
|
|
8749
8749
|
/* @__PURE__ */ a(
|
|
8750
|
-
|
|
8750
|
+
q,
|
|
8751
8751
|
{
|
|
8752
|
-
className:
|
|
8752
|
+
className: zn.headerSectionLink,
|
|
8753
8753
|
href: o?.info?.link.url,
|
|
8754
8754
|
target: o?.info?.link.target,
|
|
8755
8755
|
"aria-label": "Video",
|
|
8756
8756
|
children: /* @__PURE__ */ a(
|
|
8757
|
-
|
|
8757
|
+
ke,
|
|
8758
8758
|
{
|
|
8759
8759
|
preview: {
|
|
8760
8760
|
sizes: o?.main?.image.sizes,
|
|
@@ -8767,7 +8767,7 @@ const o3 = (e) => {
|
|
|
8767
8767
|
}
|
|
8768
8768
|
)
|
|
8769
8769
|
] }),
|
|
8770
|
-
/* @__PURE__ */ m("div", { className:
|
|
8770
|
+
/* @__PURE__ */ m("div", { className: zn.newsContent, children: [
|
|
8771
8771
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
8772
8772
|
Array.isArray(i) && i.map((c, d) => {
|
|
8773
8773
|
const l = Mt(c), u = {
|
|
@@ -8792,51 +8792,51 @@ const o3 = (e) => {
|
|
|
8792
8792
|
})
|
|
8793
8793
|
] })
|
|
8794
8794
|
] });
|
|
8795
|
-
}, D2 = "
|
|
8795
|
+
}, D2 = "_content_gxvaq_1", M2 = "_linkImage_gxvaq_59", j2 = "_sectionDescription_gxvaq_83", Q2 = "_dateText_gxvaq_123", G2 = "_textContent_gxvaq_145", qt = {
|
|
8796
8796
|
content: D2,
|
|
8797
8797
|
linkImage: M2,
|
|
8798
8798
|
sectionDescription: j2,
|
|
8799
8799
|
dateText: Q2,
|
|
8800
8800
|
textContent: G2
|
|
8801
|
-
},
|
|
8801
|
+
}, H2 = async (e) => {
|
|
8802
8802
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8803
8803
|
return e && e.info ? /* @__PURE__ */ m(
|
|
8804
8804
|
"section",
|
|
8805
8805
|
{
|
|
8806
|
-
className:
|
|
8806
|
+
className: qt.content,
|
|
8807
8807
|
style: {
|
|
8808
8808
|
"--heightImageOverwrite": "100%"
|
|
8809
8809
|
},
|
|
8810
8810
|
children: [
|
|
8811
8811
|
/* @__PURE__ */ a(
|
|
8812
|
-
|
|
8812
|
+
q,
|
|
8813
8813
|
{
|
|
8814
|
-
className:
|
|
8814
|
+
className: qt.linkImage,
|
|
8815
8815
|
target: e?.info?.link?.target,
|
|
8816
8816
|
title: e.main?.title?.section,
|
|
8817
8817
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8818
|
-
children: /* @__PURE__ */ a(
|
|
8818
|
+
children: /* @__PURE__ */ a(ke, { preview: e.preview })
|
|
8819
8819
|
}
|
|
8820
8820
|
),
|
|
8821
|
-
/* @__PURE__ */ m("div", { className:
|
|
8821
|
+
/* @__PURE__ */ m("div", { className: qt.textContent, children: [
|
|
8822
8822
|
/* @__PURE__ */ a(
|
|
8823
|
-
|
|
8823
|
+
q,
|
|
8824
8824
|
{
|
|
8825
|
-
className:
|
|
8825
|
+
className: qt.sectionDescription,
|
|
8826
8826
|
target: e?.info?.link?.target,
|
|
8827
8827
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8828
8828
|
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
8829
8829
|
}
|
|
8830
8830
|
),
|
|
8831
|
-
/* @__PURE__ */ a("p", { className:
|
|
8831
|
+
/* @__PURE__ */ a("p", { className: qt.dateText, children: je(e?.info?.date?.modified) })
|
|
8832
8832
|
] })
|
|
8833
8833
|
]
|
|
8834
8834
|
}
|
|
8835
8835
|
) : null;
|
|
8836
|
-
},
|
|
8837
|
-
content:
|
|
8836
|
+
}, z2 = "_content_1y9s7_1", V2 = "_contentSeparator_1y9s7_13", hr = {
|
|
8837
|
+
content: z2,
|
|
8838
8838
|
contentSeparator: V2
|
|
8839
|
-
}, F2 = "
|
|
8839
|
+
}, F2 = "_newsContent_f0o15_1", W2 = "_contentSeparator_f0o15_15", $2 = "_hasLinesBlock_f0o15_79", ia = {
|
|
8840
8840
|
newsContent: F2,
|
|
8841
8841
|
contentSeparator: W2,
|
|
8842
8842
|
hasLinesBlock: $2
|
|
@@ -8866,7 +8866,7 @@ const o3 = (e) => {
|
|
|
8866
8866
|
{
|
|
8867
8867
|
className: e.hasLines ? ia.hasLinesBlock : "",
|
|
8868
8868
|
children: /* @__PURE__ */ st(
|
|
8869
|
-
|
|
8869
|
+
H2,
|
|
8870
8870
|
{
|
|
8871
8871
|
...o,
|
|
8872
8872
|
key: r,
|
|
@@ -8907,14 +8907,14 @@ const o3 = (e) => {
|
|
|
8907
8907
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
8908
8908
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
8909
8909
|
},
|
|
8910
|
-
children: /* @__PURE__ */ a(
|
|
8910
|
+
children: /* @__PURE__ */ a(kn, { ...c, paths: e.paths })
|
|
8911
8911
|
},
|
|
8912
8912
|
i
|
|
8913
8913
|
);
|
|
8914
8914
|
})
|
|
8915
8915
|
}
|
|
8916
8916
|
) });
|
|
8917
|
-
}, J2 = "
|
|
8917
|
+
}, J2 = "_content_e2a3d_1", Z2 = "_imageStyled_e2a3d_27", X2 = "_contentIcon_e2a3d_45", ef = "_boxInformation_e2a3d_87", tf = "_comment_e2a3d_101", nf = "_title_e2a3d_119", af = "_authorName_e2a3d_161", at = {
|
|
8918
8918
|
content: J2,
|
|
8919
8919
|
imageStyled: Z2,
|
|
8920
8920
|
contentIcon: X2,
|
|
@@ -8937,14 +8937,14 @@ const o3 = (e) => {
|
|
|
8937
8937
|
) : /* @__PURE__ */ a("div", { className: at.contentIcon, children: e.autorIcon }),
|
|
8938
8938
|
/* @__PURE__ */ m("div", { className: at.boxInformation, children: [
|
|
8939
8939
|
/* @__PURE__ */ a("p", { className: at.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8940
|
-
|
|
8940
|
+
q,
|
|
8941
8941
|
{
|
|
8942
8942
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8943
8943
|
children: t?.authors[0]?.fullname ?? "Redacción"
|
|
8944
8944
|
}
|
|
8945
8945
|
) : t?.authors[0]?.fullname ?? "Redacción" }),
|
|
8946
8946
|
/* @__PURE__ */ a("p", { className: at.title, children: /* @__PURE__ */ a(
|
|
8947
|
-
|
|
8947
|
+
q,
|
|
8948
8948
|
{
|
|
8949
8949
|
className: at.linkStyled,
|
|
8950
8950
|
href: t?.info?.link?.url,
|
|
@@ -8987,7 +8987,7 @@ const o3 = (e) => {
|
|
|
8987
8987
|
})
|
|
8988
8988
|
}
|
|
8989
8989
|
) });
|
|
8990
|
-
}, sf = "
|
|
8990
|
+
}, sf = "_content_nslah_1", cf = "_newsContentSection_nslah_9", lf = "_itemContent_nslah_19", df = "_ItemCustomContent_nslah_31", Ke = {
|
|
8991
8991
|
content: sf,
|
|
8992
8992
|
newsContentSection: cf,
|
|
8993
8993
|
itemContent: lf,
|
|
@@ -9033,7 +9033,7 @@ const o3 = (e) => {
|
|
|
9033
9033
|
default:
|
|
9034
9034
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9035
9035
|
}
|
|
9036
|
-
},
|
|
9036
|
+
}, l9 = (e) => {
|
|
9037
9037
|
const {
|
|
9038
9038
|
data: t,
|
|
9039
9039
|
currentPage: n,
|
|
@@ -9183,10 +9183,10 @@ const o3 = (e) => {
|
|
|
9183
9183
|
default:
|
|
9184
9184
|
return /* @__PURE__ */ a(J, {});
|
|
9185
9185
|
}
|
|
9186
|
-
}, uf = "
|
|
9186
|
+
}, uf = "_content_1oabr_1", hf = "_contactInfoContent_1oabr_13", mr = {
|
|
9187
9187
|
content: uf,
|
|
9188
9188
|
contactInfoContent: hf
|
|
9189
|
-
},
|
|
9189
|
+
}, d9 = (e) => {
|
|
9190
9190
|
const { data: t } = e;
|
|
9191
9191
|
return /* @__PURE__ */ a("section", { className: mr.content, children: t.map((n, r) => /* @__PURE__ */ a(
|
|
9192
9192
|
"div",
|
|
@@ -9198,11 +9198,11 @@ const o3 = (e) => {
|
|
|
9198
9198
|
},
|
|
9199
9199
|
r
|
|
9200
9200
|
)) });
|
|
9201
|
-
}, mf = "
|
|
9201
|
+
}, mf = "_tagContent_vps69_1", ff = "_contentLayout2_vps69_17", gf = "_contentHeader_vps69_83", la = {
|
|
9202
9202
|
tagContent: mf,
|
|
9203
9203
|
contentLayout2: ff,
|
|
9204
9204
|
contentHeader: gf
|
|
9205
|
-
}, pf = "
|
|
9205
|
+
}, pf = "_content_1noi7_1", Af = {
|
|
9206
9206
|
content: pf
|
|
9207
9207
|
}, wf = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9208
9208
|
"div",
|
|
@@ -9210,7 +9210,7 @@ const o3 = (e) => {
|
|
|
9210
9210
|
className: `content-layout-2 ${Af.content} ${t}`,
|
|
9211
9211
|
children: e
|
|
9212
9212
|
}
|
|
9213
|
-
), yf = "
|
|
9213
|
+
), yf = "_container_14le6_1", vf = "_note_14le6_19", bf = "_commercial_14le6_99", Cf = "_commercialContent_14le6_133", _f = "_complement_14le6_165", Bt = {
|
|
9214
9214
|
container: yf,
|
|
9215
9215
|
note: vf,
|
|
9216
9216
|
commercial: bf,
|
|
@@ -9219,7 +9219,7 @@ const o3 = (e) => {
|
|
|
9219
9219
|
}, Nf = (e) => /* @__PURE__ */ m("section", { className: Bt.container, children: [
|
|
9220
9220
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9221
9221
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ m("div", { className: Bt.commercialContent, children: [
|
|
9222
|
-
e.slug === "liveblogs" && /* @__PURE__ */ a(
|
|
9222
|
+
e.slug === "liveblogs" && /* @__PURE__ */ a(z1, { itemList: e.itemList }),
|
|
9223
9223
|
e.bannerTop,
|
|
9224
9224
|
/* @__PURE__ */ a(
|
|
9225
9225
|
ba,
|
|
@@ -9324,17 +9324,17 @@ const o3 = (e) => {
|
|
|
9324
9324
|
}
|
|
9325
9325
|
);
|
|
9326
9326
|
}
|
|
9327
|
-
}, Ef = "
|
|
9327
|
+
}, Ef = "_content_x3ugk_1", xf = "_contentWithinCard_x3ugk_13", Tf = "_contentDate_x3ugk_25", If = "_dateInfo_x3ugk_39", Uf = "_dot_x3ugk_59", kf = "_contentTitle_x3ugk_75", Rf = "_contentTextList_x3ugk_93", Lf = "_contentButton_x3ugk_201", qf = "_linkStyled_x3ugk_213", $e = {
|
|
9328
9328
|
content: Ef,
|
|
9329
9329
|
contentWithinCard: xf,
|
|
9330
9330
|
contentDate: Tf,
|
|
9331
9331
|
dateInfo: If,
|
|
9332
|
-
dot:
|
|
9333
|
-
contentTitle:
|
|
9334
|
-
contentTextList:
|
|
9335
|
-
contentButton:
|
|
9336
|
-
linkStyled:
|
|
9337
|
-
}, Bf = "
|
|
9332
|
+
dot: Uf,
|
|
9333
|
+
contentTitle: kf,
|
|
9334
|
+
contentTextList: Rf,
|
|
9335
|
+
contentButton: Lf,
|
|
9336
|
+
linkStyled: qf
|
|
9337
|
+
}, Bf = "_content_12i3e_1", Of = {
|
|
9338
9338
|
content: Bf
|
|
9339
9339
|
}, 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
9340
|
const t = /src="\/(.*?)"/g;
|
|
@@ -9394,7 +9394,7 @@ const Qf = async ({
|
|
|
9394
9394
|
)
|
|
9395
9395
|
] }),
|
|
9396
9396
|
/* @__PURE__ */ a("p", { className: $e.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
|
|
9397
|
-
s.image && /* @__PURE__ */ a(
|
|
9397
|
+
s.image && /* @__PURE__ */ a(ke, { preview: s.image, isLarge: !0 }),
|
|
9398
9398
|
/* @__PURE__ */ a(
|
|
9399
9399
|
"div",
|
|
9400
9400
|
{
|
|
@@ -9434,8 +9434,8 @@ const Qf = async ({
|
|
|
9434
9434
|
Podcast: "podcast",
|
|
9435
9435
|
Telegram: "telegram"
|
|
9436
9436
|
};
|
|
9437
|
-
function
|
|
9438
|
-
return e && e !== "" && /* @__PURE__ */ m(
|
|
9437
|
+
function Hf({ url: e }) {
|
|
9438
|
+
return e && e !== "" && /* @__PURE__ */ m(q, { href: e, className: de.googleProfileButton, children: [
|
|
9439
9439
|
/* @__PURE__ */ a(
|
|
9440
9440
|
"svg",
|
|
9441
9441
|
{
|
|
@@ -9453,10 +9453,10 @@ function zf({ url: e }) {
|
|
|
9453
9453
|
}
|
|
9454
9454
|
),
|
|
9455
9455
|
"Síguenos en",
|
|
9456
|
-
/* @__PURE__ */ a(
|
|
9456
|
+
/* @__PURE__ */ a(zf, {})
|
|
9457
9457
|
] });
|
|
9458
9458
|
}
|
|
9459
|
-
const
|
|
9459
|
+
const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9460
9460
|
/* @__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
9461
|
/* @__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
9462
|
/* @__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 +9511,7 @@ const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9511
9511
|
children: /* @__PURE__ */ a(Dd, { noteShare: e.noteShare })
|
|
9512
9512
|
}
|
|
9513
9513
|
),
|
|
9514
|
-
/* @__PURE__ */ a(
|
|
9514
|
+
/* @__PURE__ */ a(Hf, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9515
9515
|
/* @__PURE__ */ m("section", { className: de.journalistSection, children: [
|
|
9516
9516
|
/* @__PURE__ */ a(
|
|
9517
9517
|
"div",
|
|
@@ -9553,12 +9553,12 @@ const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9553
9553
|
)
|
|
9554
9554
|
] })
|
|
9555
9555
|
] }) });
|
|
9556
|
-
}, Ff = "
|
|
9556
|
+
}, Ff = "_content_13o3k_1", Wf = "_journalistArticleContent_13o3k_29", $f = "_contentNews_13o3k_69", Yf = "_noteSource_13o3k_783", tn = {
|
|
9557
9557
|
content: Ff,
|
|
9558
9558
|
journalistArticleContent: Wf,
|
|
9559
9559
|
contentNews: $f,
|
|
9560
9560
|
noteSource: Yf
|
|
9561
|
-
}, Kf = "
|
|
9561
|
+
}, Kf = "_summaryContent_1pu0j_1", Jf = {
|
|
9562
9562
|
summaryContent: Kf
|
|
9563
9563
|
}, Zf = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9564
9564
|
"section",
|
|
@@ -9586,7 +9586,7 @@ const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9586
9586
|
visibleItems: 1,
|
|
9587
9587
|
pagination: !0,
|
|
9588
9588
|
cardGap: 0,
|
|
9589
|
-
children: s && s.map((i, c) => /* @__PURE__ */ a(
|
|
9589
|
+
children: s && s.map((i, c) => /* @__PURE__ */ a(ke, { preview: i, priorityHigh: !0 }, c))
|
|
9590
9590
|
}
|
|
9591
9591
|
),
|
|
9592
9592
|
/* @__PURE__ */ a("div", { className: bn.description, children: s && s[0]?.description })
|
|
@@ -9873,7 +9873,7 @@ async function i0(e) {
|
|
|
9873
9873
|
] })
|
|
9874
9874
|
] });
|
|
9875
9875
|
}
|
|
9876
|
-
const c0 = "
|
|
9876
|
+
const c0 = "_content_1kodm_1", l0 = "_title_1kodm_35", gr = {
|
|
9877
9877
|
content: c0,
|
|
9878
9878
|
title: l0
|
|
9879
9879
|
}, d0 = async ({
|
|
@@ -9893,7 +9893,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
9893
9893
|
/* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o?.code ?? "" } }),
|
|
9894
9894
|
/* @__PURE__ */ a("p", { className: gr.title, children: o?.title })
|
|
9895
9895
|
] });
|
|
9896
|
-
}, u0 = "
|
|
9896
|
+
}, u0 = "_content_1kodm_1", h0 = "_title_1kodm_35", Vn = {
|
|
9897
9897
|
content: u0,
|
|
9898
9898
|
title: h0
|
|
9899
9899
|
}, m0 = async ({
|
|
@@ -9921,7 +9921,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
9921
9921
|
),
|
|
9922
9922
|
/* @__PURE__ */ a("p", { className: Vn.title, children: o?.title })
|
|
9923
9923
|
] });
|
|
9924
|
-
}, f0 = "
|
|
9924
|
+
}, f0 = "_content_g44cu_1", g0 = {
|
|
9925
9925
|
content: f0
|
|
9926
9926
|
}, p0 = async ({
|
|
9927
9927
|
newsformated: e,
|
|
@@ -9941,7 +9941,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
9941
9941
|
dangerouslySetInnerHTML: { __html: o ?? "" }
|
|
9942
9942
|
}
|
|
9943
9943
|
);
|
|
9944
|
-
}, A0 = "
|
|
9944
|
+
}, A0 = "_content_15e7w_1", pr = {
|
|
9945
9945
|
content: A0
|
|
9946
9946
|
}, ot = {
|
|
9947
9947
|
imagen: "imagen",
|
|
@@ -9966,7 +9966,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
9966
9966
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9967
9967
|
} };
|
|
9968
9968
|
return /* @__PURE__ */ a(
|
|
9969
|
-
|
|
9969
|
+
kn,
|
|
9970
9970
|
{
|
|
9971
9971
|
...c,
|
|
9972
9972
|
titleGradient: !0,
|
|
@@ -9990,7 +9990,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
9990
9990
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9991
9991
|
} };
|
|
9992
9992
|
return /* @__PURE__ */ a(
|
|
9993
|
-
|
|
9993
|
+
kn,
|
|
9994
9994
|
{
|
|
9995
9995
|
...c,
|
|
9996
9996
|
titleGradient: !0,
|
|
@@ -10017,7 +10017,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10017
10017
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
10018
10018
|
} };
|
|
10019
10019
|
return /* @__PURE__ */ st(
|
|
10020
|
-
|
|
10020
|
+
kn,
|
|
10021
10021
|
{
|
|
10022
10022
|
...c,
|
|
10023
10023
|
key: i,
|
|
@@ -10033,7 +10033,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10033
10033
|
for (const n in e)
|
|
10034
10034
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10035
10035
|
return t;
|
|
10036
|
-
}, _0 = "
|
|
10036
|
+
}, _0 = "_headerSection_nhjex_1", N0 = "_title_nhjex_21", S0 = "_subtitle_nhjex_45", E0 = "_newsContent_nhjex_71", x0 = "_containerCards_nhjex_87", T0 = "_image_nhjex_99", I0 = "_blockHeadContainer_nhjex_111", ct = {
|
|
10037
10037
|
headerSection: _0,
|
|
10038
10038
|
title: N0,
|
|
10039
10039
|
subtitle: S0,
|
|
@@ -10041,7 +10041,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10041
10041
|
containerCards: x0,
|
|
10042
10042
|
image: T0,
|
|
10043
10043
|
blockHeadContainer: I0
|
|
10044
|
-
},
|
|
10044
|
+
}, U0 = (e) => {
|
|
10045
10045
|
const { content: t, title: n, isVideo: r } = e;
|
|
10046
10046
|
if (!t || t.length === 0) return;
|
|
10047
10047
|
const o = t[0], s = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10058,7 +10058,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10058
10058
|
/* @__PURE__ */ a("p", { className: ct.title, children: o?.main?.title.home }),
|
|
10059
10059
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ct.subtitle, children: o?.main?.subtitle?.striped })
|
|
10060
10060
|
] }),
|
|
10061
|
-
/* @__PURE__ */ a(
|
|
10061
|
+
/* @__PURE__ */ a(ke, { preview: o.preview })
|
|
10062
10062
|
]
|
|
10063
10063
|
}
|
|
10064
10064
|
) }),
|
|
@@ -10091,9 +10091,9 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", gr = {
|
|
|
10091
10091
|
readest: (e) => /* @__PURE__ */ a(ba, { ...e }),
|
|
10092
10092
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(No, { ...e }),
|
|
10093
10093
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(I2, { ...e }),
|
|
10094
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10094
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(L2, { ...e }),
|
|
10095
10095
|
"Destacado noticias": (e) => /* @__PURE__ */ a(Xm, { ...e }),
|
|
10096
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10096
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(U0, { ...e }),
|
|
10097
10097
|
"Destacado videos": (e) => /* @__PURE__ */ a(P2, { ...e }),
|
|
10098
10098
|
"Carrusel card": (e) => /* @__PURE__ */ a(K2, { ...e }),
|
|
10099
10099
|
"Carrusel story": (e) => /* @__PURE__ */ a(v0, { ...e }),
|
|
@@ -10111,7 +10111,7 @@ function xo({
|
|
|
10111
10111
|
if (r)
|
|
10112
10112
|
return Ar[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ea(n), children: Ar[e]({ ...n, banners: r, slot_id: t }) });
|
|
10113
10113
|
}
|
|
10114
|
-
function
|
|
10114
|
+
function u9({
|
|
10115
10115
|
children: e,
|
|
10116
10116
|
stylesConfigEntry: t
|
|
10117
10117
|
}) {
|
|
@@ -10157,7 +10157,7 @@ const wr = {
|
|
|
10157
10157
|
},
|
|
10158
10158
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10159
10159
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10160
|
-
|
|
10160
|
+
zm,
|
|
10161
10161
|
{
|
|
10162
10162
|
content: e.data,
|
|
10163
10163
|
customLargeSection: e.customLargeSection,
|
|
@@ -10183,7 +10183,7 @@ const wr = {
|
|
|
10183
10183
|
...t,
|
|
10184
10184
|
rightOnlyBanner: r,
|
|
10185
10185
|
banners: n
|
|
10186
|
-
}) }),
|
|
10186
|
+
}) }), h9 = ({
|
|
10187
10187
|
slots: e,
|
|
10188
10188
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10189
10189
|
stylesConfig: n,
|
|
@@ -10234,7 +10234,7 @@ const wr = {
|
|
|
10234
10234
|
);
|
|
10235
10235
|
}
|
|
10236
10236
|
return c;
|
|
10237
|
-
},
|
|
10237
|
+
}, m9 = ({
|
|
10238
10238
|
mainBlock: e,
|
|
10239
10239
|
StylesConfigMain: t,
|
|
10240
10240
|
config: n,
|
|
@@ -10277,14 +10277,14 @@ const wr = {
|
|
|
10277
10277
|
),
|
|
10278
10278
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 1 }) })
|
|
10279
10279
|
] });
|
|
10280
|
-
},
|
|
10280
|
+
}, k0 = (e) => {
|
|
10281
10281
|
const { config: t, hascontent: n } = e, r = t.articlepreview, o = [
|
|
10282
10282
|
ot.videoEmbedded,
|
|
10283
10283
|
ot.videoYouTube,
|
|
10284
10284
|
ot.iframe
|
|
10285
10285
|
];
|
|
10286
10286
|
return !!(r === ot.imagen && n?.hasgalleryimages || o.includes(r));
|
|
10287
|
-
},
|
|
10287
|
+
}, f9 = async (e) => {
|
|
10288
10288
|
const {
|
|
10289
10289
|
custom_complement: t,
|
|
10290
10290
|
ranking: n = [],
|
|
@@ -10424,7 +10424,7 @@ const wr = {
|
|
|
10424
10424
|
getVideos: l,
|
|
10425
10425
|
noteShare: e.noteShare,
|
|
10426
10426
|
paths: e.paths,
|
|
10427
|
-
showHeaderImage: !
|
|
10427
|
+
showHeaderImage: !k0(s[0])
|
|
10428
10428
|
}
|
|
10429
10429
|
),
|
|
10430
10430
|
/* @__PURE__ */ a(ge, { banners: r ?? [], name: "block_3" })
|
|
@@ -10434,10 +10434,10 @@ const wr = {
|
|
|
10434
10434
|
}
|
|
10435
10435
|
)
|
|
10436
10436
|
] }) });
|
|
10437
|
-
},
|
|
10438
|
-
content:
|
|
10439
|
-
contentInfo:
|
|
10440
|
-
imageStyled:
|
|
10437
|
+
}, R0 = "_content_1mczt_1", L0 = "_contentInfo_1mczt_47", q0 = "_imageStyled_1mczt_81", B0 = "_name_1mczt_91", O0 = "_description_1mczt_101", P0 = "_contentInfoWithoutImg_1mczt_207", yt = {
|
|
10438
|
+
content: R0,
|
|
10439
|
+
contentInfo: L0,
|
|
10440
|
+
imageStyled: q0,
|
|
10441
10441
|
name: B0,
|
|
10442
10442
|
description: O0,
|
|
10443
10443
|
contentInfoWithoutImg: P0
|
|
@@ -10470,12 +10470,12 @@ const wr = {
|
|
|
10470
10470
|
]
|
|
10471
10471
|
}
|
|
10472
10472
|
) });
|
|
10473
|
-
}, M0 = "
|
|
10473
|
+
}, M0 = "_content_1dk1v_1", j0 = "_contentInfo_1dk1v_45", Q0 = "_name_1dk1v_67", G0 = "_description_1dk1v_85", nn = {
|
|
10474
10474
|
content: M0,
|
|
10475
10475
|
contentInfo: j0,
|
|
10476
10476
|
name: Q0,
|
|
10477
10477
|
description: G0
|
|
10478
|
-
},
|
|
10478
|
+
}, H0 = (e) => /* @__PURE__ */ a(
|
|
10479
10479
|
"section",
|
|
10480
10480
|
{
|
|
10481
10481
|
className: nn.content,
|
|
@@ -10510,7 +10510,7 @@ const wr = {
|
|
|
10510
10510
|
)
|
|
10511
10511
|
] })
|
|
10512
10512
|
}
|
|
10513
|
-
),
|
|
10513
|
+
), g9 = (e) => {
|
|
10514
10514
|
const { option: t, entity: n } = e;
|
|
10515
10515
|
switch (t) {
|
|
10516
10516
|
case "op1":
|
|
@@ -10524,7 +10524,7 @@ const wr = {
|
|
|
10524
10524
|
);
|
|
10525
10525
|
case "op2":
|
|
10526
10526
|
return /* @__PURE__ */ a(
|
|
10527
|
-
|
|
10527
|
+
H0,
|
|
10528
10528
|
{
|
|
10529
10529
|
tag: n?.name ?? "",
|
|
10530
10530
|
description: n?.description ? n?.description : "",
|
|
@@ -10537,8 +10537,8 @@ const wr = {
|
|
|
10537
10537
|
default:
|
|
10538
10538
|
return /* @__PURE__ */ a(J, {});
|
|
10539
10539
|
}
|
|
10540
|
-
},
|
|
10541
|
-
content:
|
|
10540
|
+
}, z0 = "_content_yu4fr_1", V0 = "_buttonStyled_yu4fr_17", F0 = "_searchStyled_yu4fr_41", W0 = "_inputStyled_yu4fr_63", $0 = "_inputStyledTest_yu4fr_101", Ot = {
|
|
10541
|
+
content: z0,
|
|
10542
10542
|
buttonStyled: V0,
|
|
10543
10543
|
searchStyled: F0,
|
|
10544
10544
|
inputStyled: W0,
|
|
@@ -10562,7 +10562,7 @@ const wr = {
|
|
|
10562
10562
|
}
|
|
10563
10563
|
) })
|
|
10564
10564
|
}
|
|
10565
|
-
),
|
|
10565
|
+
), p9 = (e) => /* @__PURE__ */ a(
|
|
10566
10566
|
"form",
|
|
10567
10567
|
{
|
|
10568
10568
|
className: Ot.content,
|
|
@@ -10582,11 +10582,11 @@ const wr = {
|
|
|
10582
10582
|
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(Y0, { className: Ot.searchStyled }) })
|
|
10583
10583
|
] })
|
|
10584
10584
|
}
|
|
10585
|
-
), K0 = "
|
|
10585
|
+
), K0 = "_content_27x8l_1", J0 = "_newsContentSection_27x8l_9", Z0 = "_itemContent_27x8l_19", Wn = {
|
|
10586
10586
|
content: K0,
|
|
10587
10587
|
newsContentSection: J0,
|
|
10588
10588
|
itemContent: Z0
|
|
10589
|
-
},
|
|
10589
|
+
}, A9 = (e) => {
|
|
10590
10590
|
const {
|
|
10591
10591
|
data: t,
|
|
10592
10592
|
option: n,
|
|
@@ -10742,10 +10742,10 @@ const wr = {
|
|
|
10742
10742
|
default:
|
|
10743
10743
|
return /* @__PURE__ */ a(J, {});
|
|
10744
10744
|
}
|
|
10745
|
-
}, X0 = "
|
|
10745
|
+
}, X0 = "_content_ghncj_1", eg = "_videoContent_ghncj_17", yr = {
|
|
10746
10746
|
content: X0,
|
|
10747
10747
|
videoContent: eg
|
|
10748
|
-
}, tg = "
|
|
10748
|
+
}, tg = "_container_1wcps_1", ng = "_playStyled_1wcps_11", ag = "_imageStyled_1wcps_25", rg = "_longer_1wcps_51", og = "_contentNews_1wcps_61", sg = "_tagContent_1wcps_101", ig = "_tag_1wcps_101", cg = "_titular_1wcps_135", lg = "_small_1wcps_161", dg = "_figure_1wcps_173", ug = "_backDrop_1wcps_183", hg = "_backDropAux_1wcps_199", Pt = {
|
|
10749
10749
|
container: tg,
|
|
10750
10750
|
playStyled: ng,
|
|
10751
10751
|
imageStyled: ag,
|
|
@@ -10762,7 +10762,7 @@ const wr = {
|
|
|
10762
10762
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
10763
10763
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ m("span", { className: Pt.backdrop, children: [
|
|
10764
10764
|
/* @__PURE__ */ a("span", { className: Pt.backDropAux }),
|
|
10765
|
-
/* @__PURE__ */ a(
|
|
10765
|
+
/* @__PURE__ */ a(q, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ m("div", { children: [
|
|
10766
10766
|
n.main.image.sizes.map(async (o, s) => o.width >= 580 ? /* @__PURE__ */ a(
|
|
10767
10767
|
"source",
|
|
10768
10768
|
{
|
|
@@ -10803,7 +10803,7 @@ const wr = {
|
|
|
10803
10803
|
`video-small-${r}`
|
|
10804
10804
|
)) })
|
|
10805
10805
|
] }) }) }) });
|
|
10806
|
-
}, fg = "
|
|
10806
|
+
}, fg = "_content_quk50_1", gg = "_videoContent_quk50_17", pg = "_articleSection_quk50_41", Ag = "_contentLatout_quk50_61", wg = "_title_quk50_71", yg = "_article_quk50_41", vg = "_correspondent_quk50_127", lt = {
|
|
10807
10807
|
content: fg,
|
|
10808
10808
|
videoContent: gg,
|
|
10809
10809
|
articleSection: pg,
|
|
@@ -10811,19 +10811,19 @@ const wr = {
|
|
|
10811
10811
|
title: wg,
|
|
10812
10812
|
article: yg,
|
|
10813
10813
|
correspondent: vg
|
|
10814
|
-
}, bg = "
|
|
10814
|
+
}, bg = "_container_17w1m_1", Cg = "_playStyled_17w1m_17", br = {
|
|
10815
10815
|
container: bg,
|
|
10816
10816
|
playStyled: Cg
|
|
10817
10817
|
}, _g = (e) => {
|
|
10818
10818
|
const { video: t } = e;
|
|
10819
10819
|
return /* @__PURE__ */ a(
|
|
10820
|
-
|
|
10820
|
+
q,
|
|
10821
10821
|
{
|
|
10822
10822
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
10823
10823
|
target: t.info.link.target,
|
|
10824
10824
|
children: /* @__PURE__ */ m("section", { className: br.container, children: [
|
|
10825
10825
|
/* @__PURE__ */ a(
|
|
10826
|
-
|
|
10826
|
+
ke,
|
|
10827
10827
|
{
|
|
10828
10828
|
isLarge: !0,
|
|
10829
10829
|
preview: {
|
|
@@ -10844,7 +10844,7 @@ const wr = {
|
|
|
10844
10844
|
/* @__PURE__ */ a(_g, { video: e.video }),
|
|
10845
10845
|
/* @__PURE__ */ m("div", { className: lt.articleSection, children: [
|
|
10846
10846
|
/* @__PURE__ */ a(
|
|
10847
|
-
|
|
10847
|
+
q,
|
|
10848
10848
|
{
|
|
10849
10849
|
className: lt.title,
|
|
10850
10850
|
href: e.video.info.link.url,
|
|
@@ -10856,7 +10856,7 @@ const wr = {
|
|
|
10856
10856
|
/* @__PURE__ */ a("p", { className: lt.correspondent, children: t() })
|
|
10857
10857
|
] })
|
|
10858
10858
|
] }) }) }) });
|
|
10859
|
-
},
|
|
10859
|
+
}, w9 = (e) => {
|
|
10860
10860
|
switch (e.option) {
|
|
10861
10861
|
case "op1":
|
|
10862
10862
|
return /* @__PURE__ */ a(mg, { videos: e.data });
|
|
@@ -10866,7 +10866,7 @@ const wr = {
|
|
|
10866
10866
|
return /* @__PURE__ */ a(J, {});
|
|
10867
10867
|
}
|
|
10868
10868
|
};
|
|
10869
|
-
function
|
|
10869
|
+
function y9({ containerId: e, containerId2: t }) {
|
|
10870
10870
|
return Me(() => {
|
|
10871
10871
|
try {
|
|
10872
10872
|
let n = function() {
|
|
@@ -11109,7 +11109,7 @@ const Sg = (e) => {
|
|
|
11109
11109
|
style: { order: s },
|
|
11110
11110
|
children: /* @__PURE__ */ m("section", { className: Dt.content, children: [
|
|
11111
11111
|
/* @__PURE__ */ a(
|
|
11112
|
-
|
|
11112
|
+
q,
|
|
11113
11113
|
{
|
|
11114
11114
|
title: i?.title?.section,
|
|
11115
11115
|
href: d?.link?.url ?? "invalidUrl",
|
|
@@ -11129,7 +11129,7 @@ const Sg = (e) => {
|
|
|
11129
11129
|
}
|
|
11130
11130
|
),
|
|
11131
11131
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11132
|
-
|
|
11132
|
+
Ug,
|
|
11133
11133
|
{
|
|
11134
11134
|
main: i,
|
|
11135
11135
|
authors: c,
|
|
@@ -11150,7 +11150,7 @@ const Sg = (e) => {
|
|
|
11150
11150
|
})
|
|
11151
11151
|
}
|
|
11152
11152
|
);
|
|
11153
|
-
},
|
|
11153
|
+
}, Ug = (e) => {
|
|
11154
11154
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
11155
11155
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11156
11156
|
const s = e.authors[0], i = je(e.info?.date?.modified);
|
|
@@ -11160,7 +11160,7 @@ const Sg = (e) => {
|
|
|
11160
11160
|
t && /* @__PURE__ */ a(Eg, { className: re.dotStyles }),
|
|
11161
11161
|
e?.info?.section?.url && /* @__PURE__ */ m("div", { className: re.sectionDescriptionContainer, children: [
|
|
11162
11162
|
/* @__PURE__ */ a(
|
|
11163
|
-
|
|
11163
|
+
q,
|
|
11164
11164
|
{
|
|
11165
11165
|
className: re.sectionDescription,
|
|
11166
11166
|
href: e.info.section.url ?? "invalidUrl",
|
|
@@ -11170,7 +11170,7 @@ const Sg = (e) => {
|
|
|
11170
11170
|
e?.main?.uppertitle && /* @__PURE__ */ a("p", { className: re.uppertitle, children: e.main.uppertitle })
|
|
11171
11171
|
] }),
|
|
11172
11172
|
/* @__PURE__ */ a("h2", { className: re.articule, children: /* @__PURE__ */ a(
|
|
11173
|
-
|
|
11173
|
+
q,
|
|
11174
11174
|
{
|
|
11175
11175
|
className: re.linkStyled,
|
|
11176
11176
|
style: {
|
|
@@ -11195,7 +11195,7 @@ const Sg = (e) => {
|
|
|
11195
11195
|
}
|
|
11196
11196
|
),
|
|
11197
11197
|
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(J, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
11198
|
-
|
|
11198
|
+
q,
|
|
11199
11199
|
{
|
|
11200
11200
|
className: re.correspondentLink,
|
|
11201
11201
|
href: `/autor/${e.authors[0].name}`,
|
|
@@ -11203,7 +11203,7 @@ const Sg = (e) => {
|
|
|
11203
11203
|
}
|
|
11204
11204
|
) : /* @__PURE__ */ a("div", { className: re.correspondent, children: o }) })
|
|
11205
11205
|
] });
|
|
11206
|
-
},
|
|
11206
|
+
}, kg = ({
|
|
11207
11207
|
user: e,
|
|
11208
11208
|
handleLogout: t,
|
|
11209
11209
|
message: n
|
|
@@ -11242,10 +11242,10 @@ const Sg = (e) => {
|
|
|
11242
11242
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11243
11243
|
] })
|
|
11244
11244
|
] }) });
|
|
11245
|
-
},
|
|
11246
|
-
overlay:
|
|
11247
|
-
popup:
|
|
11248
|
-
title:
|
|
11245
|
+
}, Rg = "_overlay_1ng7z_5", Lg = "_popup_1ng7z_33", qg = "_title_1ng7z_79", Bg = "_optionsContainer_1ng7z_103", Og = "_option_1ng7z_103", Pg = "_radioInput_1ng7z_131", Dg = "_radioCustom_1ng7z_139", Mg = "_optionLabel_1ng7z_193", jg = "_buttons_1ng7z_219", Qg = "_cancelButton_1ng7z_233", Gg = "_closeButton_1ng7z_235", Hg = "_buttonAlone_1ng7z_273", zg = "_reportButton_1ng7z_285", Vg = "_successContainer_1ng7z_325", Fg = "_thumbsUp_1ng7z_341", Wg = "_successMessage_1ng7z_353", $g = "_errorMessage_1ng7z_435", Yg = "_loadingContainer_1ng7z_461", ue = {
|
|
11246
|
+
overlay: Rg,
|
|
11247
|
+
popup: Lg,
|
|
11248
|
+
title: qg,
|
|
11249
11249
|
optionsContainer: Bg,
|
|
11250
11250
|
option: Og,
|
|
11251
11251
|
radioInput: Pg,
|
|
@@ -11254,8 +11254,8 @@ const Sg = (e) => {
|
|
|
11254
11254
|
buttons: jg,
|
|
11255
11255
|
cancelButton: Qg,
|
|
11256
11256
|
closeButton: Gg,
|
|
11257
|
-
buttonAlone:
|
|
11258
|
-
reportButton:
|
|
11257
|
+
buttonAlone: Hg,
|
|
11258
|
+
reportButton: zg,
|
|
11259
11259
|
successContainer: Vg,
|
|
11260
11260
|
thumbsUp: Fg,
|
|
11261
11261
|
successMessage: Wg,
|
|
@@ -11285,7 +11285,7 @@ const Sg = (e) => {
|
|
|
11285
11285
|
return console.error("Error verificando reCAPTCHA Enterprise:", s), !1;
|
|
11286
11286
|
}
|
|
11287
11287
|
};
|
|
11288
|
-
async function
|
|
11288
|
+
async function v9({
|
|
11289
11289
|
publication: e,
|
|
11290
11290
|
username: t,
|
|
11291
11291
|
id: n,
|
|
@@ -11353,7 +11353,7 @@ const Ye = {
|
|
|
11353
11353
|
intellectual: "Violación de propiedad intelectual",
|
|
11354
11354
|
bullying: "Bullying o acoso"
|
|
11355
11355
|
};
|
|
11356
|
-
function
|
|
11356
|
+
function b9(e) {
|
|
11357
11357
|
return Ye[e];
|
|
11358
11358
|
}
|
|
11359
11359
|
const ft = 300, Je = {
|
|
@@ -11468,16 +11468,16 @@ var Nr;
|
|
|
11468
11468
|
function ep() {
|
|
11469
11469
|
return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11470
11470
|
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
|
-
|
|
11471
|
+
function N(R) {
|
|
11472
|
+
return typeof R == "string" || typeof R == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11473
|
+
R === r || R === l || R === s || R === o || R === h || R === f || typeof R == "object" && R !== null && (R.$$typeof === g || R.$$typeof === A || R.$$typeof === i || R.$$typeof === c || R.$$typeof === u || R.$$typeof === w || R.$$typeof === _ || R.$$typeof === S || R.$$typeof === p);
|
|
11474
11474
|
}
|
|
11475
|
-
function x(
|
|
11476
|
-
if (typeof
|
|
11477
|
-
var Ae =
|
|
11475
|
+
function x(R) {
|
|
11476
|
+
if (typeof R == "object" && R !== null) {
|
|
11477
|
+
var Ae = R.$$typeof;
|
|
11478
11478
|
switch (Ae) {
|
|
11479
11479
|
case t:
|
|
11480
|
-
var Ft =
|
|
11480
|
+
var Ft = R.type;
|
|
11481
11481
|
switch (Ft) {
|
|
11482
11482
|
case d:
|
|
11483
11483
|
case l:
|
|
@@ -11487,14 +11487,14 @@ function ep() {
|
|
|
11487
11487
|
case h:
|
|
11488
11488
|
return Ft;
|
|
11489
11489
|
default:
|
|
11490
|
-
var
|
|
11491
|
-
switch (
|
|
11490
|
+
var ka = Ft && Ft.$$typeof;
|
|
11491
|
+
switch (ka) {
|
|
11492
11492
|
case c:
|
|
11493
11493
|
case u:
|
|
11494
11494
|
case g:
|
|
11495
11495
|
case A:
|
|
11496
11496
|
case i:
|
|
11497
|
-
return
|
|
11497
|
+
return ka;
|
|
11498
11498
|
default:
|
|
11499
11499
|
return Ae;
|
|
11500
11500
|
}
|
|
@@ -11504,47 +11504,47 @@ function ep() {
|
|
|
11504
11504
|
}
|
|
11505
11505
|
}
|
|
11506
11506
|
}
|
|
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(
|
|
11507
|
+
var v = d, O = l, L = c, K = i, te = t, Q = u, P = r, ee = g, ce = A, M = n, U = s, E = o, D = h, T = !1;
|
|
11508
|
+
function H(R) {
|
|
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(R) || x(R) === d;
|
|
11510
11510
|
}
|
|
11511
|
-
function y(
|
|
11512
|
-
return x(
|
|
11511
|
+
function y(R) {
|
|
11512
|
+
return x(R) === l;
|
|
11513
11513
|
}
|
|
11514
|
-
function C(
|
|
11515
|
-
return x(
|
|
11514
|
+
function C(R) {
|
|
11515
|
+
return x(R) === c;
|
|
11516
11516
|
}
|
|
11517
|
-
function
|
|
11518
|
-
return x(
|
|
11517
|
+
function k(R) {
|
|
11518
|
+
return x(R) === i;
|
|
11519
11519
|
}
|
|
11520
|
-
function j(
|
|
11521
|
-
return typeof
|
|
11520
|
+
function j(R) {
|
|
11521
|
+
return typeof R == "object" && R !== null && R.$$typeof === t;
|
|
11522
11522
|
}
|
|
11523
|
-
function B(
|
|
11524
|
-
return x(
|
|
11523
|
+
function B(R) {
|
|
11524
|
+
return x(R) === u;
|
|
11525
11525
|
}
|
|
11526
|
-
function G(
|
|
11527
|
-
return x(
|
|
11526
|
+
function G(R) {
|
|
11527
|
+
return x(R) === r;
|
|
11528
11528
|
}
|
|
11529
|
-
function
|
|
11530
|
-
return x(
|
|
11529
|
+
function z(R) {
|
|
11530
|
+
return x(R) === g;
|
|
11531
11531
|
}
|
|
11532
|
-
function V(
|
|
11533
|
-
return x(
|
|
11532
|
+
function V(R) {
|
|
11533
|
+
return x(R) === A;
|
|
11534
11534
|
}
|
|
11535
|
-
function Z(
|
|
11536
|
-
return x(
|
|
11535
|
+
function Z(R) {
|
|
11536
|
+
return x(R) === n;
|
|
11537
11537
|
}
|
|
11538
|
-
function X(
|
|
11539
|
-
return x(
|
|
11538
|
+
function X(R) {
|
|
11539
|
+
return x(R) === s;
|
|
11540
11540
|
}
|
|
11541
|
-
function F(
|
|
11542
|
-
return x(
|
|
11541
|
+
function F(R) {
|
|
11542
|
+
return x(R) === o;
|
|
11543
11543
|
}
|
|
11544
|
-
function ie(
|
|
11545
|
-
return x(
|
|
11544
|
+
function ie(R) {
|
|
11545
|
+
return x(R) === h;
|
|
11546
11546
|
}
|
|
11547
|
-
ae.AsyncMode = v, ae.ConcurrentMode = O, ae.ContextConsumer =
|
|
11547
|
+
ae.AsyncMode = v, ae.ConcurrentMode = O, ae.ContextConsumer = L, ae.ContextProvider = K, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = E, ae.Suspense = D, ae.isAsyncMode = H, ae.isConcurrentMode = y, ae.isContextConsumer = C, ae.isContextProvider = k, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = G, ae.isLazy = z, ae.isMemo = V, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = F, ae.isSuspense = ie, ae.isValidElementType = N, ae.typeOf = x;
|
|
11548
11548
|
})()), ae;
|
|
11549
11549
|
}
|
|
11550
11550
|
var Sr;
|
|
@@ -11605,7 +11605,7 @@ function Ia() {
|
|
|
11605
11605
|
return Yn = e, Yn;
|
|
11606
11606
|
}
|
|
11607
11607
|
var Kn, Tr;
|
|
11608
|
-
function
|
|
11608
|
+
function Uo() {
|
|
11609
11609
|
return Tr || (Tr = 1, Kn = Function.call.bind(Object.prototype.hasOwnProperty)), Kn;
|
|
11610
11610
|
}
|
|
11611
11611
|
var Jn, Ir;
|
|
@@ -11615,7 +11615,7 @@ function np() {
|
|
|
11615
11615
|
var e = function() {
|
|
11616
11616
|
};
|
|
11617
11617
|
if (process.env.NODE_ENV !== "production") {
|
|
11618
|
-
var t = /* @__PURE__ */ Ia(), n = {}, r = /* @__PURE__ */
|
|
11618
|
+
var t = /* @__PURE__ */ Ia(), n = {}, r = /* @__PURE__ */ Uo();
|
|
11619
11619
|
e = function(s) {
|
|
11620
11620
|
var i = "Warning: " + s;
|
|
11621
11621
|
typeof console < "u" && console.error(i);
|
|
@@ -11657,11 +11657,11 @@ function np() {
|
|
|
11657
11657
|
process.env.NODE_ENV !== "production" && (n = {});
|
|
11658
11658
|
}, Jn = o, Jn;
|
|
11659
11659
|
}
|
|
11660
|
-
var Zn,
|
|
11660
|
+
var Zn, Ur;
|
|
11661
11661
|
function ap() {
|
|
11662
|
-
if (
|
|
11663
|
-
|
|
11664
|
-
var e = Ta(), t = tp(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */
|
|
11662
|
+
if (Ur) return Zn;
|
|
11663
|
+
Ur = 1;
|
|
11664
|
+
var e = Ta(), t = tp(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */ Uo(), o = /* @__PURE__ */ np(), s = function() {
|
|
11665
11665
|
};
|
|
11666
11666
|
process.env.NODE_ENV !== "production" && (s = function(c) {
|
|
11667
11667
|
var d = "Warning: " + c;
|
|
@@ -11697,7 +11697,7 @@ function ap() {
|
|
|
11697
11697
|
instanceOf: O,
|
|
11698
11698
|
node: Q(),
|
|
11699
11699
|
objectOf: K,
|
|
11700
|
-
oneOf:
|
|
11700
|
+
oneOf: L,
|
|
11701
11701
|
oneOfType: te,
|
|
11702
11702
|
shape: ee,
|
|
11703
11703
|
exact: ce
|
|
@@ -11711,34 +11711,34 @@ function ap() {
|
|
|
11711
11711
|
p.prototype = Error.prototype;
|
|
11712
11712
|
function w(y) {
|
|
11713
11713
|
if (process.env.NODE_ENV !== "production")
|
|
11714
|
-
var C = {},
|
|
11715
|
-
function j(G,
|
|
11714
|
+
var C = {}, k = 0;
|
|
11715
|
+
function j(G, z, V, Z, X, F, ie) {
|
|
11716
11716
|
if (Z = Z || f, F = F || V, ie !== n) {
|
|
11717
11717
|
if (d) {
|
|
11718
|
-
var
|
|
11718
|
+
var R = new Error(
|
|
11719
11719
|
"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
11720
|
);
|
|
11721
|
-
throw
|
|
11721
|
+
throw R.name = "Invariant Violation", R;
|
|
11722
11722
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
11723
11723
|
var Ae = Z + ":" + V;
|
|
11724
11724
|
!C[Ae] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
11725
|
-
|
|
11725
|
+
k < 3 && (s(
|
|
11726
11726
|
"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,
|
|
11727
|
+
), C[Ae] = !0, k++);
|
|
11728
11728
|
}
|
|
11729
11729
|
}
|
|
11730
|
-
return
|
|
11730
|
+
return z[V] == null ? G ? z[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(z, V, Z, X, F);
|
|
11731
11731
|
}
|
|
11732
11732
|
var B = j.bind(null, !1);
|
|
11733
11733
|
return B.isRequired = j.bind(null, !0), B;
|
|
11734
11734
|
}
|
|
11735
11735
|
function _(y) {
|
|
11736
|
-
function C(
|
|
11737
|
-
var Z =
|
|
11736
|
+
function C(k, j, B, G, z, V) {
|
|
11737
|
+
var Z = k[j], X = E(Z);
|
|
11738
11738
|
if (X !== y) {
|
|
11739
11739
|
var F = D(Z);
|
|
11740
11740
|
return new p(
|
|
11741
|
-
"Invalid " + G + " `" +
|
|
11741
|
+
"Invalid " + G + " `" + z + "` of type " + ("`" + F + "` supplied to `" + B + "`, expected ") + ("`" + y + "`."),
|
|
11742
11742
|
{ expectedType: y }
|
|
11743
11743
|
);
|
|
11744
11744
|
}
|
|
@@ -11750,16 +11750,16 @@ function ap() {
|
|
|
11750
11750
|
return w(i);
|
|
11751
11751
|
}
|
|
11752
11752
|
function N(y) {
|
|
11753
|
-
function C(
|
|
11753
|
+
function C(k, j, B, G, z) {
|
|
11754
11754
|
if (typeof y != "function")
|
|
11755
|
-
return new p("Property `" +
|
|
11756
|
-
var V =
|
|
11755
|
+
return new p("Property `" + z + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
|
11756
|
+
var V = k[j];
|
|
11757
11757
|
if (!Array.isArray(V)) {
|
|
11758
11758
|
var Z = E(V);
|
|
11759
|
-
return new p("Invalid " + G + " `" +
|
|
11759
|
+
return new p("Invalid " + G + " `" + z + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
|
|
11760
11760
|
}
|
|
11761
11761
|
for (var X = 0; X < V.length; X++) {
|
|
11762
|
-
var F = y(V, X, B, G,
|
|
11762
|
+
var F = y(V, X, B, G, z + "[" + X + "]", n);
|
|
11763
11763
|
if (F instanceof Error)
|
|
11764
11764
|
return F;
|
|
11765
11765
|
}
|
|
@@ -11768,10 +11768,10 @@ function ap() {
|
|
|
11768
11768
|
return w(C);
|
|
11769
11769
|
}
|
|
11770
11770
|
function x() {
|
|
11771
|
-
function y(C,
|
|
11772
|
-
var
|
|
11773
|
-
if (!c(
|
|
11774
|
-
var V = E(
|
|
11771
|
+
function y(C, k, j, B, G) {
|
|
11772
|
+
var z = C[k];
|
|
11773
|
+
if (!c(z)) {
|
|
11774
|
+
var V = E(z);
|
|
11775
11775
|
return new p("Invalid " + B + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
11776
11776
|
}
|
|
11777
11777
|
return null;
|
|
@@ -11779,10 +11779,10 @@ function ap() {
|
|
|
11779
11779
|
return w(y);
|
|
11780
11780
|
}
|
|
11781
11781
|
function v() {
|
|
11782
|
-
function y(C,
|
|
11783
|
-
var
|
|
11784
|
-
if (!e.isValidElementType(
|
|
11785
|
-
var V = E(
|
|
11782
|
+
function y(C, k, j, B, G) {
|
|
11783
|
+
var z = C[k];
|
|
11784
|
+
if (!e.isValidElementType(z)) {
|
|
11785
|
+
var V = E(z);
|
|
11786
11786
|
return new p("Invalid " + B + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
11787
11787
|
}
|
|
11788
11788
|
return null;
|
|
@@ -11790,42 +11790,42 @@ function ap() {
|
|
|
11790
11790
|
return w(y);
|
|
11791
11791
|
}
|
|
11792
11792
|
function O(y) {
|
|
11793
|
-
function C(
|
|
11794
|
-
if (!(
|
|
11795
|
-
var V = y.name || f, Z =
|
|
11796
|
-
return new p("Invalid " + G + " `" +
|
|
11793
|
+
function C(k, j, B, G, z) {
|
|
11794
|
+
if (!(k[j] instanceof y)) {
|
|
11795
|
+
var V = y.name || f, Z = H(k[j]);
|
|
11796
|
+
return new p("Invalid " + G + " `" + z + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + V + "`."));
|
|
11797
11797
|
}
|
|
11798
11798
|
return null;
|
|
11799
11799
|
}
|
|
11800
11800
|
return w(C);
|
|
11801
11801
|
}
|
|
11802
|
-
function
|
|
11802
|
+
function L(y) {
|
|
11803
11803
|
if (!Array.isArray(y))
|
|
11804
11804
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
|
|
11805
11805
|
"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
11806
|
) : s("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
11807
|
-
function C(
|
|
11808
|
-
for (var V =
|
|
11807
|
+
function C(k, j, B, G, z) {
|
|
11808
|
+
for (var V = k[j], Z = 0; Z < y.length; Z++)
|
|
11809
11809
|
if (g(V, y[Z]))
|
|
11810
11810
|
return null;
|
|
11811
|
-
var X = JSON.stringify(y, function(ie,
|
|
11812
|
-
var Ae = D(
|
|
11813
|
-
return Ae === "symbol" ? String(
|
|
11811
|
+
var X = JSON.stringify(y, function(ie, R) {
|
|
11812
|
+
var Ae = D(R);
|
|
11813
|
+
return Ae === "symbol" ? String(R) : R;
|
|
11814
11814
|
});
|
|
11815
|
-
return new p("Invalid " + G + " `" +
|
|
11815
|
+
return new p("Invalid " + G + " `" + z + "` of value `" + String(V) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
|
|
11816
11816
|
}
|
|
11817
11817
|
return w(C);
|
|
11818
11818
|
}
|
|
11819
11819
|
function K(y) {
|
|
11820
|
-
function C(
|
|
11820
|
+
function C(k, j, B, G, z) {
|
|
11821
11821
|
if (typeof y != "function")
|
|
11822
|
-
return new p("Property `" +
|
|
11823
|
-
var V =
|
|
11822
|
+
return new p("Property `" + z + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
|
11823
|
+
var V = k[j], Z = E(V);
|
|
11824
11824
|
if (Z !== "object")
|
|
11825
|
-
return new p("Invalid " + G + " `" +
|
|
11825
|
+
return new p("Invalid " + G + " `" + z + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
|
|
11826
11826
|
for (var X in V)
|
|
11827
11827
|
if (r(V, X)) {
|
|
11828
|
-
var F = y(V, X, B, G,
|
|
11828
|
+
var F = y(V, X, B, G, z + "." + X, n);
|
|
11829
11829
|
if (F instanceof Error)
|
|
11830
11830
|
return F;
|
|
11831
11831
|
}
|
|
@@ -11837,45 +11837,45 @@ function ap() {
|
|
|
11837
11837
|
if (!Array.isArray(y))
|
|
11838
11838
|
return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
11839
11839
|
for (var C = 0; C < y.length; C++) {
|
|
11840
|
-
var
|
|
11841
|
-
if (typeof
|
|
11840
|
+
var k = y[C];
|
|
11841
|
+
if (typeof k != "function")
|
|
11842
11842
|
return s(
|
|
11843
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(
|
|
11843
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(k) + " at index " + C + "."
|
|
11844
11844
|
), i;
|
|
11845
11845
|
}
|
|
11846
|
-
function j(B, G,
|
|
11846
|
+
function j(B, G, z, V, Z) {
|
|
11847
11847
|
for (var X = [], F = 0; F < y.length; F++) {
|
|
11848
|
-
var ie = y[F],
|
|
11849
|
-
if (
|
|
11848
|
+
var ie = y[F], R = ie(B, G, z, V, Z, n);
|
|
11849
|
+
if (R == null)
|
|
11850
11850
|
return null;
|
|
11851
|
-
|
|
11851
|
+
R.data && r(R.data, "expectedType") && X.push(R.data.expectedType);
|
|
11852
11852
|
}
|
|
11853
11853
|
var Ae = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
11854
|
-
return new p("Invalid " + V + " `" + Z + "` supplied to " + ("`" +
|
|
11854
|
+
return new p("Invalid " + V + " `" + Z + "` supplied to " + ("`" + z + "`" + Ae + "."));
|
|
11855
11855
|
}
|
|
11856
11856
|
return w(j);
|
|
11857
11857
|
}
|
|
11858
11858
|
function Q() {
|
|
11859
|
-
function y(C,
|
|
11860
|
-
return M(C[
|
|
11859
|
+
function y(C, k, j, B, G) {
|
|
11860
|
+
return M(C[k]) ? null : new p("Invalid " + B + " `" + G + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
11861
11861
|
}
|
|
11862
11862
|
return w(y);
|
|
11863
11863
|
}
|
|
11864
|
-
function P(y, C,
|
|
11864
|
+
function P(y, C, k, j, B) {
|
|
11865
11865
|
return new p(
|
|
11866
|
-
(y || "React class") + ": " + C + " type `" +
|
|
11866
|
+
(y || "React class") + ": " + C + " type `" + k + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
|
|
11867
11867
|
);
|
|
11868
11868
|
}
|
|
11869
11869
|
function ee(y) {
|
|
11870
|
-
function C(
|
|
11871
|
-
var V =
|
|
11870
|
+
function C(k, j, B, G, z) {
|
|
11871
|
+
var V = k[j], Z = E(V);
|
|
11872
11872
|
if (Z !== "object")
|
|
11873
|
-
return new p("Invalid " + G + " `" +
|
|
11873
|
+
return new p("Invalid " + G + " `" + z + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
11874
11874
|
for (var X in y) {
|
|
11875
11875
|
var F = y[X];
|
|
11876
11876
|
if (typeof F != "function")
|
|
11877
|
-
return P(B, G,
|
|
11878
|
-
var ie = F(V, X, B, G,
|
|
11877
|
+
return P(B, G, z, X, D(F));
|
|
11878
|
+
var ie = F(V, X, B, G, z + "." + X, n);
|
|
11879
11879
|
if (ie)
|
|
11880
11880
|
return ie;
|
|
11881
11881
|
}
|
|
@@ -11884,23 +11884,23 @@ function ap() {
|
|
|
11884
11884
|
return w(C);
|
|
11885
11885
|
}
|
|
11886
11886
|
function ce(y) {
|
|
11887
|
-
function C(
|
|
11888
|
-
var V =
|
|
11887
|
+
function C(k, j, B, G, z) {
|
|
11888
|
+
var V = k[j], Z = E(V);
|
|
11889
11889
|
if (Z !== "object")
|
|
11890
|
-
return new p("Invalid " + G + " `" +
|
|
11891
|
-
var X = t({},
|
|
11890
|
+
return new p("Invalid " + G + " `" + z + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
11891
|
+
var X = t({}, k[j], y);
|
|
11892
11892
|
for (var F in X) {
|
|
11893
11893
|
var ie = y[F];
|
|
11894
11894
|
if (r(y, F) && typeof ie != "function")
|
|
11895
|
-
return P(B, G,
|
|
11895
|
+
return P(B, G, z, F, D(ie));
|
|
11896
11896
|
if (!ie)
|
|
11897
11897
|
return new p(
|
|
11898
|
-
"Invalid " + G + " `" +
|
|
11898
|
+
"Invalid " + G + " `" + z + "` key `" + F + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(k[j], null, " ") + `
|
|
11899
11899
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
11900
11900
|
);
|
|
11901
|
-
var
|
|
11902
|
-
if (
|
|
11903
|
-
return
|
|
11901
|
+
var R = ie(V, F, B, G, z + "." + F, n);
|
|
11902
|
+
if (R)
|
|
11903
|
+
return R;
|
|
11904
11904
|
}
|
|
11905
11905
|
return null;
|
|
11906
11906
|
}
|
|
@@ -11921,13 +11921,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11921
11921
|
return !0;
|
|
11922
11922
|
var C = h(y);
|
|
11923
11923
|
if (C) {
|
|
11924
|
-
var
|
|
11924
|
+
var k = C.call(y), j;
|
|
11925
11925
|
if (C !== y.entries) {
|
|
11926
|
-
for (; !(j =
|
|
11926
|
+
for (; !(j = k.next()).done; )
|
|
11927
11927
|
if (!M(j.value))
|
|
11928
11928
|
return !1;
|
|
11929
11929
|
} else
|
|
11930
|
-
for (; !(j =
|
|
11930
|
+
for (; !(j = k.next()).done; ) {
|
|
11931
11931
|
var B = j.value;
|
|
11932
11932
|
if (B && !M(B[1]))
|
|
11933
11933
|
return !1;
|
|
@@ -11939,12 +11939,12 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11939
11939
|
return !1;
|
|
11940
11940
|
}
|
|
11941
11941
|
}
|
|
11942
|
-
function
|
|
11942
|
+
function U(y, C) {
|
|
11943
11943
|
return y === "symbol" ? !0 : C ? C["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && C instanceof Symbol : !1;
|
|
11944
11944
|
}
|
|
11945
11945
|
function E(y) {
|
|
11946
11946
|
var C = typeof y;
|
|
11947
|
-
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" :
|
|
11947
|
+
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" : U(C, y) ? "symbol" : C;
|
|
11948
11948
|
}
|
|
11949
11949
|
function D(y) {
|
|
11950
11950
|
if (typeof y > "u" || y === null)
|
|
@@ -11972,16 +11972,16 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11972
11972
|
return C;
|
|
11973
11973
|
}
|
|
11974
11974
|
}
|
|
11975
|
-
function
|
|
11975
|
+
function H(y) {
|
|
11976
11976
|
return !y.constructor || !y.constructor.name ? f : y.constructor.name;
|
|
11977
11977
|
}
|
|
11978
11978
|
return A.checkPropTypes = o, A.resetWarningCache = o.resetWarningCache, A.PropTypes = A, A;
|
|
11979
11979
|
}, Zn;
|
|
11980
11980
|
}
|
|
11981
|
-
var Xn,
|
|
11981
|
+
var Xn, kr;
|
|
11982
11982
|
function rp() {
|
|
11983
|
-
if (
|
|
11984
|
-
|
|
11983
|
+
if (kr) return Xn;
|
|
11984
|
+
kr = 1;
|
|
11985
11985
|
var e = /* @__PURE__ */ Ia();
|
|
11986
11986
|
function t() {
|
|
11987
11987
|
}
|
|
@@ -12026,10 +12026,10 @@ function rp() {
|
|
|
12026
12026
|
return s.PropTypes = s, s;
|
|
12027
12027
|
}, Xn;
|
|
12028
12028
|
}
|
|
12029
|
-
var
|
|
12029
|
+
var Rr;
|
|
12030
12030
|
function op() {
|
|
12031
|
-
if (
|
|
12032
|
-
if (
|
|
12031
|
+
if (Rr) return an.exports;
|
|
12032
|
+
if (Rr = 1, process.env.NODE_ENV !== "production") {
|
|
12033
12033
|
var e = Ta(), t = !0;
|
|
12034
12034
|
an.exports = /* @__PURE__ */ ap()(e.isElement, t);
|
|
12035
12035
|
} else
|
|
@@ -12069,7 +12069,7 @@ function ua(e, t) {
|
|
|
12069
12069
|
return r.__proto__ = o, r;
|
|
12070
12070
|
}, ua(e, t);
|
|
12071
12071
|
}
|
|
12072
|
-
var
|
|
12072
|
+
var Rn = /* @__PURE__ */ (function(e) {
|
|
12073
12073
|
lp(t, e);
|
|
12074
12074
|
function t() {
|
|
12075
12075
|
var r;
|
|
@@ -12135,13 +12135,13 @@ var qn = /* @__PURE__ */ (function(e) {
|
|
|
12135
12135
|
var o = this.props;
|
|
12136
12136
|
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
12137
|
var s = cp(o, ip);
|
|
12138
|
-
return /* @__PURE__ */
|
|
12138
|
+
return /* @__PURE__ */ Ra.createElement("div", da({}, s, {
|
|
12139
12139
|
ref: this.handleRecaptchaRef
|
|
12140
12140
|
}));
|
|
12141
12141
|
}, t;
|
|
12142
|
-
})(
|
|
12143
|
-
|
|
12144
|
-
|
|
12142
|
+
})(Ra.Component);
|
|
12143
|
+
Rn.displayName = "ReCAPTCHA";
|
|
12144
|
+
Rn.propTypes = {
|
|
12145
12145
|
sitekey: be.string.isRequired,
|
|
12146
12146
|
onChange: be.func,
|
|
12147
12147
|
grecaptcha: be.object,
|
|
@@ -12156,7 +12156,7 @@ qn.propTypes = {
|
|
|
12156
12156
|
badge: be.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
12157
12157
|
isolated: be.bool
|
|
12158
12158
|
};
|
|
12159
|
-
|
|
12159
|
+
Rn.defaultProps = {
|
|
12160
12160
|
onChange: function() {
|
|
12161
12161
|
},
|
|
12162
12162
|
theme: "light",
|
|
@@ -12165,10 +12165,10 @@ qn.defaultProps = {
|
|
|
12165
12165
|
size: "normal",
|
|
12166
12166
|
badge: "bottomright"
|
|
12167
12167
|
};
|
|
12168
|
-
var ea,
|
|
12168
|
+
var ea, Lr;
|
|
12169
12169
|
function dp() {
|
|
12170
|
-
if (
|
|
12171
|
-
|
|
12170
|
+
if (Lr) return ea;
|
|
12171
|
+
Lr = 1;
|
|
12172
12172
|
var e = Ta(), t = {
|
|
12173
12173
|
childContextTypes: !0,
|
|
12174
12174
|
contextType: !0,
|
|
@@ -12219,9 +12219,9 @@ function dp() {
|
|
|
12219
12219
|
for (var N = i(g), x = i(p), v = 0; v < S.length; ++v) {
|
|
12220
12220
|
var O = S[v];
|
|
12221
12221
|
if (!n[O] && !(w && w[O]) && !(x && x[O]) && !(N && N[O])) {
|
|
12222
|
-
var
|
|
12222
|
+
var L = u(p, O);
|
|
12223
12223
|
try {
|
|
12224
|
-
c(g, O,
|
|
12224
|
+
c(g, O, L);
|
|
12225
12225
|
} catch {
|
|
12226
12226
|
}
|
|
12227
12227
|
}
|
|
@@ -12253,7 +12253,7 @@ function mp(e, t) {
|
|
|
12253
12253
|
function fp(e, t) {
|
|
12254
12254
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12255
12255
|
}
|
|
12256
|
-
var
|
|
12256
|
+
var qe = {}, gp = 0;
|
|
12257
12257
|
function pp(e, t) {
|
|
12258
12258
|
return t = t || {}, function(r) {
|
|
12259
12259
|
var o = r.displayName || r.name || "Component", s = /* @__PURE__ */ (function(c) {
|
|
@@ -12273,7 +12273,7 @@ function pp(e, t) {
|
|
|
12273
12273
|
return f.props.asyncScriptOnLoad && f.props.asyncScriptOnLoad(f.state);
|
|
12274
12274
|
});
|
|
12275
12275
|
}, l.asyncScriptLoaderTriggerOnScriptLoaded = function() {
|
|
12276
|
-
var h =
|
|
12276
|
+
var h = qe[this.__scriptURL];
|
|
12277
12277
|
if (!h || !h.loaded)
|
|
12278
12278
|
throw new Error("Script is not loaded.");
|
|
12279
12279
|
for (var f in h.observers)
|
|
@@ -12281,24 +12281,24 @@ function pp(e, t) {
|
|
|
12281
12281
|
delete window[t.callbackName];
|
|
12282
12282
|
}, l.componentDidMount = function() {
|
|
12283
12283
|
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" && (
|
|
12284
|
+
if (p && typeof window[p] < "u" && (qe[f] = {
|
|
12285
12285
|
loaded: !0,
|
|
12286
12286
|
observers: {}
|
|
12287
|
-
}),
|
|
12288
|
-
var S =
|
|
12287
|
+
}), qe[f]) {
|
|
12288
|
+
var S = qe[f];
|
|
12289
12289
|
if (S && (S.loaded || S.errored)) {
|
|
12290
12290
|
this.asyncScriptLoaderHandleLoad(S);
|
|
12291
12291
|
return;
|
|
12292
12292
|
}
|
|
12293
|
-
S.observers[A] = function(
|
|
12294
|
-
return h.asyncScriptLoaderHandleLoad(
|
|
12293
|
+
S.observers[A] = function(L) {
|
|
12294
|
+
return h.asyncScriptLoaderHandleLoad(L);
|
|
12295
12295
|
};
|
|
12296
12296
|
return;
|
|
12297
12297
|
}
|
|
12298
12298
|
var N = {};
|
|
12299
|
-
N[A] = function(
|
|
12300
|
-
return h.asyncScriptLoaderHandleLoad(
|
|
12301
|
-
},
|
|
12299
|
+
N[A] = function(L) {
|
|
12300
|
+
return h.asyncScriptLoaderHandleLoad(L);
|
|
12301
|
+
}, qe[f] = {
|
|
12302
12302
|
loaded: !1,
|
|
12303
12303
|
observers: N
|
|
12304
12304
|
};
|
|
@@ -12308,8 +12308,8 @@ function pp(e, t) {
|
|
|
12308
12308
|
x.setAttribute(v, t.attributes[v]);
|
|
12309
12309
|
_ && (x.id = _);
|
|
12310
12310
|
var O = function(K) {
|
|
12311
|
-
if (
|
|
12312
|
-
var te =
|
|
12311
|
+
if (qe[f]) {
|
|
12312
|
+
var te = qe[f], Q = te.observers;
|
|
12313
12313
|
for (var P in Q)
|
|
12314
12314
|
K(Q[P]) && delete Q[P];
|
|
12315
12315
|
}
|
|
@@ -12317,14 +12317,14 @@ function pp(e, t) {
|
|
|
12317
12317
|
w && typeof window < "u" && (window[w] = function() {
|
|
12318
12318
|
return h.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
12319
12319
|
}), x.onload = function() {
|
|
12320
|
-
var
|
|
12321
|
-
|
|
12322
|
-
return w ? !1 : (K(
|
|
12320
|
+
var L = qe[f];
|
|
12321
|
+
L && (L.loaded = !0, O(function(K) {
|
|
12322
|
+
return w ? !1 : (K(L), !0);
|
|
12323
12323
|
}));
|
|
12324
12324
|
}, x.onerror = function() {
|
|
12325
|
-
var
|
|
12326
|
-
|
|
12327
|
-
return K(
|
|
12325
|
+
var L = qe[f];
|
|
12326
|
+
L && (L.errored = !0, O(function(K) {
|
|
12327
|
+
return K(L), !0;
|
|
12328
12328
|
}));
|
|
12329
12329
|
}, document.body.appendChild(x);
|
|
12330
12330
|
}, l.componentWillUnmount = function() {
|
|
@@ -12332,8 +12332,8 @@ function pp(e, t) {
|
|
|
12332
12332
|
if (t.removeOnUnmount === !0)
|
|
12333
12333
|
for (var f = document.getElementsByTagName("script"), A = 0; A < f.length; A += 1)
|
|
12334
12334
|
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
|
|
12335
|
+
var g = qe[h];
|
|
12336
|
+
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete qe[h]);
|
|
12337
12337
|
}, l.render = function() {
|
|
12338
12338
|
var h = t.globalName, f = this.props;
|
|
12339
12339
|
f.asyncScriptOnLoad;
|
|
@@ -12358,13 +12358,13 @@ function wp() {
|
|
|
12358
12358
|
var e = fa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12359
12359
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ma + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ma + "&render=explicit";
|
|
12360
12360
|
}
|
|
12361
|
-
const
|
|
12361
|
+
const ko = pp(wp, {
|
|
12362
12362
|
callbackName: ma,
|
|
12363
12363
|
globalName: Ap,
|
|
12364
12364
|
attributes: fa().nonce ? {
|
|
12365
12365
|
nonce: fa().nonce
|
|
12366
12366
|
} : {}
|
|
12367
|
-
})(
|
|
12367
|
+
})(Rn), yp = "_overlay_1je20_1", vp = "_header_1je20_35", bp = "_logo_1je20_49", Cp = "_card_1je20_63", _p = "_close_1je20_93", Np = "_form_1je20_141", Sp = "_formUl_1je20_159", Ep = "_field_1je20_183", xp = "_label_1je20_197", Tp = "_input_1je20_215", Ip = "_error_1je20_251", Up = "_primary_1je20_263", kp = "_divider_1je20_333", Rp = "_google_1je20_385", Lp = "_googleIcon_1je20_445", qp = "_spin_1je20_511", Bp = "_checkboxRow_1je20_555", Op = "_terms_1je20_629", Pp = "_message_1je20_691", Dp = "_passwordChecker_1je20_701", Mp = "_valid_1je20_739", jp = "_invalid_1je20_747", Qp = "_forgotPassword_1je20_755", Gp = "_successContainer_1je20_793", Hp = "_thumbsUp_1je20_809", zp = "_successMessage_1je20_821", I = {
|
|
12368
12368
|
overlay: yp,
|
|
12369
12369
|
header: vp,
|
|
12370
12370
|
logo: bp,
|
|
@@ -12376,13 +12376,13 @@ const Uo = pp(wp, {
|
|
|
12376
12376
|
label: xp,
|
|
12377
12377
|
input: Tp,
|
|
12378
12378
|
error: Ip,
|
|
12379
|
-
primary:
|
|
12380
|
-
divider:
|
|
12381
|
-
google:
|
|
12382
|
-
googleIcon:
|
|
12383
|
-
spin:
|
|
12379
|
+
primary: Up,
|
|
12380
|
+
divider: kp,
|
|
12381
|
+
google: Rp,
|
|
12382
|
+
googleIcon: Lp,
|
|
12383
|
+
spin: qp,
|
|
12384
12384
|
checkboxRow: Bp,
|
|
12385
|
-
switch: "
|
|
12385
|
+
switch: "_switch_1je20_613",
|
|
12386
12386
|
terms: Op,
|
|
12387
12387
|
message: Pp,
|
|
12388
12388
|
passwordChecker: Dp,
|
|
@@ -12390,8 +12390,8 @@ const Uo = pp(wp, {
|
|
|
12390
12390
|
invalid: jp,
|
|
12391
12391
|
forgotPassword: Qp,
|
|
12392
12392
|
successContainer: Gp,
|
|
12393
|
-
thumbsUp:
|
|
12394
|
-
successMessage:
|
|
12393
|
+
thumbsUp: Hp,
|
|
12394
|
+
successMessage: zp
|
|
12395
12395
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12396
12396
|
"svg",
|
|
12397
12397
|
{
|
|
@@ -12486,7 +12486,7 @@ const Uo = pp(wp, {
|
|
|
12486
12486
|
] }, w.id)) }),
|
|
12487
12487
|
l && /* @__PURE__ */ a("div", { className: ue.errorMessage, children: l }),
|
|
12488
12488
|
/* @__PURE__ */ a(
|
|
12489
|
-
|
|
12489
|
+
ko,
|
|
12490
12490
|
{
|
|
12491
12491
|
sitekey: "",
|
|
12492
12492
|
theme: "light",
|
|
@@ -12538,7 +12538,7 @@ const Uo = pp(wp, {
|
|
|
12538
12538
|
] })
|
|
12539
12539
|
] }) });
|
|
12540
12540
|
};
|
|
12541
|
-
async function
|
|
12541
|
+
async function Ua({
|
|
12542
12542
|
publication: e,
|
|
12543
12543
|
path: t,
|
|
12544
12544
|
size: n = 5,
|
|
@@ -12625,7 +12625,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12625
12625
|
(async () => {
|
|
12626
12626
|
const { PUBLIC_X_SECURITY_TOKEN: o } = $();
|
|
12627
12627
|
try {
|
|
12628
|
-
const s = await
|
|
12628
|
+
const s = await Ua({
|
|
12629
12629
|
publication: $p,
|
|
12630
12630
|
path: e ?? "",
|
|
12631
12631
|
size: 5,
|
|
@@ -12641,18 +12641,18 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12641
12641
|
}
|
|
12642
12642
|
})();
|
|
12643
12643
|
}, [t]), { comments: t, setComments: n };
|
|
12644
|
-
},
|
|
12644
|
+
}, Ro = ({ username: e, date: t }) => /* @__PURE__ */ m("div", { className: "comment-header", children: [
|
|
12645
12645
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12646
12646
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12647
12647
|
/* @__PURE__ */ a("span", { className: "comment-date", children: Kg(je(Number(t))) })
|
|
12648
|
-
] }),
|
|
12648
|
+
] }), Lo = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12649
12649
|
"img",
|
|
12650
12650
|
{
|
|
12651
12651
|
className: "comment-avatar-img",
|
|
12652
12652
|
src: e.picture,
|
|
12653
12653
|
alt: e.username
|
|
12654
12654
|
}
|
|
12655
|
-
) : e.firstname.charAt(0).toUpperCase() }),
|
|
12655
|
+
) : e.firstname.charAt(0).toUpperCase() }), qo = ({ isReply: e = !1, onReply: t, onFlag: n }) => /* @__PURE__ */ m("div", { className: "comment-actions", children: [
|
|
12656
12656
|
!e && t && /* @__PURE__ */ a(
|
|
12657
12657
|
"button",
|
|
12658
12658
|
{
|
|
@@ -12726,7 +12726,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12726
12726
|
const o = xa(e, t);
|
|
12727
12727
|
return /* @__PURE__ */ m("div", { className: "form-actions", children: [
|
|
12728
12728
|
/* @__PURE__ */ a(
|
|
12729
|
-
|
|
12729
|
+
ko,
|
|
12730
12730
|
{
|
|
12731
12731
|
sitekey: "",
|
|
12732
12732
|
theme: "light",
|
|
@@ -12889,19 +12889,19 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12889
12889
|
const o = e.text;
|
|
12890
12890
|
let s = `${Je.firstname} ${Je.lastname}`, i = Je.username;
|
|
12891
12891
|
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(
|
|
12892
|
+
/* @__PURE__ */ a(Lo, { user: e.user ? e.user : Je }),
|
|
12893
12893
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
12894
|
-
/* @__PURE__ */ a(
|
|
12894
|
+
/* @__PURE__ */ a(Ro, { username: s, date: e.date.time }),
|
|
12895
12895
|
/* @__PURE__ */ m("div", { className: "comment-reply-to", children: [
|
|
12896
12896
|
"Respondiendo a ",
|
|
12897
12897
|
/* @__PURE__ */ a("strong", { children: t })
|
|
12898
12898
|
] }),
|
|
12899
12899
|
/* @__PURE__ */ a("p", { className: "comment-text", children: o }),
|
|
12900
12900
|
n?.username.toLowerCase() !== i.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
12901
|
-
/* @__PURE__ */ a(
|
|
12901
|
+
/* @__PURE__ */ a(qo, { isReply: !0, onFlag: () => r(e.id) })
|
|
12902
12902
|
] })
|
|
12903
12903
|
] }) });
|
|
12904
|
-
},
|
|
12904
|
+
}, e3 = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: o, onFlag: s }) => {
|
|
12905
12905
|
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
12906
|
let g = `${Je.firstname} ${Je.lastname}`, p = Je.username;
|
|
12907
12907
|
e.user && (g = `${e.user.firstname} ${e.user.lastname}`, p = e.user.username);
|
|
@@ -12914,13 +12914,13 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12914
12914
|
className: "comment-header-container",
|
|
12915
12915
|
"data-hasreplies": c.reply.length > 0 ? "true" : "false",
|
|
12916
12916
|
children: [
|
|
12917
|
-
/* @__PURE__ */ a(
|
|
12917
|
+
/* @__PURE__ */ a(Lo, { user: e.user ? e.user : Je }),
|
|
12918
12918
|
/* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
|
|
12919
|
-
/* @__PURE__ */ a(
|
|
12919
|
+
/* @__PURE__ */ a(Ro, { username: g, date: e.date.time }),
|
|
12920
12920
|
/* @__PURE__ */ a("p", { className: "comment-text", children: f }),
|
|
12921
12921
|
r?.username.toLowerCase() !== p.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
12922
12922
|
/* @__PURE__ */ a(
|
|
12923
|
-
|
|
12923
|
+
qo,
|
|
12924
12924
|
{
|
|
12925
12925
|
onReply: () => o(e.id),
|
|
12926
12926
|
onFlag: () => s(e.id)
|
|
@@ -12956,7 +12956,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12956
12956
|
const _ = c.reply[c.reply.length - 1]?.id;
|
|
12957
12957
|
u(!0);
|
|
12958
12958
|
try {
|
|
12959
|
-
const N = await
|
|
12959
|
+
const N = await Ua({
|
|
12960
12960
|
publication: h,
|
|
12961
12961
|
path: n ?? "",
|
|
12962
12962
|
size: 2,
|
|
@@ -12979,7 +12979,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
12979
12979
|
]
|
|
12980
12980
|
}
|
|
12981
12981
|
) });
|
|
12982
|
-
},
|
|
12982
|
+
}, t3 = ({
|
|
12983
12983
|
commentRef: e,
|
|
12984
12984
|
user: t,
|
|
12985
12985
|
path: n,
|
|
@@ -13024,7 +13024,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13024
13024
|
}
|
|
13025
13025
|
)
|
|
13026
13026
|
] });
|
|
13027
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13027
|
+
}, { PUBLIC_PUBLICATION_ID: n3, PUBLIC_X_SECURITY_TOKEN: a3 } = $(), qr = n3 ?? "", r3 = ({
|
|
13028
13028
|
isAuthenticated: e,
|
|
13029
13029
|
path: t,
|
|
13030
13030
|
user: n,
|
|
@@ -13050,29 +13050,29 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13050
13050
|
f(!0);
|
|
13051
13051
|
const O = v.id;
|
|
13052
13052
|
try {
|
|
13053
|
-
const
|
|
13054
|
-
publication:
|
|
13053
|
+
const L = await Ua({
|
|
13054
|
+
publication: qr,
|
|
13055
13055
|
path: o ?? "",
|
|
13056
13056
|
size: 5,
|
|
13057
13057
|
sizereply: 2,
|
|
13058
13058
|
id: void 0,
|
|
13059
13059
|
lastid: O,
|
|
13060
13060
|
state: "5,6",
|
|
13061
|
-
apiToken:
|
|
13061
|
+
apiToken: a3
|
|
13062
13062
|
});
|
|
13063
13063
|
u({
|
|
13064
|
-
morecomment:
|
|
13065
|
-
comments: [...l.comments, ...
|
|
13064
|
+
morecomment: L.morecomment ?? !1,
|
|
13065
|
+
comments: [...l.comments, ...L.comments]
|
|
13066
13066
|
}), f(!1);
|
|
13067
|
-
} catch (
|
|
13068
|
-
throw f(!1), new Error(`Error al obtener comentarios: ${
|
|
13067
|
+
} catch (L) {
|
|
13068
|
+
throw f(!1), new Error(`Error al obtener comentarios: ${L}`);
|
|
13069
13069
|
}
|
|
13070
13070
|
}, 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
13071
|
return /* @__PURE__ */ m(J, { children: [
|
|
13072
13072
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: S || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(J, { children: [
|
|
13073
13073
|
e && n && /* @__PURE__ */ m("div", { className: "comments-header", children: [
|
|
13074
13074
|
/* @__PURE__ */ a(
|
|
13075
|
-
|
|
13075
|
+
kg,
|
|
13076
13076
|
{
|
|
13077
13077
|
user: n,
|
|
13078
13078
|
handleLogout: r,
|
|
@@ -13080,7 +13080,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13080
13080
|
}
|
|
13081
13081
|
),
|
|
13082
13082
|
/* @__PURE__ */ a(
|
|
13083
|
-
|
|
13083
|
+
t3,
|
|
13084
13084
|
{
|
|
13085
13085
|
commentRef: A,
|
|
13086
13086
|
user: n,
|
|
@@ -13096,7 +13096,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13096
13096
|
"data-isauthenticated": `${e}`,
|
|
13097
13097
|
children: [
|
|
13098
13098
|
l.comments.map((v) => /* @__PURE__ */ a(
|
|
13099
|
-
|
|
13099
|
+
e3,
|
|
13100
13100
|
{
|
|
13101
13101
|
comment: v,
|
|
13102
13102
|
replyingTo: c,
|
|
@@ -13124,7 +13124,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13124
13124
|
Vp,
|
|
13125
13125
|
{
|
|
13126
13126
|
username: n?.username ?? void 0,
|
|
13127
|
-
publication:
|
|
13127
|
+
publication: qr,
|
|
13128
13128
|
commentId: s,
|
|
13129
13129
|
isOpen: s !== void 0,
|
|
13130
13130
|
onClose: () => i(void 0)
|
|
@@ -13178,7 +13178,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = $(), $p = Wp, Yp = (e) => {
|
|
|
13178
13178
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13179
13179
|
}
|
|
13180
13180
|
];
|
|
13181
|
-
function
|
|
13181
|
+
function o3({ goToLogin: e, handleGoogleLogin: t }) {
|
|
13182
13182
|
const [n, r] = Y({}), [o, s] = Y(!1), [i, c] = Y(!1), [d, l] = Y(null), [u, h] = Y(
|
|
13183
13183
|
"register"
|
|
13184
13184
|
), f = (w, _) => {
|
|
@@ -13186,9 +13186,9 @@ function o9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13186
13186
|
}, A = async (w) => {
|
|
13187
13187
|
w.preventDefault(), l(null), c(!0);
|
|
13188
13188
|
try {
|
|
13189
|
-
const _ = Object.keys(Br).filter((
|
|
13190
|
-
if (_.some((
|
|
13191
|
-
if (!
|
|
13189
|
+
const _ = Object.keys(Br).filter((L) => !["username", "password", "confirmPassword"].includes(L)).map((L) => ({ Name: L, Value: n[L] }));
|
|
13190
|
+
if (_.some((L) => {
|
|
13191
|
+
if (!L.Value || L.Value.trim() === "") return !0;
|
|
13192
13192
|
}))
|
|
13193
13193
|
return c(!1), l("Complete todos los campos");
|
|
13194
13194
|
if (n.password !== n.confirmPassword) {
|
|
@@ -13197,7 +13197,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13197
13197
|
}
|
|
13198
13198
|
const S = n.password || "";
|
|
13199
13199
|
if (_n.some(
|
|
13200
|
-
(
|
|
13200
|
+
(L) => !L.test(S)
|
|
13201
13201
|
)) {
|
|
13202
13202
|
l("La contraseña no es válida");
|
|
13203
13203
|
return;
|
|
@@ -13220,8 +13220,8 @@ function o9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13220
13220
|
})
|
|
13221
13221
|
});
|
|
13222
13222
|
if (!O.ok) {
|
|
13223
|
-
const
|
|
13224
|
-
if (
|
|
13223
|
+
const L = await O.json().catch(() => ({}));
|
|
13224
|
+
if (L.code === "UsernameExistsException") {
|
|
13225
13225
|
await fetch("/api/auth/resend-code", {
|
|
13226
13226
|
method: "POST",
|
|
13227
13227
|
headers: { "Content-Type": "application/json" },
|
|
@@ -13229,7 +13229,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13229
13229
|
}), h("confirm");
|
|
13230
13230
|
return;
|
|
13231
13231
|
}
|
|
13232
|
-
throw new Error(
|
|
13232
|
+
throw new Error(L?.error || "Error al crear usuario");
|
|
13233
13233
|
}
|
|
13234
13234
|
h("confirm");
|
|
13235
13235
|
} catch (_) {
|
|
@@ -13403,7 +13403,7 @@ function o9({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
13403
13403
|
] })
|
|
13404
13404
|
] });
|
|
13405
13405
|
}
|
|
13406
|
-
function
|
|
13406
|
+
function s3({
|
|
13407
13407
|
onClose: e,
|
|
13408
13408
|
checkAuth: t,
|
|
13409
13409
|
goToRegister: n,
|
|
@@ -13412,7 +13412,7 @@ function s9({
|
|
|
13412
13412
|
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
13413
|
return /* @__PURE__ */ m(J, { children: [
|
|
13414
13414
|
o === "login" && /* @__PURE__ */ a(
|
|
13415
|
-
|
|
13415
|
+
i3,
|
|
13416
13416
|
{
|
|
13417
13417
|
email: i,
|
|
13418
13418
|
password: d,
|
|
@@ -13454,7 +13454,7 @@ function s9({
|
|
|
13454
13454
|
}
|
|
13455
13455
|
),
|
|
13456
13456
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13457
|
-
|
|
13457
|
+
c3,
|
|
13458
13458
|
{
|
|
13459
13459
|
email: i,
|
|
13460
13460
|
setEmail: c,
|
|
@@ -13487,7 +13487,7 @@ function s9({
|
|
|
13487
13487
|
}
|
|
13488
13488
|
),
|
|
13489
13489
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13490
|
-
|
|
13490
|
+
l3,
|
|
13491
13491
|
{
|
|
13492
13492
|
email: i,
|
|
13493
13493
|
confirmationCode: u,
|
|
@@ -13536,7 +13536,7 @@ function s9({
|
|
|
13536
13536
|
}
|
|
13537
13537
|
),
|
|
13538
13538
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13539
|
-
|
|
13539
|
+
d3,
|
|
13540
13540
|
{
|
|
13541
13541
|
onBackToLogin: () => {
|
|
13542
13542
|
v(null), s("login");
|
|
@@ -13545,7 +13545,7 @@ function s9({
|
|
|
13545
13545
|
)
|
|
13546
13546
|
] });
|
|
13547
13547
|
}
|
|
13548
|
-
function
|
|
13548
|
+
function i3({
|
|
13549
13549
|
email: e,
|
|
13550
13550
|
password: t,
|
|
13551
13551
|
showPassword: n,
|
|
@@ -13637,7 +13637,7 @@ function i9({
|
|
|
13637
13637
|
)
|
|
13638
13638
|
] });
|
|
13639
13639
|
}
|
|
13640
|
-
function
|
|
13640
|
+
function c3({
|
|
13641
13641
|
email: e,
|
|
13642
13642
|
setEmail: t,
|
|
13643
13643
|
loading: n,
|
|
@@ -13674,7 +13674,7 @@ function c9({
|
|
|
13674
13674
|
}
|
|
13675
13675
|
);
|
|
13676
13676
|
}
|
|
13677
|
-
function
|
|
13677
|
+
function l3({
|
|
13678
13678
|
email: e,
|
|
13679
13679
|
confirmationCode: t,
|
|
13680
13680
|
newPassword: n,
|
|
@@ -13785,13 +13785,13 @@ function l9({
|
|
|
13785
13785
|
}
|
|
13786
13786
|
);
|
|
13787
13787
|
}
|
|
13788
|
-
function
|
|
13788
|
+
function d3({ onBackToLogin: e }) {
|
|
13789
13789
|
return /* @__PURE__ */ m("div", { className: I.form, children: [
|
|
13790
13790
|
/* @__PURE__ */ a("p", { className: I.success, children: "La contraseña fue cambiada con éxito" }),
|
|
13791
13791
|
/* @__PURE__ */ a("button", { type: "button", className: I.primary, onClick: e, children: "Iniciar Sesión" })
|
|
13792
13792
|
] });
|
|
13793
13793
|
}
|
|
13794
|
-
function
|
|
13794
|
+
function u3({
|
|
13795
13795
|
loginUrl: e,
|
|
13796
13796
|
onClose: t,
|
|
13797
13797
|
checkAuth: n,
|
|
@@ -13828,7 +13828,7 @@ function u9({
|
|
|
13828
13828
|
)
|
|
13829
13829
|
] }),
|
|
13830
13830
|
o === "login" && /* @__PURE__ */ a(
|
|
13831
|
-
|
|
13831
|
+
s3,
|
|
13832
13832
|
{
|
|
13833
13833
|
onClose: t,
|
|
13834
13834
|
checkAuth: n,
|
|
@@ -13837,7 +13837,7 @@ function u9({
|
|
|
13837
13837
|
}
|
|
13838
13838
|
),
|
|
13839
13839
|
o === "register" && /* @__PURE__ */ a(
|
|
13840
|
-
|
|
13840
|
+
o3,
|
|
13841
13841
|
{
|
|
13842
13842
|
handleGoogleLogin: i,
|
|
13843
13843
|
goToLogin: () => s("login")
|
|
@@ -13847,7 +13847,7 @@ function u9({
|
|
|
13847
13847
|
}
|
|
13848
13848
|
);
|
|
13849
13849
|
}
|
|
13850
|
-
function
|
|
13850
|
+
function h3({
|
|
13851
13851
|
isAuthenticated: e,
|
|
13852
13852
|
setIsAuthenticated: t,
|
|
13853
13853
|
loginUrl: n,
|
|
@@ -13859,7 +13859,7 @@ function h9({
|
|
|
13859
13859
|
const [c, d] = xe.useState(!1);
|
|
13860
13860
|
return /* @__PURE__ */ m(J, { children: [
|
|
13861
13861
|
c && /* @__PURE__ */ a(
|
|
13862
|
-
|
|
13862
|
+
u3,
|
|
13863
13863
|
{
|
|
13864
13864
|
loginUrl: n,
|
|
13865
13865
|
icon: i,
|
|
@@ -13884,7 +13884,7 @@ function h9({
|
|
|
13884
13884
|
)
|
|
13885
13885
|
] }),
|
|
13886
13886
|
/* @__PURE__ */ a(
|
|
13887
|
-
|
|
13887
|
+
r3,
|
|
13888
13888
|
{
|
|
13889
13889
|
isAuthenticated: e,
|
|
13890
13890
|
handleLogout: async () => {
|
|
@@ -13899,7 +13899,7 @@ function h9({
|
|
|
13899
13899
|
)
|
|
13900
13900
|
] });
|
|
13901
13901
|
}
|
|
13902
|
-
function
|
|
13902
|
+
function m3({
|
|
13903
13903
|
isVisible: e,
|
|
13904
13904
|
path: t,
|
|
13905
13905
|
icon: n
|
|
@@ -13943,7 +13943,7 @@ function m9({
|
|
|
13943
13943
|
}
|
|
13944
13944
|
);
|
|
13945
13945
|
return r === null ? u : e ? /* @__PURE__ */ a(
|
|
13946
|
-
|
|
13946
|
+
h3,
|
|
13947
13947
|
{
|
|
13948
13948
|
icon: n,
|
|
13949
13949
|
isAuthenticated: r,
|
|
@@ -13955,7 +13955,7 @@ function m9({
|
|
|
13955
13955
|
}
|
|
13956
13956
|
) : u;
|
|
13957
13957
|
}
|
|
13958
|
-
const
|
|
13958
|
+
const C9 = ({
|
|
13959
13959
|
render: e,
|
|
13960
13960
|
internalPath: t,
|
|
13961
13961
|
section: n,
|
|
@@ -13980,7 +13980,7 @@ const C3 = ({
|
|
|
13980
13980
|
}, []);
|
|
13981
13981
|
const u = {
|
|
13982
13982
|
comment: /* @__PURE__ */ a(
|
|
13983
|
-
|
|
13983
|
+
m3,
|
|
13984
13984
|
{
|
|
13985
13985
|
path: t,
|
|
13986
13986
|
icon: s,
|
|
@@ -14009,7 +14009,7 @@ const C3 = ({
|
|
|
14009
14009
|
}
|
|
14010
14010
|
);
|
|
14011
14011
|
};
|
|
14012
|
-
async function
|
|
14012
|
+
async function _9({
|
|
14013
14013
|
publication: e,
|
|
14014
14014
|
path: t,
|
|
14015
14015
|
username: n,
|
|
@@ -14112,7 +14112,7 @@ async function _3({
|
|
|
14112
14112
|
};
|
|
14113
14113
|
}
|
|
14114
14114
|
}
|
|
14115
|
-
const
|
|
14115
|
+
const N9 = async ({
|
|
14116
14116
|
token: e,
|
|
14117
14117
|
projectId: t,
|
|
14118
14118
|
captchaKey: n,
|
|
@@ -14148,141 +14148,143 @@ const N3 = async ({
|
|
|
14148
14148
|
};
|
|
14149
14149
|
export {
|
|
14150
14150
|
ys as AssetsPreconnect,
|
|
14151
|
-
|
|
14151
|
+
A9 as AutorComponent,
|
|
14152
14152
|
eu as AutorHeader1,
|
|
14153
14153
|
uu as AutorHeader2,
|
|
14154
14154
|
ge as BannerAdvertising,
|
|
14155
14155
|
rt as BannerAdvertisingMiddle,
|
|
14156
|
-
|
|
14156
|
+
Y3 as CarrouselCSR,
|
|
14157
14157
|
xt as CarrouselIRS,
|
|
14158
14158
|
K2 as CarruselCard,
|
|
14159
14159
|
of as CarruselOpinion,
|
|
14160
14160
|
Be as CommonServices,
|
|
14161
14161
|
Go as Comscore,
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14162
|
+
d9 as ContactInfoServer,
|
|
14163
|
+
e9 as ContactInput,
|
|
14164
|
+
t9 as ContactSelect,
|
|
14165
|
+
n9 as ContactTextarea,
|
|
14166
14166
|
Vt as ContentLayout1,
|
|
14167
14167
|
sr as ContentLayoutTema,
|
|
14168
|
-
|
|
14168
|
+
m9 as DEBUG_MainSlots,
|
|
14169
14169
|
Xm as DestacadoNoticias,
|
|
14170
14170
|
P2 as DestacadoVideos,
|
|
14171
14171
|
dc as DynamicBlockServices,
|
|
14172
|
-
|
|
14172
|
+
h9 as DynamicComponents,
|
|
14173
14173
|
Fn as DynamicMainSlot,
|
|
14174
14174
|
xo as DynamicSlot,
|
|
14175
|
-
|
|
14176
|
-
|
|
14177
|
-
|
|
14178
|
-
|
|
14175
|
+
s9 as EditorialBlock,
|
|
14176
|
+
X3 as ErrorComponent,
|
|
14177
|
+
Rs as Font,
|
|
14178
|
+
J3 as Footer,
|
|
14179
14179
|
ws as FormatAfterScripts,
|
|
14180
14180
|
Qr as FormatScripts,
|
|
14181
|
-
|
|
14181
|
+
zo as GA4,
|
|
14182
14182
|
Vo as GTM,
|
|
14183
14183
|
So as GalleryHeader,
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14184
|
+
W3 as GenerateBody,
|
|
14185
|
+
F3 as GenerateHead,
|
|
14186
|
+
r9 as Header,
|
|
14187
14187
|
nl as ImageOffline,
|
|
14188
|
-
|
|
14188
|
+
ke as ImageOnline,
|
|
14189
|
+
H3 as IssuuServices,
|
|
14189
14190
|
xs as ItemListSchema,
|
|
14190
14191
|
vm as JournalistArticule2,
|
|
14191
14192
|
Tm as JournalistGroup,
|
|
14192
14193
|
vo as LayoutNewsComponent,
|
|
14193
|
-
|
|
14194
|
+
C9 as LazyLoader,
|
|
14195
|
+
q as LinkComponent,
|
|
14194
14196
|
M1 as LiveBlogHeader,
|
|
14195
|
-
$
|
|
14196
|
-
|
|
14197
|
+
$3 as Location,
|
|
14198
|
+
N3 as MainComponentServices,
|
|
14197
14199
|
Fo as Marfeel,
|
|
14198
14200
|
ht as MiddleSection,
|
|
14199
14201
|
No as Modulo1x3,
|
|
14200
14202
|
Y2 as Modulo1x3Card,
|
|
14201
14203
|
I2 as Modulo1x4,
|
|
14202
|
-
|
|
14203
|
-
|
|
14204
|
+
L2 as Modulo1x5,
|
|
14205
|
+
i9 as Modulo2Columnas,
|
|
14204
14206
|
E2 as Modulo3Columnas,
|
|
14205
|
-
|
|
14206
|
-
|
|
14207
|
+
c9 as ModuloNewsletter,
|
|
14208
|
+
o9 as ModuloOpinion,
|
|
14207
14209
|
xg as NewListResponseDataPH,
|
|
14208
14210
|
Ts as NewsArticle,
|
|
14209
|
-
|
|
14211
|
+
f9 as NewsComponent,
|
|
14210
14212
|
sa as NewsContent,
|
|
14211
14213
|
vn as NextPrev,
|
|
14212
14214
|
Is as OrgList,
|
|
14213
14215
|
Da as PreloadImages,
|
|
14214
14216
|
Ye as REPORT_REASONS,
|
|
14215
14217
|
ba as Readest,
|
|
14216
|
-
|
|
14217
|
-
|
|
14218
|
+
y9 as ScriptHydrator,
|
|
14219
|
+
p9 as SearchSection,
|
|
14218
14220
|
me as Section,
|
|
14219
14221
|
Xe as SectionCard,
|
|
14220
|
-
|
|
14222
|
+
kn as SectionCard2,
|
|
14221
14223
|
ca as SectionCardServerComponent,
|
|
14222
|
-
|
|
14224
|
+
l9 as SectionServerComponent,
|
|
14223
14225
|
wc as ShowSection,
|
|
14224
14226
|
Gf as SocialNetworks,
|
|
14225
14227
|
Ss as SpeculationRules,
|
|
14226
|
-
|
|
14228
|
+
u9 as StaticSlotWrapper,
|
|
14227
14229
|
pl as SubscribeColumn,
|
|
14228
14230
|
Il as SubscribeRow,
|
|
14229
|
-
|
|
14230
|
-
|
|
14231
|
+
K3 as SubscribeWhatsAppColumn,
|
|
14232
|
+
g9 as TagComponent,
|
|
14231
14233
|
dm as TagSection,
|
|
14232
|
-
|
|
14233
|
-
|
|
14234
|
-
|
|
14235
|
-
|
|
14236
|
-
|
|
14237
|
-
|
|
14238
|
-
|
|
14239
|
-
|
|
14234
|
+
z1 as TimeLine,
|
|
14235
|
+
y3 as TrimPathname,
|
|
14236
|
+
Z3 as VideoBlock3,
|
|
14237
|
+
a9 as VideoBlock4,
|
|
14238
|
+
w9 as VideoSection,
|
|
14239
|
+
ks as VideosSchemas,
|
|
14240
|
+
Us as WebsiteList,
|
|
14241
|
+
_9 as addComment,
|
|
14240
14242
|
ga as bannersReplace,
|
|
14241
14243
|
Mt as becomeVideoObject,
|
|
14242
14244
|
vt as buildTagUrl,
|
|
14243
14245
|
id as coloringByStrokeSVGs,
|
|
14244
14246
|
Ea as compileStyleProps,
|
|
14245
14247
|
Qe as cutString,
|
|
14246
|
-
|
|
14248
|
+
w3 as extractRealtedNews,
|
|
14247
14249
|
je as formatDate,
|
|
14248
|
-
|
|
14250
|
+
A3 as formatDateEdiciones,
|
|
14249
14251
|
Mr as formatDateJournalistArticule,
|
|
14250
14252
|
ls as formatDateTimeline,
|
|
14251
14253
|
ms as formatNewsMeta,
|
|
14252
14254
|
bs as formatVideoData,
|
|
14253
|
-
|
|
14255
|
+
V3 as generalGetData,
|
|
14254
14256
|
Mo as getCaptchaToken,
|
|
14255
14257
|
Fp as getComments,
|
|
14256
14258
|
$ as getConfig,
|
|
14257
|
-
|
|
14259
|
+
z3 as getDynamicSlots,
|
|
14258
14260
|
An as getEnvironmentUrl,
|
|
14259
14261
|
hs as getEnvironmentUrlFront,
|
|
14260
|
-
|
|
14262
|
+
C3 as getHydratorPath,
|
|
14261
14263
|
pe as getImageUrl,
|
|
14262
14264
|
Wt as getNextMeta,
|
|
14263
14265
|
Yt as getPage,
|
|
14264
|
-
|
|
14266
|
+
_3 as getPreloadImages,
|
|
14265
14267
|
$t as getPrevMeta,
|
|
14266
|
-
|
|
14268
|
+
b9 as getReportReasonLabel,
|
|
14267
14269
|
ds as getResponse,
|
|
14268
14270
|
us as getResponsePromise,
|
|
14269
14271
|
pa as getSchemas,
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
14273
|
-
|
|
14274
|
-
|
|
14275
|
-
|
|
14272
|
+
Hr as getScriptReplaces,
|
|
14273
|
+
qs as getSlugs,
|
|
14274
|
+
v3 as getTypeOfNews,
|
|
14275
|
+
b3 as getVideoRealPath,
|
|
14276
|
+
Ua as handleGetComments,
|
|
14277
|
+
p3 as initLibrary,
|
|
14276
14278
|
As as metadataToJSX,
|
|
14277
14279
|
hc as metadata_defaults,
|
|
14278
14280
|
jr as parseTags,
|
|
14279
14281
|
fs as pathnameSplit,
|
|
14280
|
-
|
|
14281
|
-
|
|
14282
|
+
Ls as removePages,
|
|
14283
|
+
v9 as reportComment,
|
|
14282
14284
|
Dd as shareButtons,
|
|
14283
14285
|
Na as socialIcons,
|
|
14284
14286
|
_s as speculationRules,
|
|
14285
14287
|
Cs as speculationRulesHome,
|
|
14286
14288
|
gs as urlReplaces,
|
|
14287
|
-
|
|
14289
|
+
N9 as verifyCaptchaTokenEnterprise
|
|
14288
14290
|
};
|