sass-template-common 0.0.92 → 0.0.93
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.
|
@@ -92,7 +92,7 @@ function Za() {
|
|
|
92
92
|
(function(n, s) {
|
|
93
93
|
e.exports = s();
|
|
94
94
|
})(no, (function() {
|
|
95
|
-
var n = 1e3, s = 6e4, o = 36e5, i = "millisecond", r = "second", l = "minute", c = "hour", u = "day", d = "week", h = "month", f = "quarter", y = "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+)?$/, C = /\[([^\]]+)]|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,
|
|
95
|
+
var n = 1e3, s = 6e4, o = 36e5, i = "millisecond", r = "second", l = "minute", c = "hour", u = "day", d = "week", h = "month", f = "quarter", y = "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+)?$/, C = /\[([^\]]+)]|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, k = { 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(q) {
|
|
96
96
|
var x = ["th", "st", "nd", "rd"], b = q % 100;
|
|
97
97
|
return "[" + q + (x[(b - 20) % 10] || x[b] || x[0]) + "]";
|
|
98
98
|
} }, N = function(q, x, b) {
|
|
@@ -112,7 +112,7 @@ function Za() {
|
|
|
112
112
|
}, u: function(q) {
|
|
113
113
|
return q === void 0;
|
|
114
114
|
} }, I = "en", E = {};
|
|
115
|
-
E[I] =
|
|
115
|
+
E[I] = k;
|
|
116
116
|
var D = "$isDayjsObject", H = function(q) {
|
|
117
117
|
return q instanceof z || !(!q || !q[D]);
|
|
118
118
|
}, F = function q(x, b, B) {
|
|
@@ -379,12 +379,12 @@ function oo() {
|
|
|
379
379
|
return i.fromToBase(u, d, h, f);
|
|
380
380
|
}
|
|
381
381
|
o.en.relativeTime = r, i.fromToBase = function(u, d, h, f, y) {
|
|
382
|
-
for (var g, p, w, C = h.$locale().relativeTime || r,
|
|
383
|
-
var I =
|
|
382
|
+
for (var g, p, w, C = h.$locale().relativeTime || r, k = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], N = k.length, R = 0; R < N; R += 1) {
|
|
383
|
+
var I = k[R];
|
|
384
384
|
I.d && (g = f ? o(u).diff(h, I.d, !0) : h.diff(u, I.d, !0));
|
|
385
385
|
var E = (n.rounding || Math.round)(Math.abs(g));
|
|
386
386
|
if (w = g > 0, E <= I.r || !I.r) {
|
|
387
|
-
E <= 1 && R > 0 && (I =
|
|
387
|
+
E <= 1 && R > 0 && (I = k[R - 1]);
|
|
388
388
|
var D = C[I.l];
|
|
389
389
|
y && (E = y("" + E)), p = typeof D == "string" ? D.replace("%d", E) : D(E, d, I.l, w);
|
|
390
390
|
break;
|
|
@@ -469,12 +469,12 @@ function mo() {
|
|
|
469
469
|
var D = ("" + E[0]).match(o) || ["-", 0, 0], H = D[0], F = 60 * +D[1] + +D[2];
|
|
470
470
|
return F === 0 ? 0 : H === "+" ? F : -F;
|
|
471
471
|
})(p), p === null)) return this;
|
|
472
|
-
var
|
|
473
|
-
if (
|
|
472
|
+
var k = Math.abs(p) <= 16 ? 60 * p : p;
|
|
473
|
+
if (k === 0) return this.utc(w);
|
|
474
474
|
var N = this.clone();
|
|
475
|
-
if (w) return N.$offset =
|
|
475
|
+
if (w) return N.$offset = k, N.$u = !1, N;
|
|
476
476
|
var R = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
477
|
-
return (N = this.local().add(
|
|
477
|
+
return (N = this.local().add(k + R, n)).$offset = k, N.$x.$localOffset = R, N;
|
|
478
478
|
};
|
|
479
479
|
var f = c.format;
|
|
480
480
|
c.format = function(p) {
|
|
@@ -497,8 +497,8 @@ function mo() {
|
|
|
497
497
|
var g = c.diff;
|
|
498
498
|
c.diff = function(p, w, C) {
|
|
499
499
|
if (p && this.$u === p.$u) return g.call(this, p, w, C);
|
|
500
|
-
var
|
|
501
|
-
return g.call(
|
|
500
|
+
var k = this.local(), N = l(p).local();
|
|
501
|
+
return g.call(k, N, w, C);
|
|
502
502
|
};
|
|
503
503
|
};
|
|
504
504
|
}));
|
|
@@ -516,15 +516,15 @@ function po() {
|
|
|
516
516
|
return function(o, i, r) {
|
|
517
517
|
var l, c = function(f, y, g) {
|
|
518
518
|
g === void 0 && (g = {});
|
|
519
|
-
var p = new Date(f), w = (function(C,
|
|
520
|
-
|
|
521
|
-
var N =
|
|
519
|
+
var p = new Date(f), w = (function(C, k) {
|
|
520
|
+
k === void 0 && (k = {});
|
|
521
|
+
var N = k.timeZoneName || "short", R = C + "|" + N, I = s[R];
|
|
522
522
|
return I || (I = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: C, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: N }), s[R] = I), I;
|
|
523
523
|
})(y, g);
|
|
524
524
|
return w.formatToParts(p);
|
|
525
525
|
}, u = function(f, y) {
|
|
526
526
|
for (var g = c(f, y), p = [], w = 0; w < g.length; w += 1) {
|
|
527
|
-
var C = g[w],
|
|
527
|
+
var C = g[w], k = C.type, N = C.value, R = n[k];
|
|
528
528
|
R >= 0 && (p[R] = parseInt(N, 10));
|
|
529
529
|
}
|
|
530
530
|
var I = p[3], E = I === 24 ? 0 : I, D = p[0] + "-" + p[1] + "-" + p[2] + " " + E + ":" + p[4] + ":" + p[5] + ":000", H = +f;
|
|
@@ -532,7 +532,7 @@ function po() {
|
|
|
532
532
|
}, d = i.prototype;
|
|
533
533
|
d.tz = function(f, y) {
|
|
534
534
|
f === void 0 && (f = l);
|
|
535
|
-
var g, p = this.utcOffset(), w = this.toDate(), C = w.toLocaleString("en-US", { timeZone: f }),
|
|
535
|
+
var g, p = this.utcOffset(), w = this.toDate(), C = w.toLocaleString("en-US", { timeZone: f }), k = Math.round((w - new Date(C)) / 1e3 / 60), N = 15 * -Math.round(w.getTimezoneOffset() / 15) - k;
|
|
536
536
|
if (!Number(N)) g = this.utcOffset(0, y);
|
|
537
537
|
else if (g = r(C, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(N, !0), y) {
|
|
538
538
|
var R = g.utcOffset();
|
|
@@ -553,12 +553,12 @@ function po() {
|
|
|
553
553
|
}, r.tz = function(f, y, g) {
|
|
554
554
|
var p = g && y, w = g || y || l, C = u(+r(), w);
|
|
555
555
|
if (typeof f != "string") return r(f).tz(w);
|
|
556
|
-
var
|
|
556
|
+
var k = (function(E, D, H) {
|
|
557
557
|
var F = E - 60 * D * 1e3, M = u(F, H);
|
|
558
558
|
if (D === M) return [F, D];
|
|
559
559
|
var T = u(F -= 60 * (M - D) * 1e3, H);
|
|
560
560
|
return M === T ? [F, M] : [E - 60 * Math.min(M, T) * 1e3, Math.max(M, T)];
|
|
561
|
-
})(r.utc(f, p).valueOf(), C, w), N =
|
|
561
|
+
})(r.utc(f, p).valueOf(), C, w), N = k[0], R = k[1], I = r(N).utcOffset(R);
|
|
562
562
|
return I.$x.$timezone = w, I;
|
|
563
563
|
}, r.tz.guess = function() {
|
|
564
564
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
@@ -727,7 +727,7 @@ const rn = () => {
|
|
|
727
727
|
"twitter.description": { attr: "name", value: "twitter:description" },
|
|
728
728
|
"twitter.site": { attr: "name", value: "twitter:site" },
|
|
729
729
|
"twitter.creator": { attr: "name", value: "twitter:creator" }
|
|
730
|
-
},
|
|
730
|
+
}, ko = (e) => {
|
|
731
731
|
const t = [];
|
|
732
732
|
let n = 0;
|
|
733
733
|
const s = (r) => t.push(r);
|
|
@@ -871,7 +871,7 @@ const rn = () => {
|
|
|
871
871
|
r
|
|
872
872
|
);
|
|
873
873
|
}) });
|
|
874
|
-
},
|
|
874
|
+
}, Uo = (e) => {
|
|
875
875
|
const t = e.banners.find((o) => o.key === e.name);
|
|
876
876
|
if (!t || !t.show) return null;
|
|
877
877
|
const s = Wn(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
|
|
@@ -1430,11 +1430,11 @@ function ss(e, t) {
|
|
|
1430
1430
|
const { toString: Fo } = Object.prototype, { getPrototypeOf: Yn } = Object, { iterator: pn, toStringTag: os } = Symbol, An = /* @__PURE__ */ ((e) => (t) => {
|
|
1431
1431
|
const n = Fo.call(t);
|
|
1432
1432
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1433
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
1433
|
+
})(/* @__PURE__ */ Object.create(null)), ke = (e) => (e = e.toLowerCase(), (t) => An(t) === e), wn = (e) => (t) => typeof t === e, { isArray: mt } = Array, lt = wn("undefined");
|
|
1434
1434
|
function Bt(e) {
|
|
1435
1435
|
return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) && me(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
1436
1436
|
}
|
|
1437
|
-
const is =
|
|
1437
|
+
const is = ke("ArrayBuffer");
|
|
1438
1438
|
function Wo(e) {
|
|
1439
1439
|
let t;
|
|
1440
1440
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && is(e.buffer), t;
|
|
@@ -1452,11 +1452,11 @@ const $o = wn("string"), me = wn("function"), rs = wn("number"), Lt = (e) => e !
|
|
|
1452
1452
|
} catch {
|
|
1453
1453
|
return !1;
|
|
1454
1454
|
}
|
|
1455
|
-
}, Jo =
|
|
1455
|
+
}, Jo = ke("Date"), Zo = ke("File"), Xo = ke("Blob"), ei = ke("FileList"), ti = (e) => Lt(e) && me(e.pipe), ni = (e) => {
|
|
1456
1456
|
let t;
|
|
1457
1457
|
return e && (typeof FormData == "function" && e instanceof FormData || me(e.append) && ((t = An(e)) === "formdata" || // detect form-data instance
|
|
1458
1458
|
t === "object" && me(e.toString) && e.toString() === "[object FormData]"));
|
|
1459
|
-
}, ai =
|
|
1459
|
+
}, ai = ke("URLSearchParams"), [si, oi, ii, ri] = ["ReadableStream", "Request", "Response", "Headers"].map(ke), li = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1460
1460
|
function Rt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1461
1461
|
if (e === null || typeof e > "u")
|
|
1462
1462
|
return;
|
|
@@ -1536,12 +1536,12 @@ const ci = (e, t, n, { allOwnKeys: s } = {}) => (Rt(t, (o, i) => {
|
|
|
1536
1536
|
for (; (n = e.exec(t)) !== null; )
|
|
1537
1537
|
s.push(n);
|
|
1538
1538
|
return s;
|
|
1539
|
-
}, wi =
|
|
1539
|
+
}, wi = ke("HTMLFormElement"), yi = (e) => e.toLowerCase().replace(
|
|
1540
1540
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
1541
1541
|
function(n, s, o) {
|
|
1542
1542
|
return s.toUpperCase() + o;
|
|
1543
1543
|
}
|
|
1544
|
-
), ha = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Ci =
|
|
1544
|
+
), ha = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Ci = ke("RegExp"), ds = (e, t) => {
|
|
1545
1545
|
const n = Object.getOwnPropertyDescriptors(e), s = {};
|
|
1546
1546
|
Rt(n, (o, i) => {
|
|
1547
1547
|
let r;
|
|
@@ -1593,14 +1593,14 @@ const xi = (e) => {
|
|
|
1593
1593
|
return s;
|
|
1594
1594
|
};
|
|
1595
1595
|
return n(e, 0);
|
|
1596
|
-
}, Ei =
|
|
1596
|
+
}, Ei = ke("AsyncFunction"), ki = (e) => e && (Lt(e) || me(e)) && me(e.then) && me(e.catch), us = ((e, t) => e ? setImmediate : t ? ((n, s) => (Ze.addEventListener("message", ({ source: o, data: i }) => {
|
|
1597
1597
|
o === Ze && i === n && s.length && s.shift()();
|
|
1598
1598
|
}, !1), (o) => {
|
|
1599
1599
|
s.push(o), Ze.postMessage(n, "*");
|
|
1600
1600
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
1601
1601
|
typeof setImmediate == "function",
|
|
1602
1602
|
me(Ze.postMessage)
|
|
1603
|
-
),
|
|
1603
|
+
), Ui = typeof queueMicrotask < "u" ? queueMicrotask.bind(Ze) : typeof process < "u" && process.nextTick || us, Ii = (e) => e != null && me(e[pn]), A = {
|
|
1604
1604
|
isArray: mt,
|
|
1605
1605
|
isArrayBuffer: is,
|
|
1606
1606
|
isBuffer: Bt,
|
|
@@ -1634,7 +1634,7 @@ const xi = (e) => {
|
|
|
1634
1634
|
inherits: ui,
|
|
1635
1635
|
toFlatObject: mi,
|
|
1636
1636
|
kindOf: An,
|
|
1637
|
-
kindOfTest:
|
|
1637
|
+
kindOfTest: ke,
|
|
1638
1638
|
endsWith: hi,
|
|
1639
1639
|
toArray: fi,
|
|
1640
1640
|
forEachEntry: pi,
|
|
@@ -1655,9 +1655,9 @@ const xi = (e) => {
|
|
|
1655
1655
|
isSpecCompliantForm: Si,
|
|
1656
1656
|
toJSONObject: xi,
|
|
1657
1657
|
isAsyncFn: Ei,
|
|
1658
|
-
isThenable:
|
|
1658
|
+
isThenable: ki,
|
|
1659
1659
|
setImmediate: us,
|
|
1660
|
-
asap:
|
|
1660
|
+
asap: Ui,
|
|
1661
1661
|
isIterable: Ii
|
|
1662
1662
|
};
|
|
1663
1663
|
function Q(e, t, n, s, o) {
|
|
@@ -1778,14 +1778,14 @@ function yn(e, t, n) {
|
|
|
1778
1778
|
if (!A.isUndefined(g)) {
|
|
1779
1779
|
if (h.indexOf(g) !== -1)
|
|
1780
1780
|
throw Error("Circular reference detected in " + p.join("."));
|
|
1781
|
-
h.push(g), A.forEach(g, function(C,
|
|
1781
|
+
h.push(g), A.forEach(g, function(C, k) {
|
|
1782
1782
|
(!(A.isUndefined(C) || C === null) && o.call(
|
|
1783
1783
|
t,
|
|
1784
1784
|
C,
|
|
1785
|
-
A.isString(
|
|
1785
|
+
A.isString(k) ? k.trim() : k,
|
|
1786
1786
|
p,
|
|
1787
1787
|
f
|
|
1788
|
-
)) === !0 && y(C, p ? p.concat(
|
|
1788
|
+
)) === !0 && y(C, p ? p.concat(k) : [k]);
|
|
1789
1789
|
}), h.pop();
|
|
1790
1790
|
}
|
|
1791
1791
|
}
|
|
@@ -2496,9 +2496,9 @@ const _s = (e) => {
|
|
|
2496
2496
|
}), A.isUndefined(o.withCredentials) || (w.withCredentials = !!o.withCredentials), l && l !== "json" && (w.responseType = o.responseType), u && ([f, g] = ln(u, !0), w.addEventListener("progress", f)), c && w.upload && ([h, y] = ln(c), w.upload.addEventListener("progress", h), w.upload.addEventListener("loadend", y)), (o.cancelToken || o.signal) && (d = (N) => {
|
|
2497
2497
|
w && (s(!N || N.type ? new ht(null, e, w) : N), w.abort(), w = null);
|
|
2498
2498
|
}, o.cancelToken && o.cancelToken.subscribe(d), o.signal && (o.signal.aborted ? d() : o.signal.addEventListener("abort", d)));
|
|
2499
|
-
const
|
|
2500
|
-
if (
|
|
2501
|
-
s(new Q("Unsupported protocol " +
|
|
2499
|
+
const k = Xi(o.url);
|
|
2500
|
+
if (k && se.protocols.indexOf(k) === -1) {
|
|
2501
|
+
s(new Q("Unsupported protocol " + k + ":", Q.ERR_BAD_REQUEST, e));
|
|
2502
2502
|
return;
|
|
2503
2503
|
}
|
|
2504
2504
|
w.send(i || null);
|
|
@@ -2646,7 +2646,7 @@ const _s = (e) => {
|
|
|
2646
2646
|
url: p,
|
|
2647
2647
|
method: w,
|
|
2648
2648
|
data: C,
|
|
2649
|
-
signal:
|
|
2649
|
+
signal: k,
|
|
2650
2650
|
cancelToken: N,
|
|
2651
2651
|
timeout: R,
|
|
2652
2652
|
onDownloadProgress: I,
|
|
@@ -2657,7 +2657,7 @@ const _s = (e) => {
|
|
|
2657
2657
|
fetchOptions: M
|
|
2658
2658
|
} = _s(g), T = t || fetch;
|
|
2659
2659
|
D = D ? (D + "").toLowerCase() : "text";
|
|
2660
|
-
let z = lr([
|
|
2660
|
+
let z = lr([k, N && N.toAbortSignal()], R), ne = null;
|
|
2661
2661
|
const q = z && z.unsubscribe && (() => {
|
|
2662
2662
|
z.unsubscribe();
|
|
2663
2663
|
});
|
|
@@ -2825,7 +2825,7 @@ const Ss = "1.13.2", Cn = {};
|
|
|
2825
2825
|
return typeof s === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
2826
2826
|
};
|
|
2827
2827
|
});
|
|
2828
|
-
const
|
|
2828
|
+
const ka = {};
|
|
2829
2829
|
Cn.transitional = function(t, n, s) {
|
|
2830
2830
|
function o(i, r) {
|
|
2831
2831
|
return "[Axios v" + Ss + "] Transitional option '" + i + "'" + r + (s ? ". " + s : "");
|
|
@@ -2836,7 +2836,7 @@ Cn.transitional = function(t, n, s) {
|
|
|
2836
2836
|
o(r, " has been removed" + (n ? " in " + n : "")),
|
|
2837
2837
|
Q.ERR_DEPRECATED
|
|
2838
2838
|
);
|
|
2839
|
-
return n && !
|
|
2839
|
+
return n && !ka[r] && (ka[r] = !0, console.warn(
|
|
2840
2840
|
o(
|
|
2841
2841
|
r,
|
|
2842
2842
|
" has been deprecated since v" + n + " and will be removed in the near future"
|
|
@@ -2867,7 +2867,7 @@ function Ar(e, t, n) {
|
|
|
2867
2867
|
const nn = {
|
|
2868
2868
|
assertOptions: Ar,
|
|
2869
2869
|
validators: Cn
|
|
2870
|
-
},
|
|
2870
|
+
}, Ue = nn.validators;
|
|
2871
2871
|
let Xe = class {
|
|
2872
2872
|
constructor(t) {
|
|
2873
2873
|
this.defaults = t || {}, this.interceptors = {
|
|
@@ -2904,17 +2904,17 @@ let Xe = class {
|
|
|
2904
2904
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = et(this.defaults, n);
|
|
2905
2905
|
const { transitional: s, paramsSerializer: o, headers: i } = n;
|
|
2906
2906
|
s !== void 0 && nn.assertOptions(s, {
|
|
2907
|
-
silentJSONParsing:
|
|
2908
|
-
forcedJSONParsing:
|
|
2909
|
-
clarifyTimeoutError:
|
|
2907
|
+
silentJSONParsing: Ue.transitional(Ue.boolean),
|
|
2908
|
+
forcedJSONParsing: Ue.transitional(Ue.boolean),
|
|
2909
|
+
clarifyTimeoutError: Ue.transitional(Ue.boolean)
|
|
2910
2910
|
}, !1), o != null && (A.isFunction(o) ? n.paramsSerializer = {
|
|
2911
2911
|
serialize: o
|
|
2912
2912
|
} : nn.assertOptions(o, {
|
|
2913
|
-
encode:
|
|
2914
|
-
serialize:
|
|
2913
|
+
encode: Ue.function,
|
|
2914
|
+
serialize: Ue.function
|
|
2915
2915
|
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), nn.assertOptions(n, {
|
|
2916
|
-
baseUrl:
|
|
2917
|
-
withXsrfToken:
|
|
2916
|
+
baseUrl: Ue.spelling("baseURL"),
|
|
2917
|
+
withXsrfToken: Ue.spelling("withXSRFToken")
|
|
2918
2918
|
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
2919
2919
|
let r = i && A.merge(
|
|
2920
2920
|
i.common,
|
|
@@ -3189,7 +3189,7 @@ const {
|
|
|
3189
3189
|
HttpStatusCode: S3,
|
|
3190
3190
|
formToJSON: x3,
|
|
3191
3191
|
getAdapter: E3,
|
|
3192
|
-
mergeConfig:
|
|
3192
|
+
mergeConfig: k3
|
|
3193
3193
|
} = $;
|
|
3194
3194
|
class Se {
|
|
3195
3195
|
constructor(t) {
|
|
@@ -3332,7 +3332,7 @@ class br extends Se {
|
|
|
3332
3332
|
return { blockSass: n.data.data };
|
|
3333
3333
|
};
|
|
3334
3334
|
}
|
|
3335
|
-
class
|
|
3335
|
+
class U3 {
|
|
3336
3336
|
issuuApi = "https://api.issuu.com/v2";
|
|
3337
3337
|
api = void 0;
|
|
3338
3338
|
constructor(t) {
|
|
@@ -3723,7 +3723,7 @@ async function q3({
|
|
|
3723
3723
|
preloadImageUrl: p,
|
|
3724
3724
|
custom_Speculation: w,
|
|
3725
3725
|
custom_metadata: C,
|
|
3726
|
-
custom_scriptReplaces:
|
|
3726
|
+
custom_scriptReplaces: k,
|
|
3727
3727
|
head_custom_elements: N
|
|
3728
3728
|
}) {
|
|
3729
3729
|
const R = C || await vr[o]({
|
|
@@ -3735,7 +3735,7 @@ async function q3({
|
|
|
3735
3735
|
slug: r,
|
|
3736
3736
|
texts: l,
|
|
3737
3737
|
query: c
|
|
3738
|
-
}), I =
|
|
3738
|
+
}), I = ko(R), E = k || as[o]({
|
|
3739
3739
|
pathname: i,
|
|
3740
3740
|
slug: r,
|
|
3741
3741
|
config: f,
|
|
@@ -3840,7 +3840,7 @@ const B3 = ({
|
|
|
3840
3840
|
/* @__PURE__ */ a(Zs, { id: l.comscore }),
|
|
3841
3841
|
/* @__PURE__ */ a(eo, { id: l.ga4, dimensionValues: f }),
|
|
3842
3842
|
h,
|
|
3843
|
-
/* @__PURE__ */ a(
|
|
3843
|
+
/* @__PURE__ */ a(Uo, { name: "bodyafter", banners: n, replaces: C })
|
|
3844
3844
|
] });
|
|
3845
3845
|
}, Nr = "_content_v0dac_1", Sr = {
|
|
3846
3846
|
content: Nr
|
|
@@ -3860,17 +3860,17 @@ const B3 = ({
|
|
|
3860
3860
|
}
|
|
3861
3861
|
)
|
|
3862
3862
|
}
|
|
3863
|
-
), Er = "_content_701km_1",
|
|
3863
|
+
), Er = "_content_701km_1", kr = "_location_701km_21", Ua = {
|
|
3864
3864
|
content: Er,
|
|
3865
|
-
location:
|
|
3866
|
-
}, L3 = (e) => /* @__PURE__ */ m("div", { className:
|
|
3865
|
+
location: kr
|
|
3866
|
+
}, L3 = (e) => /* @__PURE__ */ m("div", { className: Ua.content, children: [
|
|
3867
3867
|
/* @__PURE__ */ a(xr, {}),
|
|
3868
|
-
/* @__PURE__ */ a("p", { className:
|
|
3868
|
+
/* @__PURE__ */ a("p", { className: Ua.location, children: e.place })
|
|
3869
3869
|
] }), Mt = ({
|
|
3870
3870
|
children: e,
|
|
3871
3871
|
className: t
|
|
3872
3872
|
// desktopWidth = '1185px'
|
|
3873
|
-
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }),
|
|
3873
|
+
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }), Ur = (e) => {
|
|
3874
3874
|
const { children: t, show: n, order: s = 0 } = e;
|
|
3875
3875
|
return n && /* @__PURE__ */ a("div", { style: { order: s }, children: t });
|
|
3876
3876
|
};
|
|
@@ -3883,7 +3883,7 @@ function Ir({
|
|
|
3883
3883
|
enableDrag: i,
|
|
3884
3884
|
onIndexChange: r
|
|
3885
3885
|
}) {
|
|
3886
|
-
const [l, c] = O(!1), [u, d] = O(0), [h, f] = O(0), [y, g] = O(0), [p, w] = O(0), [C,
|
|
3886
|
+
const [l, c] = O(!1), [u, d] = O(0), [h, f] = O(0), [y, g] = O(0), [p, w] = O(0), [C, k] = O(null), N = Ja(null), [R, I] = O(1), E = ae(() => {
|
|
3887
3887
|
if (o) return 1;
|
|
3888
3888
|
const _ = N.current?.offsetWidth || window.innerWidth, L = n + s, G = Math.floor(_ / L);
|
|
3889
3889
|
return Math.max(1, G);
|
|
@@ -3967,7 +3967,7 @@ function Ir({
|
|
|
3967
3967
|
]
|
|
3968
3968
|
), b = ae(
|
|
3969
3969
|
(_) => {
|
|
3970
|
-
_.preventDefault(), ["a", "span"].includes(_.target?.localName) &&
|
|
3970
|
+
_.preventDefault(), ["a", "span"].includes(_.target?.localName) && k(_.target), z(_.clientX);
|
|
3971
3971
|
},
|
|
3972
3972
|
[z]
|
|
3973
3973
|
), B = ae(
|
|
@@ -4031,7 +4031,7 @@ function R3(e) {
|
|
|
4031
4031
|
translateOffset: p,
|
|
4032
4032
|
carrouselRef: w,
|
|
4033
4033
|
maxIndex: C,
|
|
4034
|
-
getTranslateValue:
|
|
4034
|
+
getTranslateValue: k,
|
|
4035
4035
|
actualVisibleItems: N,
|
|
4036
4036
|
dragHandlers: R
|
|
4037
4037
|
} = Ir({
|
|
@@ -4054,7 +4054,7 @@ function R3(e) {
|
|
|
4054
4054
|
I(d + 1);
|
|
4055
4055
|
}, [d, I]);
|
|
4056
4056
|
if (!f) return;
|
|
4057
|
-
const H =
|
|
4057
|
+
const H = k(d, p), F = r ? `translateX(${H}%)` : `translateX(${H}px)`;
|
|
4058
4058
|
return /* @__PURE__ */ m("div", { className: `${n}- carrousel-container`, children: [
|
|
4059
4059
|
d > 0 && /* @__PURE__ */ a(
|
|
4060
4060
|
"button",
|
|
@@ -4216,7 +4216,7 @@ function ft(e) {
|
|
|
4216
4216
|
}
|
|
4217
4217
|
const qr = "_content_1gcxd_1", Br = {
|
|
4218
4218
|
content: qr
|
|
4219
|
-
}, an = (e) => /* @__PURE__ */ a("div", { className: Br.content, children: e.children }), Lr = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""),
|
|
4219
|
+
}, an = (e) => /* @__PURE__ */ a("div", { className: Br.content, children: e.children }), Lr = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), kt = ({ banners: e, index: t }) => {
|
|
4220
4220
|
if (!e || e.length === 0) return null;
|
|
4221
4221
|
const n = e.find((s) => s.key === `middle_${t}`);
|
|
4222
4222
|
return n?.value && n.show ? /* @__PURE__ */ a(
|
|
@@ -4259,7 +4259,7 @@ const qr = "_content_1gcxd_1", Br = {
|
|
|
4259
4259
|
clipboardButton: Wr,
|
|
4260
4260
|
socialNetworkSection: $r
|
|
4261
4261
|
};
|
|
4262
|
-
function
|
|
4262
|
+
function U(e) {
|
|
4263
4263
|
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n } = J(), s = t !== "false" && n !== "false" ? "/" + t : "", o = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), i = e.href?.split("/")[1] === s.replace("/", ""), r = {
|
|
4264
4264
|
...e,
|
|
4265
4265
|
href: (!o && !i ? s : "") + (e.href ?? "")
|
|
@@ -4274,7 +4274,7 @@ function k(e) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
) : /* @__PURE__ */ a("a", { ...r, children: e.children });
|
|
4276
4276
|
}
|
|
4277
|
-
const
|
|
4277
|
+
const ks = (e) => /* @__PURE__ */ a(
|
|
4278
4278
|
"svg",
|
|
4279
4279
|
{
|
|
4280
4280
|
width: "23",
|
|
@@ -4291,7 +4291,7 @@ const Us = (e) => /* @__PURE__ */ a(
|
|
|
4291
4291
|
}
|
|
4292
4292
|
)
|
|
4293
4293
|
}
|
|
4294
|
-
),
|
|
4294
|
+
), Us = (e) => /* @__PURE__ */ a(
|
|
4295
4295
|
"svg",
|
|
4296
4296
|
{
|
|
4297
4297
|
width: "23",
|
|
@@ -4339,8 +4339,8 @@ const Us = (e) => /* @__PURE__ */ a(
|
|
|
4339
4339
|
Whatsapp: {
|
|
4340
4340
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
4341
4341
|
icon: {
|
|
4342
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
4343
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
4342
|
+
outline: (e) => /* @__PURE__ */ a(Us, { className: e }),
|
|
4343
|
+
solid: (e) => /* @__PURE__ */ a(ks, { className: e })
|
|
4344
4344
|
}
|
|
4345
4345
|
}
|
|
4346
4346
|
};
|
|
@@ -4352,7 +4352,7 @@ function Kr({ noteShare: e }) {
|
|
|
4352
4352
|
if (!s) return null;
|
|
4353
4353
|
const o = e.variant === "outline" ? s.icon.outline : s.icon.solid, i = s.url(t);
|
|
4354
4354
|
return /* @__PURE__ */ a(
|
|
4355
|
-
|
|
4355
|
+
U,
|
|
4356
4356
|
{
|
|
4357
4357
|
href: i,
|
|
4358
4358
|
target: "_blank",
|
|
@@ -4414,7 +4414,7 @@ const gt = (e) => {
|
|
|
4414
4414
|
),
|
|
4415
4415
|
e?.info?.section?.url && /* @__PURE__ */ m("h3", { className: K.sectionDescriptionContainer, children: [
|
|
4416
4416
|
/* @__PURE__ */ a(
|
|
4417
|
-
|
|
4417
|
+
U,
|
|
4418
4418
|
{
|
|
4419
4419
|
"aria-label": e?.info?.section?.name,
|
|
4420
4420
|
className: K.sectionDescription,
|
|
@@ -4430,7 +4430,7 @@ const gt = (e) => {
|
|
|
4430
4430
|
className: K.articule
|
|
4431
4431
|
},
|
|
4432
4432
|
e?.info?.link?.url ? /* @__PURE__ */ a(
|
|
4433
|
-
|
|
4433
|
+
U,
|
|
4434
4434
|
{
|
|
4435
4435
|
"aria-label": e.main?.title?.section,
|
|
4436
4436
|
className: K.linkStyled,
|
|
@@ -4445,7 +4445,7 @@ const gt = (e) => {
|
|
|
4445
4445
|
),
|
|
4446
4446
|
e.config?.showsubtitle && /* @__PURE__ */ a(o, {}),
|
|
4447
4447
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(j, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4448
|
-
|
|
4448
|
+
U,
|
|
4449
4449
|
{
|
|
4450
4450
|
"aria-label": s(),
|
|
4451
4451
|
className: K.correspondentLink,
|
|
@@ -5701,7 +5701,7 @@ const gt = (e) => {
|
|
|
5701
5701
|
style: o,
|
|
5702
5702
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5703
5703
|
}
|
|
5704
|
-
) : /* @__PURE__ */ a(
|
|
5704
|
+
) : /* @__PURE__ */ a(U, { ...s, style: o });
|
|
5705
5705
|
}, xl = (e) => /* @__PURE__ */ m("section", { className: [ve.content, e.className ?? ""].join(" "), children: [
|
|
5706
5706
|
/* @__PURE__ */ a("div", { className: ve.subscribeImage, children: e.image }),
|
|
5707
5707
|
/* @__PURE__ */ a("div", { className: ve.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
@@ -5720,12 +5720,12 @@ const gt = (e) => {
|
|
|
5720
5720
|
/* @__PURE__ */ a(bn, { className: ve.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5721
5721
|
/* @__PURE__ */ m("div", { className: ve.contentTerms, children: [
|
|
5722
5722
|
/* @__PURE__ */ a("p", { className: ve.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5723
|
-
/* @__PURE__ */ a(
|
|
5723
|
+
/* @__PURE__ */ a(U, { className: ve.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5724
5724
|
] })
|
|
5725
|
-
] }), El = "_content_19eag_1",
|
|
5725
|
+
] }), El = "_content_19eag_1", kl = "_contentInfo_19eag_39", Ul = "_subscribeImage_19eag_55", Il = "_tag_19eag_83", Tl = "_contentTitle_19eag_119", ql = "_title_19eag_129", Bl = "_subTitle_19eag_139", Ll = "_inputStyled_19eag_157", Rl = "_buttonStyled_19eag_235", Dl = "_contentTerms_19eag_261", Ml = "_subscribeText_19eag_273", Pl = "_terms_19eag_291", pe = {
|
|
5726
5726
|
content: El,
|
|
5727
|
-
contentInfo:
|
|
5728
|
-
subscribeImage:
|
|
5727
|
+
contentInfo: kl,
|
|
5728
|
+
subscribeImage: Ul,
|
|
5729
5729
|
tag: Il,
|
|
5730
5730
|
contentTitle: Tl,
|
|
5731
5731
|
title: ql,
|
|
@@ -5756,7 +5756,7 @@ const gt = (e) => {
|
|
|
5756
5756
|
] }),
|
|
5757
5757
|
/* @__PURE__ */ m("div", { className: pe.contentTerms, children: [
|
|
5758
5758
|
/* @__PURE__ */ a("p", { className: pe.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5759
|
-
/* @__PURE__ */ a(
|
|
5759
|
+
/* @__PURE__ */ a(U, { className: pe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5760
5760
|
] })
|
|
5761
5761
|
] })
|
|
5762
5762
|
] }), Ql = (e) => /* @__PURE__ */ m(
|
|
@@ -5857,7 +5857,7 @@ const gt = (e) => {
|
|
|
5857
5857
|
),
|
|
5858
5858
|
/* @__PURE__ */ m("div", { className: qe.contentTerms, children: [
|
|
5859
5859
|
/* @__PURE__ */ a("p", { className: qe.subscribeText, children: "Suscribirte implica aceptar los" }),
|
|
5860
|
-
/* @__PURE__ */ a(
|
|
5860
|
+
/* @__PURE__ */ a(U, { className: qe.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
5861
5861
|
] })
|
|
5862
5862
|
] }), Kl = (e) => /* @__PURE__ */ m(
|
|
5863
5863
|
"svg",
|
|
@@ -6089,7 +6089,7 @@ const gt = (e) => {
|
|
|
6089
6089
|
const { freeZone: t, socials: n, menu: s, customBlock: o } = e;
|
|
6090
6090
|
return /* @__PURE__ */ m("footer", { className: le.content, children: [
|
|
6091
6091
|
/* @__PURE__ */ m("section", { className: le.brandContent, children: [
|
|
6092
|
-
/* @__PURE__ */ a(
|
|
6092
|
+
/* @__PURE__ */ a(U, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: le.logoStyled, children: e.logo }) }),
|
|
6093
6093
|
/* @__PURE__ */ a("div", { className: le.socialMedia, children: Object.keys(n).map((i) => n[i]?.show && /* @__PURE__ */ a(
|
|
6094
6094
|
"a",
|
|
6095
6095
|
{
|
|
@@ -6107,7 +6107,7 @@ const gt = (e) => {
|
|
|
6107
6107
|
] }),
|
|
6108
6108
|
/* @__PURE__ */ m("section", { className: le.sectionContent, children: [
|
|
6109
6109
|
/* @__PURE__ */ a("div", { className: le.section, children: s.filter((i) => !i.subitem).map((i, r) => /* @__PURE__ */ a(
|
|
6110
|
-
|
|
6110
|
+
U,
|
|
6111
6111
|
{
|
|
6112
6112
|
href: i.link ? i.link : void 0,
|
|
6113
6113
|
target: i.target,
|
|
@@ -6118,7 +6118,7 @@ const gt = (e) => {
|
|
|
6118
6118
|
r
|
|
6119
6119
|
)) }),
|
|
6120
6120
|
/* @__PURE__ */ a("div", { className: le.section, children: t && t.map((i, r) => /* @__PURE__ */ a(
|
|
6121
|
-
|
|
6121
|
+
U,
|
|
6122
6122
|
{
|
|
6123
6123
|
href: i.link ? i?.link : void 0,
|
|
6124
6124
|
target: i.target,
|
|
@@ -6132,7 +6132,7 @@ const gt = (e) => {
|
|
|
6132
6132
|
/* @__PURE__ */ m("section", { className: le.copyrigth, children: [
|
|
6133
6133
|
/* @__PURE__ */ a("p", { className: le.copyrigthText, children: e.copyrigth }),
|
|
6134
6134
|
/* @__PURE__ */ a(
|
|
6135
|
-
|
|
6135
|
+
U,
|
|
6136
6136
|
{
|
|
6137
6137
|
"aria-label": "Bluestack link",
|
|
6138
6138
|
href: "https://www.bluestack.la",
|
|
@@ -6144,7 +6144,7 @@ const gt = (e) => {
|
|
|
6144
6144
|
)
|
|
6145
6145
|
] })
|
|
6146
6146
|
] });
|
|
6147
|
-
}, wc = "_content_c2mo2_1", yc = "_imageContent_c2mo2_17", Cc = "_width1Autor_c2mo2_35", bc = "_width2Autor_c2mo2_43", _c = "_width3Autor_c2mo2_51", vc = "_imageAutor_c2mo2_59", Nc = "_imageStyled_c2mo2_137", Sc = "_contentIconStyled_c2mo2_139", xc = "_avatarContent_c2mo2_173", Ec = "_journalistSection_c2mo2_189",
|
|
6147
|
+
}, wc = "_content_c2mo2_1", yc = "_imageContent_c2mo2_17", Cc = "_width1Autor_c2mo2_35", bc = "_width2Autor_c2mo2_43", _c = "_width3Autor_c2mo2_51", vc = "_imageAutor_c2mo2_59", Nc = "_imageStyled_c2mo2_137", Sc = "_contentIconStyled_c2mo2_139", xc = "_avatarContent_c2mo2_173", Ec = "_journalistSection_c2mo2_189", kc = "_journalistInfo_c2mo2_205", Uc = "_journalistInfoLink_c2mo2_207", Ic = "_socialNetworkSection_c2mo2_277", Tc = "_avatarStyled_c2mo2_301", qc = "_article_c2mo2_311", Bc = "_socialButton_c2mo2_319", Lc = "_facebookStyled_c2mo2_351", Rc = "_emailStyled_c2mo2_359", Dc = "_xStyled_c2mo2_367", Mc = "_linkedinStyled_c2mo2_375", Pc = "_whatsappStyled_c2mo2_383", Oc = "_whatsappLink_c2mo2_391", Qc = "_clipboardButton_c2mo2_423", jc = "_googleProfileButton_c2mo2_495", ee = {
|
|
6148
6148
|
content: wc,
|
|
6149
6149
|
imageContent: yc,
|
|
6150
6150
|
width1Autor: Cc,
|
|
@@ -6155,8 +6155,8 @@ const gt = (e) => {
|
|
|
6155
6155
|
contentIconStyled: Sc,
|
|
6156
6156
|
avatarContent: xc,
|
|
6157
6157
|
journalistSection: Ec,
|
|
6158
|
-
journalistInfo:
|
|
6159
|
-
journalistInfoLink:
|
|
6158
|
+
journalistInfo: kc,
|
|
6159
|
+
journalistInfoLink: Uc,
|
|
6160
6160
|
socialNetworkSection: Ic,
|
|
6161
6161
|
avatarStyled: Tc,
|
|
6162
6162
|
article: qc,
|
|
@@ -6320,8 +6320,8 @@ const gt = (e) => {
|
|
|
6320
6320
|
Whatsapp: {
|
|
6321
6321
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
6322
6322
|
icon: {
|
|
6323
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6324
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6323
|
+
outline: (e) => /* @__PURE__ */ a(Us, { className: e }),
|
|
6324
|
+
solid: (e) => /* @__PURE__ */ a(ks, { className: e })
|
|
6325
6325
|
}
|
|
6326
6326
|
},
|
|
6327
6327
|
Email: {
|
|
@@ -6349,7 +6349,7 @@ function $c({ noteShare: e }) {
|
|
|
6349
6349
|
if (!s) return null;
|
|
6350
6350
|
const o = e.variant === "outline" ? s.icon.outline : s.icon.solid, i = s.url(t);
|
|
6351
6351
|
return /* @__PURE__ */ a(
|
|
6352
|
-
|
|
6352
|
+
U,
|
|
6353
6353
|
{
|
|
6354
6354
|
href: i,
|
|
6355
6355
|
target: "_blank",
|
|
@@ -6441,7 +6441,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6441
6441
|
};
|
|
6442
6442
|
return (t > 1 || n && t < s) && /* @__PURE__ */ m("section", { className: En.content, children: [
|
|
6443
6443
|
t > 1 && /* @__PURE__ */ a(
|
|
6444
|
-
|
|
6444
|
+
U,
|
|
6445
6445
|
{
|
|
6446
6446
|
className: En.linkStyled,
|
|
6447
6447
|
href: r("prev", o || "", i || ""),
|
|
@@ -6449,7 +6449,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6449
6449
|
}
|
|
6450
6450
|
),
|
|
6451
6451
|
n && t < s && /* @__PURE__ */ a(
|
|
6452
|
-
|
|
6452
|
+
U,
|
|
6453
6453
|
{
|
|
6454
6454
|
className: En.linkStyled,
|
|
6455
6455
|
href: r("next", o || "", i || ""),
|
|
@@ -6474,7 +6474,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6474
6474
|
),
|
|
6475
6475
|
/* @__PURE__ */ a(j, { children: e.paginatorComponent })
|
|
6476
6476
|
] });
|
|
6477
|
-
}, cd = "_content_3pssn_1", dd = "_newsDescription_3pssn_29", ud = "_image_3pssn_81",
|
|
6477
|
+
}, cd = "_content_3pssn_1", dd = "_newsDescription_3pssn_29", ud = "_image_3pssn_81", Ut = {
|
|
6478
6478
|
content: cd,
|
|
6479
6479
|
newsDescription: dd,
|
|
6480
6480
|
image: ud
|
|
@@ -6496,16 +6496,16 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6496
6496
|
return /* @__PURE__ */ m(
|
|
6497
6497
|
"section",
|
|
6498
6498
|
{
|
|
6499
|
-
className:
|
|
6499
|
+
className: Ut.content,
|
|
6500
6500
|
style: {
|
|
6501
6501
|
...e.customSectionCardStyles
|
|
6502
6502
|
},
|
|
6503
6503
|
children: [
|
|
6504
6504
|
/* @__PURE__ */ a(
|
|
6505
|
-
|
|
6505
|
+
U,
|
|
6506
6506
|
{
|
|
6507
6507
|
"aria-label": e.main?.title?.section,
|
|
6508
|
-
className:
|
|
6508
|
+
className: Ut.image,
|
|
6509
6509
|
title: t?.title?.section,
|
|
6510
6510
|
href: s?.link?.url,
|
|
6511
6511
|
target: s?.link?.target,
|
|
@@ -6520,7 +6520,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6520
6520
|
)
|
|
6521
6521
|
}
|
|
6522
6522
|
),
|
|
6523
|
-
/* @__PURE__ */ a("div", { className:
|
|
6523
|
+
/* @__PURE__ */ a("div", { className: Ut.newsDescription, children: /* @__PURE__ */ a(
|
|
6524
6524
|
gt,
|
|
6525
6525
|
{
|
|
6526
6526
|
main: t,
|
|
@@ -6554,7 +6554,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6554
6554
|
} = e;
|
|
6555
6555
|
return /* @__PURE__ */ m("section", { className: nt.content, children: [
|
|
6556
6556
|
/* @__PURE__ */ a(
|
|
6557
|
-
|
|
6557
|
+
U,
|
|
6558
6558
|
{
|
|
6559
6559
|
title: s?.title?.section,
|
|
6560
6560
|
href: n.link.url,
|
|
@@ -6576,7 +6576,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6576
6576
|
},
|
|
6577
6577
|
children: [
|
|
6578
6578
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6579
|
-
|
|
6579
|
+
U,
|
|
6580
6580
|
{
|
|
6581
6581
|
className: [nt.sectionDescription].join(" "),
|
|
6582
6582
|
href: e?.info?.section?.url,
|
|
@@ -6584,7 +6584,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6584
6584
|
}
|
|
6585
6585
|
),
|
|
6586
6586
|
/* @__PURE__ */ a("h2", { className: nt.articule, children: /* @__PURE__ */ a(
|
|
6587
|
-
|
|
6587
|
+
U,
|
|
6588
6588
|
{
|
|
6589
6589
|
className: nt.linkStyled,
|
|
6590
6590
|
href: e?.info?.link?.url,
|
|
@@ -6617,14 +6617,14 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6617
6617
|
/* @__PURE__ */ a(t, {}),
|
|
6618
6618
|
/* @__PURE__ */ a("p", { className: at.title, children: e.title }),
|
|
6619
6619
|
/* @__PURE__ */ a("p", { className: at.description, children: e.description }),
|
|
6620
|
-
/* @__PURE__ */ a(
|
|
6620
|
+
/* @__PURE__ */ a(U, { className: at.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6621
6621
|
] })
|
|
6622
6622
|
] });
|
|
6623
|
-
}, xd = "_content_14eky_1", Ed = "_contentLabel_14eky_15",
|
|
6623
|
+
}, xd = "_content_14eky_1", Ed = "_contentLabel_14eky_15", kd = "_label_14eky_25", Ud = "_required_14eky_43", Id = "_input_14eky_55", Ct = {
|
|
6624
6624
|
content: xd,
|
|
6625
6625
|
contentLabel: Ed,
|
|
6626
|
-
label:
|
|
6627
|
-
required:
|
|
6626
|
+
label: kd,
|
|
6627
|
+
required: Ud,
|
|
6628
6628
|
input: Id
|
|
6629
6629
|
}, Q3 = (e) => /* @__PURE__ */ m("div", { className: Ct.content, children: [
|
|
6630
6630
|
/* @__PURE__ */ m("div", { className: Ct.contentLabel, children: [
|
|
@@ -6647,13 +6647,13 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6647
6647
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6648
6648
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6649
6649
|
] })
|
|
6650
|
-
] }), Dd = "_content_ljg8f_1", Md = "_label_ljg8f_15", Pd = "_input_ljg8f_33",
|
|
6650
|
+
] }), Dd = "_content_ljg8f_1", Md = "_label_ljg8f_15", Pd = "_input_ljg8f_33", kn = {
|
|
6651
6651
|
content: Dd,
|
|
6652
6652
|
label: Md,
|
|
6653
6653
|
input: Pd
|
|
6654
|
-
}, G3 = (e) => /* @__PURE__ */ m("div", { className:
|
|
6655
|
-
/* @__PURE__ */ a("label", { className:
|
|
6656
|
-
/* @__PURE__ */ a("textarea", { className:
|
|
6654
|
+
}, G3 = (e) => /* @__PURE__ */ m("div", { className: kn.content, children: [
|
|
6655
|
+
/* @__PURE__ */ a("label", { className: kn.label, children: e.label }),
|
|
6656
|
+
/* @__PURE__ */ a("textarea", { className: kn.input, ...e })
|
|
6657
6657
|
] }), Od = "_boxInformation_1ah38_1", Qd = "_textBox_1ah38_59", jd = "_contentBox_1ah38_79", Gd = "_liveBox_1ah38_99", Hd = "_dot_1ah38_143", zd = "_sectionDescription_1ah38_193", Vd = "_articule_1ah38_219", Fd = "_description_1ah38_273", Fe = {
|
|
6658
6658
|
boxInformation: Od,
|
|
6659
6659
|
textBox: Qd,
|
|
@@ -6677,7 +6677,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6677
6677
|
/* @__PURE__ */ m("div", { className: Fe.textBox, children: [
|
|
6678
6678
|
/* @__PURE__ */ m("div", { className: Fe.contentBox, children: [
|
|
6679
6679
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6680
|
-
|
|
6680
|
+
U,
|
|
6681
6681
|
{
|
|
6682
6682
|
className: Fe.sectionDescription,
|
|
6683
6683
|
href: e?.info?.section?.url,
|
|
@@ -6708,7 +6708,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6708
6708
|
contentText: Zd,
|
|
6709
6709
|
dateLink: Xd
|
|
6710
6710
|
}, e1 = (e) => /* @__PURE__ */ a("section", { className: Vt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ m("div", { className: Vt.contentLine, children: [
|
|
6711
|
-
/* @__PURE__ */ a(
|
|
6711
|
+
/* @__PURE__ */ a(U, { className: Vt.dateLink, href: `#item-${n + 1}`, children: Co(t.date) }),
|
|
6712
6712
|
/* @__PURE__ */ a("div", { className: Vt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6713
6713
|
] }, n)) }), t1 = "_content_1ti45_1", n1 = "_contentInfo_1ti45_21", a1 = "_imageStyled_1ti45_37", s1 = "_contentIconStyled_1ti45_59", o1 = "_name_1ti45_111", i1 = "_email_1ti45_129", r1 = "_description_1ti45_161", l1 = "_contenSocialNetwork_1ti45_185", c1 = "_socialIcon_1ti45_205", Ae = {
|
|
6714
6714
|
content: t1,
|
|
@@ -6877,18 +6877,18 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6877
6877
|
),
|
|
6878
6878
|
e.banner
|
|
6879
6879
|
] })
|
|
6880
|
-
] }), N1 = "_content_udlpm_1", S1 = "_header_udlpm_41", x1 = "_videos_udlpm_91", E1 = "_videoContent_udlpm_105",
|
|
6880
|
+
] }), N1 = "_content_udlpm_1", S1 = "_header_udlpm_41", x1 = "_videos_udlpm_91", E1 = "_videoContent_udlpm_105", k1 = "_articleSection_udlpm_119", U1 = "_contentLayoutVideoSection_udlpm_147", I1 = "_sectionVideoList_udlpm_163", T1 = "_iframeStyled_udlpm_309", q1 = "_contentFrame_udlpm_327", B1 = "_relatedTitle_udlpm_377", Ne = {
|
|
6881
6881
|
content: N1,
|
|
6882
6882
|
header: S1,
|
|
6883
6883
|
videos: x1,
|
|
6884
6884
|
videoContent: E1,
|
|
6885
|
-
articleSection:
|
|
6886
|
-
contentLayoutVideoSection:
|
|
6885
|
+
articleSection: k1,
|
|
6886
|
+
contentLayoutVideoSection: U1,
|
|
6887
6887
|
sectionVideoList: I1,
|
|
6888
6888
|
iframeStyled: T1,
|
|
6889
6889
|
contentFrame: q1,
|
|
6890
6890
|
relatedTitle: B1
|
|
6891
|
-
}, L1 = "_content_1ah8a_1", R1 = "_linkImage_1ah8a_23", D1 = "_playStyled_1ah8a_37",
|
|
6891
|
+
}, L1 = "_content_1ah8a_1", R1 = "_linkImage_1ah8a_23", D1 = "_playStyled_1ah8a_37", Un = {
|
|
6892
6892
|
content: L1,
|
|
6893
6893
|
linkImage: R1,
|
|
6894
6894
|
playStyled: D1
|
|
@@ -6903,17 +6903,17 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
6903
6903
|
}
|
|
6904
6904
|
}
|
|
6905
6905
|
};
|
|
6906
|
-
return e && e.info ? /* @__PURE__ */ m("section", { className:
|
|
6906
|
+
return e && e.info ? /* @__PURE__ */ m("section", { className: Un.content, children: [
|
|
6907
6907
|
/* @__PURE__ */ a(
|
|
6908
6908
|
"a",
|
|
6909
6909
|
{
|
|
6910
|
-
className:
|
|
6910
|
+
className: Un.linkImage,
|
|
6911
6911
|
target: e?.info?.link?.target,
|
|
6912
6912
|
title: e?.main?.title?.section,
|
|
6913
6913
|
href: e.info.link.url,
|
|
6914
6914
|
children: /* @__PURE__ */ m("div", { style: { position: "relative" }, children: [
|
|
6915
6915
|
/* @__PURE__ */ a("img", { src: await ie(e.preview.sizes[0]?.url || "") }),
|
|
6916
|
-
/* @__PURE__ */ a(ct, { className:
|
|
6916
|
+
/* @__PURE__ */ a(ct, { className: Un.playStyled })
|
|
6917
6917
|
] })
|
|
6918
6918
|
}
|
|
6919
6919
|
),
|
|
@@ -7026,10 +7026,10 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7026
7026
|
"data-after": `${s}`,
|
|
7027
7027
|
children: [
|
|
7028
7028
|
/* @__PURE__ */ a("hr", { className: Le.startLine }),
|
|
7029
|
-
e.titleUrl ? /* @__PURE__ */ a(
|
|
7029
|
+
e.titleUrl ? /* @__PURE__ */ a(U, { href: e.titleUrl, children: o }) : o,
|
|
7030
7030
|
/* @__PURE__ */ a("hr", { className: Le.line }),
|
|
7031
7031
|
e.titleUrl && /* @__PURE__ */ a(
|
|
7032
|
-
|
|
7032
|
+
U,
|
|
7033
7033
|
{
|
|
7034
7034
|
className: Le.readMore,
|
|
7035
7035
|
href: e.titleUrl?.toString() ?? ""
|
|
@@ -7115,7 +7115,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7115
7115
|
/* @__PURE__ */ a("input", { type: "checkbox", id: "side-bar-state" }),
|
|
7116
7116
|
/* @__PURE__ */ m("section", { className: X.sidebarCustom, children: [
|
|
7117
7117
|
/* @__PURE__ */ a("div", { className: X.buttonContent, children: /* @__PURE__ */ a("label", { className: X.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(pt, { className: X.icon }) }) }),
|
|
7118
|
-
/* @__PURE__ */ a("div", { className: X.inputContent, children: /* @__PURE__ */ m(
|
|
7118
|
+
/* @__PURE__ */ a("div", { className: X.inputContent, children: /* @__PURE__ */ m(U, { href: "/buscar", className: X.inputStyled, children: [
|
|
7119
7119
|
/* @__PURE__ */ m("p", { className: X.buscar, children: [
|
|
7120
7120
|
o,
|
|
7121
7121
|
"..."
|
|
@@ -7150,7 +7150,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7150
7150
|
htmlFor: "accordion_" + r,
|
|
7151
7151
|
children: [
|
|
7152
7152
|
i.link ? /* @__PURE__ */ a(
|
|
7153
|
-
|
|
7153
|
+
U,
|
|
7154
7154
|
{
|
|
7155
7155
|
className: `${X.linkStyledAccordion} ${X.linkStyled}`,
|
|
7156
7156
|
href: i.link ? i.link : void 0,
|
|
@@ -7169,7 +7169,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7169
7169
|
]
|
|
7170
7170
|
}
|
|
7171
7171
|
) : /* @__PURE__ */ a(
|
|
7172
|
-
|
|
7172
|
+
U,
|
|
7173
7173
|
{
|
|
7174
7174
|
className: X.linkStyled,
|
|
7175
7175
|
href: i.link ? i.link : void 0,
|
|
@@ -7185,7 +7185,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7185
7185
|
"--max-height": i.subitem.length * 45 + "px"
|
|
7186
7186
|
},
|
|
7187
7187
|
children: i.subitem.map((l, c) => /* @__PURE__ */ a(
|
|
7188
|
-
|
|
7188
|
+
U,
|
|
7189
7189
|
{
|
|
7190
7190
|
className: X.subLinkStyled,
|
|
7191
7191
|
href: l.link ? l.link : void 0,
|
|
@@ -7253,7 +7253,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7253
7253
|
closeLiveStyled: fu
|
|
7254
7254
|
}, Rs = (e) => {
|
|
7255
7255
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7256
|
-
|
|
7256
|
+
U,
|
|
7257
7257
|
{
|
|
7258
7258
|
className: _t.headLine,
|
|
7259
7259
|
href: t?.data[0]?.info.link.url,
|
|
@@ -7293,7 +7293,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7293
7293
|
}
|
|
7294
7294
|
)
|
|
7295
7295
|
] });
|
|
7296
|
-
}, gu = "_content_1whi4_1", pu = "_linkStyled_1whi4_27", Au = "_linkSocialNetwork_1whi4_55", wu = "_title_1whi4_97", yu = "_tabs_1whi4_119", Cu = "_socialNetwork_1whi4_135", bu = "_icon_1whi4_155", _u = "_facebook_1whi4_167", vu = "_youtube_1whi4_175", Nu = "_x_1whi4_183", Su = "_instagram_1whi4_191", xu = "_gnews_1whi4_199", Eu = "_tiktok_1whi4_207",
|
|
7296
|
+
}, gu = "_content_1whi4_1", pu = "_linkStyled_1whi4_27", Au = "_linkSocialNetwork_1whi4_55", wu = "_title_1whi4_97", yu = "_tabs_1whi4_119", Cu = "_socialNetwork_1whi4_135", bu = "_icon_1whi4_155", _u = "_facebook_1whi4_167", vu = "_youtube_1whi4_175", Nu = "_x_1whi4_183", Su = "_instagram_1whi4_191", xu = "_gnews_1whi4_199", Eu = "_tiktok_1whi4_207", ku = "_whatsapp_1whi4_215", Re = {
|
|
7297
7297
|
content: gu,
|
|
7298
7298
|
linkStyled: pu,
|
|
7299
7299
|
linkSocialNetwork: Au,
|
|
@@ -7307,14 +7307,14 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7307
7307
|
instagram: Su,
|
|
7308
7308
|
gnews: xu,
|
|
7309
7309
|
tiktok: Eu,
|
|
7310
|
-
whatsapp:
|
|
7311
|
-
},
|
|
7310
|
+
whatsapp: ku
|
|
7311
|
+
}, Uu = (e) => {
|
|
7312
7312
|
const { cintillo: t, tapeTitle: n, socials: s } = e, o = "", i = t?.findIndex((r) => r.link === o) ?? 0;
|
|
7313
7313
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ m("section", { className: Re.content, children: [
|
|
7314
7314
|
Array.isArray(t) && /* @__PURE__ */ m("div", { className: `${Re.tabs} header-page-tape-content`, children: [
|
|
7315
7315
|
n !== "" && /* @__PURE__ */ a("p", { className: Re.title, children: `${n}` }),
|
|
7316
7316
|
t && t[i] && /* @__PURE__ */ a(
|
|
7317
|
-
|
|
7317
|
+
U,
|
|
7318
7318
|
{
|
|
7319
7319
|
className: Re.linkStyled,
|
|
7320
7320
|
target: t[i]?.target,
|
|
@@ -7330,7 +7330,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7330
7330
|
t && t.map((r, l) => {
|
|
7331
7331
|
if (l !== i)
|
|
7332
7332
|
return /* @__PURE__ */ a(
|
|
7333
|
-
|
|
7333
|
+
U,
|
|
7334
7334
|
{
|
|
7335
7335
|
className: Re.linkStyled,
|
|
7336
7336
|
href: r?.link,
|
|
@@ -7375,7 +7375,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7375
7375
|
const { alertZone: t } = e;
|
|
7376
7376
|
return /* @__PURE__ */ m("header", { className: we.headerStyled, children: [
|
|
7377
7377
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7378
|
-
|
|
7378
|
+
Uu,
|
|
7379
7379
|
{
|
|
7380
7380
|
socialIcons: e.socialIcons,
|
|
7381
7381
|
cintillo: e.cintillo,
|
|
@@ -7405,7 +7405,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7405
7405
|
}
|
|
7406
7406
|
),
|
|
7407
7407
|
/* @__PURE__ */ a("div", { className: we.iconContent, children: /* @__PURE__ */ a(
|
|
7408
|
-
|
|
7408
|
+
U,
|
|
7409
7409
|
{
|
|
7410
7410
|
href: "/",
|
|
7411
7411
|
"aria-label": "Home",
|
|
@@ -7421,7 +7421,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7421
7421
|
!e.showAlertPop && t?.data && /* @__PURE__ */ m("div", { className: we.headLineContent, children: [
|
|
7422
7422
|
/* @__PURE__ */ a("div", { className: `${we.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
7423
7423
|
/* @__PURE__ */ a(
|
|
7424
|
-
|
|
7424
|
+
U,
|
|
7425
7425
|
{
|
|
7426
7426
|
className: we.headLine,
|
|
7427
7427
|
href: t.data[0]?.info.link.url,
|
|
@@ -7442,7 +7442,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7442
7442
|
].join(" "),
|
|
7443
7443
|
children: [
|
|
7444
7444
|
/* @__PURE__ */ a(
|
|
7445
|
-
|
|
7445
|
+
U,
|
|
7446
7446
|
{
|
|
7447
7447
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7448
7448
|
"aria-label": e.searchKeyWord,
|
|
@@ -7476,7 +7476,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7476
7476
|
const { items: t } = e;
|
|
7477
7477
|
return /* @__PURE__ */ a("ul", { className: De.ul, children: t.map((n, s) => /* @__PURE__ */ m("li", { className: `${De.liBefore} ${De.li}`, children: [
|
|
7478
7478
|
n.link ? /* @__PURE__ */ m(
|
|
7479
|
-
|
|
7479
|
+
U,
|
|
7480
7480
|
{
|
|
7481
7481
|
"aria-label": n.description,
|
|
7482
7482
|
className: De.linkStyled,
|
|
@@ -7492,7 +7492,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7492
7492
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(mn, {})
|
|
7493
7493
|
] }),
|
|
7494
7494
|
Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: De.ulContent, children: /* @__PURE__ */ a("div", { className: De.contentModal, children: n.subitem.map((o, i) => /* @__PURE__ */ a("li", { className: De.li, children: /* @__PURE__ */ a(
|
|
7495
|
-
|
|
7495
|
+
U,
|
|
7496
7496
|
{
|
|
7497
7497
|
className: De.itemLink,
|
|
7498
7498
|
"aria-label": o.description,
|
|
@@ -7549,14 +7549,14 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7549
7549
|
]
|
|
7550
7550
|
}
|
|
7551
7551
|
) }),
|
|
7552
|
-
/* @__PURE__ */ a("div", { className: ce.logoContent, children: /* @__PURE__ */ a(
|
|
7552
|
+
/* @__PURE__ */ a("div", { className: ce.logoContent, children: /* @__PURE__ */ a(U, { href: "/", "aria-label": "Home", className: "header-logo-link", children: xe.createElement(
|
|
7553
7553
|
"span",
|
|
7554
7554
|
{ className: `${ce.logoStyled}` },
|
|
7555
7555
|
e.icon
|
|
7556
7556
|
) }) }),
|
|
7557
7557
|
/* @__PURE__ */ m("div", { className: ce.buttonSection, children: [
|
|
7558
7558
|
/* @__PURE__ */ a(
|
|
7559
|
-
|
|
7559
|
+
U,
|
|
7560
7560
|
{
|
|
7561
7561
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7562
7562
|
style: { display: "flex" },
|
|
@@ -7570,7 +7570,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7570
7570
|
!e.showAlertPop && n?.data ? /* @__PURE__ */ m("div", { className: ce.headLineContent, children: [
|
|
7571
7571
|
/* @__PURE__ */ a("p", { className: `${ce.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
|
|
7572
7572
|
/* @__PURE__ */ a(
|
|
7573
|
-
|
|
7573
|
+
U,
|
|
7574
7574
|
{
|
|
7575
7575
|
className: ce.headLine,
|
|
7576
7576
|
href: n.data[0]?.info.link.url,
|
|
@@ -7651,9 +7651,9 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7651
7651
|
};
|
|
7652
7652
|
return /* @__PURE__ */ a("section", { className: st.content, children: Array.isArray(e.tags) && /* @__PURE__ */ m("div", { className: st.tags, children: [
|
|
7653
7653
|
/* @__PURE__ */ a("p", { className: st.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7654
|
-
e.tags.map((n, s) => n.approved ? /* @__PURE__ */ a(
|
|
7654
|
+
e.tags.map((n, s) => n.approved ? /* @__PURE__ */ a(U, { href: t(n), children: /* @__PURE__ */ a("div", { className: `${st.chipStyled} ${st.tagLink}`, children: n.name }) }, s) : /* @__PURE__ */ a("div", { className: st.chipStyled, children: n.name }, s))
|
|
7655
7655
|
] }) });
|
|
7656
|
-
}, Cm = "_contentBox_horo3_1", bm = "_content_horo3_1", _m = "_imageStyled_horo3_31", vm = "_contentIconStyled_horo3_45", Nm = "_avatarContent_horo3_85", Sm = "_journalistSection_horo3_99", xm = "_journalistInfo_horo3_111", Em = "_socialNetworkSection_horo3_139",
|
|
7656
|
+
}, Cm = "_contentBox_horo3_1", bm = "_content_horo3_1", _m = "_imageStyled_horo3_31", vm = "_contentIconStyled_horo3_45", Nm = "_avatarContent_horo3_85", Sm = "_journalistSection_horo3_99", xm = "_journalistInfo_horo3_111", Em = "_socialNetworkSection_horo3_139", km = "_article_horo3_165", Ie = {
|
|
7657
7657
|
contentBox: Cm,
|
|
7658
7658
|
content: bm,
|
|
7659
7659
|
imageStyled: _m,
|
|
@@ -7662,13 +7662,13 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7662
7662
|
journalistSection: Sm,
|
|
7663
7663
|
journalistInfo: xm,
|
|
7664
7664
|
socialNetworkSection: Em,
|
|
7665
|
-
article:
|
|
7665
|
+
article: km
|
|
7666
7666
|
}, F3 = async (e) => {
|
|
7667
7667
|
const { autor: t } = e;
|
|
7668
7668
|
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: Ie.contentBox, children: /* @__PURE__ */ m("div", { className: Ie.content, children: [
|
|
7669
7669
|
/* @__PURE__ */ m("div", { className: Ie.avatarContent, children: [
|
|
7670
7670
|
/* @__PURE__ */ a(
|
|
7671
|
-
|
|
7671
|
+
U,
|
|
7672
7672
|
{
|
|
7673
7673
|
className: Ie.journalistInfo,
|
|
7674
7674
|
href: `/${e.paths.autor}/${t.info.name}`,
|
|
@@ -7685,7 +7685,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7685
7685
|
}
|
|
7686
7686
|
),
|
|
7687
7687
|
/* @__PURE__ */ m("section", { className: Ie.journalistSection, children: [
|
|
7688
|
-
/* @__PURE__ */ a("h3", { className: Ie.journalistInfo, children: /* @__PURE__ */ a(
|
|
7688
|
+
/* @__PURE__ */ a("h3", { className: Ie.journalistInfo, children: /* @__PURE__ */ a(U, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
|
|
7689
7689
|
/* @__PURE__ */ m("section", { className: Ie.socialNetworkSection, children: [
|
|
7690
7690
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
7691
7691
|
"a",
|
|
@@ -7854,8 +7854,8 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7854
7854
|
}
|
|
7855
7855
|
)
|
|
7856
7856
|
] }) });
|
|
7857
|
-
},
|
|
7858
|
-
content:
|
|
7857
|
+
}, Um = "_content_1po76_1", Im = "_imageStyled_1po76_39", Tm = "_contentIconStyled_1po76_41", qm = "_contentCard_1po76_61", Bm = "_contentInfo_1po76_139", Lm = "_fullName_1po76_151", Rm = "_LearnMoreLink_1po76_165", We = {
|
|
7858
|
+
content: Um,
|
|
7859
7859
|
imageStyled: Im,
|
|
7860
7860
|
contentIconStyled: Tm,
|
|
7861
7861
|
contentCard: qm,
|
|
@@ -7924,7 +7924,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7924
7924
|
};
|
|
7925
7925
|
return /* @__PURE__ */ m("section", { className: `${Me.content} destacado-super-content`, children: [
|
|
7926
7926
|
/* @__PURE__ */ a(
|
|
7927
|
-
|
|
7927
|
+
U,
|
|
7928
7928
|
{
|
|
7929
7929
|
href: e?.info?.link?.url,
|
|
7930
7930
|
target: e?.info?.link?.target,
|
|
@@ -7953,7 +7953,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7953
7953
|
"--widthTextContent": e.textPosition === "start" ? "100%" : "80%"
|
|
7954
7954
|
},
|
|
7955
7955
|
children: [
|
|
7956
|
-
/* @__PURE__ */ a(
|
|
7956
|
+
/* @__PURE__ */ a(U, { className: Me.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name }),
|
|
7957
7957
|
/* @__PURE__ */ m(
|
|
7958
7958
|
"div",
|
|
7959
7959
|
{
|
|
@@ -7961,9 +7961,9 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7961
7961
|
position: "relative"
|
|
7962
7962
|
},
|
|
7963
7963
|
children: [
|
|
7964
|
-
/* @__PURE__ */ a(
|
|
7964
|
+
/* @__PURE__ */ a(U, { className: Me.tag, href: e?.info?.section?.url, children: e?.info?.section?.name }),
|
|
7965
7965
|
/* @__PURE__ */ a(
|
|
7966
|
-
|
|
7966
|
+
U,
|
|
7967
7967
|
{
|
|
7968
7968
|
className: Me.linkTitle,
|
|
7969
7969
|
href: e?.info?.link?.url,
|
|
@@ -7993,7 +7993,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
7993
7993
|
}
|
|
7994
7994
|
),
|
|
7995
7995
|
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(j, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
7996
|
-
|
|
7996
|
+
U,
|
|
7997
7997
|
{
|
|
7998
7998
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
7999
7999
|
className: Me.correspondent,
|
|
@@ -8147,7 +8147,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
8147
8147
|
linkStyled: nh
|
|
8148
8148
|
}, Ds = (e) => /* @__PURE__ */ m("div", { className: vt.content, children: [
|
|
8149
8149
|
e?.mainNew?.info.section && /* @__PURE__ */ a(
|
|
8150
|
-
|
|
8150
|
+
U,
|
|
8151
8151
|
{
|
|
8152
8152
|
className: vt.sectionDescription,
|
|
8153
8153
|
href: e?.mainNew?.info?.section?.url,
|
|
@@ -8155,7 +8155,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
8155
8155
|
}
|
|
8156
8156
|
),
|
|
8157
8157
|
/* @__PURE__ */ a(
|
|
8158
|
-
|
|
8158
|
+
U,
|
|
8159
8159
|
{
|
|
8160
8160
|
className: vt.title,
|
|
8161
8161
|
href: e?.mainNew?.info?.link?.url,
|
|
@@ -8164,7 +8164,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
8164
8164
|
}
|
|
8165
8165
|
),
|
|
8166
8166
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: vt.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8167
|
-
e.goTo && /* @__PURE__ */ a(
|
|
8167
|
+
e.goTo && /* @__PURE__ */ a(U, { href: e.goTo.url, className: vt.linkStyled, children: e.goTo.description })
|
|
8168
8168
|
] }), ah = "_headerSection_itzkx_1", sh = "_headerSectionLink_itzkx_23", oh = "_newsContent_itzkx_33", qn = {
|
|
8169
8169
|
headerSection: ah,
|
|
8170
8170
|
headerSectionLink: sh,
|
|
@@ -8186,7 +8186,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
8186
8186
|
/* @__PURE__ */ m("div", { className: qn.headerSection, children: [
|
|
8187
8187
|
/* @__PURE__ */ a(Ds, { mainNew: i, goTo: e.goTo }),
|
|
8188
8188
|
/* @__PURE__ */ a(
|
|
8189
|
-
|
|
8189
|
+
U,
|
|
8190
8190
|
{
|
|
8191
8191
|
className: qn.headerSectionLink,
|
|
8192
8192
|
href: i?.info?.link?.url,
|
|
@@ -8246,7 +8246,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
8246
8246
|
] });
|
|
8247
8247
|
return /* @__PURE__ */ m("div", { className: Pe.content, children: [
|
|
8248
8248
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8249
|
-
|
|
8249
|
+
U,
|
|
8250
8250
|
{
|
|
8251
8251
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8252
8252
|
children: i
|
|
@@ -8254,7 +8254,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
|
|
|
8254
8254
|
) : i,
|
|
8255
8255
|
/* @__PURE__ */ m("div", { className: Pe.boxInformationContent, children: [
|
|
8256
8256
|
/* @__PURE__ */ a(
|
|
8257
|
-
|
|
8257
|
+
U,
|
|
8258
8258
|
{
|
|
8259
8259
|
className: Pe.title,
|
|
8260
8260
|
href: t?.info?.link?.url,
|
|
@@ -8354,12 +8354,12 @@ const $3 = (e) => {
|
|
|
8354
8354
|
}
|
|
8355
8355
|
)
|
|
8356
8356
|
] });
|
|
8357
|
-
}, Nh = "_content_1hn45_1", Sh = "_newsContent_1hn45_15", xh = "_boxPosition_1hn45_33", Eh = "_bannerContent_1hn45_45",
|
|
8357
|
+
}, Nh = "_content_1hn45_1", Sh = "_newsContent_1hn45_15", xh = "_boxPosition_1hn45_33", Eh = "_bannerContent_1hn45_45", kh = "_bannerContentAux_1hn45_65", it = {
|
|
8358
8358
|
content: Nh,
|
|
8359
8359
|
newsContent: Sh,
|
|
8360
8360
|
boxPosition: xh,
|
|
8361
8361
|
bannerContent: Eh,
|
|
8362
|
-
bannerContentAux:
|
|
8362
|
+
bannerContentAux: kh
|
|
8363
8363
|
}, K3 = (e) => {
|
|
8364
8364
|
const { news: t } = e;
|
|
8365
8365
|
return Array.isArray(t) && /* @__PURE__ */ m("div", { className: it.content, children: [
|
|
@@ -8398,8 +8398,8 @@ const $3 = (e) => {
|
|
|
8398
8398
|
}, J3 = (e) => /* @__PURE__ */ m(j, { children: [
|
|
8399
8399
|
/* @__PURE__ */ a(xl, { className: "display-on-lower-900px", ...e }),
|
|
8400
8400
|
/* @__PURE__ */ a(Ol, { ...e })
|
|
8401
|
-
] }),
|
|
8402
|
-
newsContent:
|
|
8401
|
+
] }), Uh = "_newsContent_smaec_1", Ih = "_newsContentWithLines_smaec_15", Th = "_newsContentWithoutLines_smaec_25", qh = "_contentSeparator_smaec_35", Ft = {
|
|
8402
|
+
newsContent: Uh,
|
|
8403
8403
|
newsContentWithLines: Ih,
|
|
8404
8404
|
newsContentWithoutLines: Th,
|
|
8405
8405
|
contentSeparator: qh
|
|
@@ -8544,7 +8544,7 @@ const $3 = (e) => {
|
|
|
8544
8544
|
/* @__PURE__ */ m("div", { className: Ln.headerSection, children: [
|
|
8545
8545
|
/* @__PURE__ */ a(Ds, { goTo: e.goTo, mainNew: Tt(o) }),
|
|
8546
8546
|
/* @__PURE__ */ a(
|
|
8547
|
-
|
|
8547
|
+
U,
|
|
8548
8548
|
{
|
|
8549
8549
|
className: Ln.headerSectionLink,
|
|
8550
8550
|
href: o?.info?.link.url,
|
|
@@ -8606,7 +8606,7 @@ const $3 = (e) => {
|
|
|
8606
8606
|
},
|
|
8607
8607
|
children: [
|
|
8608
8608
|
/* @__PURE__ */ a(
|
|
8609
|
-
|
|
8609
|
+
U,
|
|
8610
8610
|
{
|
|
8611
8611
|
className: Nt.linkImage,
|
|
8612
8612
|
target: e?.info?.link?.target,
|
|
@@ -8617,7 +8617,7 @@ const $3 = (e) => {
|
|
|
8617
8617
|
),
|
|
8618
8618
|
/* @__PURE__ */ m("div", { className: Nt.textContent, children: [
|
|
8619
8619
|
/* @__PURE__ */ a(
|
|
8620
|
-
|
|
8620
|
+
U,
|
|
8621
8621
|
{
|
|
8622
8622
|
className: Nt.sectionDescription,
|
|
8623
8623
|
target: e?.info?.link?.target,
|
|
@@ -8737,14 +8737,14 @@ const $3 = (e) => {
|
|
|
8737
8737
|
) : /* @__PURE__ */ a("div", { className: $e.contentIcon, children: e.autorIcon }),
|
|
8738
8738
|
/* @__PURE__ */ m("div", { className: $e.boxInformation, children: [
|
|
8739
8739
|
/* @__PURE__ */ a("p", { className: $e.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8740
|
-
|
|
8740
|
+
U,
|
|
8741
8741
|
{
|
|
8742
8742
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8743
8743
|
children: t?.authors[0]?.fullname ?? "Redacción"
|
|
8744
8744
|
}
|
|
8745
8745
|
) : t?.authors[0]?.fullname ?? "Redacción" }),
|
|
8746
8746
|
/* @__PURE__ */ a("p", { className: $e.title, children: /* @__PURE__ */ a(
|
|
8747
|
-
|
|
8747
|
+
U,
|
|
8748
8748
|
{
|
|
8749
8749
|
className: $e.linkStyled,
|
|
8750
8750
|
href: t?.info?.link?.url,
|
|
@@ -9009,13 +9009,13 @@ const $3 = (e) => {
|
|
|
9009
9009
|
className: `content-layout-2 ${_2.content} ${t}`,
|
|
9010
9010
|
children: e
|
|
9011
9011
|
}
|
|
9012
|
-
), N2 = "_container_14le6_1", S2 = "_note_14le6_19", x2 = "_commercial_14le6_99", E2 = "_commercialContent_14le6_133",
|
|
9012
|
+
), N2 = "_container_14le6_1", S2 = "_note_14le6_19", x2 = "_commercial_14le6_99", E2 = "_commercialContent_14le6_133", k2 = "_complement_14le6_165", St = {
|
|
9013
9013
|
container: N2,
|
|
9014
9014
|
note: S2,
|
|
9015
9015
|
commercial: x2,
|
|
9016
9016
|
commercialContent: E2,
|
|
9017
|
-
complement:
|
|
9018
|
-
},
|
|
9017
|
+
complement: k2
|
|
9018
|
+
}, U2 = (e) => /* @__PURE__ */ m("section", { className: St.container, children: [
|
|
9019
9019
|
/* @__PURE__ */ a("div", { className: St.note, children: e.children }),
|
|
9020
9020
|
/* @__PURE__ */ a("div", { className: St.commercial, children: /* @__PURE__ */ m("div", { className: St.commercialContent, children: [
|
|
9021
9021
|
e.slug === "liveblogs" && /* @__PURE__ */ a(e1, { itemList: e.itemList }),
|
|
@@ -9234,7 +9234,7 @@ const F2 = async ({
|
|
|
9234
9234
|
Telegram: "telegram"
|
|
9235
9235
|
};
|
|
9236
9236
|
function $2({ url: e }) {
|
|
9237
|
-
return e && e !== "" && /* @__PURE__ */ m(
|
|
9237
|
+
return e && e !== "" && /* @__PURE__ */ m(U, { href: e, className: ee.googleProfileButton, children: [
|
|
9238
9238
|
/* @__PURE__ */ a(
|
|
9239
9239
|
"svg",
|
|
9240
9240
|
{
|
|
@@ -9551,15 +9551,15 @@ const i0 = (e) => /* @__PURE__ */ a(
|
|
|
9551
9551
|
let i = e;
|
|
9552
9552
|
for (const r of o) {
|
|
9553
9553
|
const l = r[0], c = r[1] ?? "", u = n.find(
|
|
9554
|
-
(
|
|
9554
|
+
(k) => c.includes(k?.[0]?.info.link.internal || "")
|
|
9555
9555
|
);
|
|
9556
9556
|
if (!u || !u[0]) continue;
|
|
9557
9557
|
const d = u[0].preview?.sizes?.[0], h = d ? await ie(d.url) : "", f = u[0].info.section?.url ?? "#", y = u[0].info.section?.name ?? "Sección", g = u[0].info.link?.url ?? "#", p = u[0].main?.title.article ?? "Título", w = (await Promise.all(
|
|
9558
|
-
u[0].preview?.sizes?.map(async (
|
|
9559
|
-
const N = await ie(
|
|
9560
|
-
return
|
|
9558
|
+
u[0].preview?.sizes?.map(async (k) => {
|
|
9559
|
+
const N = await ie(k.url);
|
|
9560
|
+
return k.width < 200 ? `<source srcset="${N}" media="(width < 750px)"/>` : `<source srcset="${N}" media="(width >= 750px)"/>`;
|
|
9561
9561
|
})
|
|
9562
|
-
)).reduce((
|
|
9562
|
+
)).reduce((k, N) => k += N, ""), C = `
|
|
9563
9563
|
<span data-src="${c}">
|
|
9564
9564
|
<picture style='display: flex'>
|
|
9565
9565
|
${w}
|
|
@@ -9783,10 +9783,10 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
|
|
|
9783
9783
|
paths: e.paths
|
|
9784
9784
|
}
|
|
9785
9785
|
),
|
|
9786
|
-
/* @__PURE__ */ a(
|
|
9786
|
+
/* @__PURE__ */ a(kt, { banners: s, index: 1 }),
|
|
9787
9787
|
!u && /* @__PURE__ */ a(N0, { news: o[0] }),
|
|
9788
9788
|
/* @__PURE__ */ a(
|
|
9789
|
-
|
|
9789
|
+
U2,
|
|
9790
9790
|
{
|
|
9791
9791
|
texts: e.texts,
|
|
9792
9792
|
paths: e.paths,
|
|
@@ -9827,12 +9827,12 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
|
|
|
9827
9827
|
}
|
|
9828
9828
|
)
|
|
9829
9829
|
] }) });
|
|
9830
|
-
}, S0 = "_content_1mczt_1", x0 = "_contentInfo_1mczt_47", E0 = "_imageStyled_1mczt_81",
|
|
9830
|
+
}, S0 = "_content_1mczt_1", x0 = "_contentInfo_1mczt_47", E0 = "_imageStyled_1mczt_81", k0 = "_name_1mczt_91", U0 = "_description_1mczt_101", I0 = "_contentInfoWithoutImg_1mczt_207", rt = {
|
|
9831
9831
|
content: S0,
|
|
9832
9832
|
contentInfo: x0,
|
|
9833
9833
|
imageStyled: E0,
|
|
9834
|
-
name:
|
|
9835
|
-
description:
|
|
9834
|
+
name: k0,
|
|
9835
|
+
description: U0,
|
|
9836
9836
|
contentInfoWithoutImg: I0
|
|
9837
9837
|
}, T0 = async (e) => {
|
|
9838
9838
|
const t = e.img ? await ie(e.img) : "";
|
|
@@ -10155,7 +10155,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
|
|
|
10155
10155
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
10156
10156
|
return /* @__PURE__ */ a("figure", { className: Et.figure, children: /* @__PURE__ */ m("span", { className: Et.backdrop, children: [
|
|
10157
10157
|
/* @__PURE__ */ a("span", { className: Et.backDropAux }),
|
|
10158
|
-
/* @__PURE__ */ a(
|
|
10158
|
+
/* @__PURE__ */ a(U, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ m("div", { children: [
|
|
10159
10159
|
n.main.image.sizes.map(async (o, i) => o.width >= 580 ? /* @__PURE__ */ a(
|
|
10160
10160
|
"source",
|
|
10161
10161
|
{
|
|
@@ -10210,7 +10210,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
|
|
|
10210
10210
|
}, Af = (e) => {
|
|
10211
10211
|
const { video: t } = e;
|
|
10212
10212
|
return /* @__PURE__ */ a(
|
|
10213
|
-
|
|
10213
|
+
U,
|
|
10214
10214
|
{
|
|
10215
10215
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
10216
10216
|
target: t.info.link.target,
|
|
@@ -10237,7 +10237,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
|
|
|
10237
10237
|
/* @__PURE__ */ a(Af, { video: e.video }),
|
|
10238
10238
|
/* @__PURE__ */ m("div", { className: Ke.articleSection, children: [
|
|
10239
10239
|
/* @__PURE__ */ a(
|
|
10240
|
-
|
|
10240
|
+
U,
|
|
10241
10241
|
{
|
|
10242
10242
|
className: Ke.title,
|
|
10243
10243
|
href: e.video.info.link.url,
|
|
@@ -10500,9 +10500,9 @@ const yf = (e) => {
|
|
|
10500
10500
|
{
|
|
10501
10501
|
className: s(i),
|
|
10502
10502
|
style: { order: i },
|
|
10503
|
-
children: /* @__PURE__ */ m("section", { className:
|
|
10503
|
+
children: /* @__PURE__ */ m("section", { className: Ut.content, children: [
|
|
10504
10504
|
/* @__PURE__ */ a(
|
|
10505
|
-
|
|
10505
|
+
U,
|
|
10506
10506
|
{
|
|
10507
10507
|
title: r?.title?.section,
|
|
10508
10508
|
href: c?.link?.url ?? "invalidUrl",
|
|
@@ -10521,7 +10521,7 @@ const yf = (e) => {
|
|
|
10521
10521
|
)
|
|
10522
10522
|
}
|
|
10523
10523
|
),
|
|
10524
|
-
/* @__PURE__ */ a("div", { className:
|
|
10524
|
+
/* @__PURE__ */ a("div", { className: Ut.newsDescription, children: /* @__PURE__ */ a(
|
|
10525
10525
|
Nf,
|
|
10526
10526
|
{
|
|
10527
10527
|
main: r,
|
|
@@ -10553,7 +10553,7 @@ const yf = (e) => {
|
|
|
10553
10553
|
t && /* @__PURE__ */ a(Cf, { className: K.dotStyles }),
|
|
10554
10554
|
e?.info?.section?.url && /* @__PURE__ */ m("div", { className: K.sectionDescriptionContainer, children: [
|
|
10555
10555
|
/* @__PURE__ */ a(
|
|
10556
|
-
|
|
10556
|
+
U,
|
|
10557
10557
|
{
|
|
10558
10558
|
className: K.sectionDescription,
|
|
10559
10559
|
href: e.info.section.url ?? "invalidUrl",
|
|
@@ -10563,7 +10563,7 @@ const yf = (e) => {
|
|
|
10563
10563
|
e?.main?.uppertitle && /* @__PURE__ */ a("p", { className: K.uppertitle, children: e.main.uppertitle })
|
|
10564
10564
|
] }),
|
|
10565
10565
|
/* @__PURE__ */ a("h2", { className: K.articule, children: /* @__PURE__ */ a(
|
|
10566
|
-
|
|
10566
|
+
U,
|
|
10567
10567
|
{
|
|
10568
10568
|
className: K.linkStyled,
|
|
10569
10569
|
style: {
|
|
@@ -10588,7 +10588,7 @@ const yf = (e) => {
|
|
|
10588
10588
|
}
|
|
10589
10589
|
),
|
|
10590
10590
|
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(j, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
10591
|
-
|
|
10591
|
+
U,
|
|
10592
10592
|
{
|
|
10593
10593
|
className: K.correspondentLink,
|
|
10594
10594
|
href: `/autor/${e.authors[0].name}`,
|
|
@@ -10635,11 +10635,11 @@ const yf = (e) => {
|
|
|
10635
10635
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
10636
10636
|
] })
|
|
10637
10637
|
] }) });
|
|
10638
|
-
}, xf = "_overlay_1ng7z_5", Ef = "_popup_1ng7z_33",
|
|
10638
|
+
}, xf = "_overlay_1ng7z_5", Ef = "_popup_1ng7z_33", kf = "_title_1ng7z_79", Uf = "_optionsContainer_1ng7z_103", If = "_option_1ng7z_103", Tf = "_radioInput_1ng7z_131", qf = "_radioCustom_1ng7z_139", Bf = "_optionLabel_1ng7z_193", Lf = "_buttons_1ng7z_219", Rf = "_cancelButton_1ng7z_233", Df = "_closeButton_1ng7z_235", Mf = "_buttonAlone_1ng7z_273", Pf = "_reportButton_1ng7z_285", Of = "_successContainer_1ng7z_325", Qf = "_thumbsUp_1ng7z_341", jf = "_successMessage_1ng7z_353", Gf = "_errorMessage_1ng7z_435", Hf = "_loadingContainer_1ng7z_461", te = {
|
|
10639
10639
|
overlay: xf,
|
|
10640
10640
|
popup: Ef,
|
|
10641
|
-
title:
|
|
10642
|
-
optionsContainer:
|
|
10641
|
+
title: kf,
|
|
10642
|
+
optionsContainer: Uf,
|
|
10643
10643
|
option: If,
|
|
10644
10644
|
radioInput: Tf,
|
|
10645
10645
|
radioCustom: qf,
|
|
@@ -11343,8 +11343,8 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
|
|
|
11343
11343
|
apiToken: process.env.NEXT_PUBLIC_X_SECURITY_TOKEN
|
|
11344
11344
|
}))[0];
|
|
11345
11345
|
d(!1), c({ morereply: N.morecomment, reply: [...l.reply, ...N.comments] });
|
|
11346
|
-
} catch (
|
|
11347
|
-
throw d(!1), new Error(`Error al obtener comentarios: ${
|
|
11346
|
+
} catch (k) {
|
|
11347
|
+
throw d(!1), new Error(`Error al obtener comentarios: ${k}`);
|
|
11348
11348
|
}
|
|
11349
11349
|
},
|
|
11350
11350
|
children: "Más Respuestas"
|
|
@@ -11355,7 +11355,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
|
|
|
11355
11355
|
]
|
|
11356
11356
|
}
|
|
11357
11357
|
) });
|
|
11358
|
-
},
|
|
11358
|
+
}, kg = ({
|
|
11359
11359
|
commentRef: e,
|
|
11360
11360
|
user: t,
|
|
11361
11361
|
path: n,
|
|
@@ -11400,7 +11400,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
|
|
|
11400
11400
|
}
|
|
11401
11401
|
)
|
|
11402
11402
|
] });
|
|
11403
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
11403
|
+
}, { PUBLIC_PUBLICATION_ID: Ug, PUBLIC_X_SECURITY_TOKEN: Ig } = J(), Wa = Ug ?? "", Tg = ({
|
|
11404
11404
|
isAuthenticated: e,
|
|
11405
11405
|
path: t,
|
|
11406
11406
|
user: n,
|
|
@@ -11420,7 +11420,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
|
|
|
11420
11420
|
);
|
|
11421
11421
|
}, C = (E) => {
|
|
11422
11422
|
l(E);
|
|
11423
|
-
},
|
|
11423
|
+
}, k = async () => {
|
|
11424
11424
|
if (!d || !d.morecomment || d.comments.length === 0)
|
|
11425
11425
|
return;
|
|
11426
11426
|
const E = d.comments[d.comments.length - 1];
|
|
@@ -11458,7 +11458,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
|
|
|
11458
11458
|
}
|
|
11459
11459
|
),
|
|
11460
11460
|
/* @__PURE__ */ a(
|
|
11461
|
-
|
|
11461
|
+
kg,
|
|
11462
11462
|
{
|
|
11463
11463
|
commentRef: g,
|
|
11464
11464
|
user: n,
|
|
@@ -11493,7 +11493,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
|
|
|
11493
11493
|
"button",
|
|
11494
11494
|
{
|
|
11495
11495
|
className: "comment-replies-button",
|
|
11496
|
-
onClick:
|
|
11496
|
+
onClick: k,
|
|
11497
11497
|
children: "Más"
|
|
11498
11498
|
}
|
|
11499
11499
|
)
|
|
@@ -11561,7 +11561,7 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
11561
11561
|
const [n, s] = O({}), [o, i] = O(!1), [r, l] = O(!1), [c, u] = O(null), [d, h] = O(
|
|
11562
11562
|
"register"
|
|
11563
11563
|
), f = (w, C) => {
|
|
11564
|
-
s((
|
|
11564
|
+
s((k) => ({ ...k, [w]: C }));
|
|
11565
11565
|
}, y = async (w) => {
|
|
11566
11566
|
w.preventDefault(), u(null), l(!0);
|
|
11567
11567
|
try {
|
|
@@ -11574,9 +11574,9 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
11574
11574
|
u("Las contraseñas no coinciden");
|
|
11575
11575
|
return;
|
|
11576
11576
|
}
|
|
11577
|
-
const
|
|
11577
|
+
const k = n.password || "";
|
|
11578
11578
|
if (hn.some(
|
|
11579
|
-
(D) => !D.test(
|
|
11579
|
+
(D) => !D.test(k)
|
|
11580
11580
|
)) {
|
|
11581
11581
|
u("La contraseña no es válida");
|
|
11582
11582
|
return;
|
|
@@ -11632,8 +11632,8 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
11632
11632
|
})
|
|
11633
11633
|
});
|
|
11634
11634
|
if (!C.ok) {
|
|
11635
|
-
const
|
|
11636
|
-
throw new Error(
|
|
11635
|
+
const k = await C.json().catch(() => ({}));
|
|
11636
|
+
throw new Error(k?.error || "Error al confirmar usuario");
|
|
11637
11637
|
}
|
|
11638
11638
|
h("success");
|
|
11639
11639
|
} catch (C) {
|
|
@@ -11671,20 +11671,20 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
11671
11671
|
type: w.toLowerCase().includes("password") ? o ? "text" : "password" : w === "birthdate" ? "date" : w === "email" ? "email" : w === "phone_number" ? "tel" : "text",
|
|
11672
11672
|
name: w,
|
|
11673
11673
|
value: n[w] || "",
|
|
11674
|
-
onChange: (
|
|
11674
|
+
onChange: (k) => f(w, k.target.value),
|
|
11675
11675
|
className: v.input,
|
|
11676
11676
|
placeholder: ""
|
|
11677
11677
|
}
|
|
11678
11678
|
),
|
|
11679
|
-
w === "password" && /* @__PURE__ */ a("div", { className: v.passwordChecker, children: hn.map((
|
|
11680
|
-
const R =
|
|
11679
|
+
w === "password" && /* @__PURE__ */ a("div", { className: v.passwordChecker, children: hn.map((k, N) => {
|
|
11680
|
+
const R = k.test(p);
|
|
11681
11681
|
return /* @__PURE__ */ m(
|
|
11682
11682
|
"div",
|
|
11683
11683
|
{
|
|
11684
11684
|
className: R ? v.valid : v.invalid,
|
|
11685
11685
|
children: [
|
|
11686
11686
|
/* @__PURE__ */ a("div", { children: R ? "✔" : "○" }),
|
|
11687
|
-
/* @__PURE__ */ a("div", { children:
|
|
11687
|
+
/* @__PURE__ */ a("div", { children: k.label })
|
|
11688
11688
|
]
|
|
11689
11689
|
},
|
|
11690
11690
|
N
|
|
@@ -11697,7 +11697,7 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
|
|
|
11697
11697
|
id: "showPasswordRegister",
|
|
11698
11698
|
type: "checkbox",
|
|
11699
11699
|
checked: o,
|
|
11700
|
-
onChange: (
|
|
11700
|
+
onChange: (k) => i(k.target.checked)
|
|
11701
11701
|
}
|
|
11702
11702
|
),
|
|
11703
11703
|
/* @__PURE__ */ a(
|
|
@@ -11789,7 +11789,7 @@ function Bg({
|
|
|
11789
11789
|
handleGoogleLogin: s,
|
|
11790
11790
|
CAPTCHA_KEY: o
|
|
11791
11791
|
}) {
|
|
11792
|
-
const [i, r] = O("login"), [l, c] = O(""), [u, d] = O(""), [h, f] = O(""), [y, g] = O(""), [p, w] = O(""), [C,
|
|
11792
|
+
const [i, r] = O("login"), [l, c] = O(""), [u, d] = O(""), [h, f] = O(""), [y, g] = O(""), [p, w] = O(""), [C, k] = O(!1), [N, R] = O(!1), [I, E] = O(null);
|
|
11793
11793
|
return /* @__PURE__ */ m(j, { children: [
|
|
11794
11794
|
i === "login" && /* @__PURE__ */ a(
|
|
11795
11795
|
Lg,
|
|
@@ -11801,7 +11801,7 @@ function Bg({
|
|
|
11801
11801
|
error: I,
|
|
11802
11802
|
setEmail: c,
|
|
11803
11803
|
setPassword: d,
|
|
11804
|
-
setShowPassword:
|
|
11804
|
+
setShowPassword: k,
|
|
11805
11805
|
onSubmit: async (M) => {
|
|
11806
11806
|
if (!N) {
|
|
11807
11807
|
M.preventDefault(), E(null), R(!0);
|
|
@@ -11879,7 +11879,7 @@ function Bg({
|
|
|
11879
11879
|
setConfirmationCode: f,
|
|
11880
11880
|
setNewPassword: g,
|
|
11881
11881
|
setConfirmNewPassword: w,
|
|
11882
|
-
setShowPassword:
|
|
11882
|
+
setShowPassword: k,
|
|
11883
11883
|
onSubmit: async (M) => {
|
|
11884
11884
|
if (N) return;
|
|
11885
11885
|
if (M.preventDefault(), y !== p) {
|
|
@@ -12295,21 +12295,24 @@ function jg({
|
|
|
12295
12295
|
captchaVars: o
|
|
12296
12296
|
}) {
|
|
12297
12297
|
const [i, r] = O(null), [l, c] = O(null), u = async () => {
|
|
12298
|
-
if (e) {
|
|
12299
|
-
if (document.cookie.search(Qg + "IS_AUTH=true") === -1) {
|
|
12298
|
+
if (console.log("check auth"), !!e) {
|
|
12299
|
+
if (console.log("check auth 2"), document.cookie.search(Qg + "IS_AUTH=true") === -1) {
|
|
12300
12300
|
r(!1), c(null), console.log("user not logged");
|
|
12301
12301
|
return;
|
|
12302
12302
|
}
|
|
12303
12303
|
try {
|
|
12304
|
-
|
|
12305
|
-
|
|
12304
|
+
console.log("check user");
|
|
12305
|
+
const f = await fetch("/api/auth/user", { credentials: "include" });
|
|
12306
|
+
console.log("check user", f);
|
|
12307
|
+
const y = await f.json();
|
|
12308
|
+
console.log("check user", y), r(y.isAuthenticated ?? !1), c(y.user ?? null);
|
|
12306
12309
|
} catch (f) {
|
|
12307
|
-
console.error("Error checking auth:", f), r(!1), c(null);
|
|
12310
|
+
console.log("check auth error catch"), console.error("Error checking auth:", f), r(!1), c(null);
|
|
12308
12311
|
}
|
|
12309
12312
|
}
|
|
12310
12313
|
};
|
|
12311
12314
|
Ee(() => {
|
|
12312
|
-
u();
|
|
12315
|
+
console.log("authArea effect"), u();
|
|
12313
12316
|
}, []), Ee(() => {
|
|
12314
12317
|
if (!l || !e || typeof window > "u") return;
|
|
12315
12318
|
const f = window;
|
|
@@ -12782,7 +12785,7 @@ const Ka = {
|
|
|
12782
12785
|
const f = "Home_" + d + "_" + h;
|
|
12783
12786
|
!e[f] || !e[f].blockSass || !e[f].blockSass[0] || !e[f].blockSass[0].value || !e[f].blockSass[0].block || e[f].blockSass[0].block === "No Mostrar" || r.push(
|
|
12784
12787
|
/* @__PURE__ */ m(
|
|
12785
|
-
|
|
12788
|
+
Ur,
|
|
12786
12789
|
{
|
|
12787
12790
|
show: !!e[f].content?.data,
|
|
12788
12791
|
order: (d - 1) * c + (h - 1),
|
|
@@ -12804,7 +12807,7 @@ const Ka = {
|
|
|
12804
12807
|
}
|
|
12805
12808
|
),
|
|
12806
12809
|
/* @__PURE__ */ a(an, { children: /* @__PURE__ */ a(
|
|
12807
|
-
|
|
12810
|
+
kt,
|
|
12808
12811
|
{
|
|
12809
12812
|
banners: i,
|
|
12810
12813
|
index: "dynamic_" + d + "_" + h
|
|
@@ -12840,7 +12843,7 @@ const Ka = {
|
|
|
12840
12843
|
banners: s
|
|
12841
12844
|
}
|
|
12842
12845
|
),
|
|
12843
|
-
/* @__PURE__ */ a(an, { children: /* @__PURE__ */ a(
|
|
12846
|
+
/* @__PURE__ */ a(an, { children: /* @__PURE__ */ a(kt, { banners: s, index: 1 }) }),
|
|
12844
12847
|
/* @__PURE__ */ a(
|
|
12845
12848
|
Pn,
|
|
12846
12849
|
{
|
|
@@ -12849,7 +12852,7 @@ const Ka = {
|
|
|
12849
12852
|
banners: s
|
|
12850
12853
|
}
|
|
12851
12854
|
),
|
|
12852
|
-
/* @__PURE__ */ a(an, { children: /* @__PURE__ */ a(
|
|
12855
|
+
/* @__PURE__ */ a(an, { children: /* @__PURE__ */ a(kt, { banners: s, index: 1 }) }),
|
|
12853
12856
|
/* @__PURE__ */ a(
|
|
12854
12857
|
Pn,
|
|
12855
12858
|
{
|
|
@@ -12858,7 +12861,7 @@ const Ka = {
|
|
|
12858
12861
|
banners: s
|
|
12859
12862
|
}
|
|
12860
12863
|
),
|
|
12861
|
-
/* @__PURE__ */ a(an, { children: /* @__PURE__ */ a(
|
|
12864
|
+
/* @__PURE__ */ a(an, { children: /* @__PURE__ */ a(kt, { banners: s, index: 1 }) })
|
|
12862
12865
|
] });
|
|
12863
12866
|
};
|
|
12864
12867
|
export {
|
|
@@ -12867,7 +12870,7 @@ export {
|
|
|
12867
12870
|
d1 as AutorHeader1,
|
|
12868
12871
|
b1 as AutorHeader2,
|
|
12869
12872
|
oe as BannerAdvertising,
|
|
12870
|
-
|
|
12873
|
+
kt as BannerAdvertisingMiddle,
|
|
12871
12874
|
R3 as CarrouselCSR,
|
|
12872
12875
|
ft as CarrouselIRS,
|
|
12873
12876
|
a2 as CarruselCard,
|
|
@@ -12891,7 +12894,7 @@ export {
|
|
|
12891
12894
|
O3 as ErrorComponent,
|
|
12892
12895
|
Ho as Font,
|
|
12893
12896
|
M3 as Footer,
|
|
12894
|
-
|
|
12897
|
+
Uo as FormatAfterScripts,
|
|
12895
12898
|
ts as FormatScripts,
|
|
12896
12899
|
eo as GA4,
|
|
12897
12900
|
n3 as GTM,
|
|
@@ -12900,7 +12903,7 @@ export {
|
|
|
12900
12903
|
q3 as GenerateHead,
|
|
12901
12904
|
z3 as Header,
|
|
12902
12905
|
ml as ImageOffline,
|
|
12903
|
-
|
|
12906
|
+
U3 as IssuuServices,
|
|
12904
12907
|
Po as ItemListSchema,
|
|
12905
12908
|
F3 as JournalistArticule2,
|
|
12906
12909
|
W3 as JournalistGroup,
|
|
@@ -12935,7 +12938,7 @@ export {
|
|
|
12935
12938
|
_n as SectionCard2,
|
|
12936
12939
|
Fn as SectionCardServerComponent,
|
|
12937
12940
|
Z3 as SectionServerComponent,
|
|
12938
|
-
|
|
12941
|
+
Ur as ShowSection,
|
|
12939
12942
|
W2 as SocialNetworks,
|
|
12940
12943
|
Do as SpeculationRules,
|
|
12941
12944
|
u9 as StaticSlotWrapper,
|
|
@@ -12985,7 +12988,7 @@ export {
|
|
|
12985
12988
|
r3 as getTypeOfNews,
|
|
12986
12989
|
l3 as getVideoRealPath,
|
|
12987
12990
|
a3 as initLibrary,
|
|
12988
|
-
|
|
12991
|
+
ko as metadataToJSX,
|
|
12989
12992
|
vr as metadata_defaults,
|
|
12990
12993
|
es as parseTags,
|
|
12991
12994
|
So as pathnameSplit,
|