sass-template-common 0.2.95 → 0.2.96
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.
|
@@ -55,7 +55,7 @@ let sa = {
|
|
|
55
55
|
SHOW_NEWS_MORE_NEWS: !0,
|
|
56
56
|
SHOW_NEWS_RELATED_NEWS: !0
|
|
57
57
|
};
|
|
58
|
-
function
|
|
58
|
+
function x9(e = {}) {
|
|
59
59
|
sa = { ...sa, ...e };
|
|
60
60
|
}
|
|
61
61
|
function Y() {
|
|
@@ -651,7 +651,7 @@ const Sn = (e) => e === "en" ? "en" : "es", je = (e, t) => {
|
|
|
651
651
|
}, uo = (e) => {
|
|
652
652
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Sn(t ?? "es");
|
|
653
653
|
return Ie.tz(e, n).locale(s).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
654
|
-
},
|
|
654
|
+
}, I9 = (e) => {
|
|
655
655
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Sn(t ?? "es");
|
|
656
656
|
return Ie.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
|
|
657
657
|
}, Qe = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
@@ -705,7 +705,7 @@ const Mt = (e, t, n, s) => ({
|
|
|
705
705
|
tags: []
|
|
706
706
|
}
|
|
707
707
|
});
|
|
708
|
-
function
|
|
708
|
+
function T9(e) {
|
|
709
709
|
if (!e || !e.body || !e.body.rendered) return [];
|
|
710
710
|
const t = e?.body?.rendered, n = [], s = t.match(
|
|
711
711
|
/<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
|
|
@@ -722,7 +722,7 @@ function q9(e) {
|
|
|
722
722
|
}
|
|
723
723
|
return n;
|
|
724
724
|
}
|
|
725
|
-
const
|
|
725
|
+
const k9 = async (e, t) => {
|
|
726
726
|
const n = [];
|
|
727
727
|
return e.forEach((o) => {
|
|
728
728
|
o.forEach(async (i) => {
|
|
@@ -984,7 +984,7 @@ const R9 = async (e, t) => {
|
|
|
984
984
|
o > 0 && (s += `/${r}`);
|
|
985
985
|
}), `${s}/page/${n - 1}`;
|
|
986
986
|
};
|
|
987
|
-
function
|
|
987
|
+
function U9(e) {
|
|
988
988
|
const t = e.length;
|
|
989
989
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
990
990
|
}
|
|
@@ -1043,7 +1043,7 @@ const vo = () => {
|
|
|
1043
1043
|
]
|
|
1044
1044
|
}
|
|
1045
1045
|
};
|
|
1046
|
-
},
|
|
1046
|
+
}, q9 = (e) => {
|
|
1047
1047
|
let t = "";
|
|
1048
1048
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1049
1049
|
const n = e.params.news.split("-"), s = n[n.length - 1] ?? "", r = s.substring(1, 9), o = s.substring(9, 13);
|
|
@@ -1061,7 +1061,7 @@ const vo = () => {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
return e.config.servicePrefix + t;
|
|
1063
1063
|
};
|
|
1064
|
-
function
|
|
1064
|
+
function R9(e) {
|
|
1065
1065
|
const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], s = n[n.length - 1]?.split("."), r = s && s[0] ? s[0] : "", o = r.substring(0, 2), i = r.substring(2, 10), c = r.substring(10);
|
|
1066
1066
|
return { path: {
|
|
1067
1067
|
vy: (l) => `/videos/video-youtube/${Ie(i).format(
|
|
@@ -1076,7 +1076,7 @@ function O9(e) {
|
|
|
1076
1076
|
const vt = (e, t) => {
|
|
1077
1077
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1078
1078
|
return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1079
|
-
},
|
|
1079
|
+
}, L9 = (e) => {
|
|
1080
1080
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: s = !1 } = e;
|
|
1081
1081
|
return s ? "src" : t + n;
|
|
1082
1082
|
}, _o = { prerender: [
|
|
@@ -1381,7 +1381,7 @@ const To = async ({
|
|
|
1381
1381
|
}, Kt = (e) => {
|
|
1382
1382
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1383
1383
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1384
|
-
},
|
|
1384
|
+
}, B9 = (e, t = 2) => {
|
|
1385
1385
|
if (!e || e.length === 0) return [];
|
|
1386
1386
|
const n = [];
|
|
1387
1387
|
for (let s = 0; s < t; s++) {
|
|
@@ -1394,7 +1394,7 @@ const To = async ({
|
|
|
1394
1394
|
}
|
|
1395
1395
|
return n;
|
|
1396
1396
|
};
|
|
1397
|
-
class
|
|
1397
|
+
class O9 {
|
|
1398
1398
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1399
1399
|
config = {};
|
|
1400
1400
|
imgSizes = {};
|
|
@@ -1525,14 +1525,14 @@ const { toString: Oo } = Object.prototype, { getPrototypeOf: va } = Object, { it
|
|
|
1525
1525
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1526
1526
|
})(/* @__PURE__ */ Object.create(null)), Oe = (e) => (e = e.toLowerCase(), (t) => In(t) === e), Tn = (e) => (t) => typeof t === e, { isArray: St } = Array, bt = Tn("undefined");
|
|
1527
1527
|
function Gt(e) {
|
|
1528
|
-
return e !== null && !bt(e) && e.constructor !== null && !bt(e.constructor) &&
|
|
1528
|
+
return e !== null && !bt(e) && e.constructor !== null && !bt(e.constructor) && _e(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
1529
1529
|
}
|
|
1530
1530
|
const Ws = Oe("ArrayBuffer");
|
|
1531
1531
|
function Po(e) {
|
|
1532
1532
|
let t;
|
|
1533
1533
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Ws(e.buffer), t;
|
|
1534
1534
|
}
|
|
1535
|
-
const Do = Tn("string"),
|
|
1535
|
+
const Do = Tn("string"), _e = Tn("function"), Ys = Tn("number"), Ht = (e) => e !== null && typeof e == "object", Mo = (e) => e === !0 || e === !1, fn = (e) => {
|
|
1536
1536
|
if (In(e) !== "object")
|
|
1537
1537
|
return !1;
|
|
1538
1538
|
const t = va(e);
|
|
@@ -1545,10 +1545,10 @@ const Do = Tn("string"), Ne = Tn("function"), Ys = Tn("number"), Ht = (e) => e !
|
|
|
1545
1545
|
} catch {
|
|
1546
1546
|
return !1;
|
|
1547
1547
|
}
|
|
1548
|
-
}, Qo = Oe("Date"), Go = Oe("File"), Ho = Oe("Blob"), zo = Oe("FileList"), Vo = (e) => Ht(e) &&
|
|
1548
|
+
}, Qo = Oe("Date"), Go = Oe("File"), Ho = Oe("Blob"), zo = Oe("FileList"), Vo = (e) => Ht(e) && _e(e.pipe), Fo = (e) => {
|
|
1549
1549
|
let t;
|
|
1550
|
-
return e && (typeof FormData == "function" && e instanceof FormData ||
|
|
1551
|
-
t === "object" &&
|
|
1550
|
+
return e && (typeof FormData == "function" && e instanceof FormData || _e(e.append) && ((t = In(e)) === "formdata" || // detect form-data instance
|
|
1551
|
+
t === "object" && _e(e.toString) && e.toString() === "[object FormData]"));
|
|
1552
1552
|
}, $o = Oe("URLSearchParams"), [Wo, Yo, Ko, Jo] = ["ReadableStream", "Request", "Response", "Headers"].map(Oe), Zo = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1553
1553
|
function zt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1554
1554
|
if (e === null || typeof e > "u")
|
|
@@ -1588,7 +1588,7 @@ function ra() {
|
|
|
1588
1588
|
return n;
|
|
1589
1589
|
}
|
|
1590
1590
|
const Xo = (e, t, n, { allOwnKeys: s } = {}) => (zt(t, (r, o) => {
|
|
1591
|
-
n &&
|
|
1591
|
+
n && _e(r) ? e[o] = Fs(r, n) : e[o] = r;
|
|
1592
1592
|
}, { allOwnKeys: s }), e), ei = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), ti = (e, t, n, s) => {
|
|
1593
1593
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
1594
1594
|
value: t.prototype
|
|
@@ -1642,10 +1642,10 @@ const Xo = (e, t, n, { allOwnKeys: s } = {}) => (zt(t, (r, o) => {
|
|
|
1642
1642
|
}), Object.defineProperties(e, s);
|
|
1643
1643
|
}, ui = (e) => {
|
|
1644
1644
|
Zs(e, (t, n) => {
|
|
1645
|
-
if (
|
|
1645
|
+
if (_e(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
1646
1646
|
return !1;
|
|
1647
1647
|
const s = e[n];
|
|
1648
|
-
if (
|
|
1648
|
+
if (_e(s)) {
|
|
1649
1649
|
if (t.enumerable = !1, "writable" in t) {
|
|
1650
1650
|
t.writable = !1;
|
|
1651
1651
|
return;
|
|
@@ -1665,7 +1665,7 @@ const Xo = (e, t, n, { allOwnKeys: s } = {}) => (zt(t, (r, o) => {
|
|
|
1665
1665
|
}, hi = () => {
|
|
1666
1666
|
}, fi = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
1667
1667
|
function gi(e) {
|
|
1668
|
-
return !!(e &&
|
|
1668
|
+
return !!(e && _e(e.append) && e[$s] === "FormData" && e[xn]);
|
|
1669
1669
|
}
|
|
1670
1670
|
const pi = (e) => {
|
|
1671
1671
|
const t = new Array(10), n = (s, r) => {
|
|
@@ -1686,14 +1686,14 @@ const pi = (e) => {
|
|
|
1686
1686
|
return s;
|
|
1687
1687
|
};
|
|
1688
1688
|
return n(e, 0);
|
|
1689
|
-
}, Ai = Oe("AsyncFunction"), wi = (e) => e && (Ht(e) ||
|
|
1689
|
+
}, Ai = Oe("AsyncFunction"), wi = (e) => e && (Ht(e) || _e(e)) && _e(e.then) && _e(e.catch), Xs = ((e, t) => e ? setImmediate : t ? ((n, s) => (dt.addEventListener("message", ({ source: r, data: o }) => {
|
|
1690
1690
|
r === dt && o === n && s.length && s.shift()();
|
|
1691
1691
|
}, !1), (r) => {
|
|
1692
1692
|
s.push(r), dt.postMessage(n, "*");
|
|
1693
1693
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
1694
1694
|
typeof setImmediate == "function",
|
|
1695
|
-
|
|
1696
|
-
), yi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Xs, vi = (e) => e != null &&
|
|
1695
|
+
_e(dt.postMessage)
|
|
1696
|
+
), yi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Xs, vi = (e) => e != null && _e(e[xn]), C = {
|
|
1697
1697
|
isArray: St,
|
|
1698
1698
|
isArrayBuffer: Ws,
|
|
1699
1699
|
isBuffer: Gt,
|
|
@@ -1714,7 +1714,7 @@ const pi = (e) => {
|
|
|
1714
1714
|
isFile: Go,
|
|
1715
1715
|
isBlob: Ho,
|
|
1716
1716
|
isRegExp: di,
|
|
1717
|
-
isFunction:
|
|
1717
|
+
isFunction: _e,
|
|
1718
1718
|
isStream: Vo,
|
|
1719
1719
|
isURLSearchParams: $o,
|
|
1720
1720
|
isTypedArray: ri,
|
|
@@ -2189,7 +2189,7 @@ function Gi(e, t) {
|
|
|
2189
2189
|
});
|
|
2190
2190
|
});
|
|
2191
2191
|
}
|
|
2192
|
-
let
|
|
2192
|
+
let Ne = class {
|
|
2193
2193
|
constructor(t) {
|
|
2194
2194
|
t && this.set(t);
|
|
2195
2195
|
}
|
|
@@ -2315,8 +2315,8 @@ let Se = class {
|
|
|
2315
2315
|
return C.isArray(t) ? t.forEach(o) : o(t), this;
|
|
2316
2316
|
}
|
|
2317
2317
|
};
|
|
2318
|
-
|
|
2319
|
-
C.reduceDescriptors(
|
|
2318
|
+
Ne.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
2319
|
+
C.reduceDescriptors(Ne.prototype, ({ value: e }, t) => {
|
|
2320
2320
|
let n = t[0].toUpperCase() + t.slice(1);
|
|
2321
2321
|
return {
|
|
2322
2322
|
get: () => e,
|
|
@@ -2325,9 +2325,9 @@ C.reduceDescriptors(Se.prototype, ({ value: e }, t) => {
|
|
|
2325
2325
|
}
|
|
2326
2326
|
};
|
|
2327
2327
|
});
|
|
2328
|
-
C.freezeMethods(
|
|
2328
|
+
C.freezeMethods(Ne);
|
|
2329
2329
|
function Dn(e, t) {
|
|
2330
|
-
const n = this || Vt, s = t || n, r =
|
|
2330
|
+
const n = this || Vt, s = t || n, r = Ne.from(s.headers);
|
|
2331
2331
|
let o = s.data;
|
|
2332
2332
|
return C.forEach(e, function(c) {
|
|
2333
2333
|
o = c.call(n, o, r.normalize(), t ? t.status : void 0);
|
|
@@ -2452,7 +2452,7 @@ function lr(e, t, n) {
|
|
|
2452
2452
|
let s = !Wi(t);
|
|
2453
2453
|
return e && (s || n == !1) ? Yi(e, t) : t;
|
|
2454
2454
|
}
|
|
2455
|
-
const Ya = (e) => e instanceof
|
|
2455
|
+
const Ya = (e) => e instanceof Ne ? { ...e } : e;
|
|
2456
2456
|
function ft(e, t) {
|
|
2457
2457
|
t = t || {};
|
|
2458
2458
|
const n = {};
|
|
@@ -2520,7 +2520,7 @@ function ft(e, t) {
|
|
|
2520
2520
|
const dr = (e) => {
|
|
2521
2521
|
const t = ft({}, e);
|
|
2522
2522
|
let { data: n, withXSRFToken: s, xsrfHeaderName: r, xsrfCookieName: o, headers: i, auth: c } = t;
|
|
2523
|
-
if (t.headers = i =
|
|
2523
|
+
if (t.headers = i = Ne.from(i), t.url = sr(lr(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), c && i.set(
|
|
2524
2524
|
"Authorization",
|
|
2525
2525
|
"Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
|
|
2526
2526
|
), C.isFormData(n)) {
|
|
@@ -2542,7 +2542,7 @@ const dr = (e) => {
|
|
|
2542
2542
|
return new Promise(function(n, s) {
|
|
2543
2543
|
const r = dr(e);
|
|
2544
2544
|
let o = r.data;
|
|
2545
|
-
const i =
|
|
2545
|
+
const i = Ne.from(r.headers).normalize();
|
|
2546
2546
|
let { responseType: c, onUploadProgress: d, onDownloadProgress: l } = r, u, m, h, p, g;
|
|
2547
2547
|
function A() {
|
|
2548
2548
|
p && p(), g && g(), r.cancelToken && r.cancelToken.unsubscribe(u), r.signal && r.signal.removeEventListener("abort", u);
|
|
@@ -2552,7 +2552,7 @@ const dr = (e) => {
|
|
|
2552
2552
|
function v() {
|
|
2553
2553
|
if (!w)
|
|
2554
2554
|
return;
|
|
2555
|
-
const _ =
|
|
2555
|
+
const _ = Ne.from(
|
|
2556
2556
|
"getAllResponseHeaders" in w && w.getAllResponseHeaders()
|
|
2557
2557
|
), b = {
|
|
2558
2558
|
data: !c || c === "text" || c === "json" ? w.responseText : w.response,
|
|
@@ -2804,7 +2804,7 @@ const dr = (e) => {
|
|
|
2804
2804
|
return !z && M && M(), await new Promise((S, R) => {
|
|
2805
2805
|
cr(S, R, {
|
|
2806
2806
|
data: y,
|
|
2807
|
-
headers:
|
|
2807
|
+
headers: Ne.from(T.headers),
|
|
2808
2808
|
status: T.status,
|
|
2809
2809
|
statusText: T.statusText,
|
|
2810
2810
|
config: g,
|
|
@@ -2895,7 +2895,7 @@ function Mn(e) {
|
|
|
2895
2895
|
throw new Et(null, e);
|
|
2896
2896
|
}
|
|
2897
2897
|
function ns(e) {
|
|
2898
|
-
return Mn(e), e.headers =
|
|
2898
|
+
return Mn(e), e.headers = Ne.from(e.headers), e.data = Dn.call(
|
|
2899
2899
|
e,
|
|
2900
2900
|
e.transformRequest
|
|
2901
2901
|
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), mr.getAdapter(e.adapter || Vt.adapter, e)(e).then(function(s) {
|
|
@@ -2903,13 +2903,13 @@ function ns(e) {
|
|
|
2903
2903
|
e,
|
|
2904
2904
|
e.transformResponse,
|
|
2905
2905
|
s
|
|
2906
|
-
), s.headers =
|
|
2906
|
+
), s.headers = Ne.from(s.headers), s;
|
|
2907
2907
|
}, function(s) {
|
|
2908
2908
|
return ir(s) || (Mn(e), s && s.response && (s.response.data = Dn.call(
|
|
2909
2909
|
e,
|
|
2910
2910
|
e.transformResponse,
|
|
2911
2911
|
s.response
|
|
2912
|
-
), s.response.headers =
|
|
2912
|
+
), s.response.headers = Ne.from(s.response.headers))), Promise.reject(s);
|
|
2913
2913
|
});
|
|
2914
2914
|
}
|
|
2915
2915
|
const hr = "1.13.2", Un = {};
|
|
@@ -3018,7 +3018,7 @@ let ut = class {
|
|
|
3018
3018
|
(g) => {
|
|
3019
3019
|
delete o[g];
|
|
3020
3020
|
}
|
|
3021
|
-
), n.headers =
|
|
3021
|
+
), n.headers = Ne.concat(i, o);
|
|
3022
3022
|
const c = [];
|
|
3023
3023
|
let d = !0;
|
|
3024
3024
|
this.interceptors.request.forEach(function(A) {
|
|
@@ -3261,28 +3261,28 @@ re.all = function(t) {
|
|
|
3261
3261
|
re.spread = lc;
|
|
3262
3262
|
re.isAxiosError = dc;
|
|
3263
3263
|
re.mergeConfig = ft;
|
|
3264
|
-
re.AxiosHeaders =
|
|
3264
|
+
re.AxiosHeaders = Ne;
|
|
3265
3265
|
re.formToJSON = (e) => or(C.isHTMLForm(e) ? new FormData(e) : e);
|
|
3266
3266
|
re.getAdapter = mr.getAdapter;
|
|
3267
3267
|
re.HttpStatusCode = ca;
|
|
3268
3268
|
re.default = re;
|
|
3269
3269
|
const {
|
|
3270
|
-
Axios:
|
|
3271
|
-
AxiosError:
|
|
3272
|
-
CanceledError:
|
|
3273
|
-
isCancel:
|
|
3274
|
-
CancelToken:
|
|
3275
|
-
VERSION:
|
|
3276
|
-
all:
|
|
3277
|
-
Cancel:
|
|
3278
|
-
isAxiosError:
|
|
3279
|
-
spread:
|
|
3280
|
-
toFormData:
|
|
3281
|
-
AxiosHeaders:
|
|
3282
|
-
HttpStatusCode:
|
|
3283
|
-
formToJSON:
|
|
3284
|
-
getAdapter:
|
|
3285
|
-
mergeConfig:
|
|
3270
|
+
Axios: M9,
|
|
3271
|
+
AxiosError: j9,
|
|
3272
|
+
CanceledError: Q9,
|
|
3273
|
+
isCancel: G9,
|
|
3274
|
+
CancelToken: H9,
|
|
3275
|
+
VERSION: z9,
|
|
3276
|
+
all: V9,
|
|
3277
|
+
Cancel: F9,
|
|
3278
|
+
isAxiosError: $9,
|
|
3279
|
+
spread: W9,
|
|
3280
|
+
toFormData: Y9,
|
|
3281
|
+
AxiosHeaders: K9,
|
|
3282
|
+
HttpStatusCode: J9,
|
|
3283
|
+
formToJSON: Z9,
|
|
3284
|
+
getAdapter: X9,
|
|
3285
|
+
mergeConfig: e3
|
|
3286
3286
|
} = re;
|
|
3287
3287
|
class lt {
|
|
3288
3288
|
constructor(t) {
|
|
@@ -3424,7 +3424,7 @@ class uc extends lt {
|
|
|
3424
3424
|
return { blockSass: n.data.data };
|
|
3425
3425
|
};
|
|
3426
3426
|
}
|
|
3427
|
-
class
|
|
3427
|
+
class t3 {
|
|
3428
3428
|
issuuApi = "https://api.issuu.com/v2";
|
|
3429
3429
|
api = void 0;
|
|
3430
3430
|
constructor(t) {
|
|
@@ -3460,7 +3460,7 @@ class s3 {
|
|
|
3460
3460
|
}
|
|
3461
3461
|
}
|
|
3462
3462
|
}
|
|
3463
|
-
const
|
|
3463
|
+
const n3 = async (e, t, n, s, r, o, i) => {
|
|
3464
3464
|
const c = new uc({
|
|
3465
3465
|
config: t,
|
|
3466
3466
|
imgSizes: n,
|
|
@@ -3490,7 +3490,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3490
3490
|
}, mc = (e) => {
|
|
3491
3491
|
const t = Gs(e);
|
|
3492
3492
|
return t && t.data ? t.data : t;
|
|
3493
|
-
},
|
|
3493
|
+
}, a3 = async (e) => {
|
|
3494
3494
|
const t = await Promise.allSettled(
|
|
3495
3495
|
Object.values(e).map((r) => r.promise)
|
|
3496
3496
|
), n = Object.keys(e), s = {};
|
|
@@ -3501,14 +3501,14 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3501
3501
|
s[r] = i(t[n.indexOf(r)]);
|
|
3502
3502
|
}
|
|
3503
3503
|
return s;
|
|
3504
|
-
},
|
|
3504
|
+
}, be = (e) => ({
|
|
3505
3505
|
title: e.title,
|
|
3506
3506
|
description: e.description,
|
|
3507
3507
|
robots: "noindex"
|
|
3508
3508
|
}), hc = {
|
|
3509
3509
|
404: (e) => {
|
|
3510
3510
|
const { meta: t } = e;
|
|
3511
|
-
return
|
|
3511
|
+
return be(t);
|
|
3512
3512
|
},
|
|
3513
3513
|
home: (e) => {
|
|
3514
3514
|
const { meta: t, config: n } = e;
|
|
@@ -3533,9 +3533,9 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3533
3533
|
},
|
|
3534
3534
|
news: (e) => {
|
|
3535
3535
|
const { meta: t, config: n, currentNew: s } = e;
|
|
3536
|
-
if (!s) return
|
|
3536
|
+
if (!s) return be(t);
|
|
3537
3537
|
const r = fo(s, n);
|
|
3538
|
-
return r ? { ...t, ...r } :
|
|
3538
|
+
return r ? { ...t, ...r } : be(t);
|
|
3539
3539
|
},
|
|
3540
3540
|
seccion: async (e) => {
|
|
3541
3541
|
const { meta: t, config: n, pathname: s, slug: r } = e, o = new lt(), i = s.split("/"), c = [], d = Kt(s), l = Number(n.newsListLimit) ?? 0;
|
|
@@ -3547,7 +3547,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3547
3547
|
exclude: "keywords,gallery,related,relatedexternal,external,customfields",
|
|
3548
3548
|
page: d
|
|
3549
3549
|
});
|
|
3550
|
-
if (!u) return
|
|
3550
|
+
if (!u) return be(t);
|
|
3551
3551
|
const m = u.data.data, h = m[0];
|
|
3552
3552
|
return m.length < l || c.push({ rel: "next", url: Wt(n, i, d) }), d > 1 && c.push({ rel: "prev", url: Yt(n, i, d) }), {
|
|
3553
3553
|
...t,
|
|
@@ -3578,7 +3578,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3578
3578
|
}
|
|
3579
3579
|
};
|
|
3580
3580
|
} catch (u) {
|
|
3581
|
-
return console.error(u),
|
|
3581
|
+
return console.error(u), be(t);
|
|
3582
3582
|
}
|
|
3583
3583
|
},
|
|
3584
3584
|
tema: async (e) => {
|
|
@@ -3592,7 +3592,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3592
3592
|
exclude: "keywords,gallery,related,relatedexternal,external,customfields",
|
|
3593
3593
|
page: d
|
|
3594
3594
|
});
|
|
3595
|
-
if (!p) return
|
|
3595
|
+
if (!p) return be(t);
|
|
3596
3596
|
const g = p.data.entity;
|
|
3597
3597
|
return g ? (p.data.data?.length < l || c.push({
|
|
3598
3598
|
rel: "next",
|
|
@@ -3629,7 +3629,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3629
3629
|
}
|
|
3630
3630
|
}) : t;
|
|
3631
3631
|
} catch (p) {
|
|
3632
|
-
return console.error(p),
|
|
3632
|
+
return console.error(p), be(t);
|
|
3633
3633
|
}
|
|
3634
3634
|
},
|
|
3635
3635
|
"ultimas-noticias": (e) => {
|
|
@@ -3652,9 +3652,9 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3652
3652
|
return o?.data?.data?.length ? {
|
|
3653
3653
|
...t,
|
|
3654
3654
|
...Co(o.data.data[0], n) ?? {}
|
|
3655
|
-
} :
|
|
3655
|
+
} : be(t);
|
|
3656
3656
|
} catch (o) {
|
|
3657
|
-
return console.error("metadata (video) error:", o),
|
|
3657
|
+
return console.error("metadata (video) error:", o), be(t);
|
|
3658
3658
|
}
|
|
3659
3659
|
},
|
|
3660
3660
|
videos: async (e) => {
|
|
@@ -3684,7 +3684,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3684
3684
|
other: {
|
|
3685
3685
|
"msapplication-TileImage": n.msapplicationTileImage ?? ""
|
|
3686
3686
|
}
|
|
3687
|
-
}) :
|
|
3687
|
+
}) : be(t);
|
|
3688
3688
|
},
|
|
3689
3689
|
pages: async (e) => {
|
|
3690
3690
|
const { meta: t, config: n, pathname: s, slug: r } = e, o = new lt();
|
|
@@ -3692,7 +3692,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3692
3692
|
const i = await o.getPages({
|
|
3693
3693
|
path: n.servicePrefix + `/pages/${r}`
|
|
3694
3694
|
});
|
|
3695
|
-
if (!i) return
|
|
3695
|
+
if (!i) return be(t);
|
|
3696
3696
|
const c = i.data.data[0]?.info.title ?? "";
|
|
3697
3697
|
return {
|
|
3698
3698
|
...t,
|
|
@@ -3703,7 +3703,7 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3703
3703
|
}
|
|
3704
3704
|
};
|
|
3705
3705
|
} catch (i) {
|
|
3706
|
-
return console.error(i),
|
|
3706
|
+
return console.error(i), be(t);
|
|
3707
3707
|
}
|
|
3708
3708
|
},
|
|
3709
3709
|
contacto: (e) => {
|
|
@@ -3783,13 +3783,13 @@ const r3 = async (e, t, n, s, r, o, i) => {
|
|
|
3783
3783
|
other: {
|
|
3784
3784
|
"msapplication-TileImage": n.msapplicationTileImage ?? ""
|
|
3785
3785
|
}
|
|
3786
|
-
}) :
|
|
3786
|
+
}) : be(t);
|
|
3787
3787
|
} catch (u) {
|
|
3788
|
-
return console.error(u),
|
|
3788
|
+
return console.error(u), be(t);
|
|
3789
3789
|
}
|
|
3790
3790
|
}
|
|
3791
3791
|
};
|
|
3792
|
-
async function
|
|
3792
|
+
async function s3({
|
|
3793
3793
|
axiosApi: e,
|
|
3794
3794
|
headConfig: t = {
|
|
3795
3795
|
ampConfig: !1,
|
|
@@ -3905,7 +3905,7 @@ async function i3({
|
|
|
3905
3905
|
_
|
|
3906
3906
|
] });
|
|
3907
3907
|
}
|
|
3908
|
-
const
|
|
3908
|
+
const r3 = ({
|
|
3909
3909
|
children: e,
|
|
3910
3910
|
defaultRouteName: t,
|
|
3911
3911
|
banners: n,
|
|
@@ -3956,7 +3956,7 @@ const c3 = ({
|
|
|
3956
3956
|
), Ac = "_content_19rc1_1", wc = "_location_19rc1_11", ss = {
|
|
3957
3957
|
content: Ac,
|
|
3958
3958
|
location: wc
|
|
3959
|
-
},
|
|
3959
|
+
}, o3 = (e) => /* @__PURE__ */ f("div", { className: ss.content, children: [
|
|
3960
3960
|
/* @__PURE__ */ a(pc, {}),
|
|
3961
3961
|
/* @__PURE__ */ a("p", { className: ss.location, children: e.place })
|
|
3962
3962
|
] }), Ft = ({
|
|
@@ -4103,7 +4103,7 @@ function vc({
|
|
|
4103
4103
|
}
|
|
4104
4104
|
};
|
|
4105
4105
|
}
|
|
4106
|
-
function
|
|
4106
|
+
function i3(e) {
|
|
4107
4107
|
const {
|
|
4108
4108
|
children: t,
|
|
4109
4109
|
slot_id: n,
|
|
@@ -5952,7 +5952,7 @@ const nl = (e) => {
|
|
|
5952
5952
|
whatsappLink: Dl,
|
|
5953
5953
|
subscribeText: Ml,
|
|
5954
5954
|
terms: jl
|
|
5955
|
-
},
|
|
5955
|
+
}, c3 = (e) => /* @__PURE__ */ f("section", { className: Ge.content, children: [
|
|
5956
5956
|
/* @__PURE__ */ a(Ul, { className: Ge.subscribeImage }),
|
|
5957
5957
|
/* @__PURE__ */ f("div", { className: Ge.contentTitle, children: [
|
|
5958
5958
|
/* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
|
|
@@ -6018,7 +6018,7 @@ const nl = (e) => {
|
|
|
6018
6018
|
/* @__PURE__ */ a("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
|
|
6019
6019
|
]
|
|
6020
6020
|
}
|
|
6021
|
-
), Gl = "
|
|
6021
|
+
), Gl = "_content_1qs2s_1", Hl = "_brandContent_1qs2s_10", zl = "_socialMedia_1qs2s_21", Vl = "_linkSocialNetwoks_1qs2s_28", Fl = "_sectionContent_1qs2s_44", $l = "_section_1qs2s_44", Wl = "_menuItem_1qs2s_62", Yl = "_otherItems_1qs2s_75", Kl = "_copyrigth_1qs2s_89", Jl = "_copyrigthText_1qs2s_99", Zl = "_logoStyled_1qs2s_109", Xl = "_socialInstagram_1qs2s_127", Se = {
|
|
6022
6022
|
content: Gl,
|
|
6023
6023
|
brandContent: Hl,
|
|
6024
6024
|
socialMedia: zl,
|
|
@@ -6030,10 +6030,8 @@ const nl = (e) => {
|
|
|
6030
6030
|
copyrigth: Kl,
|
|
6031
6031
|
copyrigthText: Jl,
|
|
6032
6032
|
logoStyled: Zl,
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
socialNetworkIcon_stroke: td
|
|
6036
|
-
}, qn = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) }), nd = (e) => /* @__PURE__ */ a(
|
|
6033
|
+
socialInstagram: Xl
|
|
6034
|
+
}, qn = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) }), ed = (e) => /* @__PURE__ */ a(
|
|
6037
6035
|
"svg",
|
|
6038
6036
|
{
|
|
6039
6037
|
...e,
|
|
@@ -6095,7 +6093,7 @@ const nl = (e) => {
|
|
|
6095
6093
|
]
|
|
6096
6094
|
}
|
|
6097
6095
|
);
|
|
6098
|
-
},
|
|
6096
|
+
}, td = (e) => /* @__PURE__ */ a("svg", { ...e, width: "17", height: "21", viewBox: "0 0 14 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z" }) }), nd = (e) => /* @__PURE__ */ a(
|
|
6099
6097
|
"svg",
|
|
6100
6098
|
{
|
|
6101
6099
|
width: "26",
|
|
@@ -6113,7 +6111,7 @@ const nl = (e) => {
|
|
|
6113
6111
|
}
|
|
6114
6112
|
)
|
|
6115
6113
|
}
|
|
6116
|
-
),
|
|
6114
|
+
), ad = (e) => /* @__PURE__ */ a(
|
|
6117
6115
|
"svg",
|
|
6118
6116
|
{
|
|
6119
6117
|
version: "1.1",
|
|
@@ -6142,7 +6140,7 @@ const nl = (e) => {
|
|
|
6142
6140
|
}
|
|
6143
6141
|
) })
|
|
6144
6142
|
}
|
|
6145
|
-
),
|
|
6143
|
+
), sd = (e) => /* @__PURE__ */ a(
|
|
6146
6144
|
"svg",
|
|
6147
6145
|
{
|
|
6148
6146
|
version: "1.1",
|
|
@@ -6171,7 +6169,7 @@ const nl = (e) => {
|
|
|
6171
6169
|
}
|
|
6172
6170
|
) }) })
|
|
6173
6171
|
}
|
|
6174
|
-
), Ct = (e) => /* @__PURE__ */ a("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }),
|
|
6172
|
+
), Ct = (e) => /* @__PURE__ */ a("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }), rd = (e) => /* @__PURE__ */ f(
|
|
6175
6173
|
"svg",
|
|
6176
6174
|
{
|
|
6177
6175
|
version: "1.1",
|
|
@@ -6199,62 +6197,62 @@ const nl = (e) => {
|
|
|
6199
6197
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
6200
6198
|
]
|
|
6201
6199
|
}
|
|
6202
|
-
),
|
|
6200
|
+
), l3 = ["telegram"], xa = {
|
|
6203
6201
|
facebook: (e) => /* @__PURE__ */ a(qn, { ...e }),
|
|
6204
6202
|
instagram: (e) => /* @__PURE__ */ a(Rn, { ...e }),
|
|
6205
|
-
whatsapp: (e) => /* @__PURE__ */ a(
|
|
6206
|
-
tiktok: (e) => /* @__PURE__ */ a(
|
|
6207
|
-
youtube: (e) => /* @__PURE__ */ a(
|
|
6203
|
+
whatsapp: (e) => /* @__PURE__ */ a(sd, { ...e }),
|
|
6204
|
+
tiktok: (e) => /* @__PURE__ */ a(ad, { ...e }),
|
|
6205
|
+
youtube: (e) => /* @__PURE__ */ a(rd, { ...e }),
|
|
6208
6206
|
x: (e) => /* @__PURE__ */ a(Ct, { ...e }),
|
|
6209
|
-
gnews: (e) => /* @__PURE__ */ a(
|
|
6210
|
-
podcast: (e) => /* @__PURE__ */ a(
|
|
6211
|
-
telegram: (e) => /* @__PURE__ */ a(
|
|
6212
|
-
},
|
|
6207
|
+
gnews: (e) => /* @__PURE__ */ a(ed, { ...e }),
|
|
6208
|
+
podcast: (e) => /* @__PURE__ */ a(td, { ...e }),
|
|
6209
|
+
telegram: (e) => /* @__PURE__ */ a(nd, { ...e })
|
|
6210
|
+
}, d3 = (e) => {
|
|
6213
6211
|
const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
|
|
6214
|
-
return /* @__PURE__ */ f("footer", { className:
|
|
6215
|
-
/* @__PURE__ */ f("section", { className:
|
|
6216
|
-
/* @__PURE__ */ a(O, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className:
|
|
6217
|
-
/* @__PURE__ */ a("div", { className:
|
|
6212
|
+
return /* @__PURE__ */ f("footer", { className: Se.content, children: [
|
|
6213
|
+
/* @__PURE__ */ f("section", { className: Se.brandContent, children: [
|
|
6214
|
+
/* @__PURE__ */ a(O, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: Se.logoStyled, children: e.logo }) }),
|
|
6215
|
+
/* @__PURE__ */ a("div", { className: Se.socialMedia, children: Object.keys(n).map((o) => n[o]?.show && /* @__PURE__ */ a(
|
|
6218
6216
|
"a",
|
|
6219
6217
|
{
|
|
6220
6218
|
target: "_blank",
|
|
6221
6219
|
rel: "noreferrer",
|
|
6222
6220
|
"aria-label": n[o].title + " link",
|
|
6223
|
-
className:
|
|
6221
|
+
className: Se.linkSocialNetwoks,
|
|
6224
6222
|
href: n[o].url,
|
|
6225
6223
|
children: xa[o]({
|
|
6226
|
-
className: `${
|
|
6224
|
+
className: `${o === "instagram" ? Se.socialInstagram : ""}`
|
|
6227
6225
|
})
|
|
6228
6226
|
},
|
|
6229
6227
|
o
|
|
6230
6228
|
)) })
|
|
6231
6229
|
] }),
|
|
6232
|
-
/* @__PURE__ */ f("section", { className:
|
|
6233
|
-
/* @__PURE__ */ a("div", { className:
|
|
6230
|
+
/* @__PURE__ */ f("section", { className: Se.sectionContent, children: [
|
|
6231
|
+
/* @__PURE__ */ a("div", { className: Se.section, children: s.filter((o) => !o.subitem).map((o, i) => /* @__PURE__ */ a(
|
|
6234
6232
|
O,
|
|
6235
6233
|
{
|
|
6236
6234
|
href: o.link ? o.link : void 0,
|
|
6237
6235
|
target: o.target,
|
|
6238
|
-
className: `${
|
|
6236
|
+
className: `${Se.menuItem} footer-menu-item`,
|
|
6239
6237
|
"aria-label": o.description,
|
|
6240
6238
|
children: o.description
|
|
6241
6239
|
},
|
|
6242
6240
|
i
|
|
6243
6241
|
)) }),
|
|
6244
|
-
/* @__PURE__ */ a("div", { className:
|
|
6242
|
+
/* @__PURE__ */ a("div", { className: Se.section, children: t && t.map((o, i) => /* @__PURE__ */ a(
|
|
6245
6243
|
O,
|
|
6246
6244
|
{
|
|
6247
6245
|
href: o.link ? o?.link : void 0,
|
|
6248
6246
|
target: o.target,
|
|
6249
|
-
className:
|
|
6247
|
+
className: Se.otherItems,
|
|
6250
6248
|
children: o.description
|
|
6251
6249
|
},
|
|
6252
6250
|
i
|
|
6253
6251
|
)) })
|
|
6254
6252
|
] }),
|
|
6255
6253
|
r && /* @__PURE__ */ a(J, { children: r }),
|
|
6256
|
-
/* @__PURE__ */ f("section", { className:
|
|
6257
|
-
/* @__PURE__ */ a("p", { className:
|
|
6254
|
+
/* @__PURE__ */ f("section", { className: Se.copyrigth, children: [
|
|
6255
|
+
/* @__PURE__ */ a("p", { className: Se.copyrigthText, children: e.copyrigth }),
|
|
6258
6256
|
/* @__PURE__ */ a(
|
|
6259
6257
|
O,
|
|
6260
6258
|
{
|
|
@@ -6268,32 +6266,32 @@ const nl = (e) => {
|
|
|
6268
6266
|
)
|
|
6269
6267
|
] })
|
|
6270
6268
|
] });
|
|
6271
|
-
},
|
|
6272
|
-
content:
|
|
6273
|
-
imageContent:
|
|
6274
|
-
width1Autor:
|
|
6275
|
-
width2Autor:
|
|
6276
|
-
width3Autor:
|
|
6277
|
-
imageAutor:
|
|
6278
|
-
imageStyled:
|
|
6279
|
-
contentIconStyled:
|
|
6280
|
-
avatarContent:
|
|
6281
|
-
journalistSection:
|
|
6282
|
-
journalistInfo:
|
|
6283
|
-
journalistInfoLink:
|
|
6284
|
-
socialNetworkSection:
|
|
6285
|
-
avatarStyled:
|
|
6286
|
-
article:
|
|
6287
|
-
socialButton:
|
|
6288
|
-
facebookStyled:
|
|
6289
|
-
emailStyled:
|
|
6290
|
-
xStyled:
|
|
6291
|
-
linkedinStyled:
|
|
6292
|
-
whatsappStyled:
|
|
6293
|
-
whatsappLink:
|
|
6294
|
-
clipboardButton:
|
|
6295
|
-
googleProfileButton:
|
|
6296
|
-
},
|
|
6269
|
+
}, od = "_content_1msij_1", id = "_imageContent_1msij_9", cd = "_width1Autor_1msij_18", ld = "_width2Autor_1msij_22", dd = "_width3Autor_1msij_26", ud = "_imageAutor_1msij_30", md = "_imageStyled_1msij_69", hd = "_contentIconStyled_1msij_70", fd = "_avatarContent_1msij_87", gd = "_journalistSection_1msij_101", pd = "_journalistInfo_1msij_109", Ad = "_journalistInfoLink_1msij_110", wd = "_socialNetworkSection_1msij_146", yd = "_avatarStyled_1msij_158", vd = "_article_1msij_163", bd = "_socialButton_1msij_167", Cd = "_facebookStyled_1msij_183", _d = "_emailStyled_1msij_187", Nd = "_xStyled_1msij_191", Sd = "_linkedinStyled_1msij_195", Ed = "_whatsappStyled_1msij_199", xd = "_whatsappLink_1msij_203", Id = "_clipboardButton_1msij_219", Td = "_googleProfileButton_1msij_255", de = {
|
|
6270
|
+
content: od,
|
|
6271
|
+
imageContent: id,
|
|
6272
|
+
width1Autor: cd,
|
|
6273
|
+
width2Autor: ld,
|
|
6274
|
+
width3Autor: dd,
|
|
6275
|
+
imageAutor: ud,
|
|
6276
|
+
imageStyled: md,
|
|
6277
|
+
contentIconStyled: hd,
|
|
6278
|
+
avatarContent: fd,
|
|
6279
|
+
journalistSection: gd,
|
|
6280
|
+
journalistInfo: pd,
|
|
6281
|
+
journalistInfoLink: Ad,
|
|
6282
|
+
socialNetworkSection: wd,
|
|
6283
|
+
avatarStyled: yd,
|
|
6284
|
+
article: vd,
|
|
6285
|
+
socialButton: bd,
|
|
6286
|
+
facebookStyled: Cd,
|
|
6287
|
+
emailStyled: _d,
|
|
6288
|
+
xStyled: Nd,
|
|
6289
|
+
linkedinStyled: Sd,
|
|
6290
|
+
whatsappStyled: Ed,
|
|
6291
|
+
whatsappLink: xd,
|
|
6292
|
+
clipboardButton: Id,
|
|
6293
|
+
googleProfileButton: Td
|
|
6294
|
+
}, kd = (e) => /* @__PURE__ */ a(
|
|
6297
6295
|
"svg",
|
|
6298
6296
|
{
|
|
6299
6297
|
width: "13",
|
|
@@ -6314,7 +6312,7 @@ const nl = (e) => {
|
|
|
6314
6312
|
/* @__PURE__ */ a("path", { d: "M23.9693 19.7768C22.9443 20.1795 22.3065 21.1785 22.3043 22.2887L22.278 32.7258C22.278 33.1474 21.8 33.4956 21.4127 33.4956H16.1736C15.7995 33.4956 15.293 33.1629 15.293 32.7302V14.8898C15.293 14.4081 15.7995 14.0455 16.2229 14.0466L20.9335 14.051C21.3842 14.051 21.7814 14.5105 21.8065 14.9254L21.8481 15.6185C22.9082 14.4994 24.2166 13.803 25.7055 13.6316C26.5599 13.5338 27.3957 13.5326 28.2555 13.625C31.5769 13.9821 34 16.8678 34 20.2318V32.5678C34 33.0283 33.5602 33.4911 33.1216 33.4911L28.3792 33.4945C27.9295 33.4945 27.4766 33.0484 27.4766 32.57L27.4646 22.2298C27.4646 21.7247 27.3847 21.1908 27.1101 20.7769C26.445 19.7735 25.1169 19.3263 23.9704 19.7757L23.9693 19.7768ZM23.5788 18.9414C25.118 18.2683 26.9143 18.8068 27.8606 20.1751C28.261 20.7536 28.3452 21.4099 28.4021 22.1107L28.4481 32.5522H33.0712V20.3442C33.0898 17.3717 30.9664 14.7964 28.0455 14.5539C27.2742 14.4905 26.5347 14.4816 25.7799 14.585C24.3621 14.7775 23.1084 15.5262 22.266 16.6764L20.9423 18.0125L20.9292 14.9911L16.2677 15V32.5522L21.4007 32.5544L21.4028 22.2342C21.4794 20.7858 22.2441 19.5254 23.5777 18.9414H23.5788Z", fill: "#162950", stroke: "#162950", "stroke-width": "0.5" }),
|
|
6315
6313
|
/* @__PURE__ */ a("path", { d: "M11.6141 33.4944L7.91316 33.5011C7.09486 33.5022 6.46473 32.847 6.46582 32.006L6.46801 15.4505C6.46801 14.6384 7.09158 14.0432 7.85627 14.0432L11.5211 14.041C12.3689 14.041 13.0023 14.6885 13.0023 15.5595L12.9925 32.1773C12.9925 32.9026 12.2978 33.4922 11.6152 33.4944H11.6141ZM11.6283 32.5544C11.8952 32.4932 12.067 32.3453 12.067 32.0605V15.5106C12.067 15.1835 11.8099 14.991 11.5233 14.991H7.85846C7.59809 14.9922 7.43728 15.1791 7.39789 15.4516V32.006C7.39789 32.2986 7.597 32.5511 7.88034 32.5511L11.6272 32.5555L11.6283 32.5544Z", fill: "#162950", stroke: "#162950", "stroke-width": "0.5" }),
|
|
6316
6314
|
/* @__PURE__ */ a("path", { d: "M13.4654 9.03032C13.5595 10.9582 12.2708 12.6836 10.4296 13.0318C9.25798 13.2532 8.14212 12.9372 7.26804 12.1385C6.08982 11.0639 5.67082 9.39631 6.27142 7.88227C6.82716 6.48392 8.16072 5.51164 9.71855 5.4994C10.8103 5.4905 11.7829 5.93103 12.5038 6.75536C13.0628 7.3939 13.4206 8.12701 13.4654 9.03032ZM11.5094 11.5022C12.9447 10.2807 12.8058 8.12256 11.4645 7.05572C10.7119 6.45611 9.73058 6.29925 8.80289 6.61519C7.48464 7.06573 6.74621 8.42403 6.98141 9.82461C7.19255 11.0861 8.2012 11.9661 9.44068 12.1218C10.2097 12.2186 10.9022 12.0184 11.5094 11.5022Z", fill: "#162950", stroke: "#162950", "stroke-width": "0.5" })
|
|
6317
|
-
] }),
|
|
6315
|
+
] }), Ud = (e) => /* @__PURE__ */ f(
|
|
6318
6316
|
"svg",
|
|
6319
6317
|
{
|
|
6320
6318
|
width: "25",
|
|
@@ -6341,7 +6339,7 @@ const nl = (e) => {
|
|
|
6341
6339
|
)
|
|
6342
6340
|
]
|
|
6343
6341
|
}
|
|
6344
|
-
),
|
|
6342
|
+
), qd = (e) => /* @__PURE__ */ f(
|
|
6345
6343
|
"svg",
|
|
6346
6344
|
{
|
|
6347
6345
|
width: "24",
|
|
@@ -6367,7 +6365,7 @@ const nl = (e) => {
|
|
|
6367
6365
|
)
|
|
6368
6366
|
]
|
|
6369
6367
|
}
|
|
6370
|
-
),
|
|
6368
|
+
), Rd = (e) => /* @__PURE__ */ a(
|
|
6371
6369
|
"svg",
|
|
6372
6370
|
{
|
|
6373
6371
|
width: "13",
|
|
@@ -6385,7 +6383,7 @@ const nl = (e) => {
|
|
|
6385
6383
|
}
|
|
6386
6384
|
)
|
|
6387
6385
|
}
|
|
6388
|
-
),
|
|
6386
|
+
), Ld = (e) => /* @__PURE__ */ a(
|
|
6389
6387
|
"svg",
|
|
6390
6388
|
{
|
|
6391
6389
|
width: "26",
|
|
@@ -6402,12 +6400,12 @@ const nl = (e) => {
|
|
|
6402
6400
|
}
|
|
6403
6401
|
)
|
|
6404
6402
|
}
|
|
6405
|
-
),
|
|
6403
|
+
), Bd = {
|
|
6406
6404
|
FaceBook: {
|
|
6407
6405
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
6408
6406
|
icon: {
|
|
6409
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6410
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6407
|
+
outline: (e) => /* @__PURE__ */ a(Rd, { className: e }),
|
|
6408
|
+
solid: (e) => /* @__PURE__ */ a(kd, { className: e })
|
|
6411
6409
|
}
|
|
6412
6410
|
},
|
|
6413
6411
|
X: {
|
|
@@ -6427,8 +6425,8 @@ const nl = (e) => {
|
|
|
6427
6425
|
Email: {
|
|
6428
6426
|
url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
|
|
6429
6427
|
icon: {
|
|
6430
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6431
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6428
|
+
outline: (e) => /* @__PURE__ */ a(Ud, { className: e }),
|
|
6429
|
+
solid: (e) => /* @__PURE__ */ a(qd, { className: e })
|
|
6432
6430
|
}
|
|
6433
6431
|
},
|
|
6434
6432
|
LinkedIn: {
|
|
@@ -6441,11 +6439,11 @@ const nl = (e) => {
|
|
|
6441
6439
|
}
|
|
6442
6440
|
}
|
|
6443
6441
|
};
|
|
6444
|
-
function
|
|
6442
|
+
function Od({ noteShare: e }) {
|
|
6445
6443
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
6446
6444
|
return e ? /* @__PURE__ */ f("div", { className: de.socialNetworkSection, children: [
|
|
6447
6445
|
e.options?.map((n) => {
|
|
6448
|
-
const s =
|
|
6446
|
+
const s = Bd[n];
|
|
6449
6447
|
if (!s) return null;
|
|
6450
6448
|
const r = e.variant === "outline" ? s.icon.outline : s.icon.solid, o = s.url(t);
|
|
6451
6449
|
return /* @__PURE__ */ a(
|
|
@@ -6478,21 +6476,21 @@ function Md({ noteShare: e }) {
|
|
|
6478
6476
|
type: "button",
|
|
6479
6477
|
"aria-label": "share",
|
|
6480
6478
|
className: [de.clipboardButton, "sharebtn-id"].join(" "),
|
|
6481
|
-
children: /* @__PURE__ */ a(
|
|
6479
|
+
children: /* @__PURE__ */ a(Ld, {})
|
|
6482
6480
|
}
|
|
6483
6481
|
)
|
|
6484
6482
|
] }) : null;
|
|
6485
6483
|
}
|
|
6486
|
-
const
|
|
6487
|
-
content:
|
|
6488
|
-
videoContent:
|
|
6489
|
-
articleSection:
|
|
6490
|
-
title:
|
|
6491
|
-
article:
|
|
6492
|
-
correspondent:
|
|
6493
|
-
iframeStyled:
|
|
6494
|
-
contentFrame:
|
|
6495
|
-
},
|
|
6484
|
+
const Pd = "_content_r1co8_1", Dd = "_videoContent_r1co8_20", Md = "_articleSection_r1co8_27", jd = "_title_r1co8_42", Qd = "_article_r1co8_27", Gd = "_correspondent_r1co8_75", Hd = "_iframeStyled_r1co8_84", zd = "_contentFrame_r1co8_94", He = {
|
|
6485
|
+
content: Pd,
|
|
6486
|
+
videoContent: Dd,
|
|
6487
|
+
articleSection: Md,
|
|
6488
|
+
title: jd,
|
|
6489
|
+
article: Qd,
|
|
6490
|
+
correspondent: Gd,
|
|
6491
|
+
iframeStyled: Hd,
|
|
6492
|
+
contentFrame: zd
|
|
6493
|
+
}, u3 = (e) => {
|
|
6496
6494
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6497
6495
|
e.video.info.date.created
|
|
6498
6496
|
)}` : e?.video.main.author;
|
|
@@ -6528,9 +6526,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6528
6526
|
/* @__PURE__ */ a("p", { className: He.correspondent, children: t() })
|
|
6529
6527
|
] })
|
|
6530
6528
|
] }) }) });
|
|
6531
|
-
},
|
|
6532
|
-
content:
|
|
6533
|
-
linkStyled:
|
|
6529
|
+
}, Vd = "_content_wxhkd_1", Fd = "_linkStyled_wxhkd_9", jn = {
|
|
6530
|
+
content: Vd,
|
|
6531
|
+
linkStyled: Fd
|
|
6534
6532
|
}, vn = (e) => {
|
|
6535
6533
|
const { currentPage: t, showNext: n, maxPages: s, pathname: r, query: o } = e, i = (c, d, l) => {
|
|
6536
6534
|
let u = "";
|
|
@@ -6557,11 +6555,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6557
6555
|
}
|
|
6558
6556
|
)
|
|
6559
6557
|
] });
|
|
6560
|
-
},
|
|
6561
|
-
content:
|
|
6562
|
-
contentGrid:
|
|
6563
|
-
contentGrid4:
|
|
6564
|
-
contentGrid3:
|
|
6558
|
+
}, $d = "_content_zal5g_1", Wd = "_contentGrid_zal5g_8", Yd = "_contentGrid4_zal5g_17", Kd = "_contentGrid3_zal5g_21", Xt = {
|
|
6559
|
+
content: $d,
|
|
6560
|
+
contentGrid: Wd,
|
|
6561
|
+
contentGrid4: Yd,
|
|
6562
|
+
contentGrid3: Kd
|
|
6565
6563
|
}, la = (e) => {
|
|
6566
6564
|
const { grid: t = 3 } = e;
|
|
6567
6565
|
return /* @__PURE__ */ f("section", { className: `${Xt.content}`, children: [
|
|
@@ -6574,10 +6572,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6574
6572
|
),
|
|
6575
6573
|
/* @__PURE__ */ a(J, { children: e.paginatorComponent })
|
|
6576
6574
|
] });
|
|
6577
|
-
},
|
|
6578
|
-
content:
|
|
6579
|
-
newsDescription:
|
|
6580
|
-
image:
|
|
6575
|
+
}, Jd = "_content_15x47_1", Zd = "_newsDescription_15x47_15", Xd = "_image_15x47_41", Dt = {
|
|
6576
|
+
content: Jd,
|
|
6577
|
+
newsDescription: Zd,
|
|
6578
|
+
image: Xd
|
|
6581
6579
|
}, Xe = (e) => {
|
|
6582
6580
|
const {
|
|
6583
6581
|
main: t,
|
|
@@ -6639,13 +6637,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6639
6637
|
]
|
|
6640
6638
|
}
|
|
6641
6639
|
);
|
|
6642
|
-
},
|
|
6643
|
-
content:
|
|
6644
|
-
boxInformation:
|
|
6645
|
-
titleGradient:
|
|
6646
|
-
sectionDescription:
|
|
6647
|
-
articule:
|
|
6648
|
-
linkStyled:
|
|
6640
|
+
}, e1 = "_content_14xk9_1", t1 = "_boxInformation_14xk9_12", n1 = "_titleGradient_14xk9_30", a1 = "_sectionDescription_14xk9_58", s1 = "_articule_14xk9_83", r1 = "_linkStyled_14xk9_116", et = {
|
|
6641
|
+
content: e1,
|
|
6642
|
+
boxInformation: t1,
|
|
6643
|
+
titleGradient: n1,
|
|
6644
|
+
sectionDescription: a1,
|
|
6645
|
+
articule: s1,
|
|
6646
|
+
linkStyled: r1
|
|
6649
6647
|
}, Ln = (e) => {
|
|
6650
6648
|
const {
|
|
6651
6649
|
isVideo: t,
|
|
@@ -6714,17 +6712,17 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6714
6712
|
}
|
|
6715
6713
|
)
|
|
6716
6714
|
] });
|
|
6717
|
-
},
|
|
6718
|
-
content:
|
|
6719
|
-
contentLayout:
|
|
6720
|
-
}, ls = (e) => /* @__PURE__ */ a("div", { className: cs.content, children: /* @__PURE__ */ a(Ft, { className: `${cs.contentLayout} ${e.className}`, children: e.children }) }),
|
|
6721
|
-
content:
|
|
6722
|
-
before:
|
|
6723
|
-
textContent:
|
|
6724
|
-
title:
|
|
6725
|
-
description:
|
|
6726
|
-
linkStyled:
|
|
6727
|
-
},
|
|
6715
|
+
}, o1 = "_content_kro73_1", i1 = "_contentLayout_kro73_5", cs = {
|
|
6716
|
+
content: o1,
|
|
6717
|
+
contentLayout: i1
|
|
6718
|
+
}, ls = (e) => /* @__PURE__ */ a("div", { className: cs.content, children: /* @__PURE__ */ a(Ft, { className: `${cs.contentLayout} ${e.className}`, children: e.children }) }), c1 = "_content_1nqra_1", l1 = "_before_1nqra_11", d1 = "_textContent_1nqra_22", u1 = "_title_1nqra_37", m1 = "_description_1nqra_46", h1 = "_linkStyled_1nqra_57", pt = {
|
|
6719
|
+
content: c1,
|
|
6720
|
+
before: l1,
|
|
6721
|
+
textContent: d1,
|
|
6722
|
+
title: u1,
|
|
6723
|
+
description: m1,
|
|
6724
|
+
linkStyled: h1
|
|
6725
|
+
}, m3 = (e) => {
|
|
6728
6726
|
const t = e.logo;
|
|
6729
6727
|
return /* @__PURE__ */ f("section", { className: pt.content, children: [
|
|
6730
6728
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: pt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6735,25 +6733,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6735
6733
|
/* @__PURE__ */ a(O, { className: pt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6736
6734
|
] })
|
|
6737
6735
|
] });
|
|
6738
|
-
},
|
|
6739
|
-
content:
|
|
6740
|
-
contentLabel:
|
|
6741
|
-
label:
|
|
6742
|
-
required:
|
|
6743
|
-
input:
|
|
6744
|
-
},
|
|
6736
|
+
}, f1 = "_content_zxcog_1", g1 = "_contentLabel_zxcog_8", p1 = "_label_zxcog_13", A1 = "_required_zxcog_22", w1 = "_input_zxcog_28", Ut = {
|
|
6737
|
+
content: f1,
|
|
6738
|
+
contentLabel: g1,
|
|
6739
|
+
label: p1,
|
|
6740
|
+
required: A1,
|
|
6741
|
+
input: w1
|
|
6742
|
+
}, h3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
|
|
6745
6743
|
/* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
|
|
6746
6744
|
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6747
6745
|
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
6748
6746
|
] }),
|
|
6749
6747
|
/* @__PURE__ */ a("input", { className: Ut.input, ...e })
|
|
6750
|
-
] }),
|
|
6751
|
-
content:
|
|
6752
|
-
contentLabel:
|
|
6753
|
-
label:
|
|
6754
|
-
required:
|
|
6755
|
-
input:
|
|
6756
|
-
},
|
|
6748
|
+
] }), y1 = "_content_zgx5w_1", v1 = "_contentLabel_zgx5w_8", b1 = "_label_zgx5w_13", C1 = "_required_zgx5w_22", _1 = "_input_zgx5w_28", qt = {
|
|
6749
|
+
content: y1,
|
|
6750
|
+
contentLabel: v1,
|
|
6751
|
+
label: b1,
|
|
6752
|
+
required: C1,
|
|
6753
|
+
input: _1
|
|
6754
|
+
}, f3 = (e) => /* @__PURE__ */ f("div", { className: qt.content, children: [
|
|
6757
6755
|
/* @__PURE__ */ f("div", { className: qt.contentLabel, children: [
|
|
6758
6756
|
/* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
|
|
6759
6757
|
e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
|
|
@@ -6762,32 +6760,32 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6762
6760
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6763
6761
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6764
6762
|
] })
|
|
6765
|
-
] }),
|
|
6766
|
-
content:
|
|
6767
|
-
label:
|
|
6768
|
-
input:
|
|
6769
|
-
},
|
|
6763
|
+
] }), N1 = "_content_1mi9t_1", S1 = "_label_1mi9t_8", E1 = "_input_1mi9t_17", Qn = {
|
|
6764
|
+
content: N1,
|
|
6765
|
+
label: S1,
|
|
6766
|
+
input: E1
|
|
6767
|
+
}, g3 = (e) => /* @__PURE__ */ f("div", { className: Qn.content, children: [
|
|
6770
6768
|
/* @__PURE__ */ a("label", { className: Qn.label, children: e.label }),
|
|
6771
6769
|
/* @__PURE__ */ a("textarea", { className: Qn.input, ...e })
|
|
6772
|
-
] }),
|
|
6773
|
-
boxInformation:
|
|
6774
|
-
textBox:
|
|
6775
|
-
contentBox:
|
|
6776
|
-
liveBox:
|
|
6777
|
-
dot:
|
|
6778
|
-
sectionDescription:
|
|
6779
|
-
articule:
|
|
6780
|
-
description:
|
|
6781
|
-
},
|
|
6782
|
-
content:
|
|
6783
|
-
description:
|
|
6770
|
+
] }), x1 = "_boxInformation_achvw_1", I1 = "_textBox_achvw_30", T1 = "_contentBox_achvw_40", k1 = "_liveBox_achvw_50", U1 = "_dot_achvw_72", q1 = "_sectionDescription_achvw_97", R1 = "_articule_achvw_110", L1 = "_description_achvw_137", tt = {
|
|
6771
|
+
boxInformation: x1,
|
|
6772
|
+
textBox: I1,
|
|
6773
|
+
contentBox: T1,
|
|
6774
|
+
liveBox: k1,
|
|
6775
|
+
dot: U1,
|
|
6776
|
+
sectionDescription: q1,
|
|
6777
|
+
articule: R1,
|
|
6778
|
+
description: L1
|
|
6779
|
+
}, B1 = "_content_1ihav_1", O1 = "_description_1ihav_23", bn = {
|
|
6780
|
+
content: B1,
|
|
6781
|
+
description: O1
|
|
6784
6782
|
}, Cr = (e) => {
|
|
6785
6783
|
let t = "";
|
|
6786
6784
|
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ f("div", { className: bn.content, children: [
|
|
6787
6785
|
/* @__PURE__ */ a(qe, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6788
6786
|
t && /* @__PURE__ */ a("div", { className: bn.description, children: t })
|
|
6789
6787
|
] });
|
|
6790
|
-
},
|
|
6788
|
+
}, P1 = (e) => /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f("div", { className: `${tt.boxInformation} sass-liveblog-header`, children: [
|
|
6791
6789
|
/* @__PURE__ */ a(Cr, { preview: e.preview }),
|
|
6792
6790
|
/* @__PURE__ */ f("div", { className: tt.textBox, children: [
|
|
6793
6791
|
/* @__PURE__ */ f("div", { className: tt.contentBox, children: [
|
|
@@ -6817,35 +6815,35 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6817
6815
|
}
|
|
6818
6816
|
)
|
|
6819
6817
|
] })
|
|
6820
|
-
] }) }),
|
|
6821
|
-
content:
|
|
6822
|
-
contentLine:
|
|
6823
|
-
contentText:
|
|
6824
|
-
dateLink:
|
|
6825
|
-
},
|
|
6818
|
+
] }) }), D1 = "_content_oipiy_1", M1 = "_contentLine_oipiy_17", j1 = "_contentText_oipiy_24", Q1 = "_dateLink_oipiy_37", en = {
|
|
6819
|
+
content: D1,
|
|
6820
|
+
contentLine: M1,
|
|
6821
|
+
contentText: j1,
|
|
6822
|
+
dateLink: Q1
|
|
6823
|
+
}, G1 = (e) => /* @__PURE__ */ a("section", { className: en.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: en.contentLine, children: [
|
|
6826
6824
|
/* @__PURE__ */ a(O, { className: en.dateLink, href: `#item-${n + 1}`, children: uo(t.date) }),
|
|
6827
6825
|
/* @__PURE__ */ a("div", { className: en.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6828
|
-
] }, n)) }),
|
|
6829
|
-
content:
|
|
6830
|
-
contentInfo:
|
|
6831
|
-
imageContainer:
|
|
6832
|
-
imageStyled:
|
|
6833
|
-
contentIconStyled:
|
|
6834
|
-
name:
|
|
6835
|
-
email:
|
|
6836
|
-
description:
|
|
6837
|
-
contenSocialNetwork:
|
|
6838
|
-
socialIcon:
|
|
6839
|
-
faceBookIcon:
|
|
6840
|
-
socialFacebookIcon:
|
|
6841
|
-
socialIconLink:
|
|
6842
|
-
socialIconStroke:
|
|
6826
|
+
] }, n)) }), H1 = "_content_1gtqm_1", z1 = "_contentInfo_1gtqm_11", V1 = "_imageContainer_1gtqm_19", F1 = "_imageStyled_1gtqm_28", $1 = "_contentIconStyled_1gtqm_39", W1 = "_name_1gtqm_65", Y1 = "_email_1gtqm_74", K1 = "_description_1gtqm_90", J1 = "_contenSocialNetwork_1gtqm_102", Z1 = "_socialIcon_1gtqm_112", X1 = "_faceBookIcon_1gtqm_117", eu = "_socialFacebookIcon_1gtqm_122", tu = "_socialIconLink_1gtqm_126", nu = "_socialIconStroke_1gtqm_130", ue = {
|
|
6827
|
+
content: H1,
|
|
6828
|
+
contentInfo: z1,
|
|
6829
|
+
imageContainer: V1,
|
|
6830
|
+
imageStyled: F1,
|
|
6831
|
+
contentIconStyled: $1,
|
|
6832
|
+
name: W1,
|
|
6833
|
+
email: Y1,
|
|
6834
|
+
description: K1,
|
|
6835
|
+
contenSocialNetwork: J1,
|
|
6836
|
+
socialIcon: Z1,
|
|
6837
|
+
faceBookIcon: X1,
|
|
6838
|
+
socialFacebookIcon: eu,
|
|
6839
|
+
socialIconLink: tu,
|
|
6840
|
+
socialIconStroke: nu
|
|
6843
6841
|
}, tn = (e) => {
|
|
6844
6842
|
if (!e || e.trim() === "")
|
|
6845
6843
|
return e;
|
|
6846
6844
|
const t = e.trim();
|
|
6847
6845
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
6848
|
-
},
|
|
6846
|
+
}, au = async (e) => {
|
|
6849
6847
|
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = tn(t?.addtional?.USER_USERFB ?? ""), m = tn(t?.addtional?.USER_USERIG ?? ""), h = tn(t?.addtional?.USER_USERTWT ?? ""), p = tn(t?.addtional?.USER_USERLIN ?? "");
|
|
6850
6848
|
return /* @__PURE__ */ a(
|
|
6851
6849
|
"section",
|
|
@@ -6916,18 +6914,18 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6916
6914
|
] })
|
|
6917
6915
|
}
|
|
6918
6916
|
);
|
|
6919
|
-
},
|
|
6920
|
-
content:
|
|
6921
|
-
contentInfo:
|
|
6922
|
-
contentAuthor:
|
|
6923
|
-
imageStyled:
|
|
6924
|
-
contentIconStyled:
|
|
6925
|
-
name:
|
|
6926
|
-
email:
|
|
6927
|
-
description:
|
|
6928
|
-
contenSocialNetwork:
|
|
6929
|
-
socialIcon:
|
|
6930
|
-
},
|
|
6917
|
+
}, su = "_content_18ozj_1", ru = "_contentInfo_18ozj_13", ou = "_contentAuthor_18ozj_26", iu = "_imageStyled_18ozj_33", cu = "_contentIconStyled_18ozj_42", lu = "_name_18ozj_64", du = "_email_18ozj_72", uu = "_description_18ozj_82", mu = "_contenSocialNetwork_18ozj_93", hu = "_socialIcon_18ozj_103", Ee = {
|
|
6918
|
+
content: su,
|
|
6919
|
+
contentInfo: ru,
|
|
6920
|
+
contentAuthor: ou,
|
|
6921
|
+
imageStyled: iu,
|
|
6922
|
+
contentIconStyled: cu,
|
|
6923
|
+
name: lu,
|
|
6924
|
+
email: du,
|
|
6925
|
+
description: uu,
|
|
6926
|
+
contenSocialNetwork: mu,
|
|
6927
|
+
socialIcon: hu
|
|
6928
|
+
}, fu = async (e) => {
|
|
6931
6929
|
const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", m = t?.addtional?.USER_USERIG ?? "", h = t?.addtional?.USER_USERTWT ?? "", p = t?.addtional?.USER_USERLIN ?? "";
|
|
6932
6930
|
return /* @__PURE__ */ a("section", { className: Ee.content, children: /* @__PURE__ */ f("div", { className: Ee.contentInfo, children: [
|
|
6933
6931
|
r ? /* @__PURE__ */ a(
|
|
@@ -6989,9 +6987,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
6989
6987
|
] })
|
|
6990
6988
|
] })
|
|
6991
6989
|
] }) });
|
|
6992
|
-
},
|
|
6993
|
-
content:
|
|
6994
|
-
bannerSection:
|
|
6990
|
+
}, gu = "_content_jg6i2_1", pu = "_bannerSection_jg6i2_25", ds = {
|
|
6991
|
+
content: gu,
|
|
6992
|
+
bannerSection: pu
|
|
6995
6993
|
}, _r = (e) => /* @__PURE__ */ f("section", { className: ds.content, children: [
|
|
6996
6994
|
e.children,
|
|
6997
6995
|
/* @__PURE__ */ f("div", { className: ds.bannerSection, children: [
|
|
@@ -7012,21 +7010,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7012
7010
|
),
|
|
7013
7011
|
e.banner
|
|
7014
7012
|
] })
|
|
7015
|
-
] }),
|
|
7016
|
-
content:
|
|
7017
|
-
header:
|
|
7018
|
-
videos:
|
|
7019
|
-
videoContent:
|
|
7020
|
-
articleSection:
|
|
7021
|
-
contentLayoutVideoSection:
|
|
7022
|
-
sectionVideoList:
|
|
7023
|
-
iframeStyled:
|
|
7024
|
-
contentFrame:
|
|
7025
|
-
},
|
|
7026
|
-
content:
|
|
7027
|
-
linkImage:
|
|
7028
|
-
playStyled:
|
|
7029
|
-
},
|
|
7013
|
+
] }), Au = "_content_1bw8m_1", wu = "_header_1bw8m_30", yu = "_videos_1bw8m_56", vu = "_videoContent_1bw8m_63", bu = "_articleSection_1bw8m_70", Cu = "_contentLayoutVideoSection_1bw8m_85", _u = "_sectionVideoList_1bw8m_93", Nu = "_iframeStyled_1bw8m_166", Su = "_contentFrame_1bw8m_172", Le = {
|
|
7014
|
+
content: Au,
|
|
7015
|
+
header: wu,
|
|
7016
|
+
videos: yu,
|
|
7017
|
+
videoContent: vu,
|
|
7018
|
+
articleSection: bu,
|
|
7019
|
+
contentLayoutVideoSection: Cu,
|
|
7020
|
+
sectionVideoList: _u,
|
|
7021
|
+
iframeStyled: Nu,
|
|
7022
|
+
contentFrame: Su
|
|
7023
|
+
}, Eu = "_content_1dj0q_1", xu = "_linkImage_1dj0q_12", Iu = "_playStyled_1dj0q_19", Gn = {
|
|
7024
|
+
content: Eu,
|
|
7025
|
+
linkImage: xu,
|
|
7026
|
+
playStyled: Iu
|
|
7027
|
+
}, Tu = async (e) => {
|
|
7030
7028
|
const t = Na(), n = {
|
|
7031
7029
|
...e,
|
|
7032
7030
|
main: {
|
|
@@ -7053,7 +7051,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7053
7051
|
),
|
|
7054
7052
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(It, { ...n, paths: e.paths }) })
|
|
7055
7053
|
] }) : null;
|
|
7056
|
-
},
|
|
7054
|
+
}, p3 = (e) => /* @__PURE__ */ a("div", { className: Le.content, children: /* @__PURE__ */ f(Ft, { className: Le.contentLayoutVideoSection, children: [
|
|
7057
7055
|
/* @__PURE__ */ f("a", { className: Le.header, href: e.goBackLink ?? "/videos", children: [
|
|
7058
7056
|
/* @__PURE__ */ a(
|
|
7059
7057
|
"svg",
|
|
@@ -7144,7 +7142,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7144
7142
|
),
|
|
7145
7143
|
e.relatedName && /* @__PURE__ */ a("h2", { className: `${Le.relatedTitle} saas-video-related-title`, children: e.relatedName }),
|
|
7146
7144
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ rt(
|
|
7147
|
-
|
|
7145
|
+
Tu,
|
|
7148
7146
|
{
|
|
7149
7147
|
...Mt(t, !0, !1, !1),
|
|
7150
7148
|
key: n,
|
|
@@ -7155,15 +7153,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7155
7153
|
}
|
|
7156
7154
|
)
|
|
7157
7155
|
] })
|
|
7158
|
-
] }) }),
|
|
7159
|
-
content:
|
|
7160
|
-
titleContent:
|
|
7161
|
-
title:
|
|
7162
|
-
startLine:
|
|
7163
|
-
line:
|
|
7164
|
-
bottomLine:
|
|
7165
|
-
childrenContent:
|
|
7166
|
-
readMore:
|
|
7156
|
+
] }) }), ku = "_content_gcte1_1", Uu = "_titleContent_gcte1_24", qu = "_title_gcte1_24", Ru = "_startLine_gcte1_88", Lu = "_line_gcte1_93", Bu = "_bottomLine_gcte1_99", Ou = "_childrenContent_gcte1_118", Pu = "_readMore_gcte1_131", ze = {
|
|
7157
|
+
content: ku,
|
|
7158
|
+
titleContent: Uu,
|
|
7159
|
+
title: qu,
|
|
7160
|
+
startLine: Ru,
|
|
7161
|
+
line: Lu,
|
|
7162
|
+
bottomLine: Bu,
|
|
7163
|
+
childrenContent: Ou,
|
|
7164
|
+
readMore: Pu
|
|
7167
7165
|
}, pe = Ms((e, t) => {
|
|
7168
7166
|
const { isTitle: n = !1, isOpinion: s = !1 } = e, r = n ? /* @__PURE__ */ a("h1", { className: ze.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: ze.title, children: e.title });
|
|
7169
7167
|
return /* @__PURE__ */ f("section", { className: ze.content, children: [
|
|
@@ -7227,25 +7225,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7227
7225
|
}
|
|
7228
7226
|
)
|
|
7229
7227
|
}
|
|
7230
|
-
),
|
|
7231
|
-
drawerStyled:
|
|
7232
|
-
sidebarCustom:
|
|
7233
|
-
accordionStyled:
|
|
7234
|
-
accordionHeading:
|
|
7235
|
-
accordionSummeryStyled:
|
|
7236
|
-
linkStyled:
|
|
7237
|
-
subLinkStyled:
|
|
7238
|
-
inputContent:
|
|
7239
|
-
buttonContent:
|
|
7240
|
-
inputStyled:
|
|
7241
|
-
buscar:
|
|
7242
|
-
buttonStyled:
|
|
7243
|
-
accordionDetailsStyled:
|
|
7244
|
-
footerSlider:
|
|
7245
|
-
socialMedia:
|
|
7246
|
-
copyRights:
|
|
7247
|
-
icon:
|
|
7248
|
-
},
|
|
7228
|
+
), Du = "_drawerStyled_tm61w_1", Mu = "_sidebarCustom_tm61w_6", ju = "_accordionStyled_tm61w_24", Qu = "_accordionHeading_tm61w_35", Gu = "_accordionSummeryStyled_tm61w_44", Hu = "_linkStyled_tm61w_72", zu = "_subLinkStyled_tm61w_92", Vu = "_inputContent_tm61w_114", Fu = "_buttonContent_tm61w_115", $u = "_inputStyled_tm61w_125", Wu = "_buscar_tm61w_141", Yu = "_buttonStyled_tm61w_170", Ku = "_accordionDetailsStyled_tm61w_185", Ju = "_footerSlider_tm61w_200", Zu = "_socialMedia_tm61w_211", Xu = "_copyRights_tm61w_230", em = "_icon_tm61w_241", le = {
|
|
7229
|
+
drawerStyled: Du,
|
|
7230
|
+
sidebarCustom: Mu,
|
|
7231
|
+
accordionStyled: ju,
|
|
7232
|
+
accordionHeading: Qu,
|
|
7233
|
+
accordionSummeryStyled: Gu,
|
|
7234
|
+
linkStyled: Hu,
|
|
7235
|
+
subLinkStyled: zu,
|
|
7236
|
+
inputContent: Vu,
|
|
7237
|
+
buttonContent: Fu,
|
|
7238
|
+
inputStyled: $u,
|
|
7239
|
+
buscar: Wu,
|
|
7240
|
+
buttonStyled: Yu,
|
|
7241
|
+
accordionDetailsStyled: Ku,
|
|
7242
|
+
footerSlider: Ju,
|
|
7243
|
+
socialMedia: Zu,
|
|
7244
|
+
copyRights: Xu,
|
|
7245
|
+
icon: em
|
|
7246
|
+
}, tm = ({
|
|
7249
7247
|
sidebar: e,
|
|
7250
7248
|
socials: t,
|
|
7251
7249
|
copyrigth: n,
|
|
@@ -7396,12 +7394,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7396
7394
|
)
|
|
7397
7395
|
]
|
|
7398
7396
|
}
|
|
7399
|
-
),
|
|
7400
|
-
content:
|
|
7401
|
-
chipStyled:
|
|
7402
|
-
headLine:
|
|
7403
|
-
live:
|
|
7404
|
-
closeLiveStyled:
|
|
7397
|
+
), nm = "_content_y5b1f_1", am = "_chipStyled_y5b1f_17", sm = "_headLine_y5b1f_17", rm = "_live_y5b1f_25", om = "_closeLiveStyled_y5b1f_87", Rt = {
|
|
7398
|
+
content: nm,
|
|
7399
|
+
chipStyled: am,
|
|
7400
|
+
headLine: sm,
|
|
7401
|
+
live: rm,
|
|
7402
|
+
closeLiveStyled: om
|
|
7405
7403
|
}, Sr = (e) => {
|
|
7406
7404
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7407
7405
|
O,
|
|
@@ -7444,21 +7442,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7444
7442
|
}
|
|
7445
7443
|
)
|
|
7446
7444
|
] });
|
|
7447
|
-
},
|
|
7448
|
-
content:
|
|
7449
|
-
linkStyled:
|
|
7450
|
-
linkSocialNetwork:
|
|
7451
|
-
title:
|
|
7452
|
-
tabs:
|
|
7453
|
-
socialNetwork:
|
|
7454
|
-
icon:
|
|
7455
|
-
facebook:
|
|
7456
|
-
youtube:
|
|
7457
|
-
x:
|
|
7458
|
-
instagram:
|
|
7459
|
-
gnews:
|
|
7460
|
-
tiktok:
|
|
7461
|
-
whatsapp:
|
|
7445
|
+
}, im = "_content_18yq5_1", cm = "_linkStyled_18yq5_14", lm = "_linkSocialNetwork_18yq5_28", dm = "_title_18yq5_49", um = "_tabs_18yq5_60", mm = "_socialNetwork_18yq5_68", hm = "_icon_18yq5_78", fm = "_facebook_18yq5_84", gm = "_youtube_18yq5_88", pm = "_x_18yq5_92", Am = "_instagram_18yq5_96", wm = "_gnews_18yq5_100", ym = "_tiktok_18yq5_104", vm = "_whatsapp_18yq5_108", Ve = {
|
|
7446
|
+
content: im,
|
|
7447
|
+
linkStyled: cm,
|
|
7448
|
+
linkSocialNetwork: lm,
|
|
7449
|
+
title: dm,
|
|
7450
|
+
tabs: um,
|
|
7451
|
+
socialNetwork: mm,
|
|
7452
|
+
icon: hm,
|
|
7453
|
+
facebook: fm,
|
|
7454
|
+
youtube: gm,
|
|
7455
|
+
x: pm,
|
|
7456
|
+
instagram: Am,
|
|
7457
|
+
gnews: wm,
|
|
7458
|
+
tiktok: ym,
|
|
7459
|
+
whatsapp: vm
|
|
7462
7460
|
}, Er = (e) => {
|
|
7463
7461
|
const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
|
|
7464
7462
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: Ve.content, children: [
|
|
@@ -7510,19 +7508,19 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7510
7508
|
i
|
|
7511
7509
|
)) })
|
|
7512
7510
|
] });
|
|
7513
|
-
},
|
|
7514
|
-
headerStyled:
|
|
7515
|
-
headerContent:
|
|
7516
|
-
iconContent:
|
|
7517
|
-
menuButton:
|
|
7518
|
-
logoStyled:
|
|
7519
|
-
buttonSection:
|
|
7520
|
-
buttonSectionSearch:
|
|
7521
|
-
headLineContent:
|
|
7522
|
-
headLineTitle:
|
|
7523
|
-
headLine:
|
|
7524
|
-
hasAlertZone:
|
|
7525
|
-
},
|
|
7511
|
+
}, bm = "_headerStyled_6yw62_1", Cm = "_headerContent_6yw62_14", _m = "_iconContent_6yw62_25", Nm = "_menuButton_6yw62_34", Sm = "_logoStyled_6yw62_66", Em = "_buttonSection_6yw62_94", xm = "_buttonSectionSearch_6yw62_109", Im = "_headLineContent_6yw62_131", Tm = "_headLineTitle_6yw62_144", km = "_headLine_6yw62_131", Um = "_hasAlertZone_6yw62_197", Ue = {
|
|
7512
|
+
headerStyled: bm,
|
|
7513
|
+
headerContent: Cm,
|
|
7514
|
+
iconContent: _m,
|
|
7515
|
+
menuButton: Nm,
|
|
7516
|
+
logoStyled: Sm,
|
|
7517
|
+
buttonSection: Em,
|
|
7518
|
+
buttonSectionSearch: xm,
|
|
7519
|
+
headLineContent: Im,
|
|
7520
|
+
headLineTitle: Tm,
|
|
7521
|
+
headLine: km,
|
|
7522
|
+
hasAlertZone: Um
|
|
7523
|
+
}, qm = (e) => {
|
|
7526
7524
|
const { alertZone: t } = e;
|
|
7527
7525
|
return /* @__PURE__ */ f("header", { className: Ue.headerStyled, children: [
|
|
7528
7526
|
e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ a(
|
|
@@ -7615,15 +7613,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7615
7613
|
}
|
|
7616
7614
|
)
|
|
7617
7615
|
] });
|
|
7618
|
-
},
|
|
7619
|
-
ul:
|
|
7620
|
-
li:
|
|
7621
|
-
liBefore:
|
|
7622
|
-
ulContent:
|
|
7623
|
-
contentModal:
|
|
7624
|
-
linkStyled:
|
|
7625
|
-
itemLink:
|
|
7626
|
-
},
|
|
7616
|
+
}, Rm = "_ul_oit7k_1", Lm = "_li_oit7k_10", Bm = "_liBefore_oit7k_18", Om = "_ulContent_oit7k_29", Pm = "_contentModal_oit7k_56", Dm = "_linkStyled_oit7k_68", Mm = "_itemLink_oit7k_93", Fe = {
|
|
7617
|
+
ul: Rm,
|
|
7618
|
+
li: Lm,
|
|
7619
|
+
liBefore: Bm,
|
|
7620
|
+
ulContent: Om,
|
|
7621
|
+
contentModal: Pm,
|
|
7622
|
+
linkStyled: Dm,
|
|
7623
|
+
itemLink: Mm
|
|
7624
|
+
}, jm = (e) => {
|
|
7627
7625
|
const { items: t } = e;
|
|
7628
7626
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, s) => /* @__PURE__ */ f("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7629
7627
|
n.link ? /* @__PURE__ */ f(
|
|
@@ -7653,28 +7651,28 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7653
7651
|
}
|
|
7654
7652
|
) }, o)) }) })
|
|
7655
7653
|
] }, s)) });
|
|
7656
|
-
},
|
|
7657
|
-
headerStyled:
|
|
7658
|
-
headerContent:
|
|
7659
|
-
menuButtonSection:
|
|
7660
|
-
menuButton:
|
|
7661
|
-
buttonSection:
|
|
7662
|
-
buttonSectionSearch:
|
|
7663
|
-
hasAlertZone:
|
|
7664
|
-
buttonText:
|
|
7665
|
-
logoContent:
|
|
7666
|
-
logoStyled:
|
|
7667
|
-
headLineContent:
|
|
7668
|
-
headLineTitle:
|
|
7669
|
-
menuSection:
|
|
7670
|
-
headLine:
|
|
7671
|
-
line:
|
|
7672
|
-
},
|
|
7654
|
+
}, Qm = "_headerStyled_q9qvi_1", Gm = "_headerContent_q9qvi_23", Hm = "_menuButtonSection_q9qvi_33", zm = "_menuButton_q9qvi_33", Vm = "_buttonSection_q9qvi_84", Fm = "_buttonSectionSearch_q9qvi_101", $m = "_hasAlertZone_q9qvi_112", Wm = "_buttonText_q9qvi_131", Ym = "_logoContent_q9qvi_141", Km = "_logoStyled_q9qvi_149", Jm = "_headLineContent_q9qvi_173", Zm = "_headLineTitle_q9qvi_188", Xm = "_menuSection_q9qvi_204", eh = "_headLine_q9qvi_173", th = "_line_q9qvi_256", ve = {
|
|
7655
|
+
headerStyled: Qm,
|
|
7656
|
+
headerContent: Gm,
|
|
7657
|
+
menuButtonSection: Hm,
|
|
7658
|
+
menuButton: zm,
|
|
7659
|
+
buttonSection: Vm,
|
|
7660
|
+
buttonSectionSearch: Fm,
|
|
7661
|
+
hasAlertZone: $m,
|
|
7662
|
+
buttonText: Wm,
|
|
7663
|
+
logoContent: Ym,
|
|
7664
|
+
logoStyled: Km,
|
|
7665
|
+
headLineContent: Jm,
|
|
7666
|
+
headLineTitle: Zm,
|
|
7667
|
+
menuSection: Xm,
|
|
7668
|
+
headLine: eh,
|
|
7669
|
+
line: th
|
|
7670
|
+
}, nh = (e) => {
|
|
7673
7671
|
const { menu: t, alertZone: n } = e;
|
|
7674
7672
|
return /* @__PURE__ */ f(
|
|
7675
7673
|
"header",
|
|
7676
7674
|
{
|
|
7677
|
-
className:
|
|
7675
|
+
className: ve.headerStyled,
|
|
7678
7676
|
style: { top: e.cintillo || e.socialIcons && !e.headerTape?.static ? 40 : 0 },
|
|
7679
7677
|
children: [
|
|
7680
7678
|
e.socialIcons && e.headerTape?.static && /* @__PURE__ */ a(
|
|
@@ -7691,14 +7689,14 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7691
7689
|
{
|
|
7692
7690
|
style: e.showAlertPop ? { gap: 0 } : {},
|
|
7693
7691
|
className: [
|
|
7694
|
-
|
|
7695
|
-
n?.data ?
|
|
7692
|
+
ve.headerContent,
|
|
7693
|
+
n?.data ? ve.hasAlertZone : ""
|
|
7696
7694
|
].join(" "),
|
|
7697
7695
|
children: [
|
|
7698
|
-
/* @__PURE__ */ a("div", { className: `${
|
|
7696
|
+
/* @__PURE__ */ a("div", { className: `${ve.menuButtonSection} sass-header-menu-button`, children: /* @__PURE__ */ f(
|
|
7699
7697
|
Ea,
|
|
7700
7698
|
{
|
|
7701
|
-
className:
|
|
7699
|
+
className: ve.menuButton,
|
|
7702
7700
|
id: "button-app",
|
|
7703
7701
|
toggledrawerevent: "true",
|
|
7704
7702
|
"aria-label": "menu",
|
|
@@ -7706,46 +7704,46 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7706
7704
|
title: "menu",
|
|
7707
7705
|
children: [
|
|
7708
7706
|
/* @__PURE__ */ a(Nr, { color: "var(--header-icons)", width: 27, height: 27 }),
|
|
7709
|
-
/* @__PURE__ */ a("p", { className:
|
|
7707
|
+
/* @__PURE__ */ a("p", { className: ve.buttonText, style: { lineHeight: 0 }, children: e.menuText })
|
|
7710
7708
|
]
|
|
7711
7709
|
}
|
|
7712
7710
|
) }),
|
|
7713
|
-
/* @__PURE__ */ a("div", { className:
|
|
7711
|
+
/* @__PURE__ */ a("div", { className: ve.logoContent, children: /* @__PURE__ */ a(O, { href: "/", "aria-label": "Home", className: "header-logo-link", children: Te.createElement(
|
|
7714
7712
|
"span",
|
|
7715
|
-
{ className: `${
|
|
7713
|
+
{ className: `${ve.logoStyled}` },
|
|
7716
7714
|
e.icon
|
|
7717
7715
|
) }) }),
|
|
7718
|
-
/* @__PURE__ */ f("div", { className: `${
|
|
7716
|
+
/* @__PURE__ */ f("div", { className: `${ve.buttonSection} sass-header-right-button-section`, children: [
|
|
7719
7717
|
/* @__PURE__ */ a(
|
|
7720
7718
|
O,
|
|
7721
7719
|
{
|
|
7722
7720
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7723
|
-
className:
|
|
7721
|
+
className: ve.buttonSectionSearch,
|
|
7724
7722
|
"aria-label": e.searchKeyWord,
|
|
7725
7723
|
children: /* @__PURE__ */ a(Ia, { width: 28, height: 28, color: "currentColor" })
|
|
7726
7724
|
}
|
|
7727
7725
|
),
|
|
7728
7726
|
e.rightZone
|
|
7729
7727
|
] }),
|
|
7730
|
-
!e.showAlertPop && n?.data ? /* @__PURE__ */ f("div", { className:
|
|
7731
|
-
/* @__PURE__ */ a("p", { className: `${
|
|
7728
|
+
!e.showAlertPop && n?.data ? /* @__PURE__ */ f("div", { className: ve.headLineContent, children: [
|
|
7729
|
+
/* @__PURE__ */ a("p", { className: `${ve.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
|
|
7732
7730
|
/* @__PURE__ */ a(
|
|
7733
7731
|
O,
|
|
7734
7732
|
{
|
|
7735
|
-
className:
|
|
7733
|
+
className: ve.headLine,
|
|
7736
7734
|
href: n.data[0]?.info.link.url,
|
|
7737
7735
|
target: n.data[0]?.info.link.target,
|
|
7738
7736
|
title: n.data[0]?.main.title.home,
|
|
7739
7737
|
children: Qe(n.data[0]?.main.title.home ?? "", 120)
|
|
7740
7738
|
}
|
|
7741
7739
|
)
|
|
7742
|
-
] }) : /* @__PURE__ */ a("div", { className:
|
|
7740
|
+
] }) : /* @__PURE__ */ a("div", { className: ve.line }),
|
|
7743
7741
|
/* @__PURE__ */ a(
|
|
7744
7742
|
"div",
|
|
7745
7743
|
{
|
|
7746
|
-
className:
|
|
7744
|
+
className: ve.menuSection,
|
|
7747
7745
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7748
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7746
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(jm, { items: t })
|
|
7749
7747
|
}
|
|
7750
7748
|
)
|
|
7751
7749
|
]
|
|
@@ -7754,15 +7752,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7754
7752
|
]
|
|
7755
7753
|
}
|
|
7756
7754
|
);
|
|
7757
|
-
},
|
|
7758
|
-
childrenContent:
|
|
7759
|
-
childrenContentAux:
|
|
7760
|
-
op2:
|
|
7761
|
-
},
|
|
7755
|
+
}, ah = "_childrenContent_wqlb4_1", sh = "_childrenContentAux_wqlb4_12", rh = "_op2_wqlb4_25", Hn = {
|
|
7756
|
+
childrenContent: ah,
|
|
7757
|
+
childrenContentAux: sh,
|
|
7758
|
+
op2: rh
|
|
7759
|
+
}, A3 = (e) => {
|
|
7762
7760
|
const { alertZone: t, children: n, sidebar: s } = e;
|
|
7763
7761
|
return /* @__PURE__ */ f(J, { children: [
|
|
7764
|
-
/* @__PURE__ */ a(
|
|
7765
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
7762
|
+
/* @__PURE__ */ a(qm, { ...e }),
|
|
7763
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(nh, { ...e }),
|
|
7766
7764
|
/* @__PURE__ */ f(
|
|
7767
7765
|
"div",
|
|
7768
7766
|
{
|
|
@@ -7789,7 +7787,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7789
7787
|
}
|
|
7790
7788
|
),
|
|
7791
7789
|
/* @__PURE__ */ a(
|
|
7792
|
-
|
|
7790
|
+
tm,
|
|
7793
7791
|
{
|
|
7794
7792
|
sidebarExtra: e.sidebarExtra,
|
|
7795
7793
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -7799,26 +7797,26 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7799
7797
|
}
|
|
7800
7798
|
)
|
|
7801
7799
|
] });
|
|
7802
|
-
},
|
|
7803
|
-
content:
|
|
7804
|
-
tags:
|
|
7805
|
-
chipStyled:
|
|
7806
|
-
tagLink:
|
|
7807
|
-
tagStyled:
|
|
7808
|
-
},
|
|
7800
|
+
}, oh = "_content_16ydf_1", ih = "_tags_16ydf_10", ch = "_chipStyled_16ydf_20", lh = "_tagLink_16ydf_47", dh = "_tagStyled_16ydf_53", At = {
|
|
7801
|
+
content: oh,
|
|
7802
|
+
tags: ih,
|
|
7803
|
+
chipStyled: ch,
|
|
7804
|
+
tagLink: lh,
|
|
7805
|
+
tagStyled: dh
|
|
7806
|
+
}, uh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
|
|
7809
7807
|
/* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7810
7808
|
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(O, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${At.chipStyled} ${At.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: At.chipStyled, children: t.name }, n))
|
|
7811
|
-
] }) }),
|
|
7812
|
-
contentBox:
|
|
7813
|
-
content:
|
|
7814
|
-
imageStyled:
|
|
7815
|
-
contentIconStyled:
|
|
7816
|
-
avatarContent:
|
|
7817
|
-
journalistSection:
|
|
7818
|
-
journalistInfo:
|
|
7819
|
-
socialNetworkSection:
|
|
7820
|
-
article:
|
|
7821
|
-
},
|
|
7809
|
+
] }) }), mh = "_contentBox_1cum1_1", hh = "_content_1cum1_1", fh = "_imageStyled_1cum1_16", gh = "_contentIconStyled_1cum1_23", ph = "_avatarContent_1cum1_43", Ah = "_journalistSection_1cum1_50", wh = "_journalistInfo_1cum1_56", yh = "_socialNetworkSection_1cum1_75", vh = "_article_1cum1_88", De = {
|
|
7810
|
+
contentBox: mh,
|
|
7811
|
+
content: hh,
|
|
7812
|
+
imageStyled: fh,
|
|
7813
|
+
contentIconStyled: gh,
|
|
7814
|
+
avatarContent: ph,
|
|
7815
|
+
journalistSection: Ah,
|
|
7816
|
+
journalistInfo: wh,
|
|
7817
|
+
socialNetworkSection: yh,
|
|
7818
|
+
article: vh
|
|
7819
|
+
}, bh = async (e) => {
|
|
7822
7820
|
const { autor: t } = e, n = t?.addtional?.USER_SHOWBIO ?? !1, s = t?.info?.name ?? "", r = t?.info?.fullname ?? "", o = t?.info?.image?.sizes?.[0]?.url ?? "", i = t?.addtional?.USER_MIBIO ?? "", c = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", l = t?.addtional?.USER_USERTWT ?? "", u = t?.addtional?.USER_USERLIN ?? "";
|
|
7823
7821
|
return n && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ f("div", { className: De.content, children: [
|
|
7824
7822
|
/* @__PURE__ */ f("div", { className: De.avatarContent, children: [
|
|
@@ -8009,15 +8007,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8009
8007
|
}
|
|
8010
8008
|
)
|
|
8011
8009
|
] }) });
|
|
8012
|
-
},
|
|
8013
|
-
content:
|
|
8014
|
-
imageStyled:
|
|
8015
|
-
contentIconStyled:
|
|
8016
|
-
contentCard:
|
|
8017
|
-
contentInfo:
|
|
8018
|
-
fullName:
|
|
8019
|
-
LearnMoreLink:
|
|
8020
|
-
},
|
|
8010
|
+
}, Ch = "_content_vmnac_1", _h = "_imageStyled_vmnac_20", Nh = "_contentIconStyled_vmnac_21", Sh = "_contentCard_vmnac_31", Eh = "_contentInfo_vmnac_70", xh = "_fullName_vmnac_76", Ih = "_LearnMoreLink_vmnac_83", nt = {
|
|
8011
|
+
content: Ch,
|
|
8012
|
+
imageStyled: _h,
|
|
8013
|
+
contentIconStyled: Nh,
|
|
8014
|
+
contentCard: Sh,
|
|
8015
|
+
contentInfo: Eh,
|
|
8016
|
+
fullName: xh,
|
|
8017
|
+
LearnMoreLink: Ih
|
|
8018
|
+
}, Th = async (e) => {
|
|
8021
8019
|
const { news: t, texts: n } = e;
|
|
8022
8020
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: nt.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ f(
|
|
8023
8021
|
"div",
|
|
@@ -8056,27 +8054,27 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8056
8054
|
},
|
|
8057
8055
|
`author-${s.firstname}`
|
|
8058
8056
|
)) });
|
|
8059
|
-
},
|
|
8060
|
-
content:
|
|
8061
|
-
urlTag:
|
|
8062
|
-
contentInfo:
|
|
8063
|
-
imageStyled:
|
|
8064
|
-
name:
|
|
8065
|
-
description:
|
|
8066
|
-
imageContainer:
|
|
8067
|
-
contenSocialNetwork:
|
|
8068
|
-
socialIcon:
|
|
8069
|
-
faceBookIcon:
|
|
8070
|
-
socialFacebookIcon:
|
|
8071
|
-
socialIconLink:
|
|
8072
|
-
socialIconStroke:
|
|
8073
|
-
contentInfoWithoutImg:
|
|
8057
|
+
}, kh = "_content_mtpw9_1", Uh = "_urlTag_mtpw9_12", qh = "_contentInfo_mtpw9_38", Rh = "_imageStyled_mtpw9_55", Lh = "_name_mtpw9_60", Bh = "_description_mtpw9_65", Oh = "_imageContainer_mtpw9_78", Ph = "_contenSocialNetwork_mtpw9_149", Dh = "_socialIcon_mtpw9_159", Mh = "_faceBookIcon_mtpw9_164", jh = "_socialFacebookIcon_mtpw9_169", Qh = "_socialIconLink_mtpw9_173", Gh = "_socialIconStroke_mtpw9_177", Hh = "_contentInfoWithoutImg_mtpw9_181", me = {
|
|
8058
|
+
content: kh,
|
|
8059
|
+
urlTag: Uh,
|
|
8060
|
+
contentInfo: qh,
|
|
8061
|
+
imageStyled: Rh,
|
|
8062
|
+
name: Lh,
|
|
8063
|
+
description: Bh,
|
|
8064
|
+
imageContainer: Oh,
|
|
8065
|
+
contenSocialNetwork: Ph,
|
|
8066
|
+
socialIcon: Dh,
|
|
8067
|
+
faceBookIcon: Mh,
|
|
8068
|
+
socialFacebookIcon: jh,
|
|
8069
|
+
socialIconLink: Qh,
|
|
8070
|
+
socialIconStroke: Gh,
|
|
8071
|
+
contentInfoWithoutImg: Hh
|
|
8074
8072
|
}, nn = (e) => {
|
|
8075
8073
|
if (!e || e.trim() === "")
|
|
8076
8074
|
return e;
|
|
8077
8075
|
const t = e.trim();
|
|
8078
8076
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8079
|
-
},
|
|
8077
|
+
}, w3 = async (e) => {
|
|
8080
8078
|
const t = e.img ? await ge(e.img) : "", n = nn(e.social?.facebook ?? ""), s = nn(e.social?.instagram ?? ""), r = nn(e.social?.twitter ?? ""), o = nn(e.social?.linkedin ?? "");
|
|
8081
8079
|
return /* @__PURE__ */ a("section", { className: `${me.content} ${e.className}`, children: /* @__PURE__ */ f(
|
|
8082
8080
|
"div",
|
|
@@ -8148,16 +8146,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8148
8146
|
]
|
|
8149
8147
|
}
|
|
8150
8148
|
) });
|
|
8151
|
-
},
|
|
8152
|
-
content:
|
|
8153
|
-
contentNews:
|
|
8154
|
-
linkTitle:
|
|
8155
|
-
tag:
|
|
8156
|
-
tagmx:
|
|
8157
|
-
titular:
|
|
8158
|
-
correspondent:
|
|
8159
|
-
correspondentLink:
|
|
8160
|
-
description:
|
|
8149
|
+
}, zh = "_content_1j0pj_1", Vh = "_contentNews_1j0pj_10", Fh = "_linkTitle_1j0pj_27", $h = "_tag_1j0pj_35", Wh = "_tagmx_1j0pj_55", Yh = "_titular_1j0pj_70", Kh = "_correspondent_1j0pj_85", Jh = "_correspondentLink_1j0pj_96", Zh = "_description_1j0pj_107", xe = {
|
|
8150
|
+
content: zh,
|
|
8151
|
+
contentNews: Vh,
|
|
8152
|
+
linkTitle: Fh,
|
|
8153
|
+
tag: $h,
|
|
8154
|
+
tagmx: Wh,
|
|
8155
|
+
titular: Yh,
|
|
8156
|
+
correspondent: Kh,
|
|
8157
|
+
correspondentLink: Jh,
|
|
8158
|
+
description: Zh
|
|
8161
8159
|
}, _t = (e) => {
|
|
8162
8160
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8163
8161
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8348,11 +8346,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8348
8346
|
}
|
|
8349
8347
|
)
|
|
8350
8348
|
] });
|
|
8351
|
-
},
|
|
8352
|
-
content:
|
|
8353
|
-
firstSection:
|
|
8354
|
-
secondSection:
|
|
8355
|
-
},
|
|
8349
|
+
}, Xh = "_content_1dcf7_1", e2 = "_firstSection_1dcf7_10", t2 = "_secondSection_1dcf7_16", zn = {
|
|
8350
|
+
content: Xh,
|
|
8351
|
+
firstSection: e2,
|
|
8352
|
+
secondSection: t2
|
|
8353
|
+
}, n2 = ({
|
|
8356
8354
|
content: e,
|
|
8357
8355
|
customLargeSection: t,
|
|
8358
8356
|
customSmallSection: n,
|
|
@@ -8382,10 +8380,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8382
8380
|
}
|
|
8383
8381
|
)) })
|
|
8384
8382
|
] });
|
|
8385
|
-
},
|
|
8386
|
-
content:
|
|
8387
|
-
firstSection:
|
|
8388
|
-
},
|
|
8383
|
+
}, a2 = "_content_wsx1m_1", s2 = "_firstSection_wsx1m_8", ms = {
|
|
8384
|
+
content: a2,
|
|
8385
|
+
firstSection: s2
|
|
8386
|
+
}, r2 = ({
|
|
8389
8387
|
content: e,
|
|
8390
8388
|
customLargeSection: t,
|
|
8391
8389
|
customSlimSection: n,
|
|
@@ -8419,12 +8417,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8419
8417
|
heightImageOverwriteMobile: "270px",
|
|
8420
8418
|
paths: s
|
|
8421
8419
|
}
|
|
8422
|
-
) }, o)) }),
|
|
8423
|
-
content:
|
|
8424
|
-
sectionDescription:
|
|
8425
|
-
title:
|
|
8426
|
-
subtitle:
|
|
8427
|
-
linkStyled:
|
|
8420
|
+
) }, o)) }), o2 = "_content_1n73e_1", i2 = "_sectionDescription_1n73e_13", c2 = "_title_1n73e_33", l2 = "_subtitle_1n73e_47", d2 = "_linkStyled_1n73e_58", ot = {
|
|
8421
|
+
content: o2,
|
|
8422
|
+
sectionDescription: i2,
|
|
8423
|
+
title: c2,
|
|
8424
|
+
subtitle: l2,
|
|
8425
|
+
linkStyled: d2
|
|
8428
8426
|
}, xr = (e) => {
|
|
8429
8427
|
const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
|
|
8430
8428
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8463,11 +8461,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8463
8461
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ot.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8464
8462
|
e.goTo && /* @__PURE__ */ a(O, { href: e.goTo.url, className: ot.linkStyled, children: e.goTo.description })
|
|
8465
8463
|
] });
|
|
8466
|
-
},
|
|
8467
|
-
headerSection:
|
|
8468
|
-
headerSectionLink:
|
|
8469
|
-
newsContent:
|
|
8470
|
-
},
|
|
8464
|
+
}, u2 = "_headerSection_drjnj_1", m2 = "_headerSectionLink_drjnj_12", h2 = "_newsContent_drjnj_17", Vn = {
|
|
8465
|
+
headerSection: u2,
|
|
8466
|
+
headerSectionLink: m2,
|
|
8467
|
+
newsContent: h2
|
|
8468
|
+
}, f2 = (e) => {
|
|
8471
8469
|
const { content: t, title: n, isVideo: s } = e;
|
|
8472
8470
|
if (!t || !t[0] || t.length === 0) return;
|
|
8473
8471
|
const r = e.slot_id && e.slot_id !== "Nota_1", o = {
|
|
@@ -8517,16 +8515,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8517
8515
|
})
|
|
8518
8516
|
] })
|
|
8519
8517
|
] });
|
|
8520
|
-
},
|
|
8521
|
-
content:
|
|
8522
|
-
autorContent:
|
|
8523
|
-
image:
|
|
8524
|
-
contentIcon:
|
|
8525
|
-
boxInformationContent:
|
|
8526
|
-
autorName:
|
|
8527
|
-
time:
|
|
8528
|
-
comment:
|
|
8529
|
-
title:
|
|
8518
|
+
}, g2 = "_content_1stvq_1", p2 = "_autorContent_1stvq_8", A2 = "_image_1stvq_24", w2 = "_contentIcon_1stvq_25", y2 = "_boxInformationContent_1stvq_47", v2 = "_autorName_1stvq_53", b2 = "_time_1stvq_85", C2 = "_comment_1stvq_98", _2 = "_title_1stvq_107", $e = {
|
|
8519
|
+
content: g2,
|
|
8520
|
+
autorContent: p2,
|
|
8521
|
+
image: A2,
|
|
8522
|
+
contentIcon: w2,
|
|
8523
|
+
boxInformationContent: y2,
|
|
8524
|
+
autorName: v2,
|
|
8525
|
+
time: b2,
|
|
8526
|
+
comment: C2,
|
|
8527
|
+
title: _2
|
|
8530
8528
|
}, An = async (e) => {
|
|
8531
8529
|
const { data: t, autorIcon: n } = e, s = n, r = () => t?.config?.showtime ? `${je(t.info?.date?.modified)}` : "", o = /* @__PURE__ */ f("div", { className: $e.autorContent, children: [
|
|
8532
8530
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
@@ -8563,20 +8561,20 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
8563
8561
|
/* @__PURE__ */ a("p", { className: $e.comment, children: Qe(t?.main?.subtitle?.striped || "") })
|
|
8564
8562
|
] })
|
|
8565
8563
|
] });
|
|
8566
|
-
},
|
|
8567
|
-
content:
|
|
8568
|
-
boxPosition:
|
|
8569
|
-
contentFlex:
|
|
8570
|
-
bannerContent:
|
|
8571
|
-
bannerContentAux:
|
|
8564
|
+
}, N2 = "_content_1d7mg_1", S2 = "_boxPosition_1d7mg_8", E2 = "_contentFlex_1d7mg_21", x2 = "_bannerContent_1d7mg_29", I2 = "_bannerContentAux_1d7mg_40", wt = {
|
|
8565
|
+
content: N2,
|
|
8566
|
+
boxPosition: S2,
|
|
8567
|
+
contentFlex: E2,
|
|
8568
|
+
bannerContent: x2,
|
|
8569
|
+
bannerContentAux: I2
|
|
8572
8570
|
};
|
|
8573
|
-
function
|
|
8571
|
+
function T2(e) {
|
|
8574
8572
|
const t = new Array(e.length), n = e.length / 2;
|
|
8575
8573
|
for (let s = 0; s < e.length; s++)
|
|
8576
8574
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8577
8575
|
return t;
|
|
8578
8576
|
}
|
|
8579
|
-
const
|
|
8577
|
+
const y3 = (e) => {
|
|
8580
8578
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
|
|
8581
8579
|
"div",
|
|
8582
8580
|
{
|
|
@@ -8617,7 +8615,7 @@ const b3 = (e) => {
|
|
|
8617
8615
|
)
|
|
8618
8616
|
);
|
|
8619
8617
|
}
|
|
8620
|
-
const r = s.length % 2 === 0 ?
|
|
8618
|
+
const r = s.length % 2 === 0 ? T2(s) : s;
|
|
8621
8619
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8622
8620
|
pe,
|
|
8623
8621
|
{
|
|
@@ -8630,10 +8628,10 @@ const b3 = (e) => {
|
|
|
8630
8628
|
] })
|
|
8631
8629
|
}
|
|
8632
8630
|
) });
|
|
8633
|
-
},
|
|
8634
|
-
content:
|
|
8635
|
-
title:
|
|
8636
|
-
},
|
|
8631
|
+
}, k2 = "_content_w9viv_1", U2 = "_title_w9viv_10", hs = {
|
|
8632
|
+
content: k2,
|
|
8633
|
+
title: U2
|
|
8634
|
+
}, v3 = (e) => {
|
|
8637
8635
|
const { showTitle: t = !0 } = e;
|
|
8638
8636
|
return /* @__PURE__ */ f("div", { className: hs.content, children: [
|
|
8639
8637
|
t && /* @__PURE__ */ a("p", { className: hs.title, children: "Editorial" }),
|
|
@@ -8652,13 +8650,13 @@ const b3 = (e) => {
|
|
|
8652
8650
|
}
|
|
8653
8651
|
)
|
|
8654
8652
|
] });
|
|
8655
|
-
},
|
|
8656
|
-
content:
|
|
8657
|
-
newsContent:
|
|
8658
|
-
boxPosition:
|
|
8659
|
-
bannerContent:
|
|
8660
|
-
bannerContentAux:
|
|
8661
|
-
},
|
|
8653
|
+
}, q2 = "_content_1nd2h_1", R2 = "_newsContent_1nd2h_8", L2 = "_boxPosition_1nd2h_17", B2 = "_bannerContent_1nd2h_23", O2 = "_bannerContentAux_1nd2h_33", yt = {
|
|
8654
|
+
content: q2,
|
|
8655
|
+
newsContent: R2,
|
|
8656
|
+
boxPosition: L2,
|
|
8657
|
+
bannerContent: B2,
|
|
8658
|
+
bannerContentAux: O2
|
|
8659
|
+
}, b3 = (e) => {
|
|
8662
8660
|
const { news: t } = e;
|
|
8663
8661
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
|
|
8664
8662
|
/* @__PURE__ */ f("div", { className: yt.newsContent, children: [
|
|
@@ -8693,7 +8691,7 @@ const b3 = (e) => {
|
|
|
8693
8691
|
] }),
|
|
8694
8692
|
/* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
|
|
8695
8693
|
] });
|
|
8696
|
-
},
|
|
8694
|
+
}, C3 = (e) => /* @__PURE__ */ f(J, { children: [
|
|
8697
8695
|
/* @__PURE__ */ a(
|
|
8698
8696
|
Al,
|
|
8699
8697
|
{
|
|
@@ -8704,12 +8702,12 @@ const b3 = (e) => {
|
|
|
8704
8702
|
}
|
|
8705
8703
|
),
|
|
8706
8704
|
/* @__PURE__ */ a(kl, { ...e })
|
|
8707
|
-
] }),
|
|
8708
|
-
newsContent:
|
|
8709
|
-
newsContentWithLines:
|
|
8710
|
-
newsContentWithoutLines:
|
|
8711
|
-
contentSeparator:
|
|
8712
|
-
},
|
|
8705
|
+
] }), P2 = "_newsContent_gd57q_1", D2 = "_newsContentWithLines_gd57q_8", M2 = "_newsContentWithoutLines_gd57q_13", j2 = "_contentSeparator_gd57q_18", an = {
|
|
8706
|
+
newsContent: P2,
|
|
8707
|
+
newsContentWithLines: D2,
|
|
8708
|
+
newsContentWithoutLines: M2,
|
|
8709
|
+
contentSeparator: j2
|
|
8710
|
+
}, Q2 = (e) => {
|
|
8713
8711
|
const { content: t } = e;
|
|
8714
8712
|
if (!t || t.length === 0) return;
|
|
8715
8713
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? an.contentSeparator : "", s = [];
|
|
@@ -8761,7 +8759,7 @@ const b3 = (e) => {
|
|
|
8761
8759
|
}
|
|
8762
8760
|
);
|
|
8763
8761
|
}, Ir = (e) => /* @__PURE__ */ a(pe, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8764
|
-
|
|
8762
|
+
Q2,
|
|
8765
8763
|
{
|
|
8766
8764
|
content: e.content,
|
|
8767
8765
|
paths: e.paths,
|
|
@@ -8773,10 +8771,10 @@ const b3 = (e) => {
|
|
|
8773
8771
|
showVideoTime: e.showVideoTime,
|
|
8774
8772
|
showVideosubtitle: e.showVideosubtitle
|
|
8775
8773
|
}
|
|
8776
|
-
) }),
|
|
8777
|
-
newsContent:
|
|
8778
|
-
contentSeparator:
|
|
8779
|
-
},
|
|
8774
|
+
) }), G2 = "_newsContent_1sb62_1", H2 = "_contentSeparator_1sb62_8", fs = {
|
|
8775
|
+
newsContent: G2,
|
|
8776
|
+
contentSeparator: H2
|
|
8777
|
+
}, z2 = (e) => {
|
|
8780
8778
|
const { content: t, title: n } = e;
|
|
8781
8779
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
8782
8780
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8805,11 +8803,11 @@ const b3 = (e) => {
|
|
|
8805
8803
|
})
|
|
8806
8804
|
}
|
|
8807
8805
|
) });
|
|
8808
|
-
},
|
|
8809
|
-
newsContent:
|
|
8810
|
-
contentSeparator:
|
|
8811
|
-
newsContentWhitoutLine:
|
|
8812
|
-
},
|
|
8806
|
+
}, V2 = "_newsContent_1gbse_1", F2 = "_contentSeparator_1gbse_8", $2 = "_newsContentWhitoutLine_1gbse_29", Fn = {
|
|
8807
|
+
newsContent: V2,
|
|
8808
|
+
contentSeparator: F2,
|
|
8809
|
+
newsContentWhitoutLine: $2
|
|
8810
|
+
}, W2 = (e) => {
|
|
8813
8811
|
const { content: t, title: n } = e;
|
|
8814
8812
|
if (!(!t || t.length === 0))
|
|
8815
8813
|
return /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -8838,11 +8836,11 @@ const b3 = (e) => {
|
|
|
8838
8836
|
})
|
|
8839
8837
|
}
|
|
8840
8838
|
) });
|
|
8841
|
-
},
|
|
8842
|
-
headerSection:
|
|
8843
|
-
headerSectionLink:
|
|
8844
|
-
newsContent:
|
|
8845
|
-
},
|
|
8839
|
+
}, Y2 = "_headerSection_1m1sp_3", K2 = "_headerSectionLink_1m1sp_16", J2 = "_newsContent_1m1sp_29", $n = {
|
|
8840
|
+
headerSection: Y2,
|
|
8841
|
+
headerSectionLink: K2,
|
|
8842
|
+
newsContent: J2
|
|
8843
|
+
}, Z2 = (e) => {
|
|
8846
8844
|
const { content: t, title: n, isVideo: s = !0 } = e;
|
|
8847
8845
|
if (!t || t.length === 0) return;
|
|
8848
8846
|
const r = t[0], o = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8902,13 +8900,13 @@ const b3 = (e) => {
|
|
|
8902
8900
|
})
|
|
8903
8901
|
] })
|
|
8904
8902
|
] });
|
|
8905
|
-
},
|
|
8906
|
-
content:
|
|
8907
|
-
linkImage:
|
|
8908
|
-
sectionDescription:
|
|
8909
|
-
dateText:
|
|
8910
|
-
textContent:
|
|
8911
|
-
},
|
|
8903
|
+
}, X2 = "_content_1qdkl_1", ef = "_linkImage_1qdkl_30", tf = "_sectionDescription_1qdkl_42", nf = "_dateText_1qdkl_62", af = "_textContent_1qdkl_73", Lt = {
|
|
8904
|
+
content: X2,
|
|
8905
|
+
linkImage: ef,
|
|
8906
|
+
sectionDescription: tf,
|
|
8907
|
+
dateText: nf,
|
|
8908
|
+
textContent: af
|
|
8909
|
+
}, sf = async (e) => {
|
|
8912
8910
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8913
8911
|
return e && e.info ? /* @__PURE__ */ f(
|
|
8914
8912
|
"section",
|
|
@@ -8943,14 +8941,14 @@ const b3 = (e) => {
|
|
|
8943
8941
|
]
|
|
8944
8942
|
}
|
|
8945
8943
|
) : null;
|
|
8946
|
-
},
|
|
8947
|
-
content:
|
|
8948
|
-
contentSeparator:
|
|
8949
|
-
},
|
|
8950
|
-
newsContent:
|
|
8951
|
-
contentSeparator:
|
|
8952
|
-
hasLinesBlock:
|
|
8953
|
-
},
|
|
8944
|
+
}, rf = "_content_yx3zm_1", of = "_contentSeparator_yx3zm_7", gs = {
|
|
8945
|
+
content: rf,
|
|
8946
|
+
contentSeparator: of
|
|
8947
|
+
}, cf = "_newsContent_1uamf_1", lf = "_contentSeparator_1uamf_8", df = "_hasLinesBlock_1uamf_40", da = {
|
|
8948
|
+
newsContent: cf,
|
|
8949
|
+
contentSeparator: lf,
|
|
8950
|
+
hasLinesBlock: df
|
|
8951
|
+
}, uf = (e) => {
|
|
8954
8952
|
if (!e.content || e.content.length === 0) return;
|
|
8955
8953
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8956
8954
|
return /* @__PURE__ */ a(pe, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -8976,7 +8974,7 @@ const b3 = (e) => {
|
|
|
8976
8974
|
{
|
|
8977
8975
|
className: e.hasLines ? da.hasLinesBlock : "",
|
|
8978
8976
|
children: /* @__PURE__ */ rt(
|
|
8979
|
-
|
|
8977
|
+
sf,
|
|
8980
8978
|
{
|
|
8981
8979
|
...r,
|
|
8982
8980
|
key: s,
|
|
@@ -8989,7 +8987,7 @@ const b3 = (e) => {
|
|
|
8989
8987
|
})
|
|
8990
8988
|
}
|
|
8991
8989
|
) });
|
|
8992
|
-
},
|
|
8990
|
+
}, mf = (e) => {
|
|
8993
8991
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
8994
8992
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8995
8993
|
xt,
|
|
@@ -9024,15 +9022,15 @@ const b3 = (e) => {
|
|
|
9024
9022
|
})
|
|
9025
9023
|
}
|
|
9026
9024
|
) });
|
|
9027
|
-
},
|
|
9028
|
-
content:
|
|
9029
|
-
imageStyled:
|
|
9030
|
-
contentIcon:
|
|
9031
|
-
boxInformation:
|
|
9032
|
-
comment:
|
|
9033
|
-
title:
|
|
9034
|
-
authorName:
|
|
9035
|
-
},
|
|
9025
|
+
}, hf = "_content_1mj79_1", ff = "_imageStyled_1mj79_14", gf = "_contentIcon_1mj79_23", pf = "_boxInformation_1mj79_44", Af = "_comment_1mj79_51", wf = "_title_1mj79_60", yf = "_authorName_1mj79_81", at = {
|
|
9026
|
+
content: hf,
|
|
9027
|
+
imageStyled: ff,
|
|
9028
|
+
contentIcon: gf,
|
|
9029
|
+
boxInformation: pf,
|
|
9030
|
+
comment: Af,
|
|
9031
|
+
title: wf,
|
|
9032
|
+
authorName: yf
|
|
9033
|
+
}, vf = async (e) => {
|
|
9036
9034
|
const { data: t } = e;
|
|
9037
9035
|
return /* @__PURE__ */ f("div", { className: at.content, children: [
|
|
9038
9036
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9065,7 +9063,7 @@ const b3 = (e) => {
|
|
|
9065
9063
|
/* @__PURE__ */ a("p", { className: at.comment, children: t?.main?.subtitle?.striped })
|
|
9066
9064
|
] })
|
|
9067
9065
|
] });
|
|
9068
|
-
},
|
|
9066
|
+
}, bf = (e) => {
|
|
9069
9067
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9070
9068
|
return /* @__PURE__ */ a(pe, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9071
9069
|
xt,
|
|
@@ -9086,7 +9084,7 @@ const b3 = (e) => {
|
|
|
9086
9084
|
}
|
|
9087
9085
|
};
|
|
9088
9086
|
return /* @__PURE__ */ a(
|
|
9089
|
-
|
|
9087
|
+
vf,
|
|
9090
9088
|
{
|
|
9091
9089
|
autorIcon: e.autorIcon,
|
|
9092
9090
|
data: r,
|
|
@@ -9097,11 +9095,11 @@ const b3 = (e) => {
|
|
|
9097
9095
|
})
|
|
9098
9096
|
}
|
|
9099
9097
|
) });
|
|
9100
|
-
},
|
|
9101
|
-
content:
|
|
9102
|
-
newsContentSection:
|
|
9103
|
-
itemContent:
|
|
9104
|
-
ItemCustomContent:
|
|
9098
|
+
}, Cf = "_content_1elhb_1", _f = "_newsContentSection_1elhb_5", Nf = "_itemContent_1elhb_10", Sf = "_ItemCustomContent_1elhb_16", Ke = {
|
|
9099
|
+
content: Cf,
|
|
9100
|
+
newsContentSection: _f,
|
|
9101
|
+
itemContent: Nf,
|
|
9102
|
+
ItemCustomContent: Sf
|
|
9105
9103
|
}, ua = (e) => {
|
|
9106
9104
|
const { item: t, option: n } = e;
|
|
9107
9105
|
switch (n) {
|
|
@@ -9143,7 +9141,7 @@ const b3 = (e) => {
|
|
|
9143
9141
|
default:
|
|
9144
9142
|
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
9145
9143
|
}
|
|
9146
|
-
},
|
|
9144
|
+
}, _3 = (e) => {
|
|
9147
9145
|
const {
|
|
9148
9146
|
data: t,
|
|
9149
9147
|
currentPage: n,
|
|
@@ -9293,10 +9291,10 @@ const b3 = (e) => {
|
|
|
9293
9291
|
default:
|
|
9294
9292
|
return /* @__PURE__ */ a(J, {});
|
|
9295
9293
|
}
|
|
9296
|
-
},
|
|
9297
|
-
content:
|
|
9298
|
-
contactInfoContent:
|
|
9299
|
-
},
|
|
9294
|
+
}, Ef = "_content_gwsqy_1", xf = "_contactInfoContent_gwsqy_7", ps = {
|
|
9295
|
+
content: Ef,
|
|
9296
|
+
contactInfoContent: xf
|
|
9297
|
+
}, N3 = (e) => {
|
|
9300
9298
|
const { data: t } = e;
|
|
9301
9299
|
return /* @__PURE__ */ a("section", { className: ps.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9302
9300
|
"div",
|
|
@@ -9308,28 +9306,28 @@ const b3 = (e) => {
|
|
|
9308
9306
|
},
|
|
9309
9307
|
s
|
|
9310
9308
|
)) });
|
|
9311
|
-
},
|
|
9312
|
-
tagContent:
|
|
9313
|
-
contentLayout2:
|
|
9314
|
-
contentHeader:
|
|
9315
|
-
},
|
|
9316
|
-
content:
|
|
9317
|
-
},
|
|
9309
|
+
}, If = "_tagContent_ee6yw_1", Tf = "_contentLayout2_ee6yw_9", kf = "_contentHeader_ee6yw_42", ma = {
|
|
9310
|
+
tagContent: If,
|
|
9311
|
+
contentLayout2: Tf,
|
|
9312
|
+
contentHeader: kf
|
|
9313
|
+
}, Uf = "_content_1rbrt_1", qf = {
|
|
9314
|
+
content: Uf
|
|
9315
|
+
}, Rf = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9318
9316
|
"div",
|
|
9319
9317
|
{
|
|
9320
|
-
className: `content-layout-2 ${
|
|
9318
|
+
className: `content-layout-2 ${qf.content} ${t}`,
|
|
9321
9319
|
children: e
|
|
9322
9320
|
}
|
|
9323
|
-
),
|
|
9324
|
-
container:
|
|
9325
|
-
note:
|
|
9326
|
-
commercial:
|
|
9327
|
-
commercialContent:
|
|
9328
|
-
complement:
|
|
9329
|
-
},
|
|
9321
|
+
), Lf = "_container_8w9ca_1", Bf = "_note_8w9ca_9", Of = "_commercial_8w9ca_49", Pf = "_commercialContent_8w9ca_66", Df = "_complement_8w9ca_82", Bt = {
|
|
9322
|
+
container: Lf,
|
|
9323
|
+
note: Bf,
|
|
9324
|
+
commercial: Of,
|
|
9325
|
+
commercialContent: Pf,
|
|
9326
|
+
complement: Df
|
|
9327
|
+
}, Mf = (e) => /* @__PURE__ */ f("section", { className: Bt.container, children: [
|
|
9330
9328
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9331
9329
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ f("div", { className: Bt.commercialContent, children: [
|
|
9332
|
-
e.slug === "liveblogs" && /* @__PURE__ */ a(
|
|
9330
|
+
e.slug === "liveblogs" && /* @__PURE__ */ a(G1, { itemList: e.itemList }),
|
|
9333
9331
|
e.bannerTop,
|
|
9334
9332
|
/* @__PURE__ */ a(
|
|
9335
9333
|
Sa,
|
|
@@ -9349,7 +9347,7 @@ const b3 = (e) => {
|
|
|
9349
9347
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9350
9348
|
] }) }),
|
|
9351
9349
|
/* @__PURE__ */ a("div", { className: Bt.complement, children: e.complement })
|
|
9352
|
-
] }),
|
|
9350
|
+
] }), jf = (e) => {
|
|
9353
9351
|
const t = {
|
|
9354
9352
|
...e.news[0],
|
|
9355
9353
|
config: {
|
|
@@ -9396,7 +9394,7 @@ const b3 = (e) => {
|
|
|
9396
9394
|
...e.headerSectionStyles?.liveblogs
|
|
9397
9395
|
},
|
|
9398
9396
|
children: /* @__PURE__ */ a(
|
|
9399
|
-
|
|
9397
|
+
P1,
|
|
9400
9398
|
{
|
|
9401
9399
|
...t,
|
|
9402
9400
|
fontSizeSubTitle: "18px",
|
|
@@ -9435,19 +9433,19 @@ const b3 = (e) => {
|
|
|
9435
9433
|
}
|
|
9436
9434
|
);
|
|
9437
9435
|
}
|
|
9438
|
-
},
|
|
9439
|
-
content:
|
|
9440
|
-
contentWithinCard:
|
|
9441
|
-
contentDate:
|
|
9442
|
-
dateInfo:
|
|
9443
|
-
dot:
|
|
9444
|
-
contentTitle:
|
|
9445
|
-
contentTextList:
|
|
9446
|
-
contentButton:
|
|
9447
|
-
linkStyled:
|
|
9448
|
-
},
|
|
9449
|
-
content:
|
|
9450
|
-
},
|
|
9436
|
+
}, Qf = "_content_g403b_1", Gf = "_contentWithinCard_g403b_7", Hf = "_contentDate_g403b_13", zf = "_dateInfo_g403b_20", Vf = "_dot_g403b_30", Ff = "_contentTitle_g403b_38", $f = "_contentTextList_g403b_47", Wf = "_contentButton_g403b_65", Yf = "_linkStyled_g403b_71", We = {
|
|
9437
|
+
content: Qf,
|
|
9438
|
+
contentWithinCard: Gf,
|
|
9439
|
+
contentDate: Hf,
|
|
9440
|
+
dateInfo: zf,
|
|
9441
|
+
dot: Vf,
|
|
9442
|
+
contentTitle: Ff,
|
|
9443
|
+
contentTextList: $f,
|
|
9444
|
+
contentButton: Wf,
|
|
9445
|
+
linkStyled: Yf
|
|
9446
|
+
}, Kf = "_content_ifkxj_1", Jf = {
|
|
9447
|
+
content: Kf
|
|
9448
|
+
}, Zf = (e) => /* @__PURE__ */ a("section", { className: Jf.content, id: e.id, children: e.children }), Xf = async (e, t, n) => {
|
|
9451
9449
|
if (!n) return e;
|
|
9452
9450
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
9453
9451
|
let o = e;
|
|
@@ -9482,7 +9480,7 @@ const b3 = (e) => {
|
|
|
9482
9480
|
o = o.replace(c, v);
|
|
9483
9481
|
}
|
|
9484
9482
|
return o;
|
|
9485
|
-
},
|
|
9483
|
+
}, e0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), t0 = (e) => {
|
|
9486
9484
|
const t = /src="\/(.*?)"/g;
|
|
9487
9485
|
return e.replace(t, `src="${jt()}/$1"`);
|
|
9488
9486
|
}, As = {
|
|
@@ -9492,12 +9490,12 @@ const b3 = (e) => {
|
|
|
9492
9490
|
10: 4,
|
|
9493
9491
|
13: 5
|
|
9494
9492
|
};
|
|
9495
|
-
function
|
|
9493
|
+
function n0(e) {
|
|
9496
9494
|
if (!e) return e;
|
|
9497
9495
|
const t = e.indexOf("/video");
|
|
9498
9496
|
return t === -1 ? e : e.substring(t);
|
|
9499
9497
|
}
|
|
9500
|
-
async function
|
|
9498
|
+
async function a0(e, t) {
|
|
9501
9499
|
let n = "", s = 0;
|
|
9502
9500
|
const r = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
|
|
9503
9501
|
let o;
|
|
@@ -9506,7 +9504,7 @@ async function o0(e, t) {
|
|
|
9506
9504
|
n += e.slice(s, i);
|
|
9507
9505
|
const d = o[0];
|
|
9508
9506
|
let l = o[1] ?? "";
|
|
9509
|
-
l && (l =
|
|
9507
|
+
l && (l = n0(l));
|
|
9510
9508
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9511
9509
|
let m = d;
|
|
9512
9510
|
if (u && l)
|
|
@@ -9551,13 +9549,13 @@ async function o0(e, t) {
|
|
|
9551
9549
|
}
|
|
9552
9550
|
return n += e.slice(s), n;
|
|
9553
9551
|
}
|
|
9554
|
-
function
|
|
9552
|
+
function s0(e) {
|
|
9555
9553
|
return e.replace(
|
|
9556
9554
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9557
9555
|
""
|
|
9558
9556
|
);
|
|
9559
9557
|
}
|
|
9560
|
-
const
|
|
9558
|
+
const r0 = async ({
|
|
9561
9559
|
itemList: e,
|
|
9562
9560
|
slug: t,
|
|
9563
9561
|
banners: n,
|
|
@@ -9567,9 +9565,9 @@ const c0 = async ({
|
|
|
9567
9565
|
}) => {
|
|
9568
9566
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9569
9567
|
const i = e[0].list?.items?.map(async (c) => {
|
|
9570
|
-
const d =
|
|
9571
|
-
let l =
|
|
9572
|
-
return l =
|
|
9568
|
+
const d = e0(c.body.rendered);
|
|
9569
|
+
let l = t0(d);
|
|
9570
|
+
return l = s0(l), l = await a0(
|
|
9573
9571
|
l,
|
|
9574
9572
|
r
|
|
9575
9573
|
), {
|
|
@@ -9581,7 +9579,7 @@ const c0 = async ({
|
|
|
9581
9579
|
};
|
|
9582
9580
|
});
|
|
9583
9581
|
return /* @__PURE__ */ a("section", { className: We.content, id: "block-notes-list", children: i?.map(async (c, d) => /* @__PURE__ */ f(wn, { children: [
|
|
9584
|
-
/* @__PURE__ */ a(
|
|
9582
|
+
/* @__PURE__ */ a(Zf, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: We.contentWithinCard, children: [
|
|
9585
9583
|
(await c).date > 0 && /* @__PURE__ */ f("div", { className: We.contentDate, children: [
|
|
9586
9584
|
/* @__PURE__ */ a(
|
|
9587
9585
|
"span",
|
|
@@ -9610,7 +9608,7 @@ const c0 = async ({
|
|
|
9610
9608
|
{
|
|
9611
9609
|
className: `contentTextList ${We.contentTextList}`,
|
|
9612
9610
|
dangerouslySetInnerHTML: {
|
|
9613
|
-
__html: await
|
|
9611
|
+
__html: await Xf(
|
|
9614
9612
|
(await c).body.rendered.replace(/ /g, ""),
|
|
9615
9613
|
s,
|
|
9616
9614
|
o
|
|
@@ -9637,7 +9635,7 @@ const c0 = async ({
|
|
|
9637
9635
|
d
|
|
9638
9636
|
)
|
|
9639
9637
|
] }, d)) });
|
|
9640
|
-
},
|
|
9638
|
+
}, o0 = {
|
|
9641
9639
|
FaceBook: "facebook",
|
|
9642
9640
|
Instagram: "instagram",
|
|
9643
9641
|
WhatsApp: "whatsapp",
|
|
@@ -9648,7 +9646,7 @@ const c0 = async ({
|
|
|
9648
9646
|
Podcast: "podcast",
|
|
9649
9647
|
Telegram: "telegram"
|
|
9650
9648
|
};
|
|
9651
|
-
function
|
|
9649
|
+
function i0({ url: e }) {
|
|
9652
9650
|
return e && e !== "" && /* @__PURE__ */ f(O, { href: e, className: de.googleProfileButton, children: [
|
|
9653
9651
|
/* @__PURE__ */ a(
|
|
9654
9652
|
"svg",
|
|
@@ -9666,17 +9664,17 @@ function d0({ url: e }) {
|
|
|
9666
9664
|
}
|
|
9667
9665
|
),
|
|
9668
9666
|
"Síguenos en",
|
|
9669
|
-
/* @__PURE__ */ a(
|
|
9667
|
+
/* @__PURE__ */ a(c0, {})
|
|
9670
9668
|
] });
|
|
9671
9669
|
}
|
|
9672
|
-
const
|
|
9670
|
+
const c0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9673
9671
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9674
9672
|
/* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9675
9673
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
|
|
9676
9674
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9677
9675
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
|
|
9678
9676
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
|
|
9679
|
-
] }),
|
|
9677
|
+
] }), l0 = async (e) => {
|
|
9680
9678
|
if (!e.news || !e.news.authors) return null;
|
|
9681
9679
|
const { news: t, socials: n, texts: s } = e, r = t.authors.map(
|
|
9682
9680
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9686,7 +9684,7 @@ const u0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9686
9684
|
"a",
|
|
9687
9685
|
{
|
|
9688
9686
|
className: de.whatsappLink,
|
|
9689
|
-
href: n[
|
|
9687
|
+
href: n[o0.WhatsApp].url,
|
|
9690
9688
|
rel: "noreferrer",
|
|
9691
9689
|
target: "_blank",
|
|
9692
9690
|
children: [
|
|
@@ -9721,10 +9719,10 @@ const u0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9721
9719
|
"data-props": encodeURIComponent(
|
|
9722
9720
|
JSON.stringify({ noteShare: e.noteShare })
|
|
9723
9721
|
),
|
|
9724
|
-
children: /* @__PURE__ */ a(
|
|
9722
|
+
children: /* @__PURE__ */ a(Od, { noteShare: e.noteShare })
|
|
9725
9723
|
}
|
|
9726
9724
|
),
|
|
9727
|
-
/* @__PURE__ */ a(
|
|
9725
|
+
/* @__PURE__ */ a(i0, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9728
9726
|
/* @__PURE__ */ f("section", { className: de.journalistSection, children: [
|
|
9729
9727
|
/* @__PURE__ */ a(
|
|
9730
9728
|
"div",
|
|
@@ -9766,22 +9764,22 @@ const u0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9766
9764
|
)
|
|
9767
9765
|
] })
|
|
9768
9766
|
] }) });
|
|
9769
|
-
},
|
|
9770
|
-
content:
|
|
9771
|
-
journalistArticleContent:
|
|
9772
|
-
contentNews:
|
|
9773
|
-
noteSource:
|
|
9774
|
-
},
|
|
9775
|
-
summaryContent:
|
|
9776
|
-
},
|
|
9767
|
+
}, d0 = "_content_1a2qt_1", u0 = "_journalistArticleContent_1a2qt_15", m0 = "_contentNews_1a2qt_35", h0 = "_noteSource_1a2qt_422", sn = {
|
|
9768
|
+
content: d0,
|
|
9769
|
+
journalistArticleContent: u0,
|
|
9770
|
+
contentNews: m0,
|
|
9771
|
+
noteSource: h0
|
|
9772
|
+
}, f0 = "_summaryContent_zuvmo_1", g0 = {
|
|
9773
|
+
summaryContent: f0
|
|
9774
|
+
}, p0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9777
9775
|
"section",
|
|
9778
9776
|
{
|
|
9779
|
-
className: `${
|
|
9777
|
+
className: `${g0.summaryContent} sass-summary-content`,
|
|
9780
9778
|
dangerouslySetInnerHTML: {
|
|
9781
9779
|
__html: e.rendered
|
|
9782
9780
|
}
|
|
9783
9781
|
}
|
|
9784
|
-
),
|
|
9782
|
+
), A0 = async ({
|
|
9785
9783
|
newsformated: e,
|
|
9786
9784
|
internal: t,
|
|
9787
9785
|
commonServices: n
|
|
@@ -9806,7 +9804,7 @@ const u0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9806
9804
|
/* @__PURE__ */ a("div", { className: bn.description, children: o && o[0]?.description })
|
|
9807
9805
|
] });
|
|
9808
9806
|
};
|
|
9809
|
-
function
|
|
9807
|
+
function w0(e) {
|
|
9810
9808
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, r = e.cardGap ?? 20;
|
|
9811
9809
|
function o(c) {
|
|
9812
9810
|
const d = [], l = [];
|
|
@@ -9876,7 +9874,7 @@ function b0(e) {
|
|
|
9876
9874
|
</div>
|
|
9877
9875
|
`;
|
|
9878
9876
|
}
|
|
9879
|
-
const
|
|
9877
|
+
const y0 = (e) => /* @__PURE__ */ a(
|
|
9880
9878
|
"svg",
|
|
9881
9879
|
{
|
|
9882
9880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9892,10 +9890,10 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
9892
9890
|
}
|
|
9893
9891
|
)
|
|
9894
9892
|
}
|
|
9895
|
-
),
|
|
9896
|
-
content:
|
|
9897
|
-
title:
|
|
9898
|
-
},
|
|
9893
|
+
), v0 = "_content_cu8lm_1", b0 = "_title_cu8lm_18", ws = {
|
|
9894
|
+
content: v0,
|
|
9895
|
+
title: b0
|
|
9896
|
+
}, C0 = async ({
|
|
9899
9897
|
newsformated: e,
|
|
9900
9898
|
internal: t,
|
|
9901
9899
|
commonServices: n
|
|
@@ -9924,10 +9922,10 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
9924
9922
|
} catch {
|
|
9925
9923
|
return null;
|
|
9926
9924
|
}
|
|
9927
|
-
},
|
|
9928
|
-
content:
|
|
9929
|
-
title:
|
|
9930
|
-
},
|
|
9925
|
+
}, _0 = "_content_cu8lm_1", N0 = "_title_cu8lm_18", Wn = {
|
|
9926
|
+
content: _0,
|
|
9927
|
+
title: N0
|
|
9928
|
+
}, S0 = async ({
|
|
9931
9929
|
newsformated: e,
|
|
9932
9930
|
internal: t,
|
|
9933
9931
|
commonServices: n
|
|
@@ -9957,9 +9955,9 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
9957
9955
|
} catch {
|
|
9958
9956
|
return null;
|
|
9959
9957
|
}
|
|
9960
|
-
},
|
|
9961
|
-
content:
|
|
9962
|
-
},
|
|
9958
|
+
}, E0 = "_content_ezbiw_1", x0 = {
|
|
9959
|
+
content: E0
|
|
9960
|
+
}, I0 = async ({
|
|
9963
9961
|
newsformated: e,
|
|
9964
9962
|
internal: t,
|
|
9965
9963
|
commonServices: n
|
|
@@ -9975,27 +9973,27 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
9975
9973
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
9976
9974
|
"div",
|
|
9977
9975
|
{
|
|
9978
|
-
className:
|
|
9976
|
+
className: x0.content,
|
|
9979
9977
|
dangerouslySetInnerHTML: { __html: c }
|
|
9980
9978
|
}
|
|
9981
9979
|
);
|
|
9982
9980
|
} catch {
|
|
9983
9981
|
return null;
|
|
9984
9982
|
}
|
|
9985
|
-
},
|
|
9986
|
-
content:
|
|
9983
|
+
}, T0 = "_content_156j7_1", k0 = {
|
|
9984
|
+
content: T0
|
|
9987
9985
|
}, ht = {
|
|
9988
9986
|
videoEmbedded: "videoEmbedded",
|
|
9989
9987
|
videoYouTube: "videoYouTube",
|
|
9990
9988
|
iframe: "iframe",
|
|
9991
9989
|
fotoGaleria: "fotogaleria"
|
|
9992
|
-
},
|
|
9993
|
-
[ht.videoEmbedded]:
|
|
9994
|
-
[ht.videoYouTube]:
|
|
9995
|
-
[ht.iframe]:
|
|
9996
|
-
},
|
|
9997
|
-
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ?
|
|
9998
|
-
return i ? /* @__PURE__ */ a("div", { className:
|
|
9990
|
+
}, U0 = {
|
|
9991
|
+
[ht.videoEmbedded]: C0,
|
|
9992
|
+
[ht.videoYouTube]: S0,
|
|
9993
|
+
[ht.iframe]: I0
|
|
9994
|
+
}, q0 = ({ news: e, commonServices: t }) => {
|
|
9995
|
+
const { config: n, info: s } = e, r = n.articlepreview, o = s.link.internal, i = r ? U0[r] : null;
|
|
9996
|
+
return i ? /* @__PURE__ */ a("div", { className: k0.content, children: /* @__PURE__ */ a(
|
|
9999
9997
|
i,
|
|
10000
9998
|
{
|
|
10001
9999
|
newsformated: e,
|
|
@@ -10003,16 +10001,16 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
10003
10001
|
commonServices: t
|
|
10004
10002
|
}
|
|
10005
10003
|
) }) : null;
|
|
10006
|
-
},
|
|
10004
|
+
}, R0 = (e) => e.replace(
|
|
10007
10005
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
10008
10006
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
10009
|
-
),
|
|
10007
|
+
), L0 = (e) => e.replace(
|
|
10010
10008
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
10011
10009
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
10012
|
-
),
|
|
10010
|
+
), B0 = (e) => e.replace(
|
|
10013
10011
|
/<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
|
|
10014
10012
|
""
|
|
10015
|
-
),
|
|
10013
|
+
), O0 = async (e) => {
|
|
10016
10014
|
const { PUBLIC_IS_OFFLINE: t } = Y();
|
|
10017
10015
|
if (!(t === "true")) {
|
|
10018
10016
|
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)], m = {};
|
|
@@ -10098,7 +10096,7 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
10098
10096
|
s = s.replace(u, b);
|
|
10099
10097
|
}
|
|
10100
10098
|
return s;
|
|
10101
|
-
},
|
|
10099
|
+
}, P0 = (e, t) => {
|
|
10102
10100
|
const n = {
|
|
10103
10101
|
2: 1,
|
|
10104
10102
|
4: 2,
|
|
@@ -10128,7 +10126,7 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
10128
10126
|
return c;
|
|
10129
10127
|
}
|
|
10130
10128
|
), r;
|
|
10131
|
-
},
|
|
10129
|
+
}, D0 = (e) => {
|
|
10132
10130
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
10133
10131
|
let s = "", r = 0;
|
|
10134
10132
|
for (const o of n) {
|
|
@@ -10138,7 +10136,7 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
10138
10136
|
(g) => g[1]
|
|
10139
10137
|
).map(
|
|
10140
10138
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
10141
|
-
), h = "gallery_embeded" + d.toString(), p =
|
|
10139
|
+
), h = "gallery_embeded" + d.toString(), p = w0({
|
|
10142
10140
|
slot_id: h,
|
|
10143
10141
|
children: m,
|
|
10144
10142
|
visibleItems: 1,
|
|
@@ -10147,7 +10145,7 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
10147
10145
|
s += p, r = l;
|
|
10148
10146
|
}
|
|
10149
10147
|
return s += e.slice(r), s;
|
|
10150
|
-
},
|
|
10148
|
+
}, M0 = async (e, t, n) => {
|
|
10151
10149
|
if (!n) return e;
|
|
10152
10150
|
const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
|
|
10153
10151
|
let o = e;
|
|
@@ -10177,7 +10175,7 @@ const C0 = (e) => /* @__PURE__ */ a(
|
|
|
10177
10175
|
}
|
|
10178
10176
|
return o;
|
|
10179
10177
|
};
|
|
10180
|
-
async function
|
|
10178
|
+
async function j0(e, t) {
|
|
10181
10179
|
let n = "", s = 0;
|
|
10182
10180
|
const r = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
10183
10181
|
let o;
|
|
@@ -10261,9 +10259,9 @@ async function H0(e, t) {
|
|
|
10261
10259
|
w = h;
|
|
10262
10260
|
s = m, n += w, r.lastIndex = m;
|
|
10263
10261
|
}
|
|
10264
|
-
return n += e.slice(s), n =
|
|
10262
|
+
return n += e.slice(s), n = B0(n), n;
|
|
10265
10263
|
}
|
|
10266
|
-
async function
|
|
10264
|
+
async function Q0(e) {
|
|
10267
10265
|
const {
|
|
10268
10266
|
news: t,
|
|
10269
10267
|
banners: n,
|
|
@@ -10276,15 +10274,15 @@ async function z0(e) {
|
|
|
10276
10274
|
commonServices: l
|
|
10277
10275
|
} = e;
|
|
10278
10276
|
let u = t?.body?.rendered ?? "";
|
|
10279
|
-
u = u.replace(/ /g, ""), u =
|
|
10277
|
+
u = u.replace(/ /g, ""), u = P0(u, n), u = D0(u), u = await O0(u), u = await M0(
|
|
10280
10278
|
u,
|
|
10281
10279
|
e.texts,
|
|
10282
10280
|
s
|
|
10283
|
-
), u = await
|
|
10281
|
+
), u = await j0(u, d), u = R0(u), u = L0(u);
|
|
10284
10282
|
const m = t.main.sources ?? [], h = t.config.articlepreview === ht.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10285
10283
|
return /* @__PURE__ */ f("div", { className: sn.content, children: [
|
|
10286
10284
|
o !== "liveblogs" && e.showHeaderImage ? h ? /* @__PURE__ */ a(
|
|
10287
|
-
|
|
10285
|
+
A0,
|
|
10288
10286
|
{
|
|
10289
10287
|
commonServices: l,
|
|
10290
10288
|
newsformated: t,
|
|
@@ -10293,7 +10291,7 @@ async function z0(e) {
|
|
|
10293
10291
|
) : /* @__PURE__ */ a(Cr, { preview: t.preview }) : null,
|
|
10294
10292
|
/* @__PURE__ */ a(we, { banners: n, name: "block_1" }),
|
|
10295
10293
|
/* @__PURE__ */ a("div", { className: sn.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
10296
|
-
|
|
10294
|
+
l0,
|
|
10297
10295
|
{
|
|
10298
10296
|
autorIcon: e.autorIcon,
|
|
10299
10297
|
socials: c,
|
|
@@ -10303,7 +10301,7 @@ async function z0(e) {
|
|
|
10303
10301
|
paths: e.paths
|
|
10304
10302
|
}
|
|
10305
10303
|
) }),
|
|
10306
|
-
/* @__PURE__ */ a(
|
|
10304
|
+
/* @__PURE__ */ a(p0, { summary: t.main.summary }),
|
|
10307
10305
|
/* @__PURE__ */ a(
|
|
10308
10306
|
"div",
|
|
10309
10307
|
{
|
|
@@ -10314,7 +10312,7 @@ async function z0(e) {
|
|
|
10314
10312
|
}
|
|
10315
10313
|
),
|
|
10316
10314
|
/* @__PURE__ */ a(
|
|
10317
|
-
|
|
10315
|
+
r0,
|
|
10318
10316
|
{
|
|
10319
10317
|
texts: e.texts,
|
|
10320
10318
|
itemList: i,
|
|
@@ -10325,12 +10323,12 @@ async function z0(e) {
|
|
|
10325
10323
|
}
|
|
10326
10324
|
),
|
|
10327
10325
|
m.length > 0 && /* @__PURE__ */ f("div", { className: sn.noteSource, children: [
|
|
10328
|
-
/* @__PURE__ */ a(
|
|
10326
|
+
/* @__PURE__ */ a(y0, {}),
|
|
10329
10327
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((p) => p.name).join(", ") })
|
|
10330
10328
|
] })
|
|
10331
10329
|
] });
|
|
10332
10330
|
}
|
|
10333
|
-
const
|
|
10331
|
+
const G0 = (e) => {
|
|
10334
10332
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10335
10333
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(xt, { slot_id: s, cardWidth: 200, children: t.map((o, i) => {
|
|
10336
10334
|
const c = { ...o, main: {
|
|
@@ -10347,7 +10345,7 @@ const V0 = (e) => {
|
|
|
10347
10345
|
i
|
|
10348
10346
|
);
|
|
10349
10347
|
}) }) });
|
|
10350
|
-
},
|
|
10348
|
+
}, H0 = (e) => {
|
|
10351
10349
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10352
10350
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10353
10351
|
xt,
|
|
@@ -10373,7 +10371,7 @@ const V0 = (e) => {
|
|
|
10373
10371
|
})
|
|
10374
10372
|
}
|
|
10375
10373
|
) });
|
|
10376
|
-
},
|
|
10374
|
+
}, z0 = (e) => {
|
|
10377
10375
|
const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
|
|
10378
10376
|
return t && t.length !== 0 && /* @__PURE__ */ a(pe, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10379
10377
|
xt,
|
|
@@ -10405,15 +10403,15 @@ const V0 = (e) => {
|
|
|
10405
10403
|
for (const n in e)
|
|
10406
10404
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10407
10405
|
return t;
|
|
10408
|
-
},
|
|
10409
|
-
headerSection:
|
|
10410
|
-
title:
|
|
10411
|
-
subtitle:
|
|
10412
|
-
newsContent:
|
|
10413
|
-
containerCards:
|
|
10414
|
-
image:
|
|
10415
|
-
blockHeadContainer:
|
|
10416
|
-
},
|
|
10406
|
+
}, V0 = "_headerSection_1c69w_1", F0 = "_title_1c69w_11", $0 = "_subtitle_1c69w_23", W0 = "_newsContent_1c69w_36", Y0 = "_containerCards_1c69w_44", K0 = "_image_1c69w_50", J0 = "_blockHeadContainer_1c69w_56", it = {
|
|
10407
|
+
headerSection: V0,
|
|
10408
|
+
title: F0,
|
|
10409
|
+
subtitle: $0,
|
|
10410
|
+
newsContent: W0,
|
|
10411
|
+
containerCards: Y0,
|
|
10412
|
+
image: K0,
|
|
10413
|
+
blockHeadContainer: J0
|
|
10414
|
+
}, Z0 = (e) => {
|
|
10417
10415
|
const { content: t, title: n, isVideo: s } = e;
|
|
10418
10416
|
if (!t || t.length === 0) return;
|
|
10419
10417
|
const r = t[0], o = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10462,17 +10460,17 @@ const V0 = (e) => {
|
|
|
10462
10460
|
banner: (e) => /* @__PURE__ */ a(we, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10463
10461
|
readest: (e) => /* @__PURE__ */ a(Sa, { ...e }),
|
|
10464
10462
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Ir, { ...e }),
|
|
10465
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10466
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10467
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10468
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10469
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10470
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10471
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
10472
|
-
"Carrusel owl": (e) => /* @__PURE__ */ a(
|
|
10473
|
-
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(
|
|
10474
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10475
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
10463
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(z2, { ...e }),
|
|
10464
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(W2, { ...e }),
|
|
10465
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(f2, { ...e }),
|
|
10466
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(Z0, { ...e }),
|
|
10467
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(Z2, { ...e }),
|
|
10468
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(mf, { ...e }),
|
|
10469
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(G0, { ...e }),
|
|
10470
|
+
"Carrusel owl": (e) => /* @__PURE__ */ a(H0, { ...e }),
|
|
10471
|
+
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(z0, { ...e }),
|
|
10472
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(bf, { ...e }),
|
|
10473
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(uf, { ...e })
|
|
10476
10474
|
};
|
|
10477
10475
|
function Tr({
|
|
10478
10476
|
component: e,
|
|
@@ -10483,7 +10481,7 @@ function Tr({
|
|
|
10483
10481
|
if (s)
|
|
10484
10482
|
return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
|
|
10485
10483
|
}
|
|
10486
|
-
function
|
|
10484
|
+
function S3({
|
|
10487
10485
|
children: e,
|
|
10488
10486
|
stylesConfigEntry: t
|
|
10489
10487
|
}) {
|
|
@@ -10529,7 +10527,7 @@ const vs = {
|
|
|
10529
10527
|
},
|
|
10530
10528
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10531
10529
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10532
|
-
|
|
10530
|
+
r2,
|
|
10533
10531
|
{
|
|
10534
10532
|
content: e.data,
|
|
10535
10533
|
customLargeSection: e.customLargeSection,
|
|
@@ -10538,7 +10536,7 @@ const vs = {
|
|
|
10538
10536
|
}
|
|
10539
10537
|
),
|
|
10540
10538
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
10541
|
-
|
|
10539
|
+
n2,
|
|
10542
10540
|
{
|
|
10543
10541
|
content: e.data,
|
|
10544
10542
|
customLargeSection: e.customLargeSection,
|
|
@@ -10555,7 +10553,7 @@ const vs = {
|
|
|
10555
10553
|
...t,
|
|
10556
10554
|
rightOnlyBanner: s,
|
|
10557
10555
|
banners: n
|
|
10558
|
-
}) }),
|
|
10556
|
+
}) }), E3 = ({
|
|
10559
10557
|
slots: e,
|
|
10560
10558
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
10561
10559
|
stylesConfig: n,
|
|
@@ -10606,7 +10604,7 @@ const vs = {
|
|
|
10606
10604
|
);
|
|
10607
10605
|
}
|
|
10608
10606
|
return c;
|
|
10609
|
-
},
|
|
10607
|
+
}, x3 = ({
|
|
10610
10608
|
mainBlock: e,
|
|
10611
10609
|
StylesConfigMain: t,
|
|
10612
10610
|
config: n,
|
|
@@ -10649,14 +10647,14 @@ const vs = {
|
|
|
10649
10647
|
),
|
|
10650
10648
|
/* @__PURE__ */ a(mt, { children: /* @__PURE__ */ a(st, { banners: s, index: 1 }) })
|
|
10651
10649
|
] });
|
|
10652
|
-
},
|
|
10650
|
+
}, X0 = (e) => {
|
|
10653
10651
|
const { config: t } = e, n = t.articlepreview;
|
|
10654
10652
|
return !![
|
|
10655
10653
|
ht.videoEmbedded,
|
|
10656
10654
|
ht.videoYouTube,
|
|
10657
10655
|
ht.iframe
|
|
10658
10656
|
].includes(n);
|
|
10659
|
-
},
|
|
10657
|
+
}, I3 = async (e) => {
|
|
10660
10658
|
const {
|
|
10661
10659
|
custom_complement: t,
|
|
10662
10660
|
ranking: n = [],
|
|
@@ -10670,9 +10668,9 @@ const vs = {
|
|
|
10670
10668
|
getVideos: u
|
|
10671
10669
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p } = Y();
|
|
10672
10670
|
if (!(!o || !o[0]))
|
|
10673
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10671
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(Rf, { className: ma.contentLayout2, children: [
|
|
10674
10672
|
/* @__PURE__ */ a(
|
|
10675
|
-
|
|
10673
|
+
jf,
|
|
10676
10674
|
{
|
|
10677
10675
|
option: e.slug,
|
|
10678
10676
|
news: o,
|
|
@@ -10682,14 +10680,14 @@ const vs = {
|
|
|
10682
10680
|
),
|
|
10683
10681
|
/* @__PURE__ */ a(st, { banners: s, index: 1 }),
|
|
10684
10682
|
!m && e.commonServices && /* @__PURE__ */ a(
|
|
10685
|
-
|
|
10683
|
+
q0,
|
|
10686
10684
|
{
|
|
10687
10685
|
news: o[0],
|
|
10688
10686
|
commonServices: e.commonServices
|
|
10689
10687
|
}
|
|
10690
10688
|
),
|
|
10691
10689
|
/* @__PURE__ */ a(
|
|
10692
|
-
|
|
10690
|
+
Mf,
|
|
10693
10691
|
{
|
|
10694
10692
|
texts: e.texts,
|
|
10695
10693
|
paths: e.paths,
|
|
@@ -10701,7 +10699,7 @@ const vs = {
|
|
|
10701
10699
|
banner: /* @__PURE__ */ a(we, { banners: s ?? [], name: "right_2" }),
|
|
10702
10700
|
complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
|
|
10703
10701
|
r.length > 0 && /* @__PURE__ */ a(
|
|
10704
|
-
|
|
10702
|
+
bh,
|
|
10705
10703
|
{
|
|
10706
10704
|
texts: e.texts,
|
|
10707
10705
|
autorIcon: e.autorIcon,
|
|
@@ -10710,7 +10708,7 @@ const vs = {
|
|
|
10710
10708
|
}
|
|
10711
10709
|
),
|
|
10712
10710
|
o[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
10713
|
-
|
|
10711
|
+
Th,
|
|
10714
10712
|
{
|
|
10715
10713
|
news: o[0],
|
|
10716
10714
|
autorIcon: e.autorIcon,
|
|
@@ -10719,7 +10717,7 @@ const vs = {
|
|
|
10719
10717
|
}
|
|
10720
10718
|
),
|
|
10721
10719
|
/* @__PURE__ */ a("div", { className: ma.tagContent, children: /* @__PURE__ */ a(
|
|
10722
|
-
|
|
10720
|
+
uh,
|
|
10723
10721
|
{
|
|
10724
10722
|
tags: o[0]?.keywords?.tags,
|
|
10725
10723
|
paths: e.paths
|
|
@@ -10799,7 +10797,7 @@ const vs = {
|
|
|
10799
10797
|
},
|
|
10800
10798
|
children: [
|
|
10801
10799
|
/* @__PURE__ */ a(
|
|
10802
|
-
|
|
10800
|
+
Q0,
|
|
10803
10801
|
{
|
|
10804
10802
|
texts: e.texts,
|
|
10805
10803
|
autorIcon: e.autorIcon,
|
|
@@ -10813,7 +10811,7 @@ const vs = {
|
|
|
10813
10811
|
getVideos: u,
|
|
10814
10812
|
noteShare: e.noteShare,
|
|
10815
10813
|
paths: e.paths,
|
|
10816
|
-
showHeaderImage: !
|
|
10814
|
+
showHeaderImage: !X0(o[0]),
|
|
10817
10815
|
commonServices: e.commonServices
|
|
10818
10816
|
}
|
|
10819
10817
|
),
|
|
@@ -10824,13 +10822,13 @@ const vs = {
|
|
|
10824
10822
|
}
|
|
10825
10823
|
)
|
|
10826
10824
|
] }) });
|
|
10827
|
-
},
|
|
10828
|
-
content:
|
|
10829
|
-
buttonStyled:
|
|
10830
|
-
searchStyled:
|
|
10831
|
-
inputStyled:
|
|
10832
|
-
inputStyledTest:
|
|
10833
|
-
},
|
|
10825
|
+
}, eg = "_content_1046n_1", tg = "_buttonStyled_1046n_9", ng = "_searchStyled_1046n_20", ag = "_inputStyled_1046n_36", sg = "_inputStyledTest_1046n_55", Ot = {
|
|
10826
|
+
content: eg,
|
|
10827
|
+
buttonStyled: tg,
|
|
10828
|
+
searchStyled: ng,
|
|
10829
|
+
inputStyled: ag,
|
|
10830
|
+
inputStyledTest: sg
|
|
10831
|
+
}, rg = (e) => /* @__PURE__ */ a(
|
|
10834
10832
|
"svg",
|
|
10835
10833
|
{
|
|
10836
10834
|
width: "68",
|
|
@@ -10849,7 +10847,7 @@ const vs = {
|
|
|
10849
10847
|
}
|
|
10850
10848
|
) })
|
|
10851
10849
|
}
|
|
10852
|
-
),
|
|
10850
|
+
), T3 = (e) => /* @__PURE__ */ a(
|
|
10853
10851
|
"form",
|
|
10854
10852
|
{
|
|
10855
10853
|
className: Ot.content,
|
|
@@ -10863,14 +10861,14 @@ const vs = {
|
|
|
10863
10861
|
placeholder: e.texts.searchKeyWord + "..."
|
|
10864
10862
|
}
|
|
10865
10863
|
),
|
|
10866
|
-
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(
|
|
10864
|
+
/* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a(rg, { className: Ot.searchStyled }) })
|
|
10867
10865
|
] })
|
|
10868
10866
|
}
|
|
10869
|
-
),
|
|
10870
|
-
content:
|
|
10871
|
-
newsContentSection:
|
|
10872
|
-
itemContent:
|
|
10873
|
-
},
|
|
10867
|
+
), og = "_content_io3tv_1", ig = "_newsContentSection_io3tv_5", cg = "_itemContent_io3tv_10", Kn = {
|
|
10868
|
+
content: og,
|
|
10869
|
+
newsContentSection: ig,
|
|
10870
|
+
itemContent: cg
|
|
10871
|
+
}, k3 = (e) => {
|
|
10874
10872
|
const {
|
|
10875
10873
|
data: t,
|
|
10876
10874
|
option: n,
|
|
@@ -10890,7 +10888,7 @@ const vs = {
|
|
|
10890
10888
|
switch (n) {
|
|
10891
10889
|
case "op1":
|
|
10892
10890
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10893
|
-
/* @__PURE__ */ a(
|
|
10891
|
+
/* @__PURE__ */ a(au, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10894
10892
|
/* @__PURE__ */ a(
|
|
10895
10893
|
_r,
|
|
10896
10894
|
{
|
|
@@ -10972,7 +10970,7 @@ const vs = {
|
|
|
10972
10970
|
] }) });
|
|
10973
10971
|
case "op2":
|
|
10974
10972
|
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(ls, { children: [
|
|
10975
|
-
/* @__PURE__ */ a(
|
|
10973
|
+
/* @__PURE__ */ a(fu, { autor: s[0], autorIcon: e.autorIcon }),
|
|
10976
10974
|
Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
|
|
10977
10975
|
/* @__PURE__ */ a(
|
|
10978
10976
|
Ir,
|
|
@@ -11026,22 +11024,22 @@ const vs = {
|
|
|
11026
11024
|
default:
|
|
11027
11025
|
return /* @__PURE__ */ a(J, {});
|
|
11028
11026
|
}
|
|
11029
|
-
},
|
|
11030
|
-
content:
|
|
11031
|
-
videoContent:
|
|
11032
|
-
},
|
|
11033
|
-
container:
|
|
11034
|
-
playStyled:
|
|
11035
|
-
imageStyled:
|
|
11036
|
-
longer:
|
|
11037
|
-
contentNews:
|
|
11038
|
-
tagContent:
|
|
11039
|
-
tag:
|
|
11040
|
-
titular:
|
|
11041
|
-
small:
|
|
11042
|
-
figure:
|
|
11043
|
-
backDrop:
|
|
11044
|
-
backDropAux:
|
|
11027
|
+
}, lg = "_content_pq89v_1", dg = "_videoContent_pq89v_9", bs = {
|
|
11028
|
+
content: lg,
|
|
11029
|
+
videoContent: dg
|
|
11030
|
+
}, ug = "_container_1xr2t_1", mg = "_playStyled_1xr2t_6", hg = "_imageStyled_1xr2t_13", fg = "_longer_1xr2t_26", gg = "_contentNews_1xr2t_31", pg = "_tagContent_1xr2t_51", Ag = "_tag_1xr2t_51", wg = "_titular_1xr2t_68", yg = "_small_1xr2t_81", vg = "_figure_1xr2t_87", bg = "_backDrop_1xr2t_92", Cg = "_backDropAux_1xr2t_100", Pt = {
|
|
11031
|
+
container: ug,
|
|
11032
|
+
playStyled: mg,
|
|
11033
|
+
imageStyled: hg,
|
|
11034
|
+
longer: fg,
|
|
11035
|
+
contentNews: gg,
|
|
11036
|
+
tagContent: pg,
|
|
11037
|
+
tag: Ag,
|
|
11038
|
+
titular: wg,
|
|
11039
|
+
small: yg,
|
|
11040
|
+
figure: vg,
|
|
11041
|
+
backDrop: bg,
|
|
11042
|
+
backDropAux: Cg
|
|
11045
11043
|
}, Cs = async (e) => {
|
|
11046
11044
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
11047
11045
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ f("span", { className: Pt.backdrop, children: [
|
|
@@ -11074,7 +11072,7 @@ const vs = {
|
|
|
11074
11072
|
)
|
|
11075
11073
|
] }) })
|
|
11076
11074
|
] }) });
|
|
11077
|
-
},
|
|
11075
|
+
}, _g = (e) => {
|
|
11078
11076
|
const { videos: t } = e;
|
|
11079
11077
|
return /* @__PURE__ */ a("div", { className: bs.content, children: /* @__PURE__ */ a(Ft, { children: /* @__PURE__ */ a(pe, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: bs.videoContent, children: [
|
|
11080
11078
|
/* @__PURE__ */ a(Cs, { video: t[0] }),
|
|
@@ -11087,18 +11085,18 @@ const vs = {
|
|
|
11087
11085
|
`video-small-${s}`
|
|
11088
11086
|
)) })
|
|
11089
11087
|
] }) }) }) });
|
|
11090
|
-
},
|
|
11091
|
-
content:
|
|
11092
|
-
videoContent:
|
|
11093
|
-
articleSection:
|
|
11094
|
-
contentLatout:
|
|
11095
|
-
title:
|
|
11096
|
-
article:
|
|
11097
|
-
correspondent:
|
|
11098
|
-
},
|
|
11099
|
-
container:
|
|
11100
|
-
playStyled:
|
|
11101
|
-
},
|
|
11088
|
+
}, Ng = "_content_ruy5q_1", Sg = "_videoContent_ruy5q_9", Eg = "_articleSection_ruy5q_21", xg = "_contentLatout_ruy5q_31", Ig = "_title_ruy5q_36", Tg = "_article_ruy5q_21", kg = "_correspondent_ruy5q_64", ct = {
|
|
11089
|
+
content: Ng,
|
|
11090
|
+
videoContent: Sg,
|
|
11091
|
+
articleSection: Eg,
|
|
11092
|
+
contentLatout: xg,
|
|
11093
|
+
title: Ig,
|
|
11094
|
+
article: Tg,
|
|
11095
|
+
correspondent: kg
|
|
11096
|
+
}, Ug = "_container_1rq2h_1", qg = "_playStyled_1rq2h_9", _s = {
|
|
11097
|
+
container: Ug,
|
|
11098
|
+
playStyled: qg
|
|
11099
|
+
}, Rg = (e) => {
|
|
11102
11100
|
const { video: t } = e, n = Na();
|
|
11103
11101
|
return /* @__PURE__ */ a(
|
|
11104
11102
|
O,
|
|
@@ -11120,12 +11118,12 @@ const vs = {
|
|
|
11120
11118
|
] })
|
|
11121
11119
|
}
|
|
11122
11120
|
);
|
|
11123
|
-
},
|
|
11121
|
+
}, Lg = (e) => {
|
|
11124
11122
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
11125
11123
|
e.video.info.date.created
|
|
11126
11124
|
)}` : e?.video.main.author;
|
|
11127
11125
|
return /* @__PURE__ */ a("div", { className: ct.content, children: /* @__PURE__ */ a(Ft, { className: ct.contentLatout, children: /* @__PURE__ */ a(pe, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: ct.videoContent, children: [
|
|
11128
|
-
/* @__PURE__ */ a(
|
|
11126
|
+
/* @__PURE__ */ a(Rg, { video: e.video }),
|
|
11129
11127
|
/* @__PURE__ */ f("div", { className: ct.articleSection, children: [
|
|
11130
11128
|
/* @__PURE__ */ a(
|
|
11131
11129
|
O,
|
|
@@ -11140,17 +11138,17 @@ const vs = {
|
|
|
11140
11138
|
/* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
|
|
11141
11139
|
] })
|
|
11142
11140
|
] }) }) }) });
|
|
11143
|
-
},
|
|
11141
|
+
}, U3 = (e) => {
|
|
11144
11142
|
switch (e.option) {
|
|
11145
11143
|
case "op1":
|
|
11146
|
-
return /* @__PURE__ */ a(
|
|
11144
|
+
return /* @__PURE__ */ a(_g, { videos: e.data });
|
|
11147
11145
|
case "op2":
|
|
11148
|
-
return /* @__PURE__ */ a(
|
|
11146
|
+
return /* @__PURE__ */ a(Lg, { video: e.data[0] });
|
|
11149
11147
|
default:
|
|
11150
11148
|
return /* @__PURE__ */ a(J, {});
|
|
11151
11149
|
}
|
|
11152
11150
|
};
|
|
11153
|
-
function
|
|
11151
|
+
function q3({ containerId: e, containerId2: t }) {
|
|
11154
11152
|
return Me(() => {
|
|
11155
11153
|
try {
|
|
11156
11154
|
let n = function() {
|
|
@@ -11186,7 +11184,7 @@ function L3({ containerId: e, containerId2: t }) {
|
|
|
11186
11184
|
}
|
|
11187
11185
|
}, [e]), null;
|
|
11188
11186
|
}
|
|
11189
|
-
const
|
|
11187
|
+
const Bg = (e) => {
|
|
11190
11188
|
const {
|
|
11191
11189
|
//rounded = false,
|
|
11192
11190
|
isVideo: t = !1,
|
|
@@ -11248,7 +11246,7 @@ const Dg = (e) => {
|
|
|
11248
11246
|
] })
|
|
11249
11247
|
] })
|
|
11250
11248
|
] }) });
|
|
11251
|
-
},
|
|
11249
|
+
}, Og = (e) => /* @__PURE__ */ a(
|
|
11252
11250
|
"svg",
|
|
11253
11251
|
{
|
|
11254
11252
|
width: "41",
|
|
@@ -11265,7 +11263,7 @@ const Dg = (e) => {
|
|
|
11265
11263
|
}
|
|
11266
11264
|
)
|
|
11267
11265
|
}
|
|
11268
|
-
),
|
|
11266
|
+
), Pg = {
|
|
11269
11267
|
info: {
|
|
11270
11268
|
section: {
|
|
11271
11269
|
name: "",
|
|
@@ -11322,14 +11320,14 @@ const Dg = (e) => {
|
|
|
11322
11320
|
}
|
|
11323
11321
|
],
|
|
11324
11322
|
preview: void 0
|
|
11325
|
-
}, Ns = 6,
|
|
11323
|
+
}, Ns = 6, Dg = ({
|
|
11326
11324
|
section: e,
|
|
11327
11325
|
currentNews: t,
|
|
11328
11326
|
banner: n,
|
|
11329
11327
|
isVisible: s = !1,
|
|
11330
11328
|
stylesConfig: r
|
|
11331
11329
|
}) => {
|
|
11332
|
-
const [o, i] = K({ data: Array.from({ length: Ns }, () =>
|
|
11330
|
+
const [o, i] = K({ data: Array.from({ length: Ns }, () => Pg) }), [c, d] = K(!1), l = fe(async () => {
|
|
11333
11331
|
if (!(c || !t?.info?.link?.internal)) {
|
|
11334
11332
|
d(!0);
|
|
11335
11333
|
try {
|
|
@@ -11352,7 +11350,7 @@ const Dg = (e) => {
|
|
|
11352
11350
|
return Me(() => {
|
|
11353
11351
|
s && l();
|
|
11354
11352
|
}, [s, o, l]), !o?.data || o.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11355
|
-
|
|
11353
|
+
Mg,
|
|
11356
11354
|
{
|
|
11357
11355
|
news: o.data,
|
|
11358
11356
|
title: "Más Noticias",
|
|
@@ -11364,7 +11362,7 @@ const Dg = (e) => {
|
|
|
11364
11362
|
isVisible: s
|
|
11365
11363
|
}
|
|
11366
11364
|
);
|
|
11367
|
-
},
|
|
11365
|
+
}, Mg = (e) => {
|
|
11368
11366
|
const { news: t, hasLines: n = !1 } = e, s = (r) => n && (r + 1) % 3 !== 0 ? da.contentSeparator : "";
|
|
11369
11367
|
return /* @__PURE__ */ a(
|
|
11370
11368
|
"div",
|
|
@@ -11400,7 +11398,7 @@ const Dg = (e) => {
|
|
|
11400
11398
|
"aria-label": i?.title?.section ?? "nota",
|
|
11401
11399
|
target: d?.link?.target,
|
|
11402
11400
|
children: /* @__PURE__ */ a(
|
|
11403
|
-
|
|
11401
|
+
Bg,
|
|
11404
11402
|
{
|
|
11405
11403
|
isVisible: e.isVisible,
|
|
11406
11404
|
preview: l,
|
|
@@ -11413,7 +11411,7 @@ const Dg = (e) => {
|
|
|
11413
11411
|
}
|
|
11414
11412
|
),
|
|
11415
11413
|
/* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
|
|
11416
|
-
|
|
11414
|
+
jg,
|
|
11417
11415
|
{
|
|
11418
11416
|
main: i,
|
|
11419
11417
|
authors: c,
|
|
@@ -11434,14 +11432,14 @@ const Dg = (e) => {
|
|
|
11434
11432
|
})
|
|
11435
11433
|
}
|
|
11436
11434
|
);
|
|
11437
|
-
},
|
|
11435
|
+
}, jg = (e) => {
|
|
11438
11436
|
const { share: t = !1, cutSubtitle: n = !0 } = e, r = (() => {
|
|
11439
11437
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11440
11438
|
const o = e.authors[0], i = je(e.info?.date?.modified);
|
|
11441
11439
|
return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${i}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? i : "";
|
|
11442
11440
|
})();
|
|
11443
11441
|
return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
|
|
11444
|
-
t && /* @__PURE__ */ a(
|
|
11442
|
+
t && /* @__PURE__ */ a(Og, { className: se.dotStyles }),
|
|
11445
11443
|
e?.info?.section?.url && /* @__PURE__ */ f("div", { className: se.sectionDescriptionContainer, children: [
|
|
11446
11444
|
/* @__PURE__ */ a(
|
|
11447
11445
|
O,
|
|
@@ -11487,7 +11485,7 @@ const Dg = (e) => {
|
|
|
11487
11485
|
}
|
|
11488
11486
|
) : /* @__PURE__ */ a("div", { className: se.correspondent, children: r }) })
|
|
11489
11487
|
] });
|
|
11490
|
-
},
|
|
11488
|
+
}, Qg = ({
|
|
11491
11489
|
user: e,
|
|
11492
11490
|
handleLogout: t,
|
|
11493
11491
|
message: n
|
|
@@ -11526,25 +11524,25 @@ const Dg = (e) => {
|
|
|
11526
11524
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11527
11525
|
] })
|
|
11528
11526
|
] }) });
|
|
11529
|
-
},
|
|
11530
|
-
overlay:
|
|
11531
|
-
popup:
|
|
11532
|
-
title:
|
|
11533
|
-
optionsContainer:
|
|
11534
|
-
option:
|
|
11535
|
-
radioInput:
|
|
11536
|
-
radioCustom:
|
|
11537
|
-
optionLabel:
|
|
11538
|
-
buttons:
|
|
11539
|
-
cancelButton:
|
|
11540
|
-
closeButton:
|
|
11541
|
-
buttonAlone:
|
|
11542
|
-
reportButton:
|
|
11543
|
-
successContainer:
|
|
11544
|
-
thumbsUp:
|
|
11545
|
-
successMessage:
|
|
11546
|
-
errorMessage:
|
|
11547
|
-
loadingContainer:
|
|
11527
|
+
}, Gg = "_overlay_qj491_3", Hg = "_popup_qj491_17", zg = "_title_qj491_40", Vg = "_optionsContainer_qj491_52", Fg = "_option_qj491_52", $g = "_radioInput_qj491_66", Wg = "_radioCustom_qj491_70", Yg = "_optionLabel_qj491_97", Kg = "_buttons_qj491_110", Jg = "_cancelButton_qj491_117", Zg = "_closeButton_qj491_118", Xg = "_buttonAlone_qj491_137", ep = "_reportButton_qj491_143", tp = "_successContainer_qj491_163", np = "_thumbsUp_qj491_171", ap = "_successMessage_qj491_177", sp = "_errorMessage_qj491_218", rp = "_loadingContainer_qj491_231", he = {
|
|
11528
|
+
overlay: Gg,
|
|
11529
|
+
popup: Hg,
|
|
11530
|
+
title: zg,
|
|
11531
|
+
optionsContainer: Vg,
|
|
11532
|
+
option: Fg,
|
|
11533
|
+
radioInput: $g,
|
|
11534
|
+
radioCustom: Wg,
|
|
11535
|
+
optionLabel: Yg,
|
|
11536
|
+
buttons: Kg,
|
|
11537
|
+
cancelButton: Jg,
|
|
11538
|
+
closeButton: Zg,
|
|
11539
|
+
buttonAlone: Xg,
|
|
11540
|
+
reportButton: ep,
|
|
11541
|
+
successContainer: tp,
|
|
11542
|
+
thumbsUp: np,
|
|
11543
|
+
successMessage: ap,
|
|
11544
|
+
errorMessage: sp,
|
|
11545
|
+
loadingContainer: rp
|
|
11548
11546
|
}, kr = async (e, t) => {
|
|
11549
11547
|
if (!e) return !1;
|
|
11550
11548
|
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: s, COMMENTS_CAPTCHA_API_KEY: r } = t;
|
|
@@ -11567,7 +11565,7 @@ const Dg = (e) => {
|
|
|
11567
11565
|
return console.error("Error verificando reCAPTCHA Enterprise:", o), !1;
|
|
11568
11566
|
}
|
|
11569
11567
|
};
|
|
11570
|
-
async function
|
|
11568
|
+
async function R3({
|
|
11571
11569
|
publication: e,
|
|
11572
11570
|
username: t,
|
|
11573
11571
|
id: n,
|
|
@@ -11636,7 +11634,7 @@ const Ye = {
|
|
|
11636
11634
|
intellectual: "Violación de propiedad intelectual",
|
|
11637
11635
|
bullying: "Bullying o acoso"
|
|
11638
11636
|
};
|
|
11639
|
-
function
|
|
11637
|
+
function L3(e) {
|
|
11640
11638
|
return Ye[e];
|
|
11641
11639
|
}
|
|
11642
11640
|
const gt = 300, Je = {
|
|
@@ -11644,7 +11642,7 @@ const gt = 300, Je = {
|
|
|
11644
11642
|
firstname: "Usuario",
|
|
11645
11643
|
lastname: "Anonimo"
|
|
11646
11644
|
};
|
|
11647
|
-
function
|
|
11645
|
+
function op(e) {
|
|
11648
11646
|
const t = e.split(" ");
|
|
11649
11647
|
if (t.length !== 3) return e;
|
|
11650
11648
|
const [n, s, r] = t, o = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
|
|
@@ -11662,13 +11660,13 @@ const ka = (e, t) => {
|
|
|
11662
11660
|
} catch {
|
|
11663
11661
|
return [];
|
|
11664
11662
|
}
|
|
11665
|
-
},
|
|
11663
|
+
}, ip = (e, t) => {
|
|
11666
11664
|
const n = Ur(e);
|
|
11667
11665
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
11668
11666
|
JSON.stringify(n)
|
|
11669
11667
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
11670
11668
|
};
|
|
11671
|
-
function
|
|
11669
|
+
function cp(e) {
|
|
11672
11670
|
const [t, n] = e.split("@");
|
|
11673
11671
|
if (!t || !n) return e;
|
|
11674
11672
|
let s = "";
|
|
@@ -11681,7 +11679,7 @@ function up(e) {
|
|
|
11681
11679
|
}
|
|
11682
11680
|
var rn = { exports: {} }, on = { exports: {} }, ne = {};
|
|
11683
11681
|
var Ss;
|
|
11684
|
-
function
|
|
11682
|
+
function lp() {
|
|
11685
11683
|
if (Ss) return ne;
|
|
11686
11684
|
Ss = 1;
|
|
11687
11685
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
@@ -11748,7 +11746,7 @@ function mp() {
|
|
|
11748
11746
|
}
|
|
11749
11747
|
var ae = {};
|
|
11750
11748
|
var Es;
|
|
11751
|
-
function
|
|
11749
|
+
function dp() {
|
|
11752
11750
|
return Es || (Es = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11753
11751
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
11754
11752
|
function _(L) {
|
|
@@ -11832,10 +11830,10 @@ function hp() {
|
|
|
11832
11830
|
}
|
|
11833
11831
|
var xs;
|
|
11834
11832
|
function Ua() {
|
|
11835
|
-
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports =
|
|
11833
|
+
return xs || (xs = 1, process.env.NODE_ENV === "production" ? on.exports = lp() : on.exports = dp()), on.exports;
|
|
11836
11834
|
}
|
|
11837
11835
|
var Jn, Is;
|
|
11838
|
-
function
|
|
11836
|
+
function up() {
|
|
11839
11837
|
if (Is) return Jn;
|
|
11840
11838
|
Is = 1;
|
|
11841
11839
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -11892,7 +11890,7 @@ function qr() {
|
|
|
11892
11890
|
return ks || (ks = 1, Xn = Function.call.bind(Object.prototype.hasOwnProperty)), Xn;
|
|
11893
11891
|
}
|
|
11894
11892
|
var ea, Us;
|
|
11895
|
-
function
|
|
11893
|
+
function mp() {
|
|
11896
11894
|
if (Us) return ea;
|
|
11897
11895
|
Us = 1;
|
|
11898
11896
|
var e = function() {
|
|
@@ -11941,10 +11939,10 @@ function gp() {
|
|
|
11941
11939
|
}, ea = r, ea;
|
|
11942
11940
|
}
|
|
11943
11941
|
var ta, qs;
|
|
11944
|
-
function
|
|
11942
|
+
function hp() {
|
|
11945
11943
|
if (qs) return ta;
|
|
11946
11944
|
qs = 1;
|
|
11947
|
-
var e = Ua(), t =
|
|
11945
|
+
var e = Ua(), t = up(), n = /* @__PURE__ */ qa(), s = /* @__PURE__ */ qr(), r = /* @__PURE__ */ mp(), o = function() {
|
|
11948
11946
|
};
|
|
11949
11947
|
process.env.NODE_ENV !== "production" && (o = function(c) {
|
|
11950
11948
|
var d = "Warning: " + c;
|
|
@@ -12262,7 +12260,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12262
12260
|
}, ta;
|
|
12263
12261
|
}
|
|
12264
12262
|
var na, Rs;
|
|
12265
|
-
function
|
|
12263
|
+
function fp() {
|
|
12266
12264
|
if (Rs) return na;
|
|
12267
12265
|
Rs = 1;
|
|
12268
12266
|
var e = /* @__PURE__ */ qa();
|
|
@@ -12310,18 +12308,18 @@ function Ap() {
|
|
|
12310
12308
|
}, na;
|
|
12311
12309
|
}
|
|
12312
12310
|
var Ls;
|
|
12313
|
-
function
|
|
12311
|
+
function gp() {
|
|
12314
12312
|
if (Ls) return rn.exports;
|
|
12315
12313
|
if (Ls = 1, process.env.NODE_ENV !== "production") {
|
|
12316
12314
|
var e = Ua(), t = !0;
|
|
12317
|
-
rn.exports = /* @__PURE__ */
|
|
12315
|
+
rn.exports = /* @__PURE__ */ hp()(e.isElement, t);
|
|
12318
12316
|
} else
|
|
12319
|
-
rn.exports = /* @__PURE__ */
|
|
12317
|
+
rn.exports = /* @__PURE__ */ fp()();
|
|
12320
12318
|
return rn.exports;
|
|
12321
12319
|
}
|
|
12322
|
-
var
|
|
12323
|
-
const
|
|
12324
|
-
var
|
|
12320
|
+
var pp = /* @__PURE__ */ gp();
|
|
12321
|
+
const Ce = /* @__PURE__ */ Nt(pp);
|
|
12322
|
+
var Ap = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12325
12323
|
function ha() {
|
|
12326
12324
|
return ha = Object.assign ? Object.assign.bind() : function(e) {
|
|
12327
12325
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12332,7 +12330,7 @@ function ha() {
|
|
|
12332
12330
|
return e;
|
|
12333
12331
|
}, ha.apply(this, arguments);
|
|
12334
12332
|
}
|
|
12335
|
-
function
|
|
12333
|
+
function wp(e, t) {
|
|
12336
12334
|
if (e == null) return {};
|
|
12337
12335
|
var n = {}, s = Object.keys(e), r, o;
|
|
12338
12336
|
for (o = 0; o < s.length; o++)
|
|
@@ -12344,7 +12342,7 @@ function cn(e) {
|
|
|
12344
12342
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12345
12343
|
return e;
|
|
12346
12344
|
}
|
|
12347
|
-
function
|
|
12345
|
+
function yp(e, t) {
|
|
12348
12346
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, fa(e, t);
|
|
12349
12347
|
}
|
|
12350
12348
|
function fa(e, t) {
|
|
@@ -12353,7 +12351,7 @@ function fa(e, t) {
|
|
|
12353
12351
|
}, fa(e, t);
|
|
12354
12352
|
}
|
|
12355
12353
|
var Bn = /* @__PURE__ */ (function(e) {
|
|
12356
|
-
|
|
12354
|
+
yp(t, e);
|
|
12357
12355
|
function t() {
|
|
12358
12356
|
var s;
|
|
12359
12357
|
return s = e.call(this) || this, s.handleExpired = s.handleExpired.bind(cn(s)), s.handleErrored = s.handleErrored.bind(cn(s)), s.handleChange = s.handleChange.bind(cn(s)), s.handleRecaptchaRef = s.handleRecaptchaRef.bind(cn(s)), s;
|
|
@@ -12417,7 +12415,7 @@ var Bn = /* @__PURE__ */ (function(e) {
|
|
|
12417
12415
|
}, n.render = function() {
|
|
12418
12416
|
var r = this.props;
|
|
12419
12417
|
r.sitekey, r.onChange, r.theme, r.type, r.tabindex, r.onExpired, r.onErrored, r.size, r.stoken, r.grecaptcha, r.badge, r.hl, r.isolated;
|
|
12420
|
-
var o =
|
|
12418
|
+
var o = wp(r, Ap);
|
|
12421
12419
|
return /* @__PURE__ */ Ba.createElement("div", ha({}, o, {
|
|
12422
12420
|
ref: this.handleRecaptchaRef
|
|
12423
12421
|
}));
|
|
@@ -12425,19 +12423,19 @@ var Bn = /* @__PURE__ */ (function(e) {
|
|
|
12425
12423
|
})(Ba.Component);
|
|
12426
12424
|
Bn.displayName = "ReCAPTCHA";
|
|
12427
12425
|
Bn.propTypes = {
|
|
12428
|
-
sitekey:
|
|
12429
|
-
onChange:
|
|
12430
|
-
grecaptcha:
|
|
12431
|
-
theme:
|
|
12432
|
-
type:
|
|
12433
|
-
tabindex:
|
|
12434
|
-
onExpired:
|
|
12435
|
-
onErrored:
|
|
12436
|
-
size:
|
|
12437
|
-
stoken:
|
|
12438
|
-
hl:
|
|
12439
|
-
badge:
|
|
12440
|
-
isolated:
|
|
12426
|
+
sitekey: Ce.string.isRequired,
|
|
12427
|
+
onChange: Ce.func,
|
|
12428
|
+
grecaptcha: Ce.object,
|
|
12429
|
+
theme: Ce.oneOf(["dark", "light"]),
|
|
12430
|
+
type: Ce.oneOf(["image", "audio"]),
|
|
12431
|
+
tabindex: Ce.number,
|
|
12432
|
+
onExpired: Ce.func,
|
|
12433
|
+
onErrored: Ce.func,
|
|
12434
|
+
size: Ce.oneOf(["compact", "normal", "invisible"]),
|
|
12435
|
+
stoken: Ce.string,
|
|
12436
|
+
hl: Ce.string,
|
|
12437
|
+
badge: Ce.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
12438
|
+
isolated: Ce.bool
|
|
12441
12439
|
};
|
|
12442
12440
|
Bn.defaultProps = {
|
|
12443
12441
|
onChange: function() {
|
|
@@ -12449,7 +12447,7 @@ Bn.defaultProps = {
|
|
|
12449
12447
|
badge: "bottomright"
|
|
12450
12448
|
};
|
|
12451
12449
|
var aa, Bs;
|
|
12452
|
-
function
|
|
12450
|
+
function vp() {
|
|
12453
12451
|
if (Bs) return aa;
|
|
12454
12452
|
Bs = 1;
|
|
12455
12453
|
var e = Ua(), t = {
|
|
@@ -12514,8 +12512,8 @@ function _p() {
|
|
|
12514
12512
|
}
|
|
12515
12513
|
return aa = p, aa;
|
|
12516
12514
|
}
|
|
12517
|
-
var
|
|
12518
|
-
const
|
|
12515
|
+
var bp = vp();
|
|
12516
|
+
const Cp = /* @__PURE__ */ Nt(bp);
|
|
12519
12517
|
function ga() {
|
|
12520
12518
|
return ga = Object.assign || function(e) {
|
|
12521
12519
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12526,28 +12524,28 @@ function ga() {
|
|
|
12526
12524
|
return e;
|
|
12527
12525
|
}, ga.apply(this, arguments);
|
|
12528
12526
|
}
|
|
12529
|
-
function
|
|
12527
|
+
function _p(e, t) {
|
|
12530
12528
|
if (e == null) return {};
|
|
12531
12529
|
var n = {}, s = Object.keys(e), r, o;
|
|
12532
12530
|
for (o = 0; o < s.length; o++)
|
|
12533
12531
|
r = s[o], !(t.indexOf(r) >= 0) && (n[r] = e[r]);
|
|
12534
12532
|
return n;
|
|
12535
12533
|
}
|
|
12536
|
-
function
|
|
12534
|
+
function Np(e, t) {
|
|
12537
12535
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12538
12536
|
}
|
|
12539
|
-
var Be = {},
|
|
12540
|
-
function
|
|
12537
|
+
var Be = {}, Sp = 0;
|
|
12538
|
+
function Ep(e, t) {
|
|
12541
12539
|
return t = t || {}, function(s) {
|
|
12542
12540
|
var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
|
|
12543
|
-
|
|
12541
|
+
Np(d, c);
|
|
12544
12542
|
function d(u, m) {
|
|
12545
12543
|
var h;
|
|
12546
12544
|
return h = c.call(this, u, m) || this, h.state = {}, h.__scriptURL = "", h;
|
|
12547
12545
|
}
|
|
12548
12546
|
var l = d.prototype;
|
|
12549
12547
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
12550
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
12548
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + Sp++), this.__scriptLoaderID;
|
|
12551
12549
|
}, l.setupScriptURL = function() {
|
|
12552
12550
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
12553
12551
|
}, l.asyncScriptLoaderHandleLoad = function(m) {
|
|
@@ -12620,7 +12618,7 @@ function Tp(e, t) {
|
|
|
12620
12618
|
}, l.render = function() {
|
|
12621
12619
|
var m = t.globalName, h = this.props;
|
|
12622
12620
|
h.asyncScriptOnLoad;
|
|
12623
|
-
var p = h.forwardedRef, g =
|
|
12621
|
+
var p = h.forwardedRef, g = _p(h, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
12624
12622
|
return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, rt(s, g);
|
|
12625
12623
|
}, d;
|
|
12626
12624
|
})(Gr), i = Ms(function(c, d) {
|
|
@@ -12629,52 +12627,52 @@ function Tp(e, t) {
|
|
|
12629
12627
|
}));
|
|
12630
12628
|
});
|
|
12631
12629
|
return i.displayName = "AsyncScriptLoader(" + r + ")", i.propTypes = {
|
|
12632
|
-
asyncScriptOnLoad:
|
|
12633
|
-
},
|
|
12630
|
+
asyncScriptOnLoad: Ce.func
|
|
12631
|
+
}, Cp(i, s);
|
|
12634
12632
|
};
|
|
12635
12633
|
}
|
|
12636
|
-
var pa = "onloadcallback",
|
|
12634
|
+
var pa = "onloadcallback", xp = "grecaptcha";
|
|
12637
12635
|
function Aa() {
|
|
12638
12636
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
12639
12637
|
}
|
|
12640
|
-
function
|
|
12638
|
+
function Ip() {
|
|
12641
12639
|
var e = Aa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12642
12640
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + pa + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + pa + "&render=explicit";
|
|
12643
12641
|
}
|
|
12644
|
-
const Rr =
|
|
12642
|
+
const Rr = Ep(Ip, {
|
|
12645
12643
|
callbackName: pa,
|
|
12646
|
-
globalName:
|
|
12644
|
+
globalName: xp,
|
|
12647
12645
|
attributes: Aa().nonce ? {
|
|
12648
12646
|
nonce: Aa().nonce
|
|
12649
12647
|
} : {}
|
|
12650
|
-
})(Bn),
|
|
12651
|
-
overlay:
|
|
12652
|
-
header:
|
|
12653
|
-
logo:
|
|
12654
|
-
card:
|
|
12655
|
-
close:
|
|
12656
|
-
form:
|
|
12657
|
-
formUl:
|
|
12658
|
-
field:
|
|
12659
|
-
label:
|
|
12660
|
-
input:
|
|
12661
|
-
error:
|
|
12662
|
-
primary:
|
|
12663
|
-
divider:
|
|
12664
|
-
google:
|
|
12665
|
-
googleIcon:
|
|
12666
|
-
spin:
|
|
12667
|
-
checkboxRow:
|
|
12648
|
+
})(Bn), Tp = "_overlay_18ksj_1", kp = "_header_18ksj_18", Up = "_logo_18ksj_25", qp = "_card_18ksj_32", Rp = "_close_18ksj_47", Lp = "_form_18ksj_71", Bp = "_formUl_18ksj_80", Op = "_field_18ksj_92", Pp = "_label_18ksj_99", Dp = "_input_18ksj_108", Mp = "_error_18ksj_126", jp = "_primary_18ksj_132", Qp = "_divider_18ksj_170", Gp = "_google_18ksj_196", Hp = "_googleIcon_18ksj_226", zp = "_spin_18ksj_259", Vp = "_checkboxRow_18ksj_281", Fp = "_terms_18ksj_318", $p = "_message_18ksj_349", Wp = "_passwordChecker_18ksj_354", Yp = "_valid_18ksj_373", Kp = "_invalid_18ksj_377", Jp = "_forgotPassword_18ksj_381", Zp = "_successContainer_18ksj_400", Xp = "_thumbsUp_18ksj_408", e9 = "_successMessage_18ksj_414", k = {
|
|
12649
|
+
overlay: Tp,
|
|
12650
|
+
header: kp,
|
|
12651
|
+
logo: Up,
|
|
12652
|
+
card: qp,
|
|
12653
|
+
close: Rp,
|
|
12654
|
+
form: Lp,
|
|
12655
|
+
formUl: Bp,
|
|
12656
|
+
field: Op,
|
|
12657
|
+
label: Pp,
|
|
12658
|
+
input: Dp,
|
|
12659
|
+
error: Mp,
|
|
12660
|
+
primary: jp,
|
|
12661
|
+
divider: Qp,
|
|
12662
|
+
google: Gp,
|
|
12663
|
+
googleIcon: Hp,
|
|
12664
|
+
spin: zp,
|
|
12665
|
+
checkboxRow: Vp,
|
|
12668
12666
|
switch: "_switch_18ksj_310",
|
|
12669
|
-
terms:
|
|
12670
|
-
message:
|
|
12671
|
-
passwordChecker:
|
|
12672
|
-
valid:
|
|
12673
|
-
invalid:
|
|
12674
|
-
forgotPassword:
|
|
12675
|
-
successContainer:
|
|
12676
|
-
thumbsUp:
|
|
12677
|
-
successMessage:
|
|
12667
|
+
terms: Fp,
|
|
12668
|
+
message: $p,
|
|
12669
|
+
passwordChecker: Wp,
|
|
12670
|
+
valid: Yp,
|
|
12671
|
+
invalid: Kp,
|
|
12672
|
+
forgotPassword: Jp,
|
|
12673
|
+
successContainer: Zp,
|
|
12674
|
+
thumbsUp: Xp,
|
|
12675
|
+
successMessage: e9
|
|
12678
12676
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12679
12677
|
"svg",
|
|
12680
12678
|
{
|
|
@@ -12686,7 +12684,7 @@ const Rr = Tp(Up, {
|
|
|
12686
12684
|
className: k.spin,
|
|
12687
12685
|
children: /* @__PURE__ */ a("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
|
|
12688
12686
|
}
|
|
12689
|
-
),
|
|
12687
|
+
), t9 = ({
|
|
12690
12688
|
isOpen: e,
|
|
12691
12689
|
onClose: t,
|
|
12692
12690
|
commentId: n,
|
|
@@ -12736,7 +12734,7 @@ const Rr = Tp(Up, {
|
|
|
12736
12734
|
})
|
|
12737
12735
|
})).json();
|
|
12738
12736
|
if (N.type === "success")
|
|
12739
|
-
|
|
12737
|
+
ip(document, n), c("success"), setTimeout(() => {
|
|
12740
12738
|
w();
|
|
12741
12739
|
}, 3e3);
|
|
12742
12740
|
else
|
|
@@ -12822,7 +12820,7 @@ const Rr = Tp(Up, {
|
|
|
12822
12820
|
] })
|
|
12823
12821
|
] }) });
|
|
12824
12822
|
};
|
|
12825
|
-
function
|
|
12823
|
+
function n9(e) {
|
|
12826
12824
|
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
12827
12825
|
return n ? {
|
|
12828
12826
|
user: {
|
|
@@ -12845,7 +12843,7 @@ function _n(e) {
|
|
|
12845
12843
|
text: n.text,
|
|
12846
12844
|
reply: n.reply ? _n({ comments: n.reply }).comments : n.reply
|
|
12847
12845
|
};
|
|
12848
|
-
const { user: s, text: r } =
|
|
12846
|
+
const { user: s, text: r } = n9(n.text);
|
|
12849
12847
|
return {
|
|
12850
12848
|
...n,
|
|
12851
12849
|
user: s || !1,
|
|
@@ -12870,7 +12868,7 @@ async function Ra({
|
|
|
12870
12868
|
}) {
|
|
12871
12869
|
const { PUBLIC_ENV: d } = Y();
|
|
12872
12870
|
if (d === "prod") {
|
|
12873
|
-
const l = await
|
|
12871
|
+
const l = await a9({
|
|
12874
12872
|
publication: e,
|
|
12875
12873
|
path: t,
|
|
12876
12874
|
size: n,
|
|
@@ -12889,7 +12887,7 @@ async function Ra({
|
|
|
12889
12887
|
return _n(u.data[0]);
|
|
12890
12888
|
}
|
|
12891
12889
|
}
|
|
12892
|
-
async function
|
|
12890
|
+
async function a9({
|
|
12893
12891
|
publication: e,
|
|
12894
12892
|
path: t,
|
|
12895
12893
|
size: n = 5,
|
|
@@ -12940,7 +12938,7 @@ async function o9({
|
|
|
12940
12938
|
throw v;
|
|
12941
12939
|
}
|
|
12942
12940
|
}
|
|
12943
|
-
const { PUBLIC_PUBLICATION_ID:
|
|
12941
|
+
const { PUBLIC_PUBLICATION_ID: s9 } = Y(), r9 = s9, o9 = (e) => {
|
|
12944
12942
|
const [t, n] = K(void 0);
|
|
12945
12943
|
return Me(() => {
|
|
12946
12944
|
if (t) return;
|
|
@@ -12948,7 +12946,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
12948
12946
|
const { PUBLIC_X_SECURITY_TOKEN: r } = Y();
|
|
12949
12947
|
try {
|
|
12950
12948
|
const o = await Ra({
|
|
12951
|
-
publication:
|
|
12949
|
+
publication: r9,
|
|
12952
12950
|
path: e ?? "",
|
|
12953
12951
|
size: 5,
|
|
12954
12952
|
sizereply: 2,
|
|
@@ -12966,7 +12964,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
12966
12964
|
}, Lr = ({ username: e, date: t, DATE_CONFIG: n }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
|
|
12967
12965
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12968
12966
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12969
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
12967
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: op(je(Number(t), n)) })
|
|
12970
12968
|
] }), Br = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12971
12969
|
"img",
|
|
12972
12970
|
{
|
|
@@ -13104,7 +13102,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13104
13102
|
]
|
|
13105
13103
|
}
|
|
13106
13104
|
);
|
|
13107
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13105
|
+
}, { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, jr = async ({
|
|
13108
13106
|
path: e,
|
|
13109
13107
|
ref: t,
|
|
13110
13108
|
captchaToken: n,
|
|
@@ -13123,7 +13121,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13123
13121
|
method: "POST",
|
|
13124
13122
|
headers: { "Content-Type": "application/json" },
|
|
13125
13123
|
body: JSON.stringify({
|
|
13126
|
-
publication:
|
|
13124
|
+
publication: c9,
|
|
13127
13125
|
path: e,
|
|
13128
13126
|
id: o,
|
|
13129
13127
|
username: r.username,
|
|
@@ -13157,7 +13155,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13157
13155
|
} catch (d) {
|
|
13158
13156
|
return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
|
|
13159
13157
|
}
|
|
13160
|
-
},
|
|
13158
|
+
}, l9 = ({
|
|
13161
13159
|
replyingTo: e,
|
|
13162
13160
|
commentRef: t,
|
|
13163
13161
|
user: n,
|
|
@@ -13210,7 +13208,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13210
13208
|
}
|
|
13211
13209
|
)
|
|
13212
13210
|
] });
|
|
13213
|
-
},
|
|
13211
|
+
}, d9 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: r }) => {
|
|
13214
13212
|
const o = e.text;
|
|
13215
13213
|
let i = `${Je.firstname} ${Je.lastname ?? ""}`, c = Je.username;
|
|
13216
13214
|
return e.user && (i = `${e.user.firstname} ${e.user.lastname ?? ""}`, c = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
|
|
@@ -13226,7 +13224,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13226
13224
|
/* @__PURE__ */ a(Or, { isReply: !0, onFlag: () => s(e.id) })
|
|
13227
13225
|
] })
|
|
13228
13226
|
] }) });
|
|
13229
|
-
},
|
|
13227
|
+
}, u9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
|
|
13230
13228
|
const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, w = Te.useRef(null);
|
|
13231
13229
|
let v = `${Je.firstname} ${Je.lastname ?? ""}`, N = Je.username;
|
|
13232
13230
|
e.user && (v = `${e.user.firstname} ${e.user.lastname ?? ""}`, N = e.user.username);
|
|
@@ -13252,7 +13250,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13252
13250
|
}
|
|
13253
13251
|
),
|
|
13254
13252
|
t === e.id && s && /* @__PURE__ */ a(
|
|
13255
|
-
|
|
13253
|
+
l9,
|
|
13256
13254
|
{
|
|
13257
13255
|
replyingTo: t,
|
|
13258
13256
|
commentRef: w,
|
|
@@ -13265,7 +13263,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13265
13263
|
),
|
|
13266
13264
|
l.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
|
|
13267
13265
|
l.reply.map((E) => /* @__PURE__ */ a(
|
|
13268
|
-
|
|
13266
|
+
d9,
|
|
13269
13267
|
{
|
|
13270
13268
|
user: s,
|
|
13271
13269
|
reply: E,
|
|
@@ -13306,7 +13304,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13306
13304
|
]
|
|
13307
13305
|
}
|
|
13308
13306
|
) });
|
|
13309
|
-
},
|
|
13307
|
+
}, m9 = ({
|
|
13310
13308
|
commentRef: e,
|
|
13311
13309
|
user: t,
|
|
13312
13310
|
path: n,
|
|
@@ -13353,7 +13351,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13353
13351
|
}
|
|
13354
13352
|
)
|
|
13355
13353
|
] });
|
|
13356
|
-
}, { PUBLIC_PUBLICATION_ID:
|
|
13354
|
+
}, { PUBLIC_PUBLICATION_ID: h9, PUBLIC_X_SECURITY_TOKEN: f9 } = Y(), Os = h9 ?? "", g9 = ({
|
|
13357
13355
|
isAuthenticated: e,
|
|
13358
13356
|
path: t,
|
|
13359
13357
|
user: n,
|
|
@@ -13363,7 +13361,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13363
13361
|
}) => {
|
|
13364
13362
|
const i = t.replaceAll("/", "|"), [c, d] = K(
|
|
13365
13363
|
void 0
|
|
13366
|
-
), [l, u] = K(""), { comments: m, setComments: h } =
|
|
13364
|
+
), [l, u] = K(""), { comments: m, setComments: h } = o9(i), [p, g] = Te.useState(!1), A = Te.useRef(null), w = (q) => {
|
|
13367
13365
|
u(l === q ? "" : q);
|
|
13368
13366
|
}, v = (q) => {
|
|
13369
13367
|
h(
|
|
@@ -13389,7 +13387,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13389
13387
|
id: void 0,
|
|
13390
13388
|
lastid: Q,
|
|
13391
13389
|
state: "5,6",
|
|
13392
|
-
apiToken:
|
|
13390
|
+
apiToken: f9
|
|
13393
13391
|
});
|
|
13394
13392
|
h({
|
|
13395
13393
|
morecomment: ee.morecomment ?? !1,
|
|
@@ -13403,7 +13401,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13403
13401
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(pe, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
|
|
13404
13402
|
e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
|
|
13405
13403
|
/* @__PURE__ */ a(
|
|
13406
|
-
|
|
13404
|
+
Qg,
|
|
13407
13405
|
{
|
|
13408
13406
|
user: n,
|
|
13409
13407
|
handleLogout: s,
|
|
@@ -13411,7 +13409,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13411
13409
|
}
|
|
13412
13410
|
),
|
|
13413
13411
|
/* @__PURE__ */ a(
|
|
13414
|
-
|
|
13412
|
+
m9,
|
|
13415
13413
|
{
|
|
13416
13414
|
commentRef: A,
|
|
13417
13415
|
user: n,
|
|
@@ -13428,7 +13426,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13428
13426
|
"data-isauthenticated": `${e}`,
|
|
13429
13427
|
children: [
|
|
13430
13428
|
m.comments.map((q) => /* @__PURE__ */ a(
|
|
13431
|
-
|
|
13429
|
+
u9,
|
|
13432
13430
|
{
|
|
13433
13431
|
comment: q,
|
|
13434
13432
|
replyingTo: l,
|
|
@@ -13455,7 +13453,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13455
13453
|
)
|
|
13456
13454
|
] }) }) }),
|
|
13457
13455
|
/* @__PURE__ */ a(
|
|
13458
|
-
|
|
13456
|
+
t9,
|
|
13459
13457
|
{
|
|
13460
13458
|
username: n?.username ?? void 0,
|
|
13461
13459
|
publication: Os,
|
|
@@ -13466,7 +13464,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13466
13464
|
}
|
|
13467
13465
|
)
|
|
13468
13466
|
] });
|
|
13469
|
-
},
|
|
13467
|
+
}, B3 = async (e, t) => {
|
|
13470
13468
|
if (!e) throw new Error("No action provided");
|
|
13471
13469
|
if (!t) throw new Error("No site key provided");
|
|
13472
13470
|
const n = window.grecaptcha;
|
|
@@ -13513,7 +13511,7 @@ const { PUBLIC_PUBLICATION_ID: i9 } = Y(), c9 = i9, l9 = (e) => {
|
|
|
13513
13511
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
13514
13512
|
}
|
|
13515
13513
|
];
|
|
13516
|
-
function
|
|
13514
|
+
function p9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
13517
13515
|
const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [m, h] = K(
|
|
13518
13516
|
"register"
|
|
13519
13517
|
), p = (v, N) => {
|
|
@@ -13733,7 +13731,7 @@ function y9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13733
13731
|
] })
|
|
13734
13732
|
] });
|
|
13735
13733
|
}
|
|
13736
|
-
function
|
|
13734
|
+
function A9({
|
|
13737
13735
|
onClose: e,
|
|
13738
13736
|
checkAuth: t,
|
|
13739
13737
|
goToRegister: n,
|
|
@@ -13743,7 +13741,7 @@ function v9({
|
|
|
13743
13741
|
const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, w] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, I] = K(null);
|
|
13744
13742
|
return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
|
|
13745
13743
|
o === "login" && /* @__PURE__ */ a(
|
|
13746
|
-
|
|
13744
|
+
w9,
|
|
13747
13745
|
{
|
|
13748
13746
|
email: c,
|
|
13749
13747
|
password: l,
|
|
@@ -13784,7 +13782,7 @@ function v9({
|
|
|
13784
13782
|
}
|
|
13785
13783
|
),
|
|
13786
13784
|
o === "forgot" && /* @__PURE__ */ a(
|
|
13787
|
-
|
|
13785
|
+
y9,
|
|
13788
13786
|
{
|
|
13789
13787
|
email: c,
|
|
13790
13788
|
setEmail: d,
|
|
@@ -13817,7 +13815,7 @@ function v9({
|
|
|
13817
13815
|
}
|
|
13818
13816
|
),
|
|
13819
13817
|
o === "changePassword" && /* @__PURE__ */ a(
|
|
13820
|
-
|
|
13818
|
+
v9,
|
|
13821
13819
|
{
|
|
13822
13820
|
email: c,
|
|
13823
13821
|
confirmationCode: m,
|
|
@@ -13866,7 +13864,7 @@ function v9({
|
|
|
13866
13864
|
}
|
|
13867
13865
|
),
|
|
13868
13866
|
o === "feedback" && /* @__PURE__ */ a(
|
|
13869
|
-
|
|
13867
|
+
b9,
|
|
13870
13868
|
{
|
|
13871
13869
|
onBackToLogin: () => {
|
|
13872
13870
|
I(null), i("login");
|
|
@@ -13875,7 +13873,7 @@ function v9({
|
|
|
13875
13873
|
)
|
|
13876
13874
|
] });
|
|
13877
13875
|
}
|
|
13878
|
-
function
|
|
13876
|
+
function w9({
|
|
13879
13877
|
email: e,
|
|
13880
13878
|
password: t,
|
|
13881
13879
|
showPassword: n,
|
|
@@ -13967,7 +13965,7 @@ function b9({
|
|
|
13967
13965
|
)
|
|
13968
13966
|
] });
|
|
13969
13967
|
}
|
|
13970
|
-
function
|
|
13968
|
+
function y9({
|
|
13971
13969
|
email: e,
|
|
13972
13970
|
setEmail: t,
|
|
13973
13971
|
loading: n,
|
|
@@ -14004,7 +14002,7 @@ function C9({
|
|
|
14004
14002
|
}
|
|
14005
14003
|
);
|
|
14006
14004
|
}
|
|
14007
|
-
function
|
|
14005
|
+
function v9({
|
|
14008
14006
|
email: e,
|
|
14009
14007
|
confirmationCode: t,
|
|
14010
14008
|
newPassword: n,
|
|
@@ -14028,7 +14026,7 @@ function _9({
|
|
|
14028
14026
|
children: [
|
|
14029
14027
|
/* @__PURE__ */ f("p", { className: k.message, children: [
|
|
14030
14028
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
14031
|
-
|
|
14029
|
+
cp(e),
|
|
14032
14030
|
". Ingrese el código y la contraseña nueva."
|
|
14033
14031
|
] }),
|
|
14034
14032
|
/* @__PURE__ */ f("ul", { className: k.formUl, children: [
|
|
@@ -14115,13 +14113,13 @@ function _9({
|
|
|
14115
14113
|
}
|
|
14116
14114
|
);
|
|
14117
14115
|
}
|
|
14118
|
-
function
|
|
14116
|
+
function b9({ onBackToLogin: e }) {
|
|
14119
14117
|
return /* @__PURE__ */ f("div", { className: k.form, children: [
|
|
14120
14118
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
14121
14119
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
14122
14120
|
] });
|
|
14123
14121
|
}
|
|
14124
|
-
function
|
|
14122
|
+
function C9({
|
|
14125
14123
|
loginUrl: e,
|
|
14126
14124
|
onClose: t,
|
|
14127
14125
|
checkAuth: n,
|
|
@@ -14158,7 +14156,7 @@ function S9({
|
|
|
14158
14156
|
)
|
|
14159
14157
|
] }),
|
|
14160
14158
|
o === "login" && /* @__PURE__ */ a(
|
|
14161
|
-
|
|
14159
|
+
A9,
|
|
14162
14160
|
{
|
|
14163
14161
|
onClose: t,
|
|
14164
14162
|
checkAuth: n,
|
|
@@ -14168,7 +14166,7 @@ function S9({
|
|
|
14168
14166
|
}
|
|
14169
14167
|
),
|
|
14170
14168
|
o === "register" && /* @__PURE__ */ a(
|
|
14171
|
-
|
|
14169
|
+
p9,
|
|
14172
14170
|
{
|
|
14173
14171
|
handleGoogleLogin: c,
|
|
14174
14172
|
goToLogin: () => i("login"),
|
|
@@ -14179,7 +14177,7 @@ function S9({
|
|
|
14179
14177
|
}
|
|
14180
14178
|
);
|
|
14181
14179
|
}
|
|
14182
|
-
function
|
|
14180
|
+
function _9({
|
|
14183
14181
|
isAuthenticated: e,
|
|
14184
14182
|
setIsAuthenticated: t,
|
|
14185
14183
|
loginUrl: n,
|
|
@@ -14193,7 +14191,7 @@ function E9({
|
|
|
14193
14191
|
const [l, u] = Te.useState(!1);
|
|
14194
14192
|
return /* @__PURE__ */ f(J, { children: [
|
|
14195
14193
|
l && /* @__PURE__ */ a(
|
|
14196
|
-
|
|
14194
|
+
C9,
|
|
14197
14195
|
{
|
|
14198
14196
|
loginUrl: n,
|
|
14199
14197
|
icon: i,
|
|
@@ -14219,7 +14217,7 @@ function E9({
|
|
|
14219
14217
|
)
|
|
14220
14218
|
] }),
|
|
14221
14219
|
/* @__PURE__ */ a(
|
|
14222
|
-
|
|
14220
|
+
g9,
|
|
14223
14221
|
{
|
|
14224
14222
|
isAuthenticated: e,
|
|
14225
14223
|
handleLogout: async () => {
|
|
@@ -14236,7 +14234,7 @@ function E9({
|
|
|
14236
14234
|
)
|
|
14237
14235
|
] });
|
|
14238
14236
|
}
|
|
14239
|
-
function
|
|
14237
|
+
function N9({
|
|
14240
14238
|
isVisible: e,
|
|
14241
14239
|
path: t,
|
|
14242
14240
|
icon: n,
|
|
@@ -14282,7 +14280,7 @@ function x9({
|
|
|
14282
14280
|
}
|
|
14283
14281
|
);
|
|
14284
14282
|
return o === null ? h : e ? /* @__PURE__ */ a(
|
|
14285
|
-
|
|
14283
|
+
_9,
|
|
14286
14284
|
{
|
|
14287
14285
|
icon: n,
|
|
14288
14286
|
isAuthenticated: o,
|
|
@@ -14296,7 +14294,7 @@ function x9({
|
|
|
14296
14294
|
}
|
|
14297
14295
|
) : h;
|
|
14298
14296
|
}
|
|
14299
|
-
const
|
|
14297
|
+
const O3 = ({
|
|
14300
14298
|
render: e,
|
|
14301
14299
|
internalPath: t,
|
|
14302
14300
|
section: n,
|
|
@@ -14323,7 +14321,7 @@ const D3 = ({
|
|
|
14323
14321
|
}, []);
|
|
14324
14322
|
const h = {
|
|
14325
14323
|
comment: /* @__PURE__ */ a(
|
|
14326
|
-
|
|
14324
|
+
N9,
|
|
14327
14325
|
{
|
|
14328
14326
|
path: t,
|
|
14329
14327
|
icon: o,
|
|
@@ -14333,7 +14331,7 @@ const D3 = ({
|
|
|
14333
14331
|
}
|
|
14334
14332
|
),
|
|
14335
14333
|
more: /* @__PURE__ */ a(
|
|
14336
|
-
|
|
14334
|
+
Dg,
|
|
14337
14335
|
{
|
|
14338
14336
|
section: n,
|
|
14339
14337
|
currentNews: s,
|
|
@@ -14354,7 +14352,7 @@ const D3 = ({
|
|
|
14354
14352
|
}
|
|
14355
14353
|
);
|
|
14356
14354
|
};
|
|
14357
|
-
async function
|
|
14355
|
+
async function P3({
|
|
14358
14356
|
publication: e,
|
|
14359
14357
|
path: t,
|
|
14360
14358
|
username: n,
|
|
@@ -14458,7 +14456,7 @@ async function M3({
|
|
|
14458
14456
|
};
|
|
14459
14457
|
}
|
|
14460
14458
|
}
|
|
14461
|
-
const
|
|
14459
|
+
const D3 = async ({
|
|
14462
14460
|
token: e,
|
|
14463
14461
|
projectId: t,
|
|
14464
14462
|
captchaKey: n,
|
|
@@ -14494,69 +14492,69 @@ const j3 = async ({
|
|
|
14494
14492
|
};
|
|
14495
14493
|
export {
|
|
14496
14494
|
vo as AssetsPreconnect,
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
|
|
14495
|
+
k3 as AutorComponent,
|
|
14496
|
+
au as AutorHeader1,
|
|
14497
|
+
fu as AutorHeader2,
|
|
14500
14498
|
we as BannerAdvertising,
|
|
14501
14499
|
st as BannerAdvertisingMiddle,
|
|
14502
|
-
|
|
14500
|
+
i3 as CarrouselCSR,
|
|
14503
14501
|
xt as CarrouselIRS,
|
|
14504
|
-
|
|
14505
|
-
|
|
14502
|
+
mf as CarruselCard,
|
|
14503
|
+
bf as CarruselOpinion,
|
|
14506
14504
|
lt as CommonServices,
|
|
14507
14505
|
Hr as Comscore,
|
|
14508
|
-
|
|
14509
|
-
|
|
14510
|
-
|
|
14511
|
-
|
|
14506
|
+
N3 as ContactInfoServer,
|
|
14507
|
+
h3 as ContactInput,
|
|
14508
|
+
f3 as ContactSelect,
|
|
14509
|
+
g3 as ContactTextarea,
|
|
14512
14510
|
Ft as ContentLayout1,
|
|
14513
14511
|
ls as ContentLayoutTema,
|
|
14514
|
-
|
|
14515
|
-
|
|
14516
|
-
|
|
14512
|
+
x3 as DEBUG_MainSlots,
|
|
14513
|
+
f2 as DestacadoNoticias,
|
|
14514
|
+
Z2 as DestacadoVideos,
|
|
14517
14515
|
uc as DynamicBlockServices,
|
|
14518
|
-
|
|
14516
|
+
E3 as DynamicComponents,
|
|
14519
14517
|
Yn as DynamicMainSlot,
|
|
14520
14518
|
Tr as DynamicSlot,
|
|
14521
|
-
|
|
14522
|
-
|
|
14519
|
+
v3 as EditorialBlock,
|
|
14520
|
+
m3 as ErrorComponent,
|
|
14523
14521
|
Ro as Font,
|
|
14524
|
-
|
|
14522
|
+
d3 as Footer,
|
|
14525
14523
|
yo as FormatAfterScripts,
|
|
14526
14524
|
zs as FormatScripts,
|
|
14527
14525
|
Vr as GA4,
|
|
14528
14526
|
Fr as GTM,
|
|
14529
|
-
|
|
14530
|
-
|
|
14531
|
-
|
|
14532
|
-
|
|
14533
|
-
|
|
14527
|
+
A0 as GalleryHeader,
|
|
14528
|
+
r3 as GenerateBody,
|
|
14529
|
+
s3 as GenerateHead,
|
|
14530
|
+
A3 as Header,
|
|
14531
|
+
I0 as IframeHeader,
|
|
14534
14532
|
al as ImageOffline,
|
|
14535
14533
|
qe as ImageOnline,
|
|
14536
14534
|
nl as ImageOnlineClient,
|
|
14537
|
-
|
|
14535
|
+
t3 as IssuuServices,
|
|
14538
14536
|
Io as ItemListSchema,
|
|
14539
|
-
|
|
14540
|
-
|
|
14537
|
+
bh as JournalistArticule2,
|
|
14538
|
+
Th as JournalistGroup,
|
|
14541
14539
|
_r as LayoutNewsComponent,
|
|
14542
|
-
|
|
14540
|
+
O3 as LazyLoader,
|
|
14543
14541
|
O as LinkComponent,
|
|
14544
|
-
|
|
14545
|
-
|
|
14546
|
-
|
|
14542
|
+
P1 as LiveBlogHeader,
|
|
14543
|
+
o3 as Location,
|
|
14544
|
+
O9 as MainComponentServices,
|
|
14547
14545
|
$r as Marfeel,
|
|
14548
14546
|
mt as MiddleSection,
|
|
14549
14547
|
Ir as Modulo1x3,
|
|
14550
|
-
|
|
14551
|
-
|
|
14552
|
-
|
|
14553
|
-
|
|
14554
|
-
|
|
14555
|
-
|
|
14556
|
-
|
|
14557
|
-
|
|
14548
|
+
uf as Modulo1x3Card,
|
|
14549
|
+
z2 as Modulo1x4,
|
|
14550
|
+
W2 as Modulo1x5,
|
|
14551
|
+
b3 as Modulo2Columnas,
|
|
14552
|
+
Q2 as Modulo3Columnas,
|
|
14553
|
+
C3 as ModuloNewsletter,
|
|
14554
|
+
y3 as ModuloOpinion,
|
|
14555
|
+
Pg as NewListResponseDataPH,
|
|
14558
14556
|
To as NewsArticle,
|
|
14559
|
-
|
|
14557
|
+
I3 as NewsComponent,
|
|
14560
14558
|
la as NewsContent,
|
|
14561
14559
|
It as NewsDescriptionComponent,
|
|
14562
14560
|
vn as NextPrev,
|
|
@@ -14564,81 +14562,81 @@ export {
|
|
|
14564
14562
|
Qa as PreloadImages,
|
|
14565
14563
|
Ye as REPORT_REASONS,
|
|
14566
14564
|
Sa as Readest,
|
|
14567
|
-
|
|
14568
|
-
|
|
14565
|
+
q3 as ScriptHydrator,
|
|
14566
|
+
T3 as SearchSection,
|
|
14569
14567
|
pe as Section,
|
|
14570
14568
|
Xe as SectionCard,
|
|
14571
14569
|
Ln as SectionCard2,
|
|
14572
14570
|
ua as SectionCardServerComponent,
|
|
14573
|
-
|
|
14571
|
+
_3 as SectionServerComponent,
|
|
14574
14572
|
yc as ShowSection,
|
|
14575
|
-
|
|
14573
|
+
o0 as SocialNetworks,
|
|
14576
14574
|
Eo as SpeculationRules,
|
|
14577
|
-
|
|
14575
|
+
S3 as StaticSlotWrapper,
|
|
14578
14576
|
Al as SubscribeColumn,
|
|
14579
14577
|
kl as SubscribeRow,
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14586
|
-
|
|
14587
|
-
|
|
14588
|
-
|
|
14589
|
-
|
|
14578
|
+
c3 as SubscribeWhatsAppColumn,
|
|
14579
|
+
w3 as TagHeader,
|
|
14580
|
+
uh as TagSection,
|
|
14581
|
+
G1 as TimeLine,
|
|
14582
|
+
U9 as TrimPathname,
|
|
14583
|
+
u3 as VideoBlock3,
|
|
14584
|
+
p3 as VideoBlock4,
|
|
14585
|
+
C0 as VideoEmbeddedHeader,
|
|
14586
|
+
U3 as VideoSection,
|
|
14587
|
+
S0 as VideoYoutubeHeader,
|
|
14590
14588
|
qo as VideosSchemas,
|
|
14591
14589
|
Uo as WebsiteList,
|
|
14592
|
-
|
|
14590
|
+
P3 as addComment,
|
|
14593
14591
|
wa as bannersReplace,
|
|
14594
14592
|
Mt as becomeVideoObject,
|
|
14595
14593
|
vt as buildTagUrl,
|
|
14596
|
-
|
|
14594
|
+
l3 as coloringByStrokeSVGs,
|
|
14597
14595
|
Ta as compileStyleProps,
|
|
14598
14596
|
Qe as cutString,
|
|
14599
|
-
|
|
14597
|
+
T9 as extractRealtedNews,
|
|
14600
14598
|
je as formatDate,
|
|
14601
|
-
|
|
14599
|
+
I9 as formatDateEdiciones,
|
|
14602
14600
|
Qs as formatDateJournalistArticule,
|
|
14603
14601
|
uo as formatDateTimeline,
|
|
14604
14602
|
fo as formatNewsMeta,
|
|
14605
14603
|
Co as formatVideoData,
|
|
14606
|
-
|
|
14607
|
-
|
|
14608
|
-
|
|
14604
|
+
a3 as generalGetData,
|
|
14605
|
+
B3 as getCaptchaToken,
|
|
14606
|
+
a9 as getComments,
|
|
14609
14607
|
Y as getConfig,
|
|
14610
|
-
|
|
14608
|
+
n3 as getDynamicSlots,
|
|
14611
14609
|
jt as getEnvironmentUrl,
|
|
14612
14610
|
ho as getEnvironmentUrlFront,
|
|
14613
|
-
|
|
14611
|
+
L9 as getHydratorPath,
|
|
14614
14612
|
ge as getImageUrl,
|
|
14615
14613
|
Wt as getNextMeta,
|
|
14616
14614
|
Kt as getPage,
|
|
14617
14615
|
Na as getPlayIcon,
|
|
14618
|
-
|
|
14616
|
+
B9 as getPreloadImages,
|
|
14619
14617
|
Yt as getPrevMeta,
|
|
14620
|
-
|
|
14618
|
+
L3 as getReportReasonLabel,
|
|
14621
14619
|
Gs as getResponse,
|
|
14622
14620
|
mo as getResponsePromise,
|
|
14623
14621
|
ya as getSchemas,
|
|
14624
14622
|
Vs as getScriptReplaces,
|
|
14625
14623
|
Bo as getSlugs,
|
|
14626
|
-
|
|
14627
|
-
|
|
14624
|
+
q9 as getTypeOfNews,
|
|
14625
|
+
R9 as getVideoRealPath,
|
|
14628
14626
|
Ra as handleGetComments,
|
|
14629
|
-
|
|
14627
|
+
x9 as initLibrary,
|
|
14630
14628
|
wo as metadataToJSX,
|
|
14631
14629
|
hc as metadata_defaults,
|
|
14632
14630
|
Hs as parseTags,
|
|
14633
14631
|
go as pathnameSplit,
|
|
14634
|
-
|
|
14632
|
+
k9 as processExtractedRelatedNews,
|
|
14635
14633
|
Lo as removePages,
|
|
14636
|
-
|
|
14637
|
-
|
|
14634
|
+
R3 as reportComment,
|
|
14635
|
+
Od as shareButtons,
|
|
14638
14636
|
xa as socialIcons,
|
|
14639
14637
|
No as speculationRules,
|
|
14640
14638
|
_o as speculationRulesHome,
|
|
14641
14639
|
po as urlReplaces,
|
|
14642
14640
|
vr as usePlayIcon,
|
|
14643
|
-
|
|
14641
|
+
D3 as verifyCaptchaTokenEnterprise
|
|
14644
14642
|
};
|