sass-template-common 0.9.239 → 0.9.240
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -36
- package/dist/note.css +2 -2
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.js +302 -291
- package/dist/sass-template-common.umd.cjs +24 -24
- package/dist/ui/components/common/journalist-articule-2/journalist-articule-2.css +1 -1
- package/dist/ui/components/pages/news/components-pages-news-header-section.css +1 -1
- package/dist/ui/components/pages/news/right-side/components-pages-news-right-side.css +1 -1
- package/package.json +69 -69
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s, Fragment as $, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import * as fs from "react";
|
|
3
|
-
import ue, { useState as z, useRef as pa, useCallback as de, useEffect as Be, createElement as Ve, forwardRef as ga, Fragment as Rn, useMemo as Ct, Component as
|
|
3
|
+
import ue, { useState as z, useRef as pa, useCallback as de, useEffect as Be, createElement as Ve, forwardRef as ga, Fragment as Rn, useMemo as Ct, Component as kr } from "react";
|
|
4
4
|
let Pn = {
|
|
5
5
|
PUBLIC_API_HOST: "",
|
|
6
6
|
PUBLIC_API_FRONT: "",
|
|
@@ -83,7 +83,7 @@ function vm(e = {}) {
|
|
|
83
83
|
function R() {
|
|
84
84
|
return Pn;
|
|
85
85
|
}
|
|
86
|
-
const
|
|
86
|
+
const Ir = () => {
|
|
87
87
|
const { ANALYTICS_comscore: e } = R();
|
|
88
88
|
return e && /* @__PURE__ */ s(
|
|
89
89
|
"script",
|
|
@@ -105,17 +105,17 @@ function wa() {
|
|
|
105
105
|
e.exports = a();
|
|
106
106
|
})(Ur, (function() {
|
|
107
107
|
var n = 1e3, a = 6e4, r = 36e5, o = "millisecond", i = "second", l = "minute", c = "hour", d = "day", u = "week", h = "month", m = "quarter", w = "year", f = "date", g = "Invalid Date", b = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, A = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, C = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(O) {
|
|
108
|
-
var
|
|
109
|
-
return "[" + O + (
|
|
110
|
-
} }, N = function(O,
|
|
108
|
+
var I = ["th", "st", "nd", "rd"], U = O % 100;
|
|
109
|
+
return "[" + O + (I[(U - 20) % 10] || I[U] || I[0]) + "]";
|
|
110
|
+
} }, N = function(O, I, U) {
|
|
111
111
|
var G = String(O);
|
|
112
|
-
return !G || G.length >=
|
|
112
|
+
return !G || G.length >= I ? O : "" + Array(I + 1 - G.length).join(U) + O;
|
|
113
113
|
}, v = { s: N, z: function(O) {
|
|
114
|
-
var
|
|
115
|
-
return (
|
|
116
|
-
}, m: function O(
|
|
117
|
-
if (
|
|
118
|
-
var G = 12 * (U.year() -
|
|
114
|
+
var I = -O.utcOffset(), U = Math.abs(I), G = Math.floor(U / 60), B = U % 60;
|
|
115
|
+
return (I <= 0 ? "+" : "-") + N(G, 2, "0") + ":" + N(B, 2, "0");
|
|
116
|
+
}, m: function O(I, U) {
|
|
117
|
+
if (I.date() < U.date()) return -O(U, I);
|
|
118
|
+
var G = 12 * (U.year() - I.year()) + (U.month() - I.month()), B = I.clone().add(G, h), Y = U - B < 0, x = I.clone().add(G + (Y ? -1 : 1), h);
|
|
119
119
|
return +(-(G + (U - B) / (Y ? B - x : x - B)) || 0);
|
|
120
120
|
}, a: function(O) {
|
|
121
121
|
return O < 0 ? Math.ceil(O) || 0 : Math.floor(O);
|
|
@@ -125,35 +125,35 @@ function wa() {
|
|
|
125
125
|
return O === void 0;
|
|
126
126
|
} }, y = "en", S = {};
|
|
127
127
|
S[y] = C;
|
|
128
|
-
var
|
|
129
|
-
return O instanceof H || !(!O || !O[
|
|
130
|
-
}, D = function O(
|
|
128
|
+
var k = "$isDayjsObject", L = function(O) {
|
|
129
|
+
return O instanceof H || !(!O || !O[k]);
|
|
130
|
+
}, D = function O(I, U, G) {
|
|
131
131
|
var B;
|
|
132
|
-
if (!
|
|
133
|
-
if (typeof
|
|
134
|
-
var Y =
|
|
132
|
+
if (!I) return y;
|
|
133
|
+
if (typeof I == "string") {
|
|
134
|
+
var Y = I.toLowerCase();
|
|
135
135
|
S[Y] && (B = Y), U && (S[Y] = U, B = Y);
|
|
136
|
-
var x =
|
|
136
|
+
var x = I.split("-");
|
|
137
137
|
if (!B && x.length > 1) return O(x[0]);
|
|
138
138
|
} else {
|
|
139
|
-
var T =
|
|
140
|
-
S[T] =
|
|
139
|
+
var T = I.name;
|
|
140
|
+
S[T] = I, B = T;
|
|
141
141
|
}
|
|
142
142
|
return !G && B && (y = B), B || !G && y;
|
|
143
|
-
}, j = function(O,
|
|
143
|
+
}, j = function(O, I) {
|
|
144
144
|
if (L(O)) return O.clone();
|
|
145
|
-
var U = typeof
|
|
145
|
+
var U = typeof I == "object" ? I : {};
|
|
146
146
|
return U.date = O, U.args = arguments, new H(U);
|
|
147
147
|
}, P = v;
|
|
148
|
-
P.l = D, P.i = L, P.w = function(O,
|
|
149
|
-
return j(O, { locale:
|
|
148
|
+
P.l = D, P.i = L, P.w = function(O, I) {
|
|
149
|
+
return j(O, { locale: I.$L, utc: I.$u, x: I.$x, $offset: I.$offset });
|
|
150
150
|
};
|
|
151
151
|
var H = (function() {
|
|
152
152
|
function O(U) {
|
|
153
|
-
this.$L = D(U.locale, null, !0), this.parse(U), this.$x = this.$x || U.x || {}, this[
|
|
153
|
+
this.$L = D(U.locale, null, !0), this.parse(U), this.$x = this.$x || U.x || {}, this[k] = !0;
|
|
154
154
|
}
|
|
155
|
-
var
|
|
156
|
-
return
|
|
155
|
+
var I = O.prototype;
|
|
156
|
+
return I.parse = function(U) {
|
|
157
157
|
this.$d = (function(G) {
|
|
158
158
|
var B = G.date, Y = G.utc;
|
|
159
159
|
if (B === null) return /* @__PURE__ */ new Date(NaN);
|
|
@@ -168,27 +168,27 @@ function wa() {
|
|
|
168
168
|
}
|
|
169
169
|
return new Date(B);
|
|
170
170
|
})(U), this.init();
|
|
171
|
-
},
|
|
171
|
+
}, I.init = function() {
|
|
172
172
|
var U = this.$d;
|
|
173
173
|
this.$y = U.getFullYear(), this.$M = U.getMonth(), this.$D = U.getDate(), this.$W = U.getDay(), this.$H = U.getHours(), this.$m = U.getMinutes(), this.$s = U.getSeconds(), this.$ms = U.getMilliseconds();
|
|
174
|
-
},
|
|
174
|
+
}, I.$utils = function() {
|
|
175
175
|
return P;
|
|
176
|
-
},
|
|
176
|
+
}, I.isValid = function() {
|
|
177
177
|
return this.$d.toString() !== g;
|
|
178
|
-
},
|
|
178
|
+
}, I.isSame = function(U, G) {
|
|
179
179
|
var B = j(U);
|
|
180
180
|
return this.startOf(G) <= B && B <= this.endOf(G);
|
|
181
|
-
},
|
|
181
|
+
}, I.isAfter = function(U, G) {
|
|
182
182
|
return j(U) < this.startOf(G);
|
|
183
|
-
},
|
|
183
|
+
}, I.isBefore = function(U, G) {
|
|
184
184
|
return this.endOf(G) < j(U);
|
|
185
|
-
},
|
|
185
|
+
}, I.$g = function(U, G, B) {
|
|
186
186
|
return P.u(U) ? this[G] : this.set(B, U);
|
|
187
|
-
},
|
|
187
|
+
}, I.unix = function() {
|
|
188
188
|
return Math.floor(this.valueOf() / 1e3);
|
|
189
|
-
},
|
|
189
|
+
}, I.valueOf = function() {
|
|
190
190
|
return this.$d.getTime();
|
|
191
|
-
},
|
|
191
|
+
}, I.startOf = function(U, G) {
|
|
192
192
|
var B = this, Y = !!P.u(G) || G, x = P.p(U), T = function(se, X) {
|
|
193
193
|
var ce = P.w(B.$u ? Date.UTC(B.$y, X, se) : new Date(B.$y, X, se), B);
|
|
194
194
|
return Y ? ce : ce.endOf(d);
|
|
@@ -215,20 +215,20 @@ function wa() {
|
|
|
215
215
|
default:
|
|
216
216
|
return this.clone();
|
|
217
217
|
}
|
|
218
|
-
},
|
|
218
|
+
}, I.endOf = function(U) {
|
|
219
219
|
return this.startOf(U, !1);
|
|
220
|
-
},
|
|
220
|
+
}, I.$set = function(U, G) {
|
|
221
221
|
var B, Y = P.p(U), x = "set" + (this.$u ? "UTC" : ""), T = (B = {}, B[d] = x + "Date", B[f] = x + "Date", B[h] = x + "Month", B[w] = x + "FullYear", B[c] = x + "Hours", B[l] = x + "Minutes", B[i] = x + "Seconds", B[o] = x + "Milliseconds", B)[Y], _ = Y === d ? this.$D + (G - this.$W) : G;
|
|
222
222
|
if (Y === h || Y === w) {
|
|
223
223
|
var V = this.clone().set(f, 1);
|
|
224
224
|
V.$d[T](_), V.init(), this.$d = V.set(f, Math.min(this.$D, V.daysInMonth())).$d;
|
|
225
225
|
} else T && this.$d[T](_);
|
|
226
226
|
return this.init(), this;
|
|
227
|
-
},
|
|
227
|
+
}, I.set = function(U, G) {
|
|
228
228
|
return this.clone().$set(U, G);
|
|
229
|
-
},
|
|
229
|
+
}, I.get = function(U) {
|
|
230
230
|
return this[P.p(U)]();
|
|
231
|
-
},
|
|
231
|
+
}, I.add = function(U, G) {
|
|
232
232
|
var B, Y = this;
|
|
233
233
|
U = Number(U);
|
|
234
234
|
var x = P.p(G), T = function(F) {
|
|
@@ -241,9 +241,9 @@ function wa() {
|
|
|
241
241
|
if (x === u) return T(7);
|
|
242
242
|
var _ = (B = {}, B[l] = a, B[c] = r, B[i] = n, B)[x] || 1, V = this.$d.getTime() + U * _;
|
|
243
243
|
return P.w(V, this);
|
|
244
|
-
},
|
|
244
|
+
}, I.subtract = function(U, G) {
|
|
245
245
|
return this.add(-1 * U, G);
|
|
246
|
-
},
|
|
246
|
+
}, I.format = function(U) {
|
|
247
247
|
var G = this, B = this.$locale();
|
|
248
248
|
if (!this.isValid()) return B.invalidDate || g;
|
|
249
249
|
var Y = U || "YYYY-MM-DDTHH:mm:ssZ", x = P.z(this), T = this.$H, _ = this.$m, V = this.$M, F = B.weekdays, W = B.months, K = B.meridiem, J = function(X, ce, q, Ae) {
|
|
@@ -309,9 +309,9 @@ function wa() {
|
|
|
309
309
|
return null;
|
|
310
310
|
})(X) || x.replace(":", "");
|
|
311
311
|
}));
|
|
312
|
-
},
|
|
312
|
+
}, I.utcOffset = function() {
|
|
313
313
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
314
|
-
},
|
|
314
|
+
}, I.diff = function(U, G, B) {
|
|
315
315
|
var Y, x = this, T = P.p(G), _ = j(U), V = (_.utcOffset() - this.utcOffset()) * a, F = this - _, W = function() {
|
|
316
316
|
return P.m(x, _);
|
|
317
317
|
};
|
|
@@ -344,32 +344,32 @@ function wa() {
|
|
|
344
344
|
Y = F;
|
|
345
345
|
}
|
|
346
346
|
return B ? Y : P.a(Y);
|
|
347
|
-
},
|
|
347
|
+
}, I.daysInMonth = function() {
|
|
348
348
|
return this.endOf(h).$D;
|
|
349
|
-
},
|
|
349
|
+
}, I.$locale = function() {
|
|
350
350
|
return S[this.$L];
|
|
351
|
-
},
|
|
351
|
+
}, I.locale = function(U, G) {
|
|
352
352
|
if (!U) return this.$L;
|
|
353
353
|
var B = this.clone(), Y = D(U, G, !0);
|
|
354
354
|
return Y && (B.$L = Y), B;
|
|
355
|
-
},
|
|
355
|
+
}, I.clone = function() {
|
|
356
356
|
return P.w(this.$d, this);
|
|
357
|
-
},
|
|
357
|
+
}, I.toDate = function() {
|
|
358
358
|
return new Date(this.valueOf());
|
|
359
|
-
},
|
|
359
|
+
}, I.toJSON = function() {
|
|
360
360
|
return this.isValid() ? this.toISOString() : null;
|
|
361
|
-
},
|
|
361
|
+
}, I.toISOString = function() {
|
|
362
362
|
return this.$d.toISOString();
|
|
363
|
-
},
|
|
363
|
+
}, I.toString = function() {
|
|
364
364
|
return this.$d.toUTCString();
|
|
365
365
|
}, O;
|
|
366
366
|
})(), Q = H.prototype;
|
|
367
367
|
return j.prototype = Q, [["$ms", o], ["$s", i], ["$m", l], ["$H", c], ["$W", d], ["$M", h], ["$y", w], ["$D", f]].forEach((function(O) {
|
|
368
|
-
Q[O[1]] = function(
|
|
369
|
-
return this.$g(
|
|
368
|
+
Q[O[1]] = function(I) {
|
|
369
|
+
return this.$g(I, O[0], O[1]);
|
|
370
370
|
};
|
|
371
|
-
})), j.extend = function(O,
|
|
372
|
-
return O.$i || (O(
|
|
371
|
+
})), j.extend = function(O, I) {
|
|
372
|
+
return O.$i || (O(I, H, j), O.$i = !0), j;
|
|
373
373
|
}, j.locale = D, j.isDayjs = L, j.unix = function(O) {
|
|
374
374
|
return j(1e3 * O);
|
|
375
375
|
}, j.en = S[y], j.Ls = S, j.p = {}, j;
|
|
@@ -397,8 +397,8 @@ function Pr() {
|
|
|
397
397
|
var S = (n.rounding || Math.round)(Math.abs(f));
|
|
398
398
|
if (b = f > 0, S <= y.r || !y.r) {
|
|
399
399
|
S <= 1 && v > 0 && (y = C[v - 1]);
|
|
400
|
-
var
|
|
401
|
-
w && (S = w("" + S)), g = typeof
|
|
400
|
+
var k = A[y.l];
|
|
401
|
+
w && (S = w("" + S)), g = typeof k == "string" ? k.replace("%d", S) : k(S, u, y.l, b);
|
|
402
402
|
break;
|
|
403
403
|
}
|
|
404
404
|
}
|
|
@@ -478,7 +478,7 @@ function Dr() {
|
|
|
478
478
|
y === void 0 && (y = "");
|
|
479
479
|
var S = y.match(a);
|
|
480
480
|
if (!S) return null;
|
|
481
|
-
var
|
|
481
|
+
var k = ("" + S[0]).match(r) || ["-", 0, 0], L = k[0], D = 60 * +k[1] + +k[2];
|
|
482
482
|
return D === 0 ? 0 : L === "+" ? D : -D;
|
|
483
483
|
})(g), g === null)) return this;
|
|
484
484
|
var C = Math.abs(g) <= 16 ? 60 * g : g;
|
|
@@ -539,8 +539,8 @@ function Hr() {
|
|
|
539
539
|
var A = f[b], C = A.type, N = A.value, v = n[C];
|
|
540
540
|
v >= 0 && (g[v] = parseInt(N, 10));
|
|
541
541
|
}
|
|
542
|
-
var y = g[3], S = y === 24 ? 0 : y,
|
|
543
|
-
return (i.utc(
|
|
542
|
+
var y = g[3], S = y === 24 ? 0 : y, k = g[0] + "-" + g[1] + "-" + g[2] + " " + S + ":" + g[4] + ":" + g[5] + ":000", L = +m;
|
|
543
|
+
return (i.utc(k).valueOf() - (L -= L % 1e3)) / 6e4;
|
|
544
544
|
}, u = o.prototype;
|
|
545
545
|
u.tz = function(m, w) {
|
|
546
546
|
m === void 0 && (m = l);
|
|
@@ -565,10 +565,10 @@ function Hr() {
|
|
|
565
565
|
}, i.tz = function(m, w, f) {
|
|
566
566
|
var g = f && w, b = f || w || l, A = d(+i(), b);
|
|
567
567
|
if (typeof m != "string") return i(m).tz(b);
|
|
568
|
-
var C = (function(S,
|
|
569
|
-
var D = S - 60 *
|
|
570
|
-
if (
|
|
571
|
-
var P = d(D -= 60 * (j -
|
|
568
|
+
var C = (function(S, k, L) {
|
|
569
|
+
var D = S - 60 * k * 1e3, j = d(D, L);
|
|
570
|
+
if (k === j) return [D, k];
|
|
571
|
+
var P = d(D -= 60 * (j - k) * 1e3, L);
|
|
572
572
|
return j === P ? [D, j] : [S - 60 * Math.min(j, P) * 1e3, Math.max(j, P)];
|
|
573
573
|
})(i.utc(m, g).valueOf(), A, b), N = C[0], v = C[1], y = i(N).utcOffset(v);
|
|
574
574
|
return y.$x.$timezone = b, y;
|
|
@@ -1085,7 +1085,7 @@ async function lo({
|
|
|
1085
1085
|
), c = await Promise.allSettled(l), d = c.map((f) => f.status === "fulfilled" && f.value?.data?.data ? f.value.data.data : []), u = d.flat(), m = (d[d.length - 1] ?? []).length === o, w = c[0]?.status === "fulfilled" ? c[0].value : void 0;
|
|
1086
1086
|
return { data: u, hasNextPage: m, firstBatchResponse: w };
|
|
1087
1087
|
}
|
|
1088
|
-
const $e = [], We = [], vs = () => !!R().DEBUG_ENABLED,
|
|
1088
|
+
const $e = [], We = [], vs = () => !!R().DEBUG_ENABLED, Ie = {
|
|
1089
1089
|
add(e) {
|
|
1090
1090
|
vs() && ($e.push({
|
|
1091
1091
|
id: `${Date.now()}-${$e.length}`,
|
|
@@ -1274,7 +1274,7 @@ const fo = () => {
|
|
|
1274
1274
|
]
|
|
1275
1275
|
}
|
|
1276
1276
|
};
|
|
1277
|
-
},
|
|
1277
|
+
}, km = (e) => {
|
|
1278
1278
|
let t = "";
|
|
1279
1279
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1280
1280
|
const n = e.params.news.split("-"), a = n[n.length - 1] ?? "", r = a.substring(1, 9), o = a.substring(9, 13);
|
|
@@ -1292,7 +1292,7 @@ const fo = () => {
|
|
|
1292
1292
|
}
|
|
1293
1293
|
return e.config.servicePrefix + t;
|
|
1294
1294
|
};
|
|
1295
|
-
function
|
|
1295
|
+
function Im(e) {
|
|
1296
1296
|
const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], a = n[n.length - 1]?.split("."), r = a && a[0] ? a[0] : "", o = r.substring(0, 2), i = r.substring(2, 10), l = r.substring(10);
|
|
1297
1297
|
return { path: {
|
|
1298
1298
|
vy: (d) => `/videos/video-youtube/${ye(i).format(
|
|
@@ -1704,7 +1704,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
1704
1704
|
Common: xo,
|
|
1705
1705
|
Nota: So,
|
|
1706
1706
|
NotaLista: Eo
|
|
1707
|
-
},
|
|
1707
|
+
}, ko = ({ active: e, type: t, customSpeculation: n }) => {
|
|
1708
1708
|
const a = n || To[t];
|
|
1709
1709
|
return e && /* @__PURE__ */ s(
|
|
1710
1710
|
"script",
|
|
@@ -1720,7 +1720,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
1720
1720
|
return n.get(`/schemas${t}`, { params: e }).catch((a) => {
|
|
1721
1721
|
console.log(`[/schemas${t}] Error: ${a.message}`);
|
|
1722
1722
|
});
|
|
1723
|
-
},
|
|
1723
|
+
}, Io = (e, t) => {
|
|
1724
1724
|
if (typeof e == "string") return At(e, t);
|
|
1725
1725
|
if (e && typeof e == "object") {
|
|
1726
1726
|
const n = { ...e };
|
|
@@ -1741,7 +1741,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
1741
1741
|
itemListElement: o.map((l, c) => {
|
|
1742
1742
|
if (!l || typeof l != "object") return l;
|
|
1743
1743
|
const d = { ...l };
|
|
1744
|
-
return "item" in d && (d.item =
|
|
1744
|
+
return "item" in d && (d.item = Io(d.item, t)), typeof d.url == "string" && (d.url = At(d.url, t)), i && (d.position = c + 1), d;
|
|
1745
1745
|
})
|
|
1746
1746
|
};
|
|
1747
1747
|
}
|
|
@@ -2346,16 +2346,16 @@ function Sa(e, t) {
|
|
|
2346
2346
|
const { toString: Wo } = Object.prototype, { getPrototypeOf: Wn } = Object, { iterator: sn, toStringTag: Ea } = Symbol, an = /* @__PURE__ */ ((e) => (t) => {
|
|
2347
2347
|
const n = Wo.call(t);
|
|
2348
2348
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
2349
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
2349
|
+
})(/* @__PURE__ */ Object.create(null)), ke = (e) => (e = e.toLowerCase(), (t) => an(t) === e), rn = (e) => (t) => typeof t === e, { isArray: mt } = Array, lt = rn("undefined");
|
|
2350
2350
|
function St(e) {
|
|
2351
2351
|
return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) && ve(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
2352
2352
|
}
|
|
2353
|
-
const Ta =
|
|
2353
|
+
const Ta = ke("ArrayBuffer");
|
|
2354
2354
|
function Yo(e) {
|
|
2355
2355
|
let t;
|
|
2356
2356
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Ta(e.buffer), t;
|
|
2357
2357
|
}
|
|
2358
|
-
const Ko = rn("string"), ve = rn("function"),
|
|
2358
|
+
const Ko = rn("string"), ve = rn("function"), ka = rn("number"), Et = (e) => e !== null && typeof e == "object", Jo = (e) => e === !0 || e === !1, zt = (e) => {
|
|
2359
2359
|
if (an(e) !== "object")
|
|
2360
2360
|
return !1;
|
|
2361
2361
|
const t = Wn(e);
|
|
@@ -2368,11 +2368,11 @@ const Ko = rn("string"), ve = rn("function"), Ia = rn("number"), Et = (e) => e !
|
|
|
2368
2368
|
} catch {
|
|
2369
2369
|
return !1;
|
|
2370
2370
|
}
|
|
2371
|
-
}, Xo =
|
|
2371
|
+
}, Xo = ke("Date"), ei = ke("File"), ti = ke("Blob"), ni = ke("FileList"), si = (e) => Et(e) && ve(e.pipe), ai = (e) => {
|
|
2372
2372
|
let t;
|
|
2373
2373
|
return e && (typeof FormData == "function" && e instanceof FormData || ve(e.append) && ((t = an(e)) === "formdata" || // detect form-data instance
|
|
2374
2374
|
t === "object" && ve(e.toString) && e.toString() === "[object FormData]"));
|
|
2375
|
-
}, ri =
|
|
2375
|
+
}, ri = ke("URLSearchParams"), [oi, ii, li, ci] = ["ReadableStream", "Request", "Response", "Headers"].map(ke), di = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
2376
2376
|
function Tt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
2377
2377
|
if (e === null || typeof e > "u")
|
|
2378
2378
|
return;
|
|
@@ -2389,7 +2389,7 @@ function Tt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
2389
2389
|
l = o[a], t.call(null, e[l], l, e);
|
|
2390
2390
|
}
|
|
2391
2391
|
}
|
|
2392
|
-
function
|
|
2392
|
+
function Ia(e, t) {
|
|
2393
2393
|
if (St(e))
|
|
2394
2394
|
return null;
|
|
2395
2395
|
t = t.toLowerCase();
|
|
@@ -2403,7 +2403,7 @@ function ka(e, t) {
|
|
|
2403
2403
|
const Ye = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Ua = (e) => !lt(e) && e !== Ye;
|
|
2404
2404
|
function Bn() {
|
|
2405
2405
|
const { caseless: e, skipUndefined: t } = Ua(this) && this || {}, n = {}, a = (r, o) => {
|
|
2406
|
-
const i = e &&
|
|
2406
|
+
const i = e && Ia(n, o) || o;
|
|
2407
2407
|
zt(n[i]) && zt(r) ? n[i] = Bn(n[i], r) : zt(r) ? n[i] = Bn({}, r) : mt(r) ? n[i] = r.slice() : (!t || !lt(r)) && (n[i] = r);
|
|
2408
2408
|
};
|
|
2409
2409
|
for (let r = 0, o = arguments.length; r < o; r++)
|
|
@@ -2434,7 +2434,7 @@ const ui = (e, t, n, { allOwnKeys: a } = {}) => (Tt(t, (r, o) => {
|
|
|
2434
2434
|
if (!e) return null;
|
|
2435
2435
|
if (mt(e)) return e;
|
|
2436
2436
|
let t = e.length;
|
|
2437
|
-
if (!
|
|
2437
|
+
if (!ka(t)) return null;
|
|
2438
2438
|
const n = new Array(t);
|
|
2439
2439
|
for (; t-- > 0; )
|
|
2440
2440
|
n[t] = e[t];
|
|
@@ -2452,12 +2452,12 @@ const ui = (e, t, n, { allOwnKeys: a } = {}) => (Tt(t, (r, o) => {
|
|
|
2452
2452
|
for (; (n = e.exec(t)) !== null; )
|
|
2453
2453
|
a.push(n);
|
|
2454
2454
|
return a;
|
|
2455
|
-
}, yi =
|
|
2455
|
+
}, yi = ke("HTMLFormElement"), Ci = (e) => e.toLowerCase().replace(
|
|
2456
2456
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
2457
2457
|
function(n, a, r) {
|
|
2458
2458
|
return a.toUpperCase() + r;
|
|
2459
2459
|
}
|
|
2460
|
-
), Ss = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), vi =
|
|
2460
|
+
), Ss = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), vi = ke("RegExp"), La = (e, t) => {
|
|
2461
2461
|
const n = Object.getOwnPropertyDescriptors(e), a = {};
|
|
2462
2462
|
Tt(n, (r, o) => {
|
|
2463
2463
|
let i;
|
|
@@ -2490,7 +2490,7 @@ const ui = (e, t, n, { allOwnKeys: a } = {}) => (Tt(t, (r, o) => {
|
|
|
2490
2490
|
function Ti(e) {
|
|
2491
2491
|
return !!(e && ve(e.append) && e[Ea] === "FormData" && e[sn]);
|
|
2492
2492
|
}
|
|
2493
|
-
const
|
|
2493
|
+
const ki = (e) => {
|
|
2494
2494
|
const t = new Array(10), n = (a, r) => {
|
|
2495
2495
|
if (Et(a)) {
|
|
2496
2496
|
if (t.indexOf(a) >= 0)
|
|
@@ -2509,7 +2509,7 @@ const Ii = (e) => {
|
|
|
2509
2509
|
return a;
|
|
2510
2510
|
};
|
|
2511
2511
|
return n(e, 0);
|
|
2512
|
-
},
|
|
2512
|
+
}, Ii = ke("AsyncFunction"), Ui = (e) => e && (Et(e) || ve(e)) && ve(e.then) && ve(e.catch), Ra = ((e, t) => e ? setImmediate : t ? ((n, a) => (Ye.addEventListener("message", ({ source: r, data: o }) => {
|
|
2513
2513
|
r === Ye && o === n && a.length && a.shift()();
|
|
2514
2514
|
}, !1), (r) => {
|
|
2515
2515
|
a.push(r), Ye.postMessage(n, "*");
|
|
@@ -2523,7 +2523,7 @@ const Ii = (e) => {
|
|
|
2523
2523
|
isFormData: ai,
|
|
2524
2524
|
isArrayBufferView: Yo,
|
|
2525
2525
|
isString: Ko,
|
|
2526
|
-
isNumber:
|
|
2526
|
+
isNumber: ka,
|
|
2527
2527
|
isBoolean: Jo,
|
|
2528
2528
|
isObject: Et,
|
|
2529
2529
|
isPlainObject: zt,
|
|
@@ -2550,7 +2550,7 @@ const Ii = (e) => {
|
|
|
2550
2550
|
inherits: hi,
|
|
2551
2551
|
toFlatObject: fi,
|
|
2552
2552
|
kindOf: an,
|
|
2553
|
-
kindOfTest:
|
|
2553
|
+
kindOfTest: ke,
|
|
2554
2554
|
endsWith: pi,
|
|
2555
2555
|
toArray: gi,
|
|
2556
2556
|
forEachEntry: bi,
|
|
@@ -2565,12 +2565,12 @@ const Ii = (e) => {
|
|
|
2565
2565
|
toCamelCase: Ci,
|
|
2566
2566
|
noop: Si,
|
|
2567
2567
|
toFiniteNumber: Ei,
|
|
2568
|
-
findKey:
|
|
2568
|
+
findKey: Ia,
|
|
2569
2569
|
global: Ye,
|
|
2570
2570
|
isContextDefined: Ua,
|
|
2571
2571
|
isSpecCompliantForm: Ti,
|
|
2572
|
-
toJSONObject:
|
|
2573
|
-
isAsyncFn:
|
|
2572
|
+
toJSONObject: ki,
|
|
2573
|
+
isAsyncFn: Ii,
|
|
2574
2574
|
isThenable: Ui,
|
|
2575
2575
|
setImmediate: Ra,
|
|
2576
2576
|
asap: Li,
|
|
@@ -2756,7 +2756,7 @@ function _a(e, t, n) {
|
|
|
2756
2756
|
}
|
|
2757
2757
|
return e;
|
|
2758
2758
|
}
|
|
2759
|
-
class
|
|
2759
|
+
class ks {
|
|
2760
2760
|
constructor() {
|
|
2761
2761
|
this.handlers = [];
|
|
2762
2762
|
}
|
|
@@ -2879,7 +2879,7 @@ function Wi(e, t, n) {
|
|
|
2879
2879
|
}
|
|
2880
2880
|
return (n || JSON.stringify)(e);
|
|
2881
2881
|
}
|
|
2882
|
-
const
|
|
2882
|
+
const kt = {
|
|
2883
2883
|
transitional: qa,
|
|
2884
2884
|
adapter: ["xhr", "http", "fetch"],
|
|
2885
2885
|
transformRequest: [function(t, n) {
|
|
@@ -2908,7 +2908,7 @@ const It = {
|
|
|
2908
2908
|
return o || r ? (n.setContentType("application/json", !1), Wi(t)) : t;
|
|
2909
2909
|
}],
|
|
2910
2910
|
transformResponse: [function(t) {
|
|
2911
|
-
const n = this.transitional ||
|
|
2911
|
+
const n = this.transitional || kt.transitional, a = n && n.forcedJSONParsing, r = this.responseType === "json";
|
|
2912
2912
|
if (E.isResponse(t) || E.isReadableStream(t))
|
|
2913
2913
|
return t;
|
|
2914
2914
|
if (t && E.isString(t) && (a && !this.responseType || r)) {
|
|
@@ -2946,7 +2946,7 @@ const It = {
|
|
|
2946
2946
|
}
|
|
2947
2947
|
};
|
|
2948
2948
|
E.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
2949
|
-
|
|
2949
|
+
kt.headers[e] = {};
|
|
2950
2950
|
});
|
|
2951
2951
|
const Yi = E.toObjectSet([
|
|
2952
2952
|
"age",
|
|
@@ -2973,7 +2973,7 @@ const Yi = E.toObjectSet([
|
|
|
2973
2973
|
`).forEach(function(i) {
|
|
2974
2974
|
r = i.indexOf(":"), n = i.substring(0, r).trim().toLowerCase(), a = i.substring(r + 1).trim(), !(!n || t[n] && Yi[n]) && (n === "set-cookie" ? t[n] ? t[n].push(a) : t[n] = [a] : t[n] = t[n] ? t[n] + ", " + a : a);
|
|
2975
2975
|
}), t;
|
|
2976
|
-
},
|
|
2976
|
+
}, Is = Symbol("internals");
|
|
2977
2977
|
function pt(e) {
|
|
2978
2978
|
return e && String(e).trim().toLowerCase();
|
|
2979
2979
|
}
|
|
@@ -3128,7 +3128,7 @@ let Ne = class {
|
|
|
3128
3128
|
return n.forEach((r) => a.set(r)), a;
|
|
3129
3129
|
}
|
|
3130
3130
|
static accessor(t) {
|
|
3131
|
-
const a = (this[
|
|
3131
|
+
const a = (this[Is] = this[Is] = {
|
|
3132
3132
|
accessors: {}
|
|
3133
3133
|
}).accessors, r = this.prototype;
|
|
3134
3134
|
function o(i) {
|
|
@@ -3150,7 +3150,7 @@ E.reduceDescriptors(Ne.prototype, ({ value: e }, t) => {
|
|
|
3150
3150
|
});
|
|
3151
3151
|
E.freezeMethods(Ne);
|
|
3152
3152
|
function yn(e, t) {
|
|
3153
|
-
const n = this ||
|
|
3153
|
+
const n = this || kt, a = t || n, r = Ne.from(a.headers);
|
|
3154
3154
|
let o = a.data;
|
|
3155
3155
|
return E.forEach(e, function(l) {
|
|
3156
3156
|
o = l.call(n, o, r.normalize(), t ? t.status : void 0);
|
|
@@ -3385,10 +3385,10 @@ const Ha = (e) => {
|
|
|
3385
3385
|
config: e,
|
|
3386
3386
|
request: b
|
|
3387
3387
|
};
|
|
3388
|
-
Ga(function(
|
|
3389
|
-
n(
|
|
3390
|
-
}, function(
|
|
3391
|
-
a(
|
|
3388
|
+
Ga(function(k) {
|
|
3389
|
+
n(k), g();
|
|
3390
|
+
}, function(k) {
|
|
3391
|
+
a(k), g();
|
|
3392
3392
|
}, y), b = null;
|
|
3393
3393
|
}
|
|
3394
3394
|
"onloadend" in b ? b.onloadend = A : b.onreadystatechange = function() {
|
|
@@ -3567,19 +3567,19 @@ const Ha = (e) => {
|
|
|
3567
3567
|
timeout: v,
|
|
3568
3568
|
onDownloadProgress: y,
|
|
3569
3569
|
onUploadProgress: S,
|
|
3570
|
-
responseType:
|
|
3570
|
+
responseType: k,
|
|
3571
3571
|
headers: L,
|
|
3572
3572
|
withCredentials: D = "same-origin",
|
|
3573
3573
|
fetchOptions: j
|
|
3574
3574
|
} = Ha(f), P = t || fetch;
|
|
3575
|
-
|
|
3575
|
+
k = k ? (k + "").toLowerCase() : "text";
|
|
3576
3576
|
let H = dl([C, N && N.toAbortSignal()], v), Q = null;
|
|
3577
3577
|
const O = H && H.unsubscribe && (() => {
|
|
3578
3578
|
H.unsubscribe();
|
|
3579
3579
|
});
|
|
3580
|
-
let
|
|
3580
|
+
let I;
|
|
3581
3581
|
try {
|
|
3582
|
-
if (S && d && b !== "get" && b !== "head" && (
|
|
3582
|
+
if (S && d && b !== "get" && b !== "head" && (I = await w(L, A)) !== 0) {
|
|
3583
3583
|
let T = new n(g, {
|
|
3584
3584
|
method: "POST",
|
|
3585
3585
|
body: A,
|
|
@@ -3587,7 +3587,7 @@ const Ha = (e) => {
|
|
|
3587
3587
|
}), _;
|
|
3588
3588
|
if (E.isFormData(A) && (_ = T.headers.get("content-type")) && L.setContentType(_), T.body) {
|
|
3589
3589
|
const [V, F] = Us(
|
|
3590
|
-
|
|
3590
|
+
I,
|
|
3591
3591
|
Kt(Ls(S))
|
|
3592
3592
|
);
|
|
3593
3593
|
A = Ps(T.body, Os, V, F);
|
|
@@ -3605,7 +3605,7 @@ const Ha = (e) => {
|
|
|
3605
3605
|
};
|
|
3606
3606
|
Q = o && new n(g, G);
|
|
3607
3607
|
let B = await (o ? P(Q, j) : P(g, G));
|
|
3608
|
-
const Y = u && (
|
|
3608
|
+
const Y = u && (k === "stream" || k === "response");
|
|
3609
3609
|
if (u && (y || Y && O)) {
|
|
3610
3610
|
const T = {};
|
|
3611
3611
|
["status", "statusText", "headers"].forEach((W) => {
|
|
@@ -3622,8 +3622,8 @@ const Ha = (e) => {
|
|
|
3622
3622
|
T
|
|
3623
3623
|
);
|
|
3624
3624
|
}
|
|
3625
|
-
|
|
3626
|
-
let x = await h[E.findKey(h,
|
|
3625
|
+
k = k || "text";
|
|
3626
|
+
let x = await h[E.findKey(h, k) || "text"](B, f);
|
|
3627
3627
|
return !Y && O && O(), await new Promise((T, _) => {
|
|
3628
3628
|
Ga(T, _, {
|
|
3629
3629
|
data: x,
|
|
@@ -3721,7 +3721,7 @@ function Ds(e) {
|
|
|
3721
3721
|
return Cn(e), e.headers = Ne.from(e.headers), e.data = yn.call(
|
|
3722
3722
|
e,
|
|
3723
3723
|
e.transformRequest
|
|
3724
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), za.getAdapter(e.adapter ||
|
|
3724
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), za.getAdapter(e.adapter || kt.adapter, e)(e).then(function(a) {
|
|
3725
3725
|
return Cn(e), a.data = yn.call(
|
|
3726
3726
|
e,
|
|
3727
3727
|
e.transformResponse,
|
|
@@ -3787,8 +3787,8 @@ const $t = {
|
|
|
3787
3787
|
let Je = class {
|
|
3788
3788
|
constructor(t) {
|
|
3789
3789
|
this.defaults = t || {}, this.interceptors = {
|
|
3790
|
-
request: new
|
|
3791
|
-
response: new
|
|
3790
|
+
request: new ks(),
|
|
3791
|
+
response: new ks()
|
|
3792
3792
|
};
|
|
3793
3793
|
}
|
|
3794
3794
|
/**
|
|
@@ -4069,7 +4069,7 @@ function Wa(e) {
|
|
|
4069
4069
|
return Wa(tt(e, r));
|
|
4070
4070
|
}, n;
|
|
4071
4071
|
}
|
|
4072
|
-
const re = Wa(
|
|
4072
|
+
const re = Wa(kt);
|
|
4073
4073
|
re.Axios = Je;
|
|
4074
4074
|
re.CanceledError = ht;
|
|
4075
4075
|
re.CancelToken = yl;
|
|
@@ -4568,7 +4568,7 @@ const rh = async (e, t, n, a, r, o, i) => {
|
|
|
4568
4568
|
let A, C;
|
|
4569
4569
|
if (c) {
|
|
4570
4570
|
const S = await lo({
|
|
4571
|
-
fetchFn: (
|
|
4571
|
+
fetchFn: (k) => b.getNewsListSection(k),
|
|
4572
4572
|
baseParams: {
|
|
4573
4573
|
section: r,
|
|
4574
4574
|
newstype: n.newsType,
|
|
@@ -4916,12 +4916,12 @@ const rh = async (e, t, n, a, r, o, i) => {
|
|
|
4916
4916
|
return console.error(f), fe(t);
|
|
4917
4917
|
}
|
|
4918
4918
|
}
|
|
4919
|
-
},
|
|
4919
|
+
}, kl = (e) => e ? e.replace(/<[^>]*>/g, "").replace(/ /gi, " ").replace(/&/gi, "&").replace(/"/gi, '"').replace(/'/gi, "'").replace(/\s+/g, " ").trim() : "", Il = ({
|
|
4920
4920
|
autor: e,
|
|
4921
4921
|
listAutor: t,
|
|
4922
4922
|
config: n
|
|
4923
4923
|
}) => {
|
|
4924
|
-
const a = t?.[0] ?? null, { DATE_TIMEZONE: r = "America/Mexico_City", PUBLIC_ASSETS_URL: o, PUBLIC_LNG: i } = R(), l = i === "en", c = r, d = a?.info?.date?.modified ? Xe(a.info.date.modified, c) : void 0, u = e.addtional?.USER_JOBSTART ? Xe(e.addtional.USER_JOBSTART, c) : void 0, h = o && o !== "false" ? o : "", m = e.addtional, w = m?.USER_USERFB || m?.USER_PAGE_FACEBOOK || m?.USER_FACEBOOK_FAN_PAGE, f = m?.USER_USERTWT || m?.USER_PAGE_TWITTER, g = m?.USER_USERIG || m?.USER_PAGE_INSTAGRAM, b = m?.USER_USERLIN || m?.USER_PAGE_LINKEDIN, A = m?.USER_PAGE_TIKTOK, C = m?.USER_PAGE_YOUTUBE, N = m?.USER_PAGE_PINTEREST, v = l ? m?.USER_POSITION_EN || "" : m?.USER_JOBTITLE || m?.USER_POSITION || "", y = l ? m?.USER_DESCRIPCION_EN || m?.USER_MIBIO_EN || "" : m?.USER_DESCRIPCION || m?.USER_MIBIO || "", S = e?.addtional?.USER_SHOWEMAIL === !0 || m?.USER_MOSTRAR_MAIL?.toUpperCase() === "TRUE",
|
|
4924
|
+
const a = t?.[0] ?? null, { DATE_TIMEZONE: r = "America/Mexico_City", PUBLIC_ASSETS_URL: o, PUBLIC_LNG: i } = R(), l = i === "en", c = r, d = a?.info?.date?.modified ? Xe(a.info.date.modified, c) : void 0, u = e.addtional?.USER_JOBSTART ? Xe(e.addtional.USER_JOBSTART, c) : void 0, h = o && o !== "false" ? o : "", m = e.addtional, w = m?.USER_USERFB || m?.USER_PAGE_FACEBOOK || m?.USER_FACEBOOK_FAN_PAGE, f = m?.USER_USERTWT || m?.USER_PAGE_TWITTER, g = m?.USER_USERIG || m?.USER_PAGE_INSTAGRAM, b = m?.USER_USERLIN || m?.USER_PAGE_LINKEDIN, A = m?.USER_PAGE_TIKTOK, C = m?.USER_PAGE_YOUTUBE, N = m?.USER_PAGE_PINTEREST, v = l ? m?.USER_POSITION_EN || "" : m?.USER_JOBTITLE || m?.USER_POSITION || "", y = l ? m?.USER_DESCRIPCION_EN || m?.USER_MIBIO_EN || "" : m?.USER_DESCRIPCION || m?.USER_MIBIO || "", S = e?.addtional?.USER_SHOWEMAIL === !0 || m?.USER_MOSTRAR_MAIL?.toUpperCase() === "TRUE", k = me(), L = {
|
|
4925
4925
|
"@context": "https://schema.org",
|
|
4926
4926
|
"@type": "ProfilePage",
|
|
4927
4927
|
mainEntity: {
|
|
@@ -4929,7 +4929,7 @@ const rh = async (e, t, n, a, r, o, i) => {
|
|
|
4929
4929
|
name: e.info.fullname ?? e.info.name,
|
|
4930
4930
|
alternateName: e.info.nickname ? e.info.nickname : e.info.name,
|
|
4931
4931
|
identifier: e.info.id,
|
|
4932
|
-
description:
|
|
4932
|
+
description: kl(y),
|
|
4933
4933
|
image: e.info.image ? e.info.image.sizes.map((D, j) => j === 0 && e.info.image.sizes.length !== 1 ? null : h + D.url).filter(Boolean) : [],
|
|
4934
4934
|
sameAs: [
|
|
4935
4935
|
w,
|
|
@@ -4941,7 +4941,7 @@ const rh = async (e, t, n, a, r, o, i) => {
|
|
|
4941
4941
|
N
|
|
4942
4942
|
].filter(Boolean),
|
|
4943
4943
|
jobTitle: v,
|
|
4944
|
-
url: n.siteUrl +
|
|
4944
|
+
url: n.siteUrl + k + (n.paths.autor !== "" ? `/${n.paths.autor}/` : "/") + e.info.name
|
|
4945
4945
|
}
|
|
4946
4946
|
};
|
|
4947
4947
|
return u && (L.dateCreated = u), d && (L.dateModified = d), S && (L.mainEntity.email = e.info.email), /* @__PURE__ */ s("script", { type: "application/ld+json", children: JSON.stringify(De(L)) });
|
|
@@ -5453,7 +5453,7 @@ async function ih({
|
|
|
5453
5453
|
custom_Speculation: v,
|
|
5454
5454
|
custom_metadata: y,
|
|
5455
5455
|
custom_scriptReplaces: S,
|
|
5456
|
-
head_custom_elements:
|
|
5456
|
+
head_custom_elements: k,
|
|
5457
5457
|
schemasCustomEndpoints: L
|
|
5458
5458
|
}) {
|
|
5459
5459
|
const D = { ..._l, ...t }, j = w && w[0] && w[0].preview ? w[0] : void 0, P = me(), H = y || await Tl[r]({
|
|
@@ -5508,9 +5508,9 @@ async function ih({
|
|
|
5508
5508
|
D.preloadImages && N && /* @__PURE__ */ s(
|
|
5509
5509
|
Ns,
|
|
5510
5510
|
{
|
|
5511
|
-
images: N.map((
|
|
5512
|
-
...
|
|
5513
|
-
href: Ke() + Zr(
|
|
5511
|
+
images: N.map((I) => ({
|
|
5512
|
+
...I,
|
|
5513
|
+
href: Ke() + Zr(I.href)
|
|
5514
5514
|
}))
|
|
5515
5515
|
}
|
|
5516
5516
|
),
|
|
@@ -5536,7 +5536,7 @@ async function ih({
|
|
|
5536
5536
|
config: b
|
|
5537
5537
|
}
|
|
5538
5538
|
),
|
|
5539
|
-
D.schemas_Autor && d && /* @__PURE__ */ s(
|
|
5539
|
+
D.schemas_Autor && d && /* @__PURE__ */ s(Il, { autor: d, listAutor: u, config: b }),
|
|
5540
5540
|
D.schemas_ItemList && /* @__PURE__ */ s(
|
|
5541
5541
|
Lo,
|
|
5542
5542
|
{
|
|
@@ -5548,7 +5548,7 @@ async function ih({
|
|
|
5548
5548
|
),
|
|
5549
5549
|
D.schemas_WebsiteList && /* @__PURE__ */ s(_o, { config: b }),
|
|
5550
5550
|
C && /* @__PURE__ */ s(
|
|
5551
|
-
|
|
5551
|
+
ko,
|
|
5552
5552
|
{
|
|
5553
5553
|
type: C,
|
|
5554
5554
|
active: b.useSpeculationRules,
|
|
@@ -5578,7 +5578,7 @@ async function ih({
|
|
|
5578
5578
|
banners: m
|
|
5579
5579
|
}
|
|
5580
5580
|
),
|
|
5581
|
-
|
|
5581
|
+
k
|
|
5582
5582
|
] });
|
|
5583
5583
|
}
|
|
5584
5584
|
const lh = ({
|
|
@@ -5605,7 +5605,7 @@ const lh = ({
|
|
|
5605
5605
|
/* @__PURE__ */ s(Ca, { name: "bodybefore", banners: n, replaces: b }),
|
|
5606
5606
|
e,
|
|
5607
5607
|
/* @__PURE__ */ s(vo, {}),
|
|
5608
|
-
/* @__PURE__ */ s(
|
|
5608
|
+
/* @__PURE__ */ s(Ir, {}),
|
|
5609
5609
|
/* @__PURE__ */ s(
|
|
5610
5610
|
yo,
|
|
5611
5611
|
{
|
|
@@ -5709,7 +5709,7 @@ function Dl({
|
|
|
5709
5709
|
Q(x.clientX);
|
|
5710
5710
|
},
|
|
5711
5711
|
[Q]
|
|
5712
|
-
),
|
|
5712
|
+
), I = de(
|
|
5713
5713
|
(x) => {
|
|
5714
5714
|
if (!l || !o) return;
|
|
5715
5715
|
const T = h - d, _ = Date.now() - g, V = Math.abs(T) / Math.max(_, 1), F = P(T), K = V > 0.5 && Math.abs(T) > 50 ? Math.max(F, 1) : F;
|
|
@@ -5721,7 +5721,7 @@ function Dl({
|
|
|
5721
5721
|
const J = Math.min(L, e + K);
|
|
5722
5722
|
i(J);
|
|
5723
5723
|
}
|
|
5724
|
-
c(!1), f(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", O), document.removeEventListener("mouseup",
|
|
5724
|
+
c(!1), f(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", O), document.removeEventListener("mouseup", I), x.clientX === d && A?.dispatchEvent(new PointerEvent("click"));
|
|
5725
5725
|
},
|
|
5726
5726
|
[
|
|
5727
5727
|
l,
|
|
@@ -5753,19 +5753,19 @@ function Dl({
|
|
|
5753
5753
|
[l, Q]
|
|
5754
5754
|
), Y = de(
|
|
5755
5755
|
(x) => {
|
|
5756
|
-
|
|
5756
|
+
I(x);
|
|
5757
5757
|
},
|
|
5758
|
-
[
|
|
5758
|
+
[I]
|
|
5759
5759
|
);
|
|
5760
5760
|
return Be(() => {
|
|
5761
5761
|
if (l)
|
|
5762
|
-
return N.current?.addEventListener("mousemove", O), N.current?.addEventListener("mouseup",
|
|
5762
|
+
return N.current?.addEventListener("mousemove", O), N.current?.addEventListener("mouseup", I), () => {
|
|
5763
5763
|
N.current?.removeEventListener(
|
|
5764
5764
|
"mousemove",
|
|
5765
5765
|
O
|
|
5766
|
-
), N.current?.removeEventListener("mouseup",
|
|
5766
|
+
), N.current?.removeEventListener("mouseup", I);
|
|
5767
5767
|
};
|
|
5768
|
-
}, [l, Q,
|
|
5768
|
+
}, [l, Q, I, O]), {
|
|
5769
5769
|
isDragging: l,
|
|
5770
5770
|
translateOffset: w,
|
|
5771
5771
|
carrouselRef: N,
|
|
@@ -5777,7 +5777,7 @@ function Dl({
|
|
|
5777
5777
|
onTouchStart: G,
|
|
5778
5778
|
onTouchMove: B,
|
|
5779
5779
|
onTouchEnd: Y,
|
|
5780
|
-
onMouseLeave:
|
|
5780
|
+
onMouseLeave: I
|
|
5781
5781
|
}
|
|
5782
5782
|
};
|
|
5783
5783
|
}
|
|
@@ -5821,7 +5821,7 @@ function dh(e) {
|
|
|
5821
5821
|
[A]
|
|
5822
5822
|
), S = de(() => {
|
|
5823
5823
|
y(u - 1);
|
|
5824
|
-
}, [u, y]),
|
|
5824
|
+
}, [u, y]), k = de(() => {
|
|
5825
5825
|
y(u + 1);
|
|
5826
5826
|
}, [u, y]);
|
|
5827
5827
|
if (!m) return;
|
|
@@ -5857,7 +5857,7 @@ function dh(e) {
|
|
|
5857
5857
|
"button",
|
|
5858
5858
|
{
|
|
5859
5859
|
className: "visible-arrow right",
|
|
5860
|
-
onClick:
|
|
5860
|
+
onClick: k,
|
|
5861
5861
|
"aria-label": "Next slide",
|
|
5862
5862
|
style: { display: "flex" },
|
|
5863
5863
|
children: /* @__PURE__ */ s(
|
|
@@ -6181,7 +6181,7 @@ const Hl = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), uh = async (e) => {
|
|
|
6181
6181
|
}, Vs = (e) => {
|
|
6182
6182
|
const { PUBLIC_ENV: t } = R(), n = le("/message.svg");
|
|
6183
6183
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ s("img", { fetchPriority: "low", loading: "lazy", src: n, alt: "", ...e }) : /* @__PURE__ */ s("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "currentColor" }) });
|
|
6184
|
-
}, Jt = "test-company",
|
|
6184
|
+
}, Jt = "test-company", It = () => {
|
|
6185
6185
|
const { PUBLIC_LNG: e } = R();
|
|
6186
6186
|
return e === "en" ? zl : Ql;
|
|
6187
6187
|
}, zl = {
|
|
@@ -6446,7 +6446,7 @@ const Hl = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), uh = async (e) => {
|
|
|
6446
6446
|
function Wl({ noteShare: e }) {
|
|
6447
6447
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
6448
6448
|
if (!e) return null;
|
|
6449
|
-
const n =
|
|
6449
|
+
const n = It();
|
|
6450
6450
|
return /* @__PURE__ */ p("div", { className: "sass-com-nd-socialNetworkSection sass-news-description-social-network-section", children: [
|
|
6451
6451
|
e.options?.map((a) => {
|
|
6452
6452
|
const r = $l[a];
|
|
@@ -8025,10 +8025,10 @@ const Yl = (e) => {
|
|
|
8025
8025
|
"path",
|
|
8026
8026
|
{
|
|
8027
8027
|
fill: "currentColor",
|
|
8028
|
-
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
|
|
8029
|
-
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
|
|
8030
|
-
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
|
|
8031
|
-
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
|
|
8028
|
+
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
|
|
8029
|
+
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
|
|
8030
|
+
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
|
|
8031
|
+
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
|
|
8032
8032
|
C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
|
|
8033
8033
|
}
|
|
8034
8034
|
) })
|
|
@@ -8189,13 +8189,13 @@ const Yl = (e) => {
|
|
|
8189
8189
|
"path",
|
|
8190
8190
|
{
|
|
8191
8191
|
fill: "currentColor",
|
|
8192
|
-
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
|
|
8193
|
-
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
|
|
8194
|
-
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
|
|
8195
|
-
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
|
|
8196
|
-
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
|
|
8197
|
-
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
|
|
8198
|
-
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
|
|
8192
|
+
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
|
|
8193
|
+
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
|
|
8194
|
+
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
|
|
8195
|
+
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
|
|
8196
|
+
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
|
|
8197
|
+
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
|
|
8198
|
+
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
|
|
8199
8199
|
C14,21.8,13,22,12,21.8c-1.8-0.4-3-2-2.7-3.9c0.3-1.7,1.8-2.9,3.6-2.7v-1.9C12.9,13.4,12.8,13.4,12.7,13.4z`
|
|
8200
8200
|
}
|
|
8201
8201
|
) })
|
|
@@ -8221,13 +8221,13 @@ const Yl = (e) => {
|
|
|
8221
8221
|
"path",
|
|
8222
8222
|
{
|
|
8223
8223
|
fill: "currentColor",
|
|
8224
|
-
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
|
|
8225
|
-
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
|
|
8226
|
-
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
|
|
8227
|
-
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
|
|
8228
|
-
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
|
|
8229
|
-
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
|
|
8230
|
-
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
|
|
8224
|
+
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
|
|
8225
|
+
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
|
|
8226
|
+
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
|
|
8227
|
+
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
|
|
8228
|
+
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
|
|
8229
|
+
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
|
|
8230
|
+
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
|
|
8231
8231
|
c0.6,0.2,1.1,0.2,1.5,0.1c0.5-0.1,1.4-0.6,1.6-1.1c0.2-0.5,0.2-1,0.1-1.1C19.7,17.1,19.6,17,19.4,16.9`
|
|
8232
8232
|
}
|
|
8233
8233
|
) }) })
|
|
@@ -8257,9 +8257,9 @@ const Yl = (e) => {
|
|
|
8257
8257
|
"path",
|
|
8258
8258
|
{
|
|
8259
8259
|
fill: "currentColor",
|
|
8260
|
-
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
|
|
8261
|
-
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
|
|
8262
|
-
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
|
|
8260
|
+
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
|
|
8261
|
+
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
|
|
8262
|
+
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
|
|
8263
8263
|
c0.2,0.1,0.4,0.4,0.4,0.6c0,0.3-0.1,0.5-0.4,0.7l-5.9,3.5C13.1,19.1,12.9,19.2,12.8,19.2z M13.6,12.9v4.3l3.7-2.2L13.6,12.9z`
|
|
8264
8264
|
}
|
|
8265
8265
|
),
|
|
@@ -8281,7 +8281,7 @@ const Yl = (e) => {
|
|
|
8281
8281
|
spotify: (e) => /* @__PURE__ */ s(rc, { ...e }),
|
|
8282
8282
|
threads: (e) => /* @__PURE__ */ s(ic, { ...e })
|
|
8283
8283
|
}, fh = (e) => {
|
|
8284
|
-
const { freeZone: t, socials: n, menu: a, customBlock: r, custom_styles: o = {} } = e, i =
|
|
8284
|
+
const { freeZone: t, socials: n, menu: a, customBlock: r, custom_styles: o = {} } = e, i = It();
|
|
8285
8285
|
return /* @__PURE__ */ p(
|
|
8286
8286
|
"footer",
|
|
8287
8287
|
{
|
|
@@ -8516,7 +8516,7 @@ const Yl = (e) => {
|
|
|
8516
8516
|
function mc({ noteShare: e }) {
|
|
8517
8517
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
8518
8518
|
if (!e) return null;
|
|
8519
|
-
const n =
|
|
8519
|
+
const n = It();
|
|
8520
8520
|
return /* @__PURE__ */ p("div", { className: "sass-com-ja3-socialNetworkSection", children: [
|
|
8521
8521
|
e.options?.map((a) => {
|
|
8522
8522
|
const r = uc[a];
|
|
@@ -8667,7 +8667,7 @@ const ph = (e) => {
|
|
|
8667
8667
|
if (!C?.code) return null;
|
|
8668
8668
|
const v = /src\s*=\s*"([^"]+)"/.exec(C.code), y = v ? v[1] : null;
|
|
8669
8669
|
if (!y) return null;
|
|
8670
|
-
const S = a.original?.url ?? a.sizes?.[0]?.url ?? "",
|
|
8670
|
+
const S = a.original?.url ?? a.sizes?.[0]?.url ?? "", k = Ke() ?? "", L = S.startsWith("http") || S.includes(k) || k === "" ? S : k + S;
|
|
8671
8671
|
return /* @__PURE__ */ s(
|
|
8672
8672
|
"iframe",
|
|
8673
8673
|
{
|
|
@@ -8942,8 +8942,8 @@ const ph = (e) => {
|
|
|
8942
8942
|
strokeLinecap: "round",
|
|
8943
8943
|
strokeLinejoin: "round",
|
|
8944
8944
|
strokeMiterlimit: "10",
|
|
8945
|
-
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
|
|
8946
|
-
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
|
|
8945
|
+
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
|
|
8946
|
+
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
|
|
8947
8947
|
h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
|
|
8948
8948
|
}
|
|
8949
8949
|
)
|
|
@@ -10096,30 +10096,32 @@ const ph = (e) => {
|
|
|
10096
10096
|
] })
|
|
10097
10097
|
] })
|
|
10098
10098
|
] }),
|
|
10099
|
-
l && (N ? /* @__PURE__ */ p(
|
|
10099
|
+
l && (N ? /* @__PURE__ */ p("div", { className: "sass-com-ja2-bioExpandable", children: [
|
|
10100
10100
|
/* @__PURE__ */ s(
|
|
10101
10101
|
"input",
|
|
10102
10102
|
{
|
|
10103
10103
|
type: "checkbox",
|
|
10104
10104
|
id: v,
|
|
10105
|
-
className: "sass-com-ja2-bioToggle"
|
|
10106
|
-
hidden: !0
|
|
10105
|
+
className: "sass-com-ja2-bioToggle"
|
|
10107
10106
|
}
|
|
10108
10107
|
),
|
|
10109
10108
|
/* @__PURE__ */ s(
|
|
10110
|
-
"
|
|
10109
|
+
"div",
|
|
10111
10110
|
{
|
|
10112
10111
|
className: "sass-com-ja2-article sass-com-ja2-article-clamp",
|
|
10113
10112
|
dangerouslySetInnerHTML: { __html: h }
|
|
10114
10113
|
}
|
|
10115
10114
|
),
|
|
10116
10115
|
/* @__PURE__ */ p("div", { className: "sass-com-ja2-bioFooter", children: [
|
|
10117
|
-
/* @__PURE__ */
|
|
10118
|
-
"
|
|
10116
|
+
/* @__PURE__ */ p(
|
|
10117
|
+
"label",
|
|
10119
10118
|
{
|
|
10120
|
-
|
|
10121
|
-
|
|
10122
|
-
children:
|
|
10119
|
+
htmlFor: v,
|
|
10120
|
+
className: "sass-com-ja2-bioToggleLink",
|
|
10121
|
+
children: [
|
|
10122
|
+
/* @__PURE__ */ s("span", { className: "sass-com-ja2-bioToggleLinkMore", children: String(e.texts.authorViewMore ?? "Ver más") }),
|
|
10123
|
+
/* @__PURE__ */ s("span", { className: "sass-com-ja2-bioToggleLinkLess", children: "Ver menos" })
|
|
10124
|
+
]
|
|
10123
10125
|
}
|
|
10124
10126
|
),
|
|
10125
10127
|
/* @__PURE__ */ s(
|
|
@@ -10151,9 +10153,18 @@ const ph = (e) => {
|
|
|
10151
10153
|
)
|
|
10152
10154
|
}
|
|
10153
10155
|
)
|
|
10154
|
-
] })
|
|
10156
|
+
] }),
|
|
10157
|
+
/* @__PURE__ */ s(
|
|
10158
|
+
"a",
|
|
10159
|
+
{
|
|
10160
|
+
"aria-label": c,
|
|
10161
|
+
className: "sass-com-ja2-bioAuthorLink",
|
|
10162
|
+
href: b,
|
|
10163
|
+
children: String(e.texts.authorViewMore ?? "Ver más")
|
|
10164
|
+
}
|
|
10165
|
+
)
|
|
10155
10166
|
] }) : /* @__PURE__ */ s(
|
|
10156
|
-
"
|
|
10167
|
+
"div",
|
|
10157
10168
|
{
|
|
10158
10169
|
className: "sass-com-ja2-article",
|
|
10159
10170
|
dangerouslySetInnerHTML: {
|
|
@@ -10164,7 +10175,7 @@ const ph = (e) => {
|
|
|
10164
10175
|
}
|
|
10165
10176
|
))
|
|
10166
10177
|
] }) });
|
|
10167
|
-
},
|
|
10178
|
+
}, kc = async (e) => {
|
|
10168
10179
|
const { news: t, texts: n } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = R();
|
|
10169
10180
|
return t.config?.showauthor && t.authors?.length > 1 && /* @__PURE__ */ s(
|
|
10170
10181
|
"div",
|
|
@@ -10416,7 +10427,7 @@ function Th(e) {
|
|
|
10416
10427
|
(H) => H.type === "video-embedded"
|
|
10417
10428
|
);
|
|
10418
10429
|
if (!y?.code) return null;
|
|
10419
|
-
const
|
|
10430
|
+
const k = /src\s*=\s*"([^"]+)"/.exec(y.code), L = k ? k[1] : null;
|
|
10420
10431
|
if (!L) return null;
|
|
10421
10432
|
const D = r.original?.url ?? r.sizes?.[0]?.url ?? "", j = Ke() ?? "", P = D.startsWith("http") || D.includes(j) || j === "" ? D : j + D;
|
|
10422
10433
|
return /* @__PURE__ */ s(
|
|
@@ -10441,8 +10452,8 @@ function Th(e) {
|
|
|
10441
10452
|
visibleItems: 1,
|
|
10442
10453
|
pagination: !0,
|
|
10443
10454
|
cardGap: 0,
|
|
10444
|
-
children: S.map((
|
|
10445
|
-
const D =
|
|
10455
|
+
children: S.map((k, L) => {
|
|
10456
|
+
const D = k?.url || k?.id || `gallery-${L}`;
|
|
10446
10457
|
return /* @__PURE__ */ s(
|
|
10447
10458
|
M,
|
|
10448
10459
|
{
|
|
@@ -10454,7 +10465,7 @@ function Th(e) {
|
|
|
10454
10465
|
children: /* @__PURE__ */ s(
|
|
10455
10466
|
Ee,
|
|
10456
10467
|
{
|
|
10457
|
-
preview:
|
|
10468
|
+
preview: k,
|
|
10458
10469
|
isVideo: l,
|
|
10459
10470
|
isLarge: c,
|
|
10460
10471
|
priorityHigh: d
|
|
@@ -10751,7 +10762,7 @@ const dt = (e) => {
|
|
|
10751
10762
|
}
|
|
10752
10763
|
)
|
|
10753
10764
|
] });
|
|
10754
|
-
},
|
|
10765
|
+
}, Ic = ({
|
|
10755
10766
|
content: e,
|
|
10756
10767
|
customLargeSection: t,
|
|
10757
10768
|
customSmallSection: n,
|
|
@@ -10987,7 +10998,7 @@ function Rc(e) {
|
|
|
10987
10998
|
a % 2 === 0 ? t[Math.floor(a / 2)] = e[a] : t[n + Math.floor(a / 2)] = e[a];
|
|
10988
10999
|
return t;
|
|
10989
11000
|
}
|
|
10990
|
-
const
|
|
11001
|
+
const kh = (e) => {
|
|
10991
11002
|
const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ s(
|
|
10992
11003
|
"div",
|
|
10993
11004
|
{
|
|
@@ -11041,7 +11052,7 @@ const Ih = (e) => {
|
|
|
11041
11052
|
] })
|
|
11042
11053
|
}
|
|
11043
11054
|
) });
|
|
11044
|
-
},
|
|
11055
|
+
}, Ih = (e) => {
|
|
11045
11056
|
const { showTitle: t = !0 } = e;
|
|
11046
11057
|
return /* @__PURE__ */ p("div", { className: "sass-bs-eb1-content", children: [
|
|
11047
11058
|
t && /* @__PURE__ */ s("p", { className: "sass-bs-eb1-title", children: "Editorial" }),
|
|
@@ -12504,7 +12515,7 @@ const ud = (e) => /* @__PURE__ */ s(
|
|
|
12504
12515
|
function hd({ noteShare: e }) {
|
|
12505
12516
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
12506
12517
|
if (!e) return null;
|
|
12507
|
-
const n =
|
|
12518
|
+
const n = It();
|
|
12508
12519
|
return /* @__PURE__ */ p("div", { className: "sass-com-ja4-socialNetworkSection", children: [
|
|
12509
12520
|
e.options?.map((a) => {
|
|
12510
12521
|
const r = md[a];
|
|
@@ -12772,7 +12783,7 @@ const fd = async (e) => {
|
|
|
12772
12783
|
function gd({ noteShare: e, GoogleProfile: t }) {
|
|
12773
12784
|
const n = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
12774
12785
|
if (!e) return null;
|
|
12775
|
-
const a = e.variant === "custom", r =
|
|
12786
|
+
const a = e.variant === "custom", r = It();
|
|
12776
12787
|
return /* @__PURE__ */ p("div", { className: "sass-com-ja5-socialNetworkSection", children: [
|
|
12777
12788
|
e.options?.map((o) => {
|
|
12778
12789
|
const i = pd[o];
|
|
@@ -13114,8 +13125,8 @@ const wd = async (e) => {
|
|
|
13114
13125
|
const m = u.match(/\balt=["']([^"']*)["']/), w = u.match(/\btitle=["']([^"']*)["']/), f = m?.[1] || w?.[1] || "imagen", g = h.match(/__scale=([^&"']+)/), b = g ? decodeURIComponent(g[1]) : null;
|
|
13115
13126
|
let A = 0, C = 0;
|
|
13116
13127
|
if (b) {
|
|
13117
|
-
const
|
|
13118
|
-
A =
|
|
13128
|
+
const k = b.match(/w:(\d+)/), L = b.match(/h:(\d+)/);
|
|
13129
|
+
A = k ? parseInt(k[1]) : 0, C = L ? parseInt(L[1]) : 0;
|
|
13119
13130
|
}
|
|
13120
13131
|
const v = {
|
|
13121
13132
|
preview: {
|
|
@@ -13298,14 +13309,14 @@ async function Ed(e, t) {
|
|
|
13298
13309
|
allowfullscreen
|
|
13299
13310
|
style="position: relative!important;"
|
|
13300
13311
|
src="${N.main?.code || ""}"></iframe>` : v = N.main?.code || "";
|
|
13301
|
-
const
|
|
13312
|
+
const k = S || N.main?.description || "";
|
|
13302
13313
|
b = `
|
|
13303
13314
|
<figure class="videoFigure">
|
|
13304
13315
|
${C && C.data && C.data.data ? `<script type="application/ld+json">${nn(
|
|
13305
13316
|
JSON.stringify(C.data.data)
|
|
13306
13317
|
)}<\/script>` : ""}
|
|
13307
13318
|
${v}
|
|
13308
|
-
<figcaption>${
|
|
13319
|
+
<figcaption>${k}</figcaption>
|
|
13309
13320
|
</figure>
|
|
13310
13321
|
`;
|
|
13311
13322
|
}
|
|
@@ -13427,14 +13438,14 @@ async function Td(e) {
|
|
|
13427
13438
|
!g && t && t.hascontent && t.hascontent.hasembeddedtwitter && /* @__PURE__ */ s("script", { async: !0, defer: !0, src: "https://platform.twitter.com/widgets.js" })
|
|
13428
13439
|
] });
|
|
13429
13440
|
}
|
|
13430
|
-
const
|
|
13441
|
+
const kd = (e) => {
|
|
13431
13442
|
const { config: t } = e, n = t.articlepreview;
|
|
13432
13443
|
return !![
|
|
13433
13444
|
Ze.videoEmbedded,
|
|
13434
13445
|
Ze.videoYouTube,
|
|
13435
13446
|
Ze.iframe
|
|
13436
13447
|
].includes(n);
|
|
13437
|
-
},
|
|
13448
|
+
}, Id = async (e) => {
|
|
13438
13449
|
const {
|
|
13439
13450
|
texts: t,
|
|
13440
13451
|
autorIcon: n,
|
|
@@ -13471,7 +13482,7 @@ const Id = (e) => {
|
|
|
13471
13482
|
getVideos: w,
|
|
13472
13483
|
noteShare: o,
|
|
13473
13484
|
paths: i,
|
|
13474
|
-
showHeaderImage: !
|
|
13485
|
+
showHeaderImage: !kd(c),
|
|
13475
13486
|
commonServices: a,
|
|
13476
13487
|
customSummary: g,
|
|
13477
13488
|
subtitleBeforeImage: b,
|
|
@@ -13531,7 +13542,7 @@ const Id = (e) => {
|
|
|
13531
13542
|
}
|
|
13532
13543
|
),
|
|
13533
13544
|
r[0].authors.length > 1 && /* @__PURE__ */ s(
|
|
13534
|
-
|
|
13545
|
+
kc,
|
|
13535
13546
|
{
|
|
13536
13547
|
news: r[0],
|
|
13537
13548
|
autorIcon: e.autorIcon,
|
|
@@ -13548,7 +13559,7 @@ const Id = (e) => {
|
|
|
13548
13559
|
) })
|
|
13549
13560
|
] }),
|
|
13550
13561
|
children: /* @__PURE__ */ s(
|
|
13551
|
-
|
|
13562
|
+
Id,
|
|
13552
13563
|
{
|
|
13553
13564
|
texts: e.texts,
|
|
13554
13565
|
autorIcon: e.autorIcon,
|
|
@@ -13696,7 +13707,7 @@ function _h({ texts: e, API_ENV: t, termsAndConditionsUrl: n }) {
|
|
|
13696
13707
|
const y = encodeURIComponent(window.location.pathname);
|
|
13697
13708
|
window.location.href = `/api/auth/login?redirect=${y}`;
|
|
13698
13709
|
}, A = (y, S) => {
|
|
13699
|
-
l((
|
|
13710
|
+
l((k) => ({ ...k, [y]: S }));
|
|
13700
13711
|
}, C = async (y) => {
|
|
13701
13712
|
y.preventDefault(), w(null), h(!0);
|
|
13702
13713
|
try {
|
|
@@ -13709,9 +13720,9 @@ function _h({ texts: e, API_ENV: t, termsAndConditionsUrl: n }) {
|
|
|
13709
13720
|
w(a.errorPasswordMismatch);
|
|
13710
13721
|
return;
|
|
13711
13722
|
}
|
|
13712
|
-
const
|
|
13723
|
+
const k = i.password || "";
|
|
13713
13724
|
if (o.some(
|
|
13714
|
-
(H) => !H.test(
|
|
13725
|
+
(H) => !H.test(k)
|
|
13715
13726
|
)) {
|
|
13716
13727
|
w(a.errorPasswordInvalid);
|
|
13717
13728
|
return;
|
|
@@ -13767,8 +13778,8 @@ function _h({ texts: e, API_ENV: t, termsAndConditionsUrl: n }) {
|
|
|
13767
13778
|
})
|
|
13768
13779
|
});
|
|
13769
13780
|
if (!S.ok) {
|
|
13770
|
-
const
|
|
13771
|
-
throw new Error(
|
|
13781
|
+
const k = await S.json().catch(() => ({}));
|
|
13782
|
+
throw new Error(k?.error || "Error al confirmar usuario");
|
|
13772
13783
|
}
|
|
13773
13784
|
g("success");
|
|
13774
13785
|
} catch (S) {
|
|
@@ -13806,20 +13817,20 @@ function _h({ texts: e, API_ENV: t, termsAndConditionsUrl: n }) {
|
|
|
13806
13817
|
type: y.toLowerCase().includes("password") ? c ? "text" : "password" : y === "birthdate" ? "date" : y === "email" ? "email" : y === "phone_number" ? "tel" : "text",
|
|
13807
13818
|
name: y,
|
|
13808
13819
|
value: i[y] || "",
|
|
13809
|
-
onChange: (
|
|
13820
|
+
onChange: (k) => A(y, k.target.value),
|
|
13810
13821
|
className: "sass-pg-login-input",
|
|
13811
13822
|
placeholder: ""
|
|
13812
13823
|
}
|
|
13813
13824
|
),
|
|
13814
|
-
y === "password" && /* @__PURE__ */ s("div", { className: "sass-pg-login-passwordChecker", children: o.map((
|
|
13815
|
-
const D =
|
|
13825
|
+
y === "password" && /* @__PURE__ */ s("div", { className: "sass-pg-login-passwordChecker", children: o.map((k, L) => {
|
|
13826
|
+
const D = k.test(v);
|
|
13816
13827
|
return /* @__PURE__ */ p(
|
|
13817
13828
|
"div",
|
|
13818
13829
|
{
|
|
13819
13830
|
className: D ? "sass-pg-login-valid" : "sass-pg-login-invalid",
|
|
13820
13831
|
children: [
|
|
13821
13832
|
/* @__PURE__ */ s("div", { children: D ? "✔" : "○" }),
|
|
13822
|
-
/* @__PURE__ */ s("div", { children:
|
|
13833
|
+
/* @__PURE__ */ s("div", { children: k.label })
|
|
13823
13834
|
]
|
|
13824
13835
|
},
|
|
13825
13836
|
L
|
|
@@ -13832,7 +13843,7 @@ function _h({ texts: e, API_ENV: t, termsAndConditionsUrl: n }) {
|
|
|
13832
13843
|
id: "showPasswordRegister",
|
|
13833
13844
|
type: "checkbox",
|
|
13834
13845
|
checked: c,
|
|
13835
|
-
onChange: (
|
|
13846
|
+
onChange: (k) => d(k.target.checked)
|
|
13836
13847
|
}
|
|
13837
13848
|
),
|
|
13838
13849
|
/* @__PURE__ */ s(
|
|
@@ -15079,7 +15090,7 @@ function Jd() {
|
|
|
15079
15090
|
}
|
|
15080
15091
|
}
|
|
15081
15092
|
}
|
|
15082
|
-
var y = c, S = d,
|
|
15093
|
+
var y = c, S = d, k = l, L = i, D = t, j = u, P = a, H = f, Q = w, O = n, I = o, U = r, G = h, B = !1;
|
|
15083
15094
|
function Y(q) {
|
|
15084
15095
|
return B || (B = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), x(q) || v(q) === c;
|
|
15085
15096
|
}
|
|
@@ -15119,7 +15130,7 @@ function Jd() {
|
|
|
15119
15130
|
function ce(q) {
|
|
15120
15131
|
return v(q) === h;
|
|
15121
15132
|
}
|
|
15122
|
-
ie.AsyncMode = y, ie.ConcurrentMode = S, ie.ContextConsumer =
|
|
15133
|
+
ie.AsyncMode = y, ie.ConcurrentMode = S, ie.ContextConsumer = k, ie.ContextProvider = L, ie.Element = D, ie.ForwardRef = j, ie.Fragment = P, ie.Lazy = H, ie.Memo = Q, ie.Portal = O, ie.Profiler = I, ie.StrictMode = U, ie.Suspense = G, ie.isAsyncMode = Y, ie.isConcurrentMode = x, ie.isContextConsumer = T, ie.isContextProvider = _, ie.isElement = V, ie.isForwardRef = F, ie.isFragment = W, ie.isLazy = K, ie.isMemo = J, ie.isPortal = ne, ie.isProfiler = se, ie.isStrictMode = X, ie.isSuspense = ce, ie.isValidElementType = N, ie.typeOf = v;
|
|
15123
15134
|
})()), ie;
|
|
15124
15135
|
}
|
|
15125
15136
|
var Zs;
|
|
@@ -15232,9 +15243,9 @@ function Xd() {
|
|
|
15232
15243
|
process.env.NODE_ENV !== "production" && (n = {});
|
|
15233
15244
|
}, Tn = r, Tn;
|
|
15234
15245
|
}
|
|
15235
|
-
var
|
|
15246
|
+
var kn, sa;
|
|
15236
15247
|
function eu() {
|
|
15237
|
-
if (sa) return
|
|
15248
|
+
if (sa) return kn;
|
|
15238
15249
|
sa = 1;
|
|
15239
15250
|
var e = rs(), t = Zd(), n = /* @__PURE__ */ os(), a = /* @__PURE__ */ mr(), r = /* @__PURE__ */ Xd(), o = function() {
|
|
15240
15251
|
};
|
|
@@ -15249,7 +15260,7 @@ function eu() {
|
|
|
15249
15260
|
function i() {
|
|
15250
15261
|
return null;
|
|
15251
15262
|
}
|
|
15252
|
-
return
|
|
15263
|
+
return kn = function(l, c) {
|
|
15253
15264
|
var d = typeof Symbol == "function" && Symbol.iterator, u = "@@iterator";
|
|
15254
15265
|
function h(x) {
|
|
15255
15266
|
var T = x && (d && x[d] || x[u]);
|
|
@@ -15272,7 +15283,7 @@ function eu() {
|
|
|
15272
15283
|
instanceOf: S,
|
|
15273
15284
|
node: j(),
|
|
15274
15285
|
objectOf: L,
|
|
15275
|
-
oneOf:
|
|
15286
|
+
oneOf: k,
|
|
15276
15287
|
oneOfType: D,
|
|
15277
15288
|
shape: H,
|
|
15278
15289
|
exact: Q
|
|
@@ -15374,7 +15385,7 @@ function eu() {
|
|
|
15374
15385
|
}
|
|
15375
15386
|
return b(T);
|
|
15376
15387
|
}
|
|
15377
|
-
function
|
|
15388
|
+
function k(x) {
|
|
15378
15389
|
if (!Array.isArray(x))
|
|
15379
15390
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
15380
15391
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
@@ -15514,12 +15525,12 @@ Valid keys: ` + JSON.stringify(Object.keys(x), null, " ")
|
|
|
15514
15525
|
return !1;
|
|
15515
15526
|
}
|
|
15516
15527
|
}
|
|
15517
|
-
function
|
|
15528
|
+
function I(x, T) {
|
|
15518
15529
|
return x === "symbol" ? !0 : T ? T["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && T instanceof Symbol : !1;
|
|
15519
15530
|
}
|
|
15520
15531
|
function U(x) {
|
|
15521
15532
|
var T = typeof x;
|
|
15522
|
-
return Array.isArray(x) ? "array" : x instanceof RegExp ? "object" :
|
|
15533
|
+
return Array.isArray(x) ? "array" : x instanceof RegExp ? "object" : I(T, x) ? "symbol" : T;
|
|
15523
15534
|
}
|
|
15524
15535
|
function G(x) {
|
|
15525
15536
|
if (typeof x > "u" || x === null)
|
|
@@ -15551,18 +15562,18 @@ Valid keys: ` + JSON.stringify(Object.keys(x), null, " ")
|
|
|
15551
15562
|
return !x.constructor || !x.constructor.name ? m : x.constructor.name;
|
|
15552
15563
|
}
|
|
15553
15564
|
return w.checkPropTypes = r, w.resetWarningCache = r.resetWarningCache, w.PropTypes = w, w;
|
|
15554
|
-
},
|
|
15565
|
+
}, kn;
|
|
15555
15566
|
}
|
|
15556
|
-
var
|
|
15567
|
+
var In, aa;
|
|
15557
15568
|
function tu() {
|
|
15558
|
-
if (aa) return
|
|
15569
|
+
if (aa) return In;
|
|
15559
15570
|
aa = 1;
|
|
15560
15571
|
var e = /* @__PURE__ */ os();
|
|
15561
15572
|
function t() {
|
|
15562
15573
|
}
|
|
15563
15574
|
function n() {
|
|
15564
15575
|
}
|
|
15565
|
-
return n.resetWarningCache = t,
|
|
15576
|
+
return n.resetWarningCache = t, In = function() {
|
|
15566
15577
|
function a(i, l, c, d, u, h) {
|
|
15567
15578
|
if (h !== e) {
|
|
15568
15579
|
var m = new Error(
|
|
@@ -15599,7 +15610,7 @@ function tu() {
|
|
|
15599
15610
|
resetWarningCache: t
|
|
15600
15611
|
};
|
|
15601
15612
|
return o.PropTypes = o, o;
|
|
15602
|
-
},
|
|
15613
|
+
}, In;
|
|
15603
15614
|
}
|
|
15604
15615
|
var ra;
|
|
15605
15616
|
function nu() {
|
|
@@ -15794,9 +15805,9 @@ function iu() {
|
|
|
15794
15805
|
for (var N = i(f), v = i(g), y = 0; y < C.length; ++y) {
|
|
15795
15806
|
var S = C[y];
|
|
15796
15807
|
if (!n[S] && !(b && b[S]) && !(v && v[S]) && !(N && N[S])) {
|
|
15797
|
-
var
|
|
15808
|
+
var k = u(g, S);
|
|
15798
15809
|
try {
|
|
15799
|
-
l(f, S,
|
|
15810
|
+
l(f, S, k);
|
|
15800
15811
|
} catch {
|
|
15801
15812
|
}
|
|
15802
15813
|
}
|
|
@@ -15865,14 +15876,14 @@ function hu(e, t) {
|
|
|
15865
15876
|
this.asyncScriptLoaderHandleLoad(C);
|
|
15866
15877
|
return;
|
|
15867
15878
|
}
|
|
15868
|
-
C.observers[w] = function(
|
|
15869
|
-
return h.asyncScriptLoaderHandleLoad(
|
|
15879
|
+
C.observers[w] = function(k) {
|
|
15880
|
+
return h.asyncScriptLoaderHandleLoad(k);
|
|
15870
15881
|
};
|
|
15871
15882
|
return;
|
|
15872
15883
|
}
|
|
15873
15884
|
var N = {};
|
|
15874
|
-
N[w] = function(
|
|
15875
|
-
return h.asyncScriptLoaderHandleLoad(
|
|
15885
|
+
N[w] = function(k) {
|
|
15886
|
+
return h.asyncScriptLoaderHandleLoad(k);
|
|
15876
15887
|
}, Te[m] = {
|
|
15877
15888
|
loaded: !1,
|
|
15878
15889
|
observers: N
|
|
@@ -15892,14 +15903,14 @@ function hu(e, t) {
|
|
|
15892
15903
|
b && typeof window < "u" && (window[b] = function() {
|
|
15893
15904
|
return h.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
15894
15905
|
}), v.onload = function() {
|
|
15895
|
-
var
|
|
15896
|
-
|
|
15897
|
-
return b ? !1 : (L(
|
|
15906
|
+
var k = Te[m];
|
|
15907
|
+
k && (k.loaded = !0, S(function(L) {
|
|
15908
|
+
return b ? !1 : (L(k), !0);
|
|
15898
15909
|
}));
|
|
15899
15910
|
}, v.onerror = function() {
|
|
15900
|
-
var
|
|
15901
|
-
|
|
15902
|
-
return L(
|
|
15911
|
+
var k = Te[m];
|
|
15912
|
+
k && (k.errored = !0, S(function(L) {
|
|
15913
|
+
return L(k), !0;
|
|
15903
15914
|
}));
|
|
15904
15915
|
}, document.body.appendChild(v);
|
|
15905
15916
|
}, d.componentWillUnmount = function() {
|
|
@@ -15915,7 +15926,7 @@ function hu(e, t) {
|
|
|
15915
15926
|
var w = m.forwardedRef, f = du(m, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
15916
15927
|
return h && typeof window < "u" && (f[h] = typeof window[h] < "u" ? window[h] : void 0), f.ref = w, Ve(a, f);
|
|
15917
15928
|
}, c;
|
|
15918
|
-
})(
|
|
15929
|
+
})(kr), i = ga(function(l, c) {
|
|
15919
15930
|
return Ve(o, Fn({}, l, {
|
|
15920
15931
|
forwardedRef: c
|
|
15921
15932
|
}));
|
|
@@ -16623,7 +16634,7 @@ const Su = {
|
|
|
16623
16634
|
] });
|
|
16624
16635
|
}, Tu = {
|
|
16625
16636
|
replyingToLabel: "Respondiendo a"
|
|
16626
|
-
},
|
|
16637
|
+
}, ku = ({ reply: e, replyingTo: t, user: n, onFlag: a, DATE_CONFIG: r, texts: o }) => {
|
|
16627
16638
|
const i = { ...Tu, ...o?.comentarios }, l = e.text;
|
|
16628
16639
|
let c = `${qe.firstname} ${qe.lastname ?? ""}`, d = qe.username;
|
|
16629
16640
|
return e.user && (c = `${e.user.firstname} ${e.user.lastname ?? ""}`, d = e.user.username), /* @__PURE__ */ s("div", { className: "comment-item reply", children: /* @__PURE__ */ p("div", { className: "comment-header-container su-flex su-relative", children: [
|
|
@@ -16640,10 +16651,10 @@ const Su = {
|
|
|
16640
16651
|
/* @__PURE__ */ s(gr, { isReply: !0, onFlag: () => a(e.id) })
|
|
16641
16652
|
] })
|
|
16642
16653
|
] }) });
|
|
16643
|
-
},
|
|
16654
|
+
}, Iu = {
|
|
16644
16655
|
moreRepliesButton: "Más Respuestas"
|
|
16645
16656
|
}, Uu = ({ comment: e, replyingTo: t, path: n, user: a, handleReplyingTo: r, onFlag: o, API_ENV: i, texts: l }) => {
|
|
16646
|
-
const c = { ...
|
|
16657
|
+
const c = { ...Iu, ...l?.comentarios }, d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [u, h] = z(d), [m, w] = ue.useState(!1), { PUBLIC_PUBLICATION_ID: f, PUBLIC_X_SECURITY_TOKEN: g } = i, b = e.text, A = ue.useRef(null);
|
|
16647
16658
|
let C = `${qe.firstname} ${qe.lastname ?? ""}`, N = qe.username;
|
|
16648
16659
|
e.user && (C = `${e.user.firstname} ${e.user.lastname ?? ""}`, N = e.user.username);
|
|
16649
16660
|
const v = (y) => {
|
|
@@ -16682,7 +16693,7 @@ const Su = {
|
|
|
16682
16693
|
),
|
|
16683
16694
|
u.reply.length > 0 && /* @__PURE__ */ p("div", { className: "comment-replies", children: [
|
|
16684
16695
|
u.reply.map((y) => /* @__PURE__ */ s(
|
|
16685
|
-
|
|
16696
|
+
ku,
|
|
16686
16697
|
{
|
|
16687
16698
|
user: a,
|
|
16688
16699
|
reply: y,
|
|
@@ -16701,7 +16712,7 @@ const Su = {
|
|
|
16701
16712
|
const y = u.reply[u.reply.length - 1]?.id;
|
|
16702
16713
|
w(!0);
|
|
16703
16714
|
try {
|
|
16704
|
-
const
|
|
16715
|
+
const k = await is({
|
|
16705
16716
|
publication: f ?? "",
|
|
16706
16717
|
path: n ?? "",
|
|
16707
16718
|
size: 2,
|
|
@@ -16712,7 +16723,7 @@ const Su = {
|
|
|
16712
16723
|
apiToken: g ?? "",
|
|
16713
16724
|
API_ENV: i
|
|
16714
16725
|
});
|
|
16715
|
-
w(!1), h({ morereply:
|
|
16726
|
+
w(!1), h({ morereply: k.morecomment, reply: [...u.reply, ...k.comments] });
|
|
16716
16727
|
} catch (S) {
|
|
16717
16728
|
throw w(!1), new Error(`Error al obtener comentarios: ${S}`);
|
|
16718
16729
|
}
|
|
@@ -16890,23 +16901,23 @@ const Su = {
|
|
|
16890
16901
|
}) => {
|
|
16891
16902
|
const c = { ...Bu, ...l?.comentarios }, { PUBLIC_PUBLICATION_ID: d, PUBLIC_X_SECURITY_TOKEN: u } = i, h = d ?? "", m = t.replaceAll("/", "|"), [w, f] = z(
|
|
16892
16903
|
void 0
|
|
16893
|
-
), [g, b] = z(""), { comments: A, setComments: C } = yu(m, i), [N, v] = ue.useState(!1), y = ue.useRef(null), S = ue.useRef(null),
|
|
16894
|
-
b(g ===
|
|
16895
|
-
}, L = (
|
|
16904
|
+
), [g, b] = z(""), { comments: A, setComments: C } = yu(m, i), [N, v] = ue.useState(!1), y = ue.useRef(null), S = ue.useRef(null), k = (I) => {
|
|
16905
|
+
b(g === I ? "" : I);
|
|
16906
|
+
}, L = (I) => {
|
|
16896
16907
|
C(
|
|
16897
16908
|
A ? {
|
|
16898
16909
|
...A,
|
|
16899
|
-
comments: [
|
|
16910
|
+
comments: [I, ...A.comments ?? []]
|
|
16900
16911
|
} : void 0
|
|
16901
16912
|
);
|
|
16902
|
-
}, D = (
|
|
16903
|
-
f(
|
|
16913
|
+
}, D = (I) => {
|
|
16914
|
+
f(I);
|
|
16904
16915
|
}, j = async () => {
|
|
16905
16916
|
if (!A || !A.morecomment || A.comments.length === 0) return;
|
|
16906
|
-
const
|
|
16907
|
-
if (!
|
|
16917
|
+
const I = A.comments[A.comments.length - 1];
|
|
16918
|
+
if (!I) return;
|
|
16908
16919
|
v(!0);
|
|
16909
|
-
const U =
|
|
16920
|
+
const U = I.id;
|
|
16910
16921
|
try {
|
|
16911
16922
|
const G = await is({
|
|
16912
16923
|
publication: h,
|
|
@@ -16978,19 +16989,19 @@ const Su = {
|
|
|
16978
16989
|
className: "comments-list",
|
|
16979
16990
|
"data-isauthenticated": `${e}`,
|
|
16980
16991
|
children: [
|
|
16981
|
-
A.comments.map((
|
|
16992
|
+
A.comments.map((I) => /* @__PURE__ */ s(
|
|
16982
16993
|
Uu,
|
|
16983
16994
|
{
|
|
16984
|
-
comment:
|
|
16995
|
+
comment: I,
|
|
16985
16996
|
replyingTo: g,
|
|
16986
|
-
handleReplyingTo:
|
|
16997
|
+
handleReplyingTo: k,
|
|
16987
16998
|
onFlag: D,
|
|
16988
16999
|
user: n ?? qe,
|
|
16989
17000
|
path: m,
|
|
16990
17001
|
API_ENV: i,
|
|
16991
17002
|
texts: l
|
|
16992
17003
|
},
|
|
16993
|
-
|
|
17004
|
+
I.id
|
|
16994
17005
|
)),
|
|
16995
17006
|
N && Q
|
|
16996
17007
|
]
|
|
@@ -17106,13 +17117,13 @@ function Du({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: a, termsAnd
|
|
|
17106
17117
|
[o.passwordRuleMinLength, o.passwordRuleNumber, o.passwordRuleLowercase, o.passwordRuleUppercase, o.passwordRuleSymbol]
|
|
17107
17118
|
), [c, d] = z({}), [u, h] = z(!1), [m, w] = z(!1), [f, g] = z(null), [b, A] = z(
|
|
17108
17119
|
"register"
|
|
17109
|
-
), C = (S,
|
|
17110
|
-
d((L) => ({ ...L, [S]:
|
|
17120
|
+
), C = (S, k) => {
|
|
17121
|
+
d((L) => ({ ...L, [S]: k }));
|
|
17111
17122
|
}, N = async (S) => {
|
|
17112
17123
|
S.preventDefault(), g(null), w(!0);
|
|
17113
17124
|
try {
|
|
17114
|
-
const
|
|
17115
|
-
if (
|
|
17125
|
+
const k = Object.keys(i).filter((Q) => !["username", "password", "confirmPassword"].includes(Q)).map((Q) => ({ Name: Q, Value: c[Q] }));
|
|
17126
|
+
if (k.some((Q) => {
|
|
17116
17127
|
if (!Q.Value || Q.Value.trim() === "") return !0;
|
|
17117
17128
|
}))
|
|
17118
17129
|
return w(!1), g(o.errorCompleteFields);
|
|
@@ -17128,7 +17139,7 @@ function Du({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: a, termsAnd
|
|
|
17128
17139
|
return;
|
|
17129
17140
|
}
|
|
17130
17141
|
const j = Math.floor(Date.now() / 1e3);
|
|
17131
|
-
|
|
17142
|
+
k.push({ Name: "updated_at", Value: String(j) });
|
|
17132
17143
|
const P = n.PUBLIC_ENV === "local" ? "token" : await bn(
|
|
17133
17144
|
"comment_register",
|
|
17134
17145
|
n.CAPTCHA_KEY ?? ""
|
|
@@ -17140,7 +17151,7 @@ function Du({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: a, termsAnd
|
|
|
17140
17151
|
body: JSON.stringify({
|
|
17141
17152
|
username: c.email,
|
|
17142
17153
|
password: c.password,
|
|
17143
|
-
userAttributes:
|
|
17154
|
+
userAttributes: k,
|
|
17144
17155
|
token: P
|
|
17145
17156
|
})
|
|
17146
17157
|
});
|
|
@@ -17157,8 +17168,8 @@ function Du({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: a, termsAnd
|
|
|
17157
17168
|
throw new Error(Q?.error || "Error al crear usuario");
|
|
17158
17169
|
}
|
|
17159
17170
|
A("confirm");
|
|
17160
|
-
} catch (
|
|
17161
|
-
console.log(
|
|
17171
|
+
} catch (k) {
|
|
17172
|
+
console.log(k), g(k?.message || k?.error || o.errorUnexpected);
|
|
17162
17173
|
} finally {
|
|
17163
17174
|
w(!1);
|
|
17164
17175
|
}
|
|
@@ -17169,7 +17180,7 @@ function Du({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: a, termsAnd
|
|
|
17169
17180
|
}
|
|
17170
17181
|
g(null), w(!0);
|
|
17171
17182
|
try {
|
|
17172
|
-
const
|
|
17183
|
+
const k = await fetch("/api/auth/confirm-user", {
|
|
17173
17184
|
method: "POST",
|
|
17174
17185
|
headers: { "Content-Type": "application/json" },
|
|
17175
17186
|
body: JSON.stringify({
|
|
@@ -17177,13 +17188,13 @@ function Du({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: a, termsAnd
|
|
|
17177
17188
|
code: c.confirmationCode
|
|
17178
17189
|
})
|
|
17179
17190
|
});
|
|
17180
|
-
if (!
|
|
17181
|
-
const L = await
|
|
17191
|
+
if (!k.ok) {
|
|
17192
|
+
const L = await k.json().catch(() => ({}));
|
|
17182
17193
|
throw new Error(L?.error || "Error al confirmar usuario");
|
|
17183
17194
|
}
|
|
17184
17195
|
A("success");
|
|
17185
|
-
} catch (
|
|
17186
|
-
g(
|
|
17196
|
+
} catch (k) {
|
|
17197
|
+
g(k?.message || o.errorUnexpected);
|
|
17187
17198
|
} finally {
|
|
17188
17199
|
w(!1);
|
|
17189
17200
|
}
|
|
@@ -17209,8 +17220,8 @@ function Du({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: a, termsAnd
|
|
|
17209
17220
|
className: "sass-pg-cmt-lp-form",
|
|
17210
17221
|
"data-error": f ? "true" : "false",
|
|
17211
17222
|
children: [
|
|
17212
|
-
/* @__PURE__ */ s("ul", { className: "sass-pg-cmt-lp-formUl", children: Object.entries(i).map(([S, { label:
|
|
17213
|
-
/* @__PURE__ */ s("label", { className: "sass-pg-cmt-lp-label", children:
|
|
17223
|
+
/* @__PURE__ */ s("ul", { className: "sass-pg-cmt-lp-formUl", children: Object.entries(i).map(([S, { label: k }]) => /* @__PURE__ */ p("div", { className: "sass-pg-cmt-lp-field", children: [
|
|
17224
|
+
/* @__PURE__ */ s("label", { className: "sass-pg-cmt-lp-label", children: k }),
|
|
17214
17225
|
/* @__PURE__ */ s(
|
|
17215
17226
|
"input",
|
|
17216
17227
|
{
|
|
@@ -17362,7 +17373,7 @@ function Gu({
|
|
|
17362
17373
|
API_ENV: r,
|
|
17363
17374
|
texts: o
|
|
17364
17375
|
}) {
|
|
17365
|
-
const i = { ...ju, ...o?.comentarios }, [l, c] = z("login"), [d, u] = z(""), [h, m] = z(""), [w, f] = z(""), [g, b] = z(""), [A, C] = z(""), [N, v] = z(!1), [y, S] = z(!1), [
|
|
17376
|
+
const i = { ...ju, ...o?.comentarios }, [l, c] = z("login"), [d, u] = z(""), [h, m] = z(""), [w, f] = z(""), [g, b] = z(""), [A, C] = z(""), [N, v] = z(!1), [y, S] = z(!1), [k, L] = z(null);
|
|
17366
17377
|
return /* @__PURE__ */ p($, { children: [
|
|
17367
17378
|
l === "login" && /* @__PURE__ */ s(
|
|
17368
17379
|
Fu,
|
|
@@ -17371,7 +17382,7 @@ function Gu({
|
|
|
17371
17382
|
password: h,
|
|
17372
17383
|
showPassword: N,
|
|
17373
17384
|
loading: y,
|
|
17374
|
-
error:
|
|
17385
|
+
error: k,
|
|
17375
17386
|
setEmail: u,
|
|
17376
17387
|
setPassword: m,
|
|
17377
17388
|
setShowPassword: v,
|
|
@@ -17388,8 +17399,8 @@ function Gu({
|
|
|
17388
17399
|
body: JSON.stringify({ email: d, password: h, token: Q })
|
|
17389
17400
|
});
|
|
17390
17401
|
if (!O.ok) {
|
|
17391
|
-
const
|
|
17392
|
-
throw new Error(
|
|
17402
|
+
const I = await O.json().catch(() => ({}));
|
|
17403
|
+
throw new Error(I?.error || "Ha ocurrido un error");
|
|
17393
17404
|
}
|
|
17394
17405
|
e(), await t();
|
|
17395
17406
|
} catch (Q) {
|
|
@@ -17413,7 +17424,7 @@ function Gu({
|
|
|
17413
17424
|
email: d,
|
|
17414
17425
|
setEmail: u,
|
|
17415
17426
|
loading: y,
|
|
17416
|
-
error:
|
|
17427
|
+
error: k,
|
|
17417
17428
|
onSubmit: async (H) => {
|
|
17418
17429
|
if (!y) {
|
|
17419
17430
|
H.preventDefault(), L(null), S(!0);
|
|
@@ -17450,7 +17461,7 @@ function Gu({
|
|
|
17450
17461
|
confirmNewPassword: A,
|
|
17451
17462
|
showPassword: N,
|
|
17452
17463
|
loading: y,
|
|
17453
|
-
error:
|
|
17464
|
+
error: k,
|
|
17454
17465
|
setConfirmationCode: f,
|
|
17455
17466
|
setNewPassword: b,
|
|
17456
17467
|
setConfirmNewPassword: C,
|
|
@@ -17475,8 +17486,8 @@ function Gu({
|
|
|
17475
17486
|
body: JSON.stringify({ email: d, code: w, newPassword: g })
|
|
17476
17487
|
});
|
|
17477
17488
|
if (!O.ok) {
|
|
17478
|
-
const
|
|
17479
|
-
throw new Error(
|
|
17489
|
+
const I = await O.json().catch(() => ({}));
|
|
17490
|
+
throw new Error(I?.error || "Error al cambiar contraseña");
|
|
17480
17491
|
}
|
|
17481
17492
|
c("feedback");
|
|
17482
17493
|
} catch (O) {
|
|
@@ -18356,7 +18367,7 @@ const tm = (e) => e?.main?.title ? {
|
|
|
18356
18367
|
}
|
|
18357
18368
|
),
|
|
18358
18369
|
"3 notas horizontales": (e) => /* @__PURE__ */ s(
|
|
18359
|
-
|
|
18370
|
+
Ic,
|
|
18360
18371
|
{
|
|
18361
18372
|
content: e.data,
|
|
18362
18373
|
customLargeSection: e.customLargeSection,
|
|
@@ -18527,21 +18538,21 @@ function nm({
|
|
|
18527
18538
|
const [a, r] = z(0), [o, i] = z(0), [l, c] = z(!1), [d, u] = z("errors"), [h, m] = z([]), [w, f] = z([]), g = pa(null);
|
|
18528
18539
|
Be(() => {
|
|
18529
18540
|
if (t && t.length > 0) {
|
|
18530
|
-
const v = new Set(
|
|
18541
|
+
const v = new Set(Ie.getAll().map((y) => y.id));
|
|
18531
18542
|
for (const y of t)
|
|
18532
|
-
v.has(y.id) ||
|
|
18543
|
+
v.has(y.id) || Ie.add(y);
|
|
18533
18544
|
}
|
|
18534
18545
|
if (n && n.length > 0) {
|
|
18535
|
-
const v = new Set(
|
|
18546
|
+
const v = new Set(Ie.getAllSuccesses().map((y) => y.id));
|
|
18536
18547
|
for (const y of n)
|
|
18537
|
-
v.has(y.id) ||
|
|
18548
|
+
v.has(y.id) || Ie.addSuccess(y);
|
|
18538
18549
|
}
|
|
18539
|
-
r(
|
|
18550
|
+
r(Ie.getCount()), i(Ie.getSuccessCount());
|
|
18540
18551
|
const C = (v) => r(v.detail.count), N = (v) => i(v.detail.count);
|
|
18541
18552
|
return window.addEventListener("debug-fetch-error", C), window.addEventListener("debug-fetch-success", N), g.current = re.interceptors.response.use(
|
|
18542
18553
|
(v) => {
|
|
18543
18554
|
const y = sm(v.data);
|
|
18544
|
-
return
|
|
18555
|
+
return Ie.addSuccess({
|
|
18545
18556
|
endpoint: v.config.url ?? "(unknown)",
|
|
18546
18557
|
method: (v.config.method ?? "GET").toUpperCase(),
|
|
18547
18558
|
params: v.config.params,
|
|
@@ -18557,10 +18568,10 @@ function nm({
|
|
|
18557
18568
|
};
|
|
18558
18569
|
}, []);
|
|
18559
18570
|
function b() {
|
|
18560
|
-
m(
|
|
18571
|
+
m(Ie.getAll()), f(Ie.getAllSuccesses()), c(!0);
|
|
18561
18572
|
}
|
|
18562
18573
|
function A() {
|
|
18563
|
-
|
|
18574
|
+
Ie.clearAll(), m([]), f([]), r(0), i(0), c(!1);
|
|
18564
18575
|
}
|
|
18565
18576
|
return /* @__PURE__ */ p($, { children: [
|
|
18566
18577
|
/* @__PURE__ */ p("button", { onClick: b, style: lm(e), title: "Debug panel", children: [
|
|
@@ -18944,7 +18955,7 @@ export {
|
|
|
18944
18955
|
Hc as CarruselOpinion,
|
|
18945
18956
|
Hh as CommentLazyLoader,
|
|
18946
18957
|
He as CommonServices,
|
|
18947
|
-
|
|
18958
|
+
Ir as Comscore,
|
|
18948
18959
|
Oh as ContactInfoServer,
|
|
18949
18960
|
bh as ContactInput,
|
|
18950
18961
|
Ah as ContactSelect,
|
|
@@ -18954,14 +18965,14 @@ export {
|
|
|
18954
18965
|
Yh as DEBUG_MainSlots,
|
|
18955
18966
|
_l as DEFAULT_HEAD_CONFIG,
|
|
18956
18967
|
Kh as DebugPanel,
|
|
18957
|
-
|
|
18968
|
+
Ie as DebugStore,
|
|
18958
18969
|
Lc as DestacadoNoticias,
|
|
18959
18970
|
qc as DestacadoVideos,
|
|
18960
18971
|
Sl as DynamicBlockServices,
|
|
18961
18972
|
Wh as DynamicComponents,
|
|
18962
18973
|
Ln as DynamicMainSlot,
|
|
18963
18974
|
la as DynamicSlot,
|
|
18964
|
-
|
|
18975
|
+
Ih as EditorialBlock,
|
|
18965
18976
|
wh as ErrorComponent,
|
|
18966
18977
|
Vo as Font,
|
|
18967
18978
|
fh as Footer,
|
|
@@ -18982,7 +18993,7 @@ export {
|
|
|
18982
18993
|
ah as IssuuServices,
|
|
18983
18994
|
Lo as ItemListSchema,
|
|
18984
18995
|
Tc as JournalistArticule2,
|
|
18985
|
-
|
|
18996
|
+
kc as JournalistGroup,
|
|
18986
18997
|
gc as LayoutNewsComponent,
|
|
18987
18998
|
M as LinkComponent,
|
|
18988
18999
|
hc as LiveBlogHeader,
|
|
@@ -19000,14 +19011,14 @@ export {
|
|
|
19000
19011
|
Pc as Modulo3Columnas,
|
|
19001
19012
|
Rh as ModuloBlockNews,
|
|
19002
19013
|
Lh as ModuloNewsletter,
|
|
19003
|
-
|
|
19014
|
+
kh as ModuloOpinion,
|
|
19004
19015
|
Xa as NewDescriptionBlock,
|
|
19005
19016
|
Gd as NewListResponseDataPH,
|
|
19006
19017
|
Bo as NewsArticle,
|
|
19007
19018
|
Bh as NewsComponent,
|
|
19008
19019
|
Qs as NewsContent,
|
|
19009
19020
|
Ge as NewsDescriptionComponent,
|
|
19010
|
-
|
|
19021
|
+
Id as News_Content,
|
|
19011
19022
|
zs as NextPrev,
|
|
19012
19023
|
Mo as OrgList,
|
|
19013
19024
|
Ns as PreloadImages,
|
|
@@ -19027,7 +19038,7 @@ export {
|
|
|
19027
19038
|
as as SocialNetworks,
|
|
19028
19039
|
Po as SoftwareApplication,
|
|
19029
19040
|
Eh as SourceButtons,
|
|
19030
|
-
|
|
19041
|
+
ko as SpeculationRules,
|
|
19031
19042
|
Nt as Spin,
|
|
19032
19043
|
$h as StaticSlotWrapper,
|
|
19033
19044
|
Xl as SubscribeColumn,
|
|
@@ -19090,8 +19101,8 @@ export {
|
|
|
19090
19101
|
ba as getServicePrefix,
|
|
19091
19102
|
Qo as getSlugs,
|
|
19092
19103
|
Pm as getTextsStringValue,
|
|
19093
|
-
|
|
19094
|
-
|
|
19104
|
+
km as getTypeOfNews,
|
|
19105
|
+
Im as getVideoRealPath,
|
|
19095
19106
|
is as handleGetComments,
|
|
19096
19107
|
vm as initLibrary,
|
|
19097
19108
|
wo as isHomePath,
|