sass-template-common 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as m, Fragment as j } from "react/jsx-runtime";
|
|
2
2
|
import pe, { useState as Q, useRef as Xa, useCallback as ae, useEffect as ke, createElement as ft, forwardRef as eo, Fragment as on, useMemo as to } from "react";
|
|
3
|
-
let
|
|
3
|
+
let On = {
|
|
4
4
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
5
5
|
PUBLIC_API_FRONT: "https://dev-lahora.cms-medios.com",
|
|
6
6
|
PUBLIC_API_PATH: void 0,
|
|
@@ -50,10 +50,10 @@ let Pn = {
|
|
|
50
50
|
/// originaly => NEXT_PUBLIC_CAPTCHA_KEY_V2
|
|
51
51
|
};
|
|
52
52
|
function d9(e = {}) {
|
|
53
|
-
|
|
53
|
+
On = { ...On, ...e };
|
|
54
54
|
}
|
|
55
55
|
function z() {
|
|
56
|
-
return
|
|
56
|
+
return On;
|
|
57
57
|
}
|
|
58
58
|
const no = () => {
|
|
59
59
|
const { ANALYTICS_comscore: e } = z();
|
|
@@ -163,8 +163,8 @@ function es() {
|
|
|
163
163
|
return (I <= 0 ? "+" : "-") + S(q, 2, "0") + ":" + S(x, 2, "0");
|
|
164
164
|
}, m: function T(I, C) {
|
|
165
165
|
if (I.date() < C.date()) return -T(C, I);
|
|
166
|
-
var q = 12 * (C.year() - I.year()) + (C.month() - I.month()), x = I.clone().add(q, h),
|
|
167
|
-
return +(-(q + (C - x) / (
|
|
166
|
+
var q = 12 * (C.year() - I.year()) + (C.month() - I.month()), x = I.clone().add(q, h), O = C - x < 0, _ = I.clone().add(q + (O ? -1 : 1), h);
|
|
167
|
+
return +(-(q + (C - x) / (O ? x - _ : _ - x)) || 0);
|
|
168
168
|
}, a: function(T) {
|
|
169
169
|
return T < 0 ? Math.ceil(T) || 0 : Math.floor(T);
|
|
170
170
|
}, p: function(T) {
|
|
@@ -179,8 +179,8 @@ function es() {
|
|
|
179
179
|
var x;
|
|
180
180
|
if (!I) return N;
|
|
181
181
|
if (typeof I == "string") {
|
|
182
|
-
var
|
|
183
|
-
R[
|
|
182
|
+
var O = I.toLowerCase();
|
|
183
|
+
R[O] && (x = O), C && (R[O] = C, x = O);
|
|
184
184
|
var _ = I.split("-");
|
|
185
185
|
if (!x && _.length > 1) return T(_[0]);
|
|
186
186
|
} else {
|
|
@@ -203,7 +203,7 @@ function es() {
|
|
|
203
203
|
var I = T.prototype;
|
|
204
204
|
return I.parse = function(C) {
|
|
205
205
|
this.$d = (function(q) {
|
|
206
|
-
var x = q.date,
|
|
206
|
+
var x = q.date, O = q.utc;
|
|
207
207
|
if (x === null) return /* @__PURE__ */ new Date(NaN);
|
|
208
208
|
if (U.u(x)) return /* @__PURE__ */ new Date();
|
|
209
209
|
if (x instanceof Date) return new Date(x);
|
|
@@ -211,7 +211,7 @@ function es() {
|
|
|
211
211
|
var _ = x.match(w);
|
|
212
212
|
if (_) {
|
|
213
213
|
var L = _[2] - 1 || 0, G = (_[7] || "0").substring(0, 3);
|
|
214
|
-
return
|
|
214
|
+
return O ? new Date(Date.UTC(_[1], L, _[3] || 1, _[4] || 0, _[5] || 0, _[6] || 0, G)) : new Date(_[1], L, _[3] || 1, _[4] || 0, _[5] || 0, _[6] || 0, G);
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
return new Date(x);
|
|
@@ -237,20 +237,20 @@ function es() {
|
|
|
237
237
|
}, I.valueOf = function() {
|
|
238
238
|
return this.$d.getTime();
|
|
239
239
|
}, I.startOf = function(C, q) {
|
|
240
|
-
var x = this,
|
|
240
|
+
var x = this, O = !!U.u(q) || q, _ = U.p(C), L = function(Je, de) {
|
|
241
241
|
var Ve = U.w(x.$u ? Date.UTC(x.$y, de, Je) : new Date(x.$y, de, Je), x);
|
|
242
|
-
return
|
|
242
|
+
return O ? Ve : Ve.endOf(c);
|
|
243
243
|
}, G = function(Je, de) {
|
|
244
|
-
return U.w(x.toDate()[Je].apply(x.toDate("s"), (
|
|
244
|
+
return U.w(x.toDate()[Je].apply(x.toDate("s"), (O ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(de)), x);
|
|
245
245
|
}, Y = this.$W, F = this.$M, Z = this.$D, be = "set" + (this.$u ? "UTC" : "");
|
|
246
246
|
switch (_) {
|
|
247
247
|
case y:
|
|
248
|
-
return
|
|
248
|
+
return O ? L(1, 0) : L(31, 11);
|
|
249
249
|
case h:
|
|
250
|
-
return
|
|
250
|
+
return O ? L(1, F) : L(0, F + 1);
|
|
251
251
|
case u:
|
|
252
252
|
var _e = this.$locale().weekStart || 0, Ct = (Y < _e ? Y + 7 : Y) - _e;
|
|
253
|
-
return L(
|
|
253
|
+
return L(O ? Z - Ct : Z + (6 - Ct), F);
|
|
254
254
|
case c:
|
|
255
255
|
case f:
|
|
256
256
|
return G(be + "Hours", 0);
|
|
@@ -266,8 +266,8 @@ function es() {
|
|
|
266
266
|
}, I.endOf = function(C) {
|
|
267
267
|
return this.startOf(C, !1);
|
|
268
268
|
}, I.$set = function(C, q) {
|
|
269
|
-
var x,
|
|
270
|
-
if (
|
|
269
|
+
var x, O = U.p(C), _ = "set" + (this.$u ? "UTC" : ""), L = (x = {}, x[c] = _ + "Date", x[f] = _ + "Date", x[h] = _ + "Month", x[y] = _ + "FullYear", x[d] = _ + "Hours", x[l] = _ + "Minutes", x[r] = _ + "Seconds", x[i] = _ + "Milliseconds", x)[O], G = O === c ? this.$D + (q - this.$W) : q;
|
|
270
|
+
if (O === h || O === y) {
|
|
271
271
|
var Y = this.clone().set(f, 1);
|
|
272
272
|
Y.$d[L](G), Y.init(), this.$d = Y.set(f, Math.min(this.$D, Y.daysInMonth())).$d;
|
|
273
273
|
} else L && this.$d[L](G);
|
|
@@ -277,11 +277,11 @@ function es() {
|
|
|
277
277
|
}, I.get = function(C) {
|
|
278
278
|
return this[U.p(C)]();
|
|
279
279
|
}, I.add = function(C, q) {
|
|
280
|
-
var x,
|
|
280
|
+
var x, O = this;
|
|
281
281
|
C = Number(C);
|
|
282
282
|
var _ = U.p(q), L = function(F) {
|
|
283
|
-
var Z = M(
|
|
284
|
-
return U.w(Z.date(Z.date() + Math.round(F * C)),
|
|
283
|
+
var Z = M(O);
|
|
284
|
+
return U.w(Z.date(Z.date() + Math.round(F * C)), O);
|
|
285
285
|
};
|
|
286
286
|
if (_ === h) return this.set(h, this.$M + C);
|
|
287
287
|
if (_ === y) return this.set(y, this.$y + C);
|
|
@@ -294,15 +294,15 @@ function es() {
|
|
|
294
294
|
}, I.format = function(C) {
|
|
295
295
|
var q = this, x = this.$locale();
|
|
296
296
|
if (!this.isValid()) return x.invalidDate || p;
|
|
297
|
-
var
|
|
298
|
-
return de && (de[Ve] || de(q,
|
|
297
|
+
var O = C || "YYYY-MM-DDTHH:mm:ssZ", _ = U.z(this), L = this.$H, G = this.$m, Y = this.$M, F = x.weekdays, Z = x.months, be = x.meridiem, _e = function(de, Ve, bt, Pt) {
|
|
298
|
+
return de && (de[Ve] || de(q, O)) || bt[Ve].slice(0, Pt);
|
|
299
299
|
}, Ct = function(de) {
|
|
300
300
|
return U.s(L % 12 || 12, de, "0");
|
|
301
301
|
}, Je = be || function(de, Ve, bt) {
|
|
302
|
-
var
|
|
303
|
-
return bt ?
|
|
302
|
+
var Pt = de < 12 ? "AM" : "PM";
|
|
303
|
+
return bt ? Pt.toLowerCase() : Pt;
|
|
304
304
|
};
|
|
305
|
-
return
|
|
305
|
+
return O.replace(b, (function(de, Ve) {
|
|
306
306
|
return Ve || (function(bt) {
|
|
307
307
|
switch (bt) {
|
|
308
308
|
case "YY":
|
|
@@ -360,46 +360,46 @@ function es() {
|
|
|
360
360
|
}, I.utcOffset = function() {
|
|
361
361
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
362
362
|
}, I.diff = function(C, q, x) {
|
|
363
|
-
var
|
|
363
|
+
var O, _ = this, L = U.p(q), G = M(C), Y = (G.utcOffset() - this.utcOffset()) * s, F = this - G, Z = function() {
|
|
364
364
|
return U.m(_, G);
|
|
365
365
|
};
|
|
366
366
|
switch (L) {
|
|
367
367
|
case y:
|
|
368
|
-
|
|
368
|
+
O = Z() / 12;
|
|
369
369
|
break;
|
|
370
370
|
case h:
|
|
371
|
-
|
|
371
|
+
O = Z();
|
|
372
372
|
break;
|
|
373
373
|
case g:
|
|
374
|
-
|
|
374
|
+
O = Z() / 3;
|
|
375
375
|
break;
|
|
376
376
|
case u:
|
|
377
|
-
|
|
377
|
+
O = (F - Y) / 6048e5;
|
|
378
378
|
break;
|
|
379
379
|
case c:
|
|
380
|
-
|
|
380
|
+
O = (F - Y) / 864e5;
|
|
381
381
|
break;
|
|
382
382
|
case d:
|
|
383
|
-
|
|
383
|
+
O = F / o;
|
|
384
384
|
break;
|
|
385
385
|
case l:
|
|
386
|
-
|
|
386
|
+
O = F / s;
|
|
387
387
|
break;
|
|
388
388
|
case r:
|
|
389
|
-
|
|
389
|
+
O = F / n;
|
|
390
390
|
break;
|
|
391
391
|
default:
|
|
392
|
-
|
|
392
|
+
O = F;
|
|
393
393
|
}
|
|
394
|
-
return x ?
|
|
394
|
+
return x ? O : U.a(O);
|
|
395
395
|
}, I.daysInMonth = function() {
|
|
396
396
|
return this.endOf(h).$D;
|
|
397
397
|
}, I.$locale = function() {
|
|
398
398
|
return R[this.$L];
|
|
399
399
|
}, I.locale = function(C, q) {
|
|
400
400
|
if (!C) return this.$L;
|
|
401
|
-
var x = this.clone(),
|
|
402
|
-
return
|
|
401
|
+
var x = this.clone(), O = J(C, q, !0);
|
|
402
|
+
return O && (x.$L = O), x;
|
|
403
403
|
}, I.clone = function() {
|
|
404
404
|
return U.w(this.$d, this);
|
|
405
405
|
}, I.toDate = function() {
|
|
@@ -1049,21 +1049,21 @@ const ss = (e, t) => {
|
|
|
1049
1049
|
{ href_matches: "/*(-|-t|-lb)([0-9]{8})(-|)([0-9]{4,6}).html" },
|
|
1050
1050
|
{ not: { selector_matches: "[rel~=nofollow]" } }
|
|
1051
1051
|
] }, eagerness: "immediate" }
|
|
1052
|
-
] },
|
|
1052
|
+
] }, Oo = { 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
1056
|
] }, eagerness: "immediate" },
|
|
1057
1057
|
{ eagerness: "immediate", urls: ["/"] }
|
|
1058
|
-
] },
|
|
1058
|
+
] }, Po = {
|
|
1059
1059
|
Home: Mo,
|
|
1060
|
-
Common:
|
|
1060
|
+
Common: Oo
|
|
1061
1061
|
}, jo = ({ active: e, type: t, customSpeculation: n }) => e && /* @__PURE__ */ a(
|
|
1062
1062
|
"script",
|
|
1063
1063
|
{
|
|
1064
1064
|
type: "speculationrules",
|
|
1065
1065
|
dangerouslySetInnerHTML: {
|
|
1066
|
-
__html: JSON.stringify(n ??
|
|
1066
|
+
__html: JSON.stringify(n ?? Po[t])
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
1069
|
), Yn = async (e, t, n) => {
|
|
@@ -1539,10 +1539,10 @@ function us(e, t) {
|
|
|
1539
1539
|
return null;
|
|
1540
1540
|
}
|
|
1541
1541
|
const et = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ms = (e) => !ut(e) && e !== et;
|
|
1542
|
-
function
|
|
1542
|
+
function Pn() {
|
|
1543
1543
|
const { caseless: e, skipUndefined: t } = ms(this) && this || {}, n = {}, s = (o, i) => {
|
|
1544
1544
|
const r = e && us(n, i) || i;
|
|
1545
|
-
tn(n[r]) && tn(o) ? n[r] =
|
|
1545
|
+
tn(n[r]) && tn(o) ? n[r] = Pn(n[r], o) : tn(o) ? n[r] = Pn({}, o) : gt(o) ? n[r] = o.slice() : (!t || !ut(o)) && (n[r] = o);
|
|
1546
1546
|
};
|
|
1547
1547
|
for (let o = 0, i = arguments.length; o < i; o++)
|
|
1548
1548
|
arguments[o] && Dt(arguments[o], s);
|
|
@@ -1681,7 +1681,7 @@ const Ui = (e) => {
|
|
|
1681
1681
|
isTypedArray: yi,
|
|
1682
1682
|
isFileList: si,
|
|
1683
1683
|
forEach: Dt,
|
|
1684
|
-
merge:
|
|
1684
|
+
merge: Pn,
|
|
1685
1685
|
extend: hi,
|
|
1686
1686
|
trim: mi,
|
|
1687
1687
|
stripBOM: fi,
|
|
@@ -1714,10 +1714,10 @@ const Ui = (e) => {
|
|
|
1714
1714
|
asap: Li,
|
|
1715
1715
|
isIterable: Bi
|
|
1716
1716
|
};
|
|
1717
|
-
function
|
|
1717
|
+
function P(e, t, n, s, o) {
|
|
1718
1718
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), o && (this.response = o, this.status = o.status ? o.status : null);
|
|
1719
1719
|
}
|
|
1720
|
-
A.inherits(
|
|
1720
|
+
A.inherits(P, Error, {
|
|
1721
1721
|
toJSON: function() {
|
|
1722
1722
|
return {
|
|
1723
1723
|
// Standard
|
|
@@ -1738,7 +1738,7 @@ A.inherits(O, Error, {
|
|
|
1738
1738
|
};
|
|
1739
1739
|
}
|
|
1740
1740
|
});
|
|
1741
|
-
const gs =
|
|
1741
|
+
const gs = P.prototype, ps = {};
|
|
1742
1742
|
[
|
|
1743
1743
|
"ERR_BAD_OPTION_VALUE",
|
|
1744
1744
|
"ERR_BAD_OPTION",
|
|
@@ -1756,15 +1756,15 @@ const gs = O.prototype, ps = {};
|
|
|
1756
1756
|
].forEach((e) => {
|
|
1757
1757
|
ps[e] = { value: e };
|
|
1758
1758
|
});
|
|
1759
|
-
Object.defineProperties(
|
|
1759
|
+
Object.defineProperties(P, ps);
|
|
1760
1760
|
Object.defineProperty(gs, "isAxiosError", { value: !0 });
|
|
1761
|
-
|
|
1761
|
+
P.from = (e, t, n, s, o, i) => {
|
|
1762
1762
|
const r = Object.create(gs);
|
|
1763
1763
|
A.toFlatObject(e, r, function(u) {
|
|
1764
1764
|
return u !== Error.prototype;
|
|
1765
1765
|
}, (c) => c !== "isAxiosError");
|
|
1766
1766
|
const l = e && e.message ? e.message : "Error", d = t == null && e ? e.code : t;
|
|
1767
|
-
return
|
|
1767
|
+
return P.call(r, l, d, n, s, o), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", i && Object.assign(r, i), r;
|
|
1768
1768
|
};
|
|
1769
1769
|
const Ri = null;
|
|
1770
1770
|
function jn(e) {
|
|
@@ -1804,7 +1804,7 @@ function yn(e, t, n) {
|
|
|
1804
1804
|
if (A.isBoolean(f))
|
|
1805
1805
|
return f.toString();
|
|
1806
1806
|
if (!d && A.isBlob(f))
|
|
1807
|
-
throw new
|
|
1807
|
+
throw new P("Blob is not supported. Use a Buffer instead.");
|
|
1808
1808
|
return A.isArrayBuffer(f) || A.isTypedArray(f) ? d && typeof Blob == "function" ? new Blob([f]) : Buffer.from(f) : f;
|
|
1809
1809
|
}
|
|
1810
1810
|
function u(f, p, w) {
|
|
@@ -1876,13 +1876,13 @@ ws.toString = function(t) {
|
|
|
1876
1876
|
return n(o[0]) + "=" + n(o[1]);
|
|
1877
1877
|
}, "").join("&");
|
|
1878
1878
|
};
|
|
1879
|
-
function
|
|
1879
|
+
function Oi(e) {
|
|
1880
1880
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
|
|
1881
1881
|
}
|
|
1882
1882
|
function ys(e, t, n) {
|
|
1883
1883
|
if (!t)
|
|
1884
1884
|
return e;
|
|
1885
|
-
const s = n && n.encode ||
|
|
1885
|
+
const s = n && n.encode || Oi;
|
|
1886
1886
|
A.isFunction(n) && (n = {
|
|
1887
1887
|
serialize: n
|
|
1888
1888
|
});
|
|
@@ -1952,10 +1952,10 @@ const Cs = {
|
|
|
1952
1952
|
silentJSONParsing: !0,
|
|
1953
1953
|
forcedJSONParsing: !0,
|
|
1954
1954
|
clarifyTimeoutError: !1
|
|
1955
|
-
},
|
|
1955
|
+
}, Pi = typeof URLSearchParams < "u" ? URLSearchParams : Kn, ji = typeof FormData < "u" ? FormData : null, Qi = typeof Blob < "u" ? Blob : null, Gi = {
|
|
1956
1956
|
isBrowser: !0,
|
|
1957
1957
|
classes: {
|
|
1958
|
-
URLSearchParams:
|
|
1958
|
+
URLSearchParams: Pi,
|
|
1959
1959
|
FormData: ji,
|
|
1960
1960
|
Blob: Qi
|
|
1961
1961
|
},
|
|
@@ -2055,7 +2055,7 @@ const Mt = {
|
|
|
2055
2055
|
return JSON.parse(t, this.parseReviver);
|
|
2056
2056
|
} catch (l) {
|
|
2057
2057
|
if (r)
|
|
2058
|
-
throw l.name === "SyntaxError" ?
|
|
2058
|
+
throw l.name === "SyntaxError" ? P.from(l, P.ERR_BAD_RESPONSE, this, null, this.response) : l;
|
|
2059
2059
|
}
|
|
2060
2060
|
}
|
|
2061
2061
|
return t;
|
|
@@ -2298,16 +2298,16 @@ function _s(e) {
|
|
|
2298
2298
|
return !!(e && e.__CANCEL__);
|
|
2299
2299
|
}
|
|
2300
2300
|
function pt(e, t, n) {
|
|
2301
|
-
|
|
2301
|
+
P.call(this, e ?? "canceled", P.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
2302
2302
|
}
|
|
2303
|
-
A.inherits(pt,
|
|
2303
|
+
A.inherits(pt, P, {
|
|
2304
2304
|
__CANCEL__: !0
|
|
2305
2305
|
});
|
|
2306
2306
|
function vs(e, t, n) {
|
|
2307
2307
|
const s = n.config.validateStatus;
|
|
2308
|
-
!n.status || !s || s(n.status) ? e(n) : t(new
|
|
2308
|
+
!n.status || !s || s(n.status) ? e(n) : t(new P(
|
|
2309
2309
|
"Request failed with status code " + n.status,
|
|
2310
|
-
[
|
|
2310
|
+
[P.ERR_BAD_REQUEST, P.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
|
|
2311
2311
|
n.config,
|
|
2312
2312
|
n.request,
|
|
2313
2313
|
n
|
|
@@ -2532,16 +2532,16 @@ const Ss = (e) => {
|
|
|
2532
2532
|
"onloadend" in w ? w.onloadend = b : w.onreadystatechange = function() {
|
|
2533
2533
|
!w || w.readyState !== 4 || w.status === 0 && !(w.responseURL && w.responseURL.indexOf("file:") === 0) || setTimeout(b);
|
|
2534
2534
|
}, w.onabort = function() {
|
|
2535
|
-
w && (s(new
|
|
2535
|
+
w && (s(new P("Request aborted", P.ECONNABORTED, e, w)), w = null);
|
|
2536
2536
|
}, w.onerror = function(B) {
|
|
2537
|
-
const N = B && B.message ? B.message : "Network Error", R = new
|
|
2537
|
+
const N = B && B.message ? B.message : "Network Error", R = new P(N, P.ERR_NETWORK, e, w);
|
|
2538
2538
|
R.event = B || null, s(R), w = null;
|
|
2539
2539
|
}, w.ontimeout = function() {
|
|
2540
2540
|
let B = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
|
|
2541
2541
|
const N = o.transitional || Cs;
|
|
2542
|
-
o.timeoutErrorMessage && (B = o.timeoutErrorMessage), s(new
|
|
2542
|
+
o.timeoutErrorMessage && (B = o.timeoutErrorMessage), s(new P(
|
|
2543
2543
|
B,
|
|
2544
|
-
N.clarifyTimeoutError ?
|
|
2544
|
+
N.clarifyTimeoutError ? P.ETIMEDOUT : P.ECONNABORTED,
|
|
2545
2545
|
e,
|
|
2546
2546
|
w
|
|
2547
2547
|
)), w = null;
|
|
@@ -2552,7 +2552,7 @@ const Ss = (e) => {
|
|
|
2552
2552
|
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
|
2553
2553
|
const E = ar(o.url);
|
|
2554
2554
|
if (E && oe.protocols.indexOf(E) === -1) {
|
|
2555
|
-
s(new
|
|
2555
|
+
s(new P("Unsupported protocol " + E + ":", P.ERR_BAD_REQUEST, e));
|
|
2556
2556
|
return;
|
|
2557
2557
|
}
|
|
2558
2558
|
w.send(i || null);
|
|
@@ -2565,11 +2565,11 @@ const Ss = (e) => {
|
|
|
2565
2565
|
if (!o) {
|
|
2566
2566
|
o = !0, l();
|
|
2567
2567
|
const u = c instanceof Error ? c : this.reason;
|
|
2568
|
-
s.abort(u instanceof
|
|
2568
|
+
s.abort(u instanceof P ? u : new pt(u instanceof Error ? u.message : u));
|
|
2569
2569
|
}
|
|
2570
2570
|
};
|
|
2571
2571
|
let r = t && setTimeout(() => {
|
|
2572
|
-
r = null, i(new
|
|
2572
|
+
r = null, i(new P(`timeout ${t} of ms exceeded`, P.ETIMEDOUT));
|
|
2573
2573
|
}, t);
|
|
2574
2574
|
const l = () => {
|
|
2575
2575
|
e && (r && clearTimeout(r), r = null, e.forEach((c) => {
|
|
@@ -2674,7 +2674,7 @@ const Ss = (e) => {
|
|
|
2674
2674
|
let b = p && p[f];
|
|
2675
2675
|
if (b)
|
|
2676
2676
|
return b.call(p);
|
|
2677
|
-
throw new
|
|
2677
|
+
throw new P(`Response type '${f}' is not supported`, P.ERR_NOT_SUPPORT, w);
|
|
2678
2678
|
});
|
|
2679
2679
|
});
|
|
2680
2680
|
const g = async (f) => {
|
|
@@ -2743,8 +2743,8 @@ const Ss = (e) => {
|
|
|
2743
2743
|
};
|
|
2744
2744
|
ne = i && new n(p, q);
|
|
2745
2745
|
let x = await (i ? U(ne, M) : U(p, q));
|
|
2746
|
-
const
|
|
2747
|
-
if (u && (N ||
|
|
2746
|
+
const O = u && (D === "stream" || D === "response");
|
|
2747
|
+
if (u && (N || O && T)) {
|
|
2748
2748
|
const L = {};
|
|
2749
2749
|
["status", "statusText", "headers"].forEach((Z) => {
|
|
2750
2750
|
L[Z] = x[Z];
|
|
@@ -2762,7 +2762,7 @@ const Ss = (e) => {
|
|
|
2762
2762
|
}
|
|
2763
2763
|
D = D || "text";
|
|
2764
2764
|
let _ = await h[A.findKey(h, D) || "text"](x, f);
|
|
2765
|
-
return !
|
|
2765
|
+
return !O && T && T(), await new Promise((L, G) => {
|
|
2766
2766
|
vs(L, G, {
|
|
2767
2767
|
data: _,
|
|
2768
2768
|
headers: he.from(x.headers),
|
|
@@ -2774,11 +2774,11 @@ const Ss = (e) => {
|
|
|
2774
2774
|
});
|
|
2775
2775
|
} catch (C) {
|
|
2776
2776
|
throw T && T(), C && C.name === "TypeError" && /Load failed|fetch/i.test(C.message) ? Object.assign(
|
|
2777
|
-
new
|
|
2777
|
+
new P("Network Error", P.ERR_NETWORK, f, ne),
|
|
2778
2778
|
{
|
|
2779
2779
|
cause: C.cause || C
|
|
2780
2780
|
}
|
|
2781
|
-
) :
|
|
2781
|
+
) : P.from(C, C && C.code, f, ne);
|
|
2782
2782
|
}
|
|
2783
2783
|
};
|
|
2784
2784
|
}, wr = /* @__PURE__ */ new Map(), xs = (e) => {
|
|
@@ -2820,7 +2820,7 @@ function Cr(e, t) {
|
|
|
2820
2820
|
s = e[r];
|
|
2821
2821
|
let l;
|
|
2822
2822
|
if (o = s, !yr(s) && (o = Zn[(l = String(s)).toLowerCase()], o === void 0))
|
|
2823
|
-
throw new
|
|
2823
|
+
throw new P(`Unknown adapter '${l}'`);
|
|
2824
2824
|
if (o && (A.isFunction(o) || (o = o.get(t))))
|
|
2825
2825
|
break;
|
|
2826
2826
|
i[l || "#" + r] = o;
|
|
@@ -2832,7 +2832,7 @@ function Cr(e, t) {
|
|
|
2832
2832
|
let l = n ? r.length > 1 ? `since :
|
|
2833
2833
|
` + r.map(xa).join(`
|
|
2834
2834
|
`) : " " + xa(r[0]) : "as no adapter specified";
|
|
2835
|
-
throw new
|
|
2835
|
+
throw new P(
|
|
2836
2836
|
"There is no suitable adapter to dispatch the request " + l,
|
|
2837
2837
|
"ERR_NOT_SUPPORT"
|
|
2838
2838
|
);
|
|
@@ -2886,9 +2886,9 @@ Cn.transitional = function(t, n, s) {
|
|
|
2886
2886
|
}
|
|
2887
2887
|
return (i, r, l) => {
|
|
2888
2888
|
if (t === !1)
|
|
2889
|
-
throw new
|
|
2889
|
+
throw new P(
|
|
2890
2890
|
o(r, " has been removed" + (n ? " in " + n : "")),
|
|
2891
|
-
|
|
2891
|
+
P.ERR_DEPRECATED
|
|
2892
2892
|
);
|
|
2893
2893
|
return n && !Ia[r] && (Ia[r] = !0, console.warn(
|
|
2894
2894
|
o(
|
|
@@ -2903,7 +2903,7 @@ Cn.spelling = function(t) {
|
|
|
2903
2903
|
};
|
|
2904
2904
|
function br(e, t, n) {
|
|
2905
2905
|
if (typeof e != "object")
|
|
2906
|
-
throw new
|
|
2906
|
+
throw new P("options must be an object", P.ERR_BAD_OPTION_VALUE);
|
|
2907
2907
|
const s = Object.keys(e);
|
|
2908
2908
|
let o = s.length;
|
|
2909
2909
|
for (; o-- > 0; ) {
|
|
@@ -2911,11 +2911,11 @@ function br(e, t, n) {
|
|
|
2911
2911
|
if (r) {
|
|
2912
2912
|
const l = e[i], d = l === void 0 || r(l, i, e);
|
|
2913
2913
|
if (d !== !0)
|
|
2914
|
-
throw new
|
|
2914
|
+
throw new P("option " + i + " must be " + d, P.ERR_BAD_OPTION_VALUE);
|
|
2915
2915
|
continue;
|
|
2916
2916
|
}
|
|
2917
2917
|
if (n !== !0)
|
|
2918
|
-
throw new
|
|
2918
|
+
throw new P("Unknown option " + i, P.ERR_BAD_OPTION);
|
|
2919
2919
|
}
|
|
2920
2920
|
}
|
|
2921
2921
|
const an = {
|
|
@@ -3214,7 +3214,7 @@ $.CancelToken = _r;
|
|
|
3214
3214
|
$.isCancel = _s;
|
|
3215
3215
|
$.VERSION = Is;
|
|
3216
3216
|
$.toFormData = yn;
|
|
3217
|
-
$.AxiosError =
|
|
3217
|
+
$.AxiosError = P;
|
|
3218
3218
|
$.Cancel = $.CanceledError;
|
|
3219
3219
|
$.all = function(t) {
|
|
3220
3220
|
return Promise.all(t);
|
|
@@ -3452,7 +3452,7 @@ const M9 = async (e, t, n, s, o, i) => {
|
|
|
3452
3452
|
}, xr = (e) => {
|
|
3453
3453
|
const t = So(e);
|
|
3454
3454
|
return t && t.data ? t.data : t;
|
|
3455
|
-
},
|
|
3455
|
+
}, O9 = async (e) => {
|
|
3456
3456
|
const t = await Promise.allSettled(
|
|
3457
3457
|
Object.values(e).map((o) => o.promise)
|
|
3458
3458
|
), n = Object.keys(e), s = {};
|
|
@@ -3751,7 +3751,7 @@ const M9 = async (e, t, n, s, o, i) => {
|
|
|
3751
3751
|
}
|
|
3752
3752
|
}
|
|
3753
3753
|
};
|
|
3754
|
-
async function
|
|
3754
|
+
async function P9({
|
|
3755
3755
|
axiosApi: e,
|
|
3756
3756
|
headConfig: t = {
|
|
3757
3757
|
ampConfig: !1,
|
|
@@ -3921,7 +3921,7 @@ const j9 = ({
|
|
|
3921
3921
|
}, Q9 = (e) => /* @__PURE__ */ m("div", { className: ka.content, children: [
|
|
3922
3922
|
/* @__PURE__ */ a(Ur, {}),
|
|
3923
3923
|
/* @__PURE__ */ a("p", { className: ka.location, children: e.place })
|
|
3924
|
-
] }),
|
|
3924
|
+
] }), Ot = ({
|
|
3925
3925
|
children: e,
|
|
3926
3926
|
className: t
|
|
3927
3927
|
// desktopWidth = '1185px'
|
|
@@ -4035,7 +4035,7 @@ function Br({
|
|
|
4035
4035
|
l && (_.preventDefault(), ne(_.touches[0].clientX));
|
|
4036
4036
|
},
|
|
4037
4037
|
[l, ne]
|
|
4038
|
-
),
|
|
4038
|
+
), O = ae(
|
|
4039
4039
|
(_) => {
|
|
4040
4040
|
I(_);
|
|
4041
4041
|
},
|
|
@@ -4060,7 +4060,7 @@ function Br({
|
|
|
4060
4060
|
onMouseDown: C,
|
|
4061
4061
|
onTouchStart: q,
|
|
4062
4062
|
onTouchMove: x,
|
|
4063
|
-
onTouchEnd:
|
|
4063
|
+
onTouchEnd: O,
|
|
4064
4064
|
onMouseLeave: I
|
|
4065
4065
|
}
|
|
4066
4066
|
};
|
|
@@ -4271,7 +4271,7 @@ function At(e) {
|
|
|
4271
4271
|
}
|
|
4272
4272
|
const Dr = "_content_3olxv_1", Mr = {
|
|
4273
4273
|
content: Dr
|
|
4274
|
-
}, nt = (e) => /* @__PURE__ */ a("div", { className: Mr.content, children: e.children }),
|
|
4274
|
+
}, nt = (e) => /* @__PURE__ */ a("div", { className: Mr.content, children: e.children }), Or = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), $e = ({ banners: e, index: t }) => {
|
|
4275
4275
|
if (!e || e.length === 0) return null;
|
|
4276
4276
|
const n = e.find((s) => s.key === `middle_${t}`);
|
|
4277
4277
|
return n?.value && n.show ? /* @__PURE__ */ a(
|
|
@@ -4280,12 +4280,12 @@ const Dr = "_content_3olxv_1", Mr = {
|
|
|
4280
4280
|
className: "banner-container banner-context",
|
|
4281
4281
|
suppressHydrationWarning: !0,
|
|
4282
4282
|
dangerouslySetInnerHTML: {
|
|
4283
|
-
__html:
|
|
4283
|
+
__html: Or(n.value) ?? ""
|
|
4284
4284
|
}
|
|
4285
4285
|
}
|
|
4286
4286
|
) : null;
|
|
4287
|
-
},
|
|
4288
|
-
content:
|
|
4287
|
+
}, Pr = "_content_1fh0c_1", jr = {
|
|
4288
|
+
content: Pr
|
|
4289
4289
|
}, ie = ({ banners: e, name: t }) => {
|
|
4290
4290
|
if (!e || e.length === 0) return null;
|
|
4291
4291
|
const n = e.find((s) => s.key === t);
|
|
@@ -4300,7 +4300,7 @@ const Dr = "_content_3olxv_1", Mr = {
|
|
|
4300
4300
|
},
|
|
4301
4301
|
n.key
|
|
4302
4302
|
);
|
|
4303
|
-
}, Qr = "
|
|
4303
|
+
}, Qr = "_boxInformation_o5vhf_1", Gr = "_sectionDescriptionContainer_o5vhf_9", zr = "_uppertitle_o5vhf_20", Hr = "_sectionDescription_o5vhf_9", Vr = "_articule_o5vhf_60", Fr = "_linkStyled_o5vhf_74", Wr = "_description_o5vhf_85", Yr = "_correspondent_o5vhf_113", $r = "_correspondentLink_o5vhf_125", Kr = "_dotStyles_o5vhf_137", Jr = "_clipboardButton_o5vhf_144", Zr = "_socialNetworkSection_o5vhf_158", W = {
|
|
4304
4304
|
boxInformation: Qr,
|
|
4305
4305
|
sectionDescriptionContainer: Gr,
|
|
4306
4306
|
uppertitle: zr,
|
|
@@ -4543,7 +4543,15 @@ const wt = (e) => {
|
|
|
4543
4543
|
return null;
|
|
4544
4544
|
};
|
|
4545
4545
|
return /* @__PURE__ */ m("div", { className: W.boxInformation, children: [
|
|
4546
|
-
t && /* @__PURE__ */ a(
|
|
4546
|
+
t && /* @__PURE__ */ a(
|
|
4547
|
+
"div",
|
|
4548
|
+
{
|
|
4549
|
+
style: { width: "100%" },
|
|
4550
|
+
"data-hydrate": "ShareButtons",
|
|
4551
|
+
"data-props": encodeURIComponent(JSON.stringify({ noteShare: t })),
|
|
4552
|
+
children: /* @__PURE__ */ a(tl, { noteShare: { ...t } })
|
|
4553
|
+
}
|
|
4554
|
+
),
|
|
4547
4555
|
i(),
|
|
4548
4556
|
pe.createElement(
|
|
4549
4557
|
e.isTitle ? "h1" : "h2",
|
|
@@ -5843,15 +5851,15 @@ const wt = (e) => {
|
|
|
5843
5851
|
/* @__PURE__ */ a("p", { className: ve.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5844
5852
|
/* @__PURE__ */ a(k, { className: ve.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5845
5853
|
] })
|
|
5846
|
-
] }), ql = "_content_1ms2y_1", Ll = "_contentInfo_1ms2y_20", Bl = "_subscribeImage_1ms2y_28", Rl = "_tag_1ms2y_42", Dl = "_contentTitle_1ms2y_60", Ml = "_title_1ms2y_65",
|
|
5854
|
+
] }), ql = "_content_1ms2y_1", Ll = "_contentInfo_1ms2y_20", Bl = "_subscribeImage_1ms2y_28", Rl = "_tag_1ms2y_42", Dl = "_contentTitle_1ms2y_60", Ml = "_title_1ms2y_65", Ol = "_subTitle_1ms2y_70", Pl = "_inputStyled_1ms2y_79", jl = "_buttonStyled_1ms2y_118", Ql = "_contentTerms_1ms2y_131", Gl = "_subscribeText_1ms2y_137", zl = "_terms_1ms2y_146", Ae = {
|
|
5847
5855
|
content: ql,
|
|
5848
5856
|
contentInfo: Ll,
|
|
5849
5857
|
subscribeImage: Bl,
|
|
5850
5858
|
tag: Rl,
|
|
5851
5859
|
contentTitle: Dl,
|
|
5852
5860
|
title: Ml,
|
|
5853
|
-
subTitle:
|
|
5854
|
-
inputStyled:
|
|
5861
|
+
subTitle: Ol,
|
|
5862
|
+
inputStyled: Pl,
|
|
5855
5863
|
buttonStyled: jl,
|
|
5856
5864
|
contentTerms: Ql,
|
|
5857
5865
|
subscribeText: Gl,
|
|
@@ -6265,7 +6273,7 @@ const wt = (e) => {
|
|
|
6265
6273
|
)
|
|
6266
6274
|
] })
|
|
6267
6275
|
] });
|
|
6268
|
-
}, vc = "_content_1e93o_1", Nc = "_imageContent_1e93o_9", Sc = "_width1Autor_1e93o_18", xc = "_width2Autor_1e93o_22", Ec = "_width3Autor_1e93o_26", Ic = "_imageAutor_1e93o_30", kc = "_imageStyled_1e93o_69", Uc = "_contentIconStyled_1e93o_70", Tc = "_avatarContent_1e93o_87", qc = "_journalistSection_1e93o_95", Lc = "_journalistInfo_1e93o_103", Bc = "_journalistInfoLink_1e93o_104", Rc = "_socialNetworkSection_1e93o_139", Dc = "_avatarStyled_1e93o_151", Mc = "_article_1e93o_156",
|
|
6276
|
+
}, vc = "_content_1e93o_1", Nc = "_imageContent_1e93o_9", Sc = "_width1Autor_1e93o_18", xc = "_width2Autor_1e93o_22", Ec = "_width3Autor_1e93o_26", Ic = "_imageAutor_1e93o_30", kc = "_imageStyled_1e93o_69", Uc = "_contentIconStyled_1e93o_70", Tc = "_avatarContent_1e93o_87", qc = "_journalistSection_1e93o_95", Lc = "_journalistInfo_1e93o_103", Bc = "_journalistInfoLink_1e93o_104", Rc = "_socialNetworkSection_1e93o_139", Dc = "_avatarStyled_1e93o_151", Mc = "_article_1e93o_156", Oc = "_socialButton_1e93o_160", Pc = "_facebookStyled_1e93o_176", jc = "_emailStyled_1e93o_180", Qc = "_xStyled_1e93o_184", Gc = "_linkedinStyled_1e93o_188", zc = "_whatsappStyled_1e93o_192", Hc = "_whatsappLink_1e93o_196", Vc = "_clipboardButton_1e93o_212", Fc = "_googleProfileButton_1e93o_248", ee = {
|
|
6269
6277
|
content: vc,
|
|
6270
6278
|
imageContent: Nc,
|
|
6271
6279
|
width1Autor: Sc,
|
|
@@ -6281,8 +6289,8 @@ const wt = (e) => {
|
|
|
6281
6289
|
socialNetworkSection: Rc,
|
|
6282
6290
|
avatarStyled: Dc,
|
|
6283
6291
|
article: Mc,
|
|
6284
|
-
socialButton:
|
|
6285
|
-
facebookStyled:
|
|
6292
|
+
socialButton: Oc,
|
|
6293
|
+
facebookStyled: Pc,
|
|
6286
6294
|
emailStyled: jc,
|
|
6287
6295
|
xStyled: Qc,
|
|
6288
6296
|
linkedinStyled: Gc,
|
|
@@ -6517,7 +6525,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
6517
6525
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ue(
|
|
6518
6526
|
e.video.info.date.created
|
|
6519
6527
|
)}` : e?.video.main.author;
|
|
6520
|
-
return /* @__PURE__ */ a("div", { className: Le.content, children: /* @__PURE__ */ a(
|
|
6528
|
+
return /* @__PURE__ */ a("div", { className: Le.content, children: /* @__PURE__ */ a(Ot, { children: /* @__PURE__ */ m("div", { className: Le.videoContent, children: [
|
|
6521
6529
|
/* @__PURE__ */ a("p", { className: Le.title, children: e.video.main.title }),
|
|
6522
6530
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
6523
6531
|
"iframe",
|
|
@@ -6720,7 +6728,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
6720
6728
|
}, vd = "_content_kro73_1", Nd = "_contentLayout_kro73_5", La = {
|
|
6721
6729
|
content: vd,
|
|
6722
6730
|
contentLayout: Nd
|
|
6723
|
-
}, Ba = (e) => /* @__PURE__ */ a("div", { className: La.content, children: /* @__PURE__ */ a(
|
|
6731
|
+
}, Ba = (e) => /* @__PURE__ */ a("div", { className: La.content, children: /* @__PURE__ */ a(Ot, { className: `${La.contentLayout} ${e.className}`, children: e.children }) }), Sd = "_content_1nqra_1", xd = "_before_1nqra_11", Ed = "_textContent_1nqra_22", Id = "_title_1nqra_37", kd = "_description_1nqra_46", Ud = "_linkStyled_1nqra_57", it = {
|
|
6724
6732
|
content: Sd,
|
|
6725
6733
|
before: xd,
|
|
6726
6734
|
textContent: Ed,
|
|
@@ -6750,11 +6758,11 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
6750
6758
|
e.required && /* @__PURE__ */ a("span", { className: vt.required, children: "*" })
|
|
6751
6759
|
] }),
|
|
6752
6760
|
/* @__PURE__ */ a("input", { className: vt.input, ...e })
|
|
6753
|
-
] }), Dd = "_content_zgx5w_1", Md = "_contentLabel_zgx5w_8",
|
|
6761
|
+
] }), Dd = "_content_zgx5w_1", Md = "_contentLabel_zgx5w_8", Od = "_label_zgx5w_13", Pd = "_required_zgx5w_22", jd = "_input_zgx5w_28", Nt = {
|
|
6754
6762
|
content: Dd,
|
|
6755
6763
|
contentLabel: Md,
|
|
6756
|
-
label:
|
|
6757
|
-
required:
|
|
6764
|
+
label: Od,
|
|
6765
|
+
required: Pd,
|
|
6758
6766
|
input: jd
|
|
6759
6767
|
}, Y9 = (e) => /* @__PURE__ */ m("div", { className: Nt.content, children: [
|
|
6760
6768
|
/* @__PURE__ */ m("div", { className: Nt.contentLabel, children: [
|
|
@@ -6995,7 +7003,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
6995
7003
|
),
|
|
6996
7004
|
e.banner
|
|
6997
7005
|
] })
|
|
6998
|
-
] }), k1 = "_content_1jqwg_1", U1 = "_header_1jqwg_21", T1 = "_videos_1jqwg_46", q1 = "_videoContent_1jqwg_53", L1 = "_articleSection_1jqwg_60", B1 = "_contentLayoutVideoSection_1jqwg_74", R1 = "_sectionVideoList_1jqwg_82", D1 = "_iframeStyled_1jqwg_155", M1 = "_contentFrame_1jqwg_164",
|
|
7006
|
+
] }), k1 = "_content_1jqwg_1", U1 = "_header_1jqwg_21", T1 = "_videos_1jqwg_46", q1 = "_videoContent_1jqwg_53", L1 = "_articleSection_1jqwg_60", B1 = "_contentLayoutVideoSection_1jqwg_74", R1 = "_sectionVideoList_1jqwg_82", D1 = "_iframeStyled_1jqwg_155", M1 = "_contentFrame_1jqwg_164", O1 = "_relatedTitle_1jqwg_189", Ne = {
|
|
6999
7007
|
content: k1,
|
|
7000
7008
|
header: U1,
|
|
7001
7009
|
videos: T1,
|
|
@@ -7005,9 +7013,9 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
7005
7013
|
sectionVideoList: R1,
|
|
7006
7014
|
iframeStyled: D1,
|
|
7007
7015
|
contentFrame: M1,
|
|
7008
|
-
relatedTitle:
|
|
7009
|
-
},
|
|
7010
|
-
content:
|
|
7016
|
+
relatedTitle: O1
|
|
7017
|
+
}, P1 = "_content_1dj0q_1", j1 = "_linkImage_1dj0q_12", Q1 = "_playStyled_1dj0q_19", kn = {
|
|
7018
|
+
content: P1,
|
|
7011
7019
|
linkImage: j1,
|
|
7012
7020
|
playStyled: Q1
|
|
7013
7021
|
}, G1 = async (e) => {
|
|
@@ -7037,7 +7045,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
7037
7045
|
),
|
|
7038
7046
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(wt, { ...t, paths: e.paths }) })
|
|
7039
7047
|
] }) : null;
|
|
7040
|
-
}, K9 = (e) => /* @__PURE__ */ a("div", { className: Ne.content, children: /* @__PURE__ */ m(
|
|
7048
|
+
}, K9 = (e) => /* @__PURE__ */ a("div", { className: Ne.content, children: /* @__PURE__ */ m(Ot, { className: Ne.contentLayoutVideoSection, children: [
|
|
7041
7049
|
/* @__PURE__ */ m("a", { className: Ne.header, href: "/", children: [
|
|
7042
7050
|
/* @__PURE__ */ a(
|
|
7043
7051
|
"svg",
|
|
@@ -7369,7 +7377,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
7369
7377
|
headLine: Au,
|
|
7370
7378
|
live: wu,
|
|
7371
7379
|
closeLiveStyled: yu
|
|
7372
|
-
},
|
|
7380
|
+
}, Os = (e) => {
|
|
7373
7381
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7374
7382
|
k,
|
|
7375
7383
|
{
|
|
@@ -7477,12 +7485,12 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
7477
7485
|
r
|
|
7478
7486
|
)) })
|
|
7479
7487
|
] });
|
|
7480
|
-
}, Ru = "_headerStyled_t61zq_1", Du = "_headerContent_t61zq_14", Mu = "_iconContent_t61zq_25",
|
|
7488
|
+
}, Ru = "_headerStyled_t61zq_1", Du = "_headerContent_t61zq_14", Mu = "_iconContent_t61zq_25", Ou = "_menuButton_t61zq_34", Pu = "_logoStyled_t61zq_66", ju = "_buttonSection_t61zq_94", Qu = "_buttonSectionSearch_t61zq_109", Gu = "_headLineContent_t61zq_130", zu = "_headLineTitle_t61zq_143", Hu = "_headLine_t61zq_130", Vu = "_hasAlertZone_t61zq_196", ye = {
|
|
7481
7489
|
headerStyled: Ru,
|
|
7482
7490
|
headerContent: Du,
|
|
7483
7491
|
iconContent: Mu,
|
|
7484
|
-
menuButton:
|
|
7485
|
-
logoStyled:
|
|
7492
|
+
menuButton: Ou,
|
|
7493
|
+
logoStyled: Pu,
|
|
7486
7494
|
buttonSection: ju,
|
|
7487
7495
|
buttonSectionSearch: Qu,
|
|
7488
7496
|
headLineContent: Gu,
|
|
@@ -7575,7 +7583,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
7575
7583
|
)
|
|
7576
7584
|
] }),
|
|
7577
7585
|
!e.showAlertPop && /* @__PURE__ */ a(
|
|
7578
|
-
|
|
7586
|
+
Os,
|
|
7579
7587
|
{
|
|
7580
7588
|
alertZone: t,
|
|
7581
7589
|
forceShow: e.showAlertPop
|
|
@@ -7734,7 +7742,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
7734
7742
|
id: "content-layout",
|
|
7735
7743
|
children: [
|
|
7736
7744
|
e.showAlertPop && /* @__PURE__ */ a(
|
|
7737
|
-
|
|
7745
|
+
Os,
|
|
7738
7746
|
{
|
|
7739
7747
|
alertZone: t,
|
|
7740
7748
|
forceShow: e.showAlertPop,
|
|
@@ -7966,11 +7974,11 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
7966
7974
|
}
|
|
7967
7975
|
)
|
|
7968
7976
|
] }) });
|
|
7969
|
-
}, Dm = "_content_vmnac_1", Mm = "_imageStyled_vmnac_20",
|
|
7977
|
+
}, Dm = "_content_vmnac_1", Mm = "_imageStyled_vmnac_20", Om = "_contentIconStyled_vmnac_21", Pm = "_contentCard_vmnac_31", jm = "_contentInfo_vmnac_70", Qm = "_fullName_vmnac_76", Gm = "_LearnMoreLink_vmnac_83", We = {
|
|
7970
7978
|
content: Dm,
|
|
7971
7979
|
imageStyled: Mm,
|
|
7972
|
-
contentIconStyled:
|
|
7973
|
-
contentCard:
|
|
7980
|
+
contentIconStyled: Om,
|
|
7981
|
+
contentCard: Pm,
|
|
7974
7982
|
contentInfo: jm,
|
|
7975
7983
|
fullName: Qm,
|
|
7976
7984
|
LearnMoreLink: Gm
|
|
@@ -8257,7 +8265,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
8257
8265
|
title: lh,
|
|
8258
8266
|
subtitle: ch,
|
|
8259
8267
|
linkStyled: dh
|
|
8260
|
-
},
|
|
8268
|
+
}, Ps = (e) => /* @__PURE__ */ m("div", { className: xt.content, children: [
|
|
8261
8269
|
e?.mainNew?.info.section && /* @__PURE__ */ a(
|
|
8262
8270
|
k,
|
|
8263
8271
|
{
|
|
@@ -8296,7 +8304,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
8296
8304
|
}, r = t.slice(1);
|
|
8297
8305
|
return i && r && /* @__PURE__ */ m(se, { title: n, titleUrl: e.titleUrl, children: [
|
|
8298
8306
|
/* @__PURE__ */ m("div", { className: qn.headerSection, children: [
|
|
8299
|
-
/* @__PURE__ */ a(
|
|
8307
|
+
/* @__PURE__ */ a(Ps, { mainNew: i, goTo: e.goTo }),
|
|
8300
8308
|
/* @__PURE__ */ a(
|
|
8301
8309
|
k,
|
|
8302
8310
|
{
|
|
@@ -8331,7 +8339,7 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
8331
8339
|
})
|
|
8332
8340
|
] })
|
|
8333
8341
|
] });
|
|
8334
|
-
}, gh = "_content_1stvq_1", ph = "_autorContent_1stvq_8", Ah = "_image_1stvq_24", wh = "_contentIcon_1stvq_25", yh = "_boxInformationContent_1stvq_47", Ch = "_autorName_1stvq_53", bh = "_time_1stvq_85", _h = "_comment_1stvq_98", vh = "_title_1stvq_107",
|
|
8342
|
+
}, gh = "_content_1stvq_1", ph = "_autorContent_1stvq_8", Ah = "_image_1stvq_24", wh = "_contentIcon_1stvq_25", yh = "_boxInformationContent_1stvq_47", Ch = "_autorName_1stvq_53", bh = "_time_1stvq_85", _h = "_comment_1stvq_98", vh = "_title_1stvq_107", Oe = {
|
|
8335
8343
|
content: gh,
|
|
8336
8344
|
autorContent: ph,
|
|
8337
8345
|
image: Ah,
|
|
@@ -8342,21 +8350,21 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
8342
8350
|
comment: _h,
|
|
8343
8351
|
title: vh
|
|
8344
8352
|
}, sn = async (e) => {
|
|
8345
|
-
const { data: t, autorIcon: n } = e, s = n, o = () => t?.config?.showtime ? `${Ue(t.info?.date?.modified)}` : "", i = /* @__PURE__ */ m("div", { className:
|
|
8353
|
+
const { data: t, autorIcon: n } = e, s = n, o = () => t?.config?.showtime ? `${Ue(t.info?.date?.modified)}` : "", i = /* @__PURE__ */ m("div", { className: Oe.autorContent, children: [
|
|
8346
8354
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
8347
8355
|
"img",
|
|
8348
8356
|
{
|
|
8349
8357
|
fetchPriority: "low",
|
|
8350
8358
|
loading: "lazy",
|
|
8351
|
-
className:
|
|
8359
|
+
className: Oe.image,
|
|
8352
8360
|
src: await re(t?.authors[0]?.image?.sizes[0]?.url || ""),
|
|
8353
8361
|
alt: t?.authors[0]?.fullname
|
|
8354
8362
|
}
|
|
8355
|
-
) : /* @__PURE__ */ a("div", { className:
|
|
8356
|
-
/* @__PURE__ */ a("p", { className:
|
|
8357
|
-
/* @__PURE__ */ a("p", { className:
|
|
8363
|
+
) : /* @__PURE__ */ a("div", { className: Oe.contentIcon, children: /* @__PURE__ */ a(s, {}) }),
|
|
8364
|
+
/* @__PURE__ */ a("p", { className: Oe.autorName, children: Te(t?.authors[0]?.fullname ?? "Redacción", 18) }),
|
|
8365
|
+
/* @__PURE__ */ a("p", { className: Oe.time, children: o() })
|
|
8358
8366
|
] });
|
|
8359
|
-
return /* @__PURE__ */ m("div", { className:
|
|
8367
|
+
return /* @__PURE__ */ m("div", { className: Oe.content, children: [
|
|
8360
8368
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8361
8369
|
k,
|
|
8362
8370
|
{
|
|
@@ -8364,17 +8372,17 @@ const ed = "_content_r1co8_1", td = "_videoContent_r1co8_20", nd = "_articleSect
|
|
|
8364
8372
|
children: i
|
|
8365
8373
|
}
|
|
8366
8374
|
) : i,
|
|
8367
|
-
/* @__PURE__ */ m("div", { className:
|
|
8375
|
+
/* @__PURE__ */ m("div", { className: Oe.boxInformationContent, children: [
|
|
8368
8376
|
/* @__PURE__ */ a(
|
|
8369
8377
|
k,
|
|
8370
8378
|
{
|
|
8371
|
-
className:
|
|
8379
|
+
className: Oe.title,
|
|
8372
8380
|
href: t?.info?.link?.url,
|
|
8373
8381
|
target: t?.info?.link?.target,
|
|
8374
8382
|
children: t?.main?.title?.home
|
|
8375
8383
|
}
|
|
8376
8384
|
),
|
|
8377
|
-
/* @__PURE__ */ a("p", { className:
|
|
8385
|
+
/* @__PURE__ */ a("p", { className: Oe.comment, children: Te(t?.main?.subtitle?.striped || "") })
|
|
8378
8386
|
] })
|
|
8379
8387
|
] });
|
|
8380
8388
|
}, Nh = "_content_1d7mg_1", Sh = "_boxPosition_1d7mg_8", xh = "_contentFlex_1d7mg_21", Eh = "_bannerContent_1d7mg_29", Ih = "_bannerContentAux_1d7mg_40", lt = {
|
|
@@ -8444,13 +8452,13 @@ const Z9 = (e) => {
|
|
|
8444
8452
|
] })
|
|
8445
8453
|
}
|
|
8446
8454
|
) });
|
|
8447
|
-
}, Uh = "_content_w9viv_1", Th = "_title_w9viv_10",
|
|
8455
|
+
}, Uh = "_content_w9viv_1", Th = "_title_w9viv_10", Oa = {
|
|
8448
8456
|
content: Uh,
|
|
8449
8457
|
title: Th
|
|
8450
8458
|
}, X9 = (e) => {
|
|
8451
8459
|
const { showTitle: t = !0 } = e;
|
|
8452
|
-
return /* @__PURE__ */ m("div", { className:
|
|
8453
|
-
t && /* @__PURE__ */ a("p", { className:
|
|
8460
|
+
return /* @__PURE__ */ m("div", { className: Oa.content, children: [
|
|
8461
|
+
t && /* @__PURE__ */ a("p", { className: Oa.title, children: "Editorial" }),
|
|
8454
8462
|
/* @__PURE__ */ a(
|
|
8455
8463
|
wt,
|
|
8456
8464
|
{
|
|
@@ -8510,10 +8518,10 @@ const Z9 = (e) => {
|
|
|
8510
8518
|
}, t3 = (e) => /* @__PURE__ */ m(j, { children: [
|
|
8511
8519
|
/* @__PURE__ */ a(Tl, { className: "display-on-lower-900px", ...e }),
|
|
8512
8520
|
/* @__PURE__ */ a(Hl, { ...e })
|
|
8513
|
-
] }), Mh = "_newsContent_gd57q_1",
|
|
8521
|
+
] }), Mh = "_newsContent_gd57q_1", Oh = "_newsContentWithLines_gd57q_8", Ph = "_newsContentWithoutLines_gd57q_13", jh = "_contentSeparator_gd57q_18", Wt = {
|
|
8514
8522
|
newsContent: Mh,
|
|
8515
|
-
newsContentWithLines:
|
|
8516
|
-
newsContentWithoutLines:
|
|
8523
|
+
newsContentWithLines: Oh,
|
|
8524
|
+
newsContentWithoutLines: Ph,
|
|
8517
8525
|
contentSeparator: jh
|
|
8518
8526
|
}, Qh = (e) => {
|
|
8519
8527
|
const { content: t } = e;
|
|
@@ -8579,7 +8587,7 @@ const Z9 = (e) => {
|
|
|
8579
8587
|
showVideoTime: e.showVideoTime,
|
|
8580
8588
|
showVideosubtitle: e.showVideosubtitle
|
|
8581
8589
|
}
|
|
8582
|
-
) }), Gh = "_newsContent_1sb62_1", zh = "_contentSeparator_1sb62_8",
|
|
8590
|
+
) }), Gh = "_newsContent_1sb62_1", zh = "_contentSeparator_1sb62_8", Pa = {
|
|
8583
8591
|
newsContent: Gh,
|
|
8584
8592
|
contentSeparator: zh
|
|
8585
8593
|
}, Hh = (e) => {
|
|
@@ -8588,7 +8596,7 @@ const Z9 = (e) => {
|
|
|
8588
8596
|
return /* @__PURE__ */ a(se, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8589
8597
|
"div",
|
|
8590
8598
|
{
|
|
8591
|
-
className: `${
|
|
8599
|
+
className: `${Pa.newsContent} ${e.hasLines ? Pa.contentSeparator : ""}`,
|
|
8592
8600
|
children: t?.map((s, o) => {
|
|
8593
8601
|
const i = e.slot_id && e.slot_id !== "Nota_1", r = {
|
|
8594
8602
|
...s,
|
|
@@ -8654,7 +8662,7 @@ const Z9 = (e) => {
|
|
|
8654
8662
|
const o = t[0], i = e.slot_id && e.slot_id !== "Nota_1", r = t.slice(1);
|
|
8655
8663
|
return o && r && /* @__PURE__ */ m(se, { title: n, titleUrl: e.titleUrl, children: [
|
|
8656
8664
|
/* @__PURE__ */ m("div", { className: Bn.headerSection, children: [
|
|
8657
|
-
/* @__PURE__ */ a(
|
|
8665
|
+
/* @__PURE__ */ a(Ps, { goTo: e.goTo, mainNew: qt(o) }),
|
|
8658
8666
|
/* @__PURE__ */ a(
|
|
8659
8667
|
k,
|
|
8660
8668
|
{
|
|
@@ -9125,7 +9133,7 @@ const Z9 = (e) => {
|
|
|
9125
9133
|
commercial: R2,
|
|
9126
9134
|
commercialContent: D2,
|
|
9127
9135
|
complement: M2
|
|
9128
|
-
},
|
|
9136
|
+
}, O2 = (e) => /* @__PURE__ */ m("section", { className: It.container, children: [
|
|
9129
9137
|
/* @__PURE__ */ a("div", { className: It.note, children: e.children }),
|
|
9130
9138
|
/* @__PURE__ */ a("div", { className: It.commercial, children: /* @__PURE__ */ m("div", { className: It.commercialContent, children: [
|
|
9131
9139
|
e.slug === "liveblogs" && /* @__PURE__ */ a(o1, { itemList: e.itemList }),
|
|
@@ -9147,7 +9155,7 @@ const Z9 = (e) => {
|
|
|
9147
9155
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9148
9156
|
] }) }),
|
|
9149
9157
|
/* @__PURE__ */ a("div", { className: It.complement, children: e.complement })
|
|
9150
|
-
] }),
|
|
9158
|
+
] }), P2 = (e) => {
|
|
9151
9159
|
const t = {
|
|
9152
9160
|
...e.news[0],
|
|
9153
9161
|
config: {
|
|
@@ -9233,7 +9241,7 @@ const Z9 = (e) => {
|
|
|
9233
9241
|
}
|
|
9234
9242
|
);
|
|
9235
9243
|
}
|
|
9236
|
-
}, j2 = "_content_jrssz_1", Q2 = "_contentWithinCard_jrssz_7", G2 = "_contentDate_jrssz_13", z2 = "_dateInfo_jrssz_20", H2 = "_dot_jrssz_30", V2 = "_contentTitle_jrssz_38", F2 = "_contentTextList_jrssz_47", W2 = "_contentButton_jrssz_101", Y2 = "_linkStyled_jrssz_107",
|
|
9244
|
+
}, j2 = "_content_jrssz_1", Q2 = "_contentWithinCard_jrssz_7", G2 = "_contentDate_jrssz_13", z2 = "_dateInfo_jrssz_20", H2 = "_dot_jrssz_30", V2 = "_contentTitle_jrssz_38", F2 = "_contentTextList_jrssz_47", W2 = "_contentButton_jrssz_101", Y2 = "_linkStyled_jrssz_107", Pe = {
|
|
9237
9245
|
content: j2,
|
|
9238
9246
|
contentWithinCard: Q2,
|
|
9239
9247
|
contentDate: G2,
|
|
@@ -9279,13 +9287,13 @@ const t0 = async ({
|
|
|
9279
9287
|
}
|
|
9280
9288
|
};
|
|
9281
9289
|
});
|
|
9282
|
-
return /* @__PURE__ */ a("section", { className:
|
|
9283
|
-
/* @__PURE__ */ a(J2, { id: `item-${r + 1}`, children: /* @__PURE__ */ m("div", { className:
|
|
9284
|
-
i.date > 0 && /* @__PURE__ */ m("div", { className:
|
|
9290
|
+
return /* @__PURE__ */ a("section", { className: Pe.content, id: "block-notes-list", children: o?.map((i, r) => /* @__PURE__ */ m(on, { children: [
|
|
9291
|
+
/* @__PURE__ */ a(J2, { id: `item-${r + 1}`, children: /* @__PURE__ */ m("div", { className: Pe.contentWithinCard, children: [
|
|
9292
|
+
i.date > 0 && /* @__PURE__ */ m("div", { className: Pe.contentDate, children: [
|
|
9285
9293
|
/* @__PURE__ */ a(
|
|
9286
9294
|
"span",
|
|
9287
9295
|
{
|
|
9288
|
-
className:
|
|
9296
|
+
className: Pe.dot,
|
|
9289
9297
|
style: {
|
|
9290
9298
|
background: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-dot-color)" : "var(--common-black)"
|
|
9291
9299
|
}
|
|
@@ -9294,7 +9302,7 @@ const t0 = async ({
|
|
|
9294
9302
|
/* @__PURE__ */ a(
|
|
9295
9303
|
"p",
|
|
9296
9304
|
{
|
|
9297
|
-
className:
|
|
9305
|
+
className: Pe.dateInfo,
|
|
9298
9306
|
style: {
|
|
9299
9307
|
color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
|
|
9300
9308
|
},
|
|
@@ -9302,21 +9310,21 @@ const t0 = async ({
|
|
|
9302
9310
|
}
|
|
9303
9311
|
)
|
|
9304
9312
|
] }),
|
|
9305
|
-
/* @__PURE__ */ a("p", { className:
|
|
9313
|
+
/* @__PURE__ */ a("p", { className: Pe.contentTitle, children: e[0]?.list.integrated ? i.title : `${i.index}. ${i.title}` }),
|
|
9306
9314
|
i.image && /* @__PURE__ */ a(Ce, { preview: i.image, isLarge: !0 }),
|
|
9307
9315
|
/* @__PURE__ */ a(
|
|
9308
9316
|
"div",
|
|
9309
9317
|
{
|
|
9310
|
-
className:
|
|
9318
|
+
className: Pe.contentTextList,
|
|
9311
9319
|
dangerouslySetInnerHTML: {
|
|
9312
9320
|
__html: i.body.rendered
|
|
9313
9321
|
}
|
|
9314
9322
|
}
|
|
9315
9323
|
),
|
|
9316
|
-
i.related && /* @__PURE__ */ a("div", { className:
|
|
9324
|
+
i.related && /* @__PURE__ */ a("div", { className: Pe.contentButton, children: /* @__PURE__ */ a(
|
|
9317
9325
|
"a",
|
|
9318
9326
|
{
|
|
9319
|
-
className:
|
|
9327
|
+
className: Pe.linkStyled,
|
|
9320
9328
|
href: i.related ?? "",
|
|
9321
9329
|
target: "”_blank",
|
|
9322
9330
|
children: s.blockNoteList_readMore ?? "Leer Más"
|
|
@@ -9933,10 +9941,10 @@ const _0 = "_content_cu8lm_1", v0 = "_title_cu8lm_18", za = {
|
|
|
9933
9941
|
for (const n in e)
|
|
9934
9942
|
n.startsWith("--") && (t[n] = e[n]);
|
|
9935
9943
|
return t;
|
|
9936
|
-
}, M0 = "_headerSection_1c69w_1",
|
|
9944
|
+
}, M0 = "_headerSection_1c69w_1", O0 = "_title_1c69w_11", P0 = "_subtitle_1c69w_23", j0 = "_newsContent_1c69w_36", Q0 = "_containerCards_1c69w_44", G0 = "_image_1c69w_50", z0 = "_blockHeadContainer_1c69w_56", Ze = {
|
|
9937
9945
|
headerSection: M0,
|
|
9938
|
-
title:
|
|
9939
|
-
subtitle:
|
|
9946
|
+
title: O0,
|
|
9947
|
+
subtitle: P0,
|
|
9940
9948
|
newsContent: j0,
|
|
9941
9949
|
containerCards: Q0,
|
|
9942
9950
|
image: G0,
|
|
@@ -10197,7 +10205,7 @@ const Fa = {
|
|
|
10197
10205
|
if (!(!i || !i[0]))
|
|
10198
10206
|
return /* @__PURE__ */ a(j, { children: /* @__PURE__ */ m(q2, { className: Fn.contentLayout2, children: [
|
|
10199
10207
|
/* @__PURE__ */ a(
|
|
10200
|
-
|
|
10208
|
+
P2,
|
|
10201
10209
|
{
|
|
10202
10210
|
option: e.slug,
|
|
10203
10211
|
news: i,
|
|
@@ -10207,7 +10215,7 @@ const Fa = {
|
|
|
10207
10215
|
/* @__PURE__ */ a($e, { banners: s, index: 1 }),
|
|
10208
10216
|
!u && /* @__PURE__ */ a(L0, { news: i[0] }),
|
|
10209
10217
|
/* @__PURE__ */ a(
|
|
10210
|
-
|
|
10218
|
+
O2,
|
|
10211
10219
|
{
|
|
10212
10220
|
texts: e.texts,
|
|
10213
10221
|
paths: e.paths,
|
|
@@ -10690,7 +10698,7 @@ const Fa = {
|
|
|
10690
10698
|
] }) });
|
|
10691
10699
|
}, If = (e) => {
|
|
10692
10700
|
const { videos: t } = e;
|
|
10693
|
-
return /* @__PURE__ */ a("div", { className: Wa.content, children: /* @__PURE__ */ a(
|
|
10701
|
+
return /* @__PURE__ */ a("div", { className: Wa.content, children: /* @__PURE__ */ a(Ot, { children: /* @__PURE__ */ a(se, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: Wa.videoContent, children: [
|
|
10694
10702
|
/* @__PURE__ */ a(Ya, { video: t[0] }),
|
|
10695
10703
|
/* @__PURE__ */ a("div", { style: { display: "flex", flexDirection: "column" }, children: t.slice(1).map((n, s) => /* @__PURE__ */ a(
|
|
10696
10704
|
Ya,
|
|
@@ -10712,7 +10720,7 @@ const Fa = {
|
|
|
10712
10720
|
}, Df = "_container_1rq2h_1", Mf = "_playStyled_1rq2h_9", $a = {
|
|
10713
10721
|
container: Df,
|
|
10714
10722
|
playStyled: Mf
|
|
10715
|
-
},
|
|
10723
|
+
}, Of = (e) => {
|
|
10716
10724
|
const { video: t } = e;
|
|
10717
10725
|
return /* @__PURE__ */ a(
|
|
10718
10726
|
k,
|
|
@@ -10734,12 +10742,12 @@ const Fa = {
|
|
|
10734
10742
|
] })
|
|
10735
10743
|
}
|
|
10736
10744
|
);
|
|
10737
|
-
},
|
|
10745
|
+
}, Pf = (e) => {
|
|
10738
10746
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ue(
|
|
10739
10747
|
e.video.info.date.created
|
|
10740
10748
|
)}` : e?.video.main.author;
|
|
10741
|
-
return /* @__PURE__ */ a("div", { className: Xe.content, children: /* @__PURE__ */ a(
|
|
10742
|
-
/* @__PURE__ */ a(
|
|
10749
|
+
return /* @__PURE__ */ a("div", { className: Xe.content, children: /* @__PURE__ */ a(Ot, { className: Xe.contentLatout, children: /* @__PURE__ */ a(se, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: Xe.videoContent, children: [
|
|
10750
|
+
/* @__PURE__ */ a(Of, { video: e.video }),
|
|
10743
10751
|
/* @__PURE__ */ m("div", { className: Xe.articleSection, children: [
|
|
10744
10752
|
/* @__PURE__ */ a(
|
|
10745
10753
|
k,
|
|
@@ -10759,7 +10767,7 @@ const Fa = {
|
|
|
10759
10767
|
case "op1":
|
|
10760
10768
|
return /* @__PURE__ */ a(If, { videos: e.data });
|
|
10761
10769
|
case "op2":
|
|
10762
|
-
return /* @__PURE__ */ a(
|
|
10770
|
+
return /* @__PURE__ */ a(Pf, { video: e.data[0] });
|
|
10763
10771
|
default:
|
|
10764
10772
|
return /* @__PURE__ */ a(j, {});
|
|
10765
10773
|
}
|
|
@@ -11294,7 +11302,7 @@ function hg(e) {
|
|
|
11294
11302
|
let l = "";
|
|
11295
11303
|
return i.length <= 2 ? l = i[0] + "*" : l = i[0] + "*".repeat(i.length - 2) + i[i.length - 1], `${s}@${l}${r}`;
|
|
11296
11304
|
}
|
|
11297
|
-
const fg = "_overlay_tlrod_1", gg = "_header_tlrod_18", pg = "_logo_tlrod_25", Ag = "_card_tlrod_32", wg = "_close_tlrod_47", yg = "_form_tlrod_71", Cg = "_formUl_tlrod_80", bg = "_field_tlrod_92", _g = "_label_tlrod_99", vg = "_input_tlrod_108", Ng = "_error_tlrod_126", Sg = "_primary_tlrod_132", xg = "_divider_tlrod_167", Eg = "_google_tlrod_193", Ig = "_googleIcon_tlrod_223", kg = "_spin_tlrod_256", Ug = "_checkboxRow_tlrod_278", Tg = "_terms_tlrod_315", qg = "_message_tlrod_346", Lg = "_passwordChecker_tlrod_351", Bg = "_valid_tlrod_370", Rg = "_invalid_tlrod_374", Dg = "_forgotPassword_tlrod_378", Mg = "_successContainer_tlrod_397",
|
|
11305
|
+
const fg = "_overlay_tlrod_1", gg = "_header_tlrod_18", pg = "_logo_tlrod_25", Ag = "_card_tlrod_32", wg = "_close_tlrod_47", yg = "_form_tlrod_71", Cg = "_formUl_tlrod_80", bg = "_field_tlrod_92", _g = "_label_tlrod_99", vg = "_input_tlrod_108", Ng = "_error_tlrod_126", Sg = "_primary_tlrod_132", xg = "_divider_tlrod_167", Eg = "_google_tlrod_193", Ig = "_googleIcon_tlrod_223", kg = "_spin_tlrod_256", Ug = "_checkboxRow_tlrod_278", Tg = "_terms_tlrod_315", qg = "_message_tlrod_346", Lg = "_passwordChecker_tlrod_351", Bg = "_valid_tlrod_370", Rg = "_invalid_tlrod_374", Dg = "_forgotPassword_tlrod_378", Mg = "_successContainer_tlrod_397", Og = "_thumbsUp_tlrod_405", Pg = "_successMessage_tlrod_411", v = {
|
|
11298
11306
|
overlay: fg,
|
|
11299
11307
|
header: gg,
|
|
11300
11308
|
logo: pg,
|
|
@@ -11320,8 +11328,8 @@ const fg = "_overlay_tlrod_1", gg = "_header_tlrod_18", pg = "_logo_tlrod_25", A
|
|
|
11320
11328
|
invalid: Rg,
|
|
11321
11329
|
forgotPassword: Dg,
|
|
11322
11330
|
successContainer: Mg,
|
|
11323
|
-
thumbsUp:
|
|
11324
|
-
successMessage:
|
|
11331
|
+
thumbsUp: Og,
|
|
11332
|
+
successMessage: Pg
|
|
11325
11333
|
}, ze = () => /* @__PURE__ */ a(
|
|
11326
11334
|
"svg",
|
|
11327
11335
|
{
|
|
@@ -13051,7 +13059,7 @@ export {
|
|
|
13051
13059
|
W9 as ContactInput,
|
|
13052
13060
|
Y9 as ContactSelect,
|
|
13053
13061
|
$9 as ContactTextarea,
|
|
13054
|
-
|
|
13062
|
+
Ot as ContentLayout1,
|
|
13055
13063
|
Ba as ContentLayoutTema,
|
|
13056
13064
|
i3 as DEBUG_MainSlots,
|
|
13057
13065
|
fh as DestacadoNoticias,
|
|
@@ -13070,7 +13078,7 @@ export {
|
|
|
13070
13078
|
oo as GTM,
|
|
13071
13079
|
Qs as GalleryHeader,
|
|
13072
13080
|
j9 as GenerateBody,
|
|
13073
|
-
|
|
13081
|
+
P9 as GenerateHead,
|
|
13074
13082
|
J9 as Header,
|
|
13075
13083
|
Al as ImageOffline,
|
|
13076
13084
|
D9 as IssuuServices,
|
|
@@ -13138,7 +13146,7 @@ export {
|
|
|
13138
13146
|
No as formatDateTimeline,
|
|
13139
13147
|
Io as formatNewsMeta,
|
|
13140
13148
|
Do as formatVideoData,
|
|
13141
|
-
|
|
13149
|
+
O9 as generalGetData,
|
|
13142
13150
|
Xs as getCaptchaToken,
|
|
13143
13151
|
ia as getComments,
|
|
13144
13152
|
z as getConfig,
|
|
@@ -13167,7 +13175,7 @@ export {
|
|
|
13167
13175
|
h3 as reportComment,
|
|
13168
13176
|
Xc as shareButtons,
|
|
13169
13177
|
na as socialIcons,
|
|
13170
|
-
|
|
13178
|
+
Oo as speculationRules,
|
|
13171
13179
|
Mo as speculationRulesHome,
|
|
13172
13180
|
Uo as urlReplaces,
|
|
13173
13181
|
A3 as verifyCaptchaTokenEnterprise
|