sass-template-common 0.1.42 → 0.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as m, Fragment as K } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as Ua from "react";
|
|
3
3
|
import Ee, { useState as $, useRef as Br, useCallback as he, useEffect as De, createElement as ot, forwardRef as Or, Fragment as gn, useMemo as jo, Component as Qo } from "react";
|
|
4
4
|
let ea = {
|
|
5
5
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
@@ -154,17 +154,17 @@ function Pr() {
|
|
|
154
154
|
e.exports = r();
|
|
155
155
|
})(Wo, (function() {
|
|
156
156
|
var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", h = "month", f = "quarter", A = "year", g = "date", p = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, _ = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
|
|
157
|
-
var
|
|
158
|
-
return "[" + M + (
|
|
159
|
-
} }, N = function(M,
|
|
157
|
+
var k = ["th", "st", "nd", "rd"], E = M % 100;
|
|
158
|
+
return "[" + M + (k[(E - 20) % 10] || k[E] || k[0]) + "]";
|
|
159
|
+
} }, N = function(M, k, E) {
|
|
160
160
|
var D = String(M);
|
|
161
|
-
return !D || D.length >=
|
|
161
|
+
return !D || D.length >= k ? M : "" + Array(k + 1 - D.length).join(E) + M;
|
|
162
162
|
}, x = { s: N, z: function(M) {
|
|
163
|
-
var
|
|
164
|
-
return (
|
|
165
|
-
}, m: function M(
|
|
166
|
-
if (
|
|
167
|
-
var D = 12 * (E.year() -
|
|
163
|
+
var k = -M.utcOffset(), E = Math.abs(k), D = Math.floor(E / 60), T = E % 60;
|
|
164
|
+
return (k <= 0 ? "+" : "-") + N(D, 2, "0") + ":" + N(T, 2, "0");
|
|
165
|
+
}, m: function M(k, E) {
|
|
166
|
+
if (k.date() < E.date()) return -M(E, k);
|
|
167
|
+
var D = 12 * (E.year() - k.year()) + (E.month() - k.month()), T = k.clone().add(D, h), z = E - T < 0, y = k.clone().add(D + (z ? -1 : 1), h);
|
|
168
168
|
return +(-(D + (E - T) / (z ? T - y : y - T)) || 0);
|
|
169
169
|
}, a: function(M) {
|
|
170
170
|
return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
|
|
@@ -176,33 +176,33 @@ function Pr() {
|
|
|
176
176
|
B[v] = S;
|
|
177
177
|
var R = "$isDayjsObject", Y = function(M) {
|
|
178
178
|
return M instanceof ee || !(!M || !M[R]);
|
|
179
|
-
}, te = function M(
|
|
179
|
+
}, te = function M(k, E, D) {
|
|
180
180
|
var T;
|
|
181
|
-
if (!
|
|
182
|
-
if (typeof
|
|
183
|
-
var z =
|
|
181
|
+
if (!k) return v;
|
|
182
|
+
if (typeof k == "string") {
|
|
183
|
+
var z = k.toLowerCase();
|
|
184
184
|
B[z] && (T = z), E && (B[z] = E, T = z);
|
|
185
|
-
var y =
|
|
185
|
+
var y = k.split("-");
|
|
186
186
|
if (!T && y.length > 1) return M(y[0]);
|
|
187
187
|
} else {
|
|
188
|
-
var C =
|
|
189
|
-
B[C] =
|
|
188
|
+
var C = k.name;
|
|
189
|
+
B[C] = k, T = C;
|
|
190
190
|
}
|
|
191
191
|
return !D && T && (v = T), T || !D && v;
|
|
192
|
-
}, Q = function(M,
|
|
192
|
+
}, Q = function(M, k) {
|
|
193
193
|
if (Y(M)) return M.clone();
|
|
194
|
-
var E = typeof
|
|
194
|
+
var E = typeof k == "object" ? k : {};
|
|
195
195
|
return E.date = M, E.args = arguments, new ee(E);
|
|
196
196
|
}, P = x;
|
|
197
|
-
P.l = te, P.i = Y, P.w = function(M,
|
|
198
|
-
return Q(M, { locale:
|
|
197
|
+
P.l = te, P.i = Y, P.w = function(M, k) {
|
|
198
|
+
return Q(M, { locale: k.$L, utc: k.$u, x: k.$x, $offset: k.$offset });
|
|
199
199
|
};
|
|
200
200
|
var ee = (function() {
|
|
201
201
|
function M(E) {
|
|
202
202
|
this.$L = te(E.locale, null, !0), this.parse(E), this.$x = this.$x || E.x || {}, this[R] = !0;
|
|
203
203
|
}
|
|
204
|
-
var
|
|
205
|
-
return
|
|
204
|
+
var k = M.prototype;
|
|
205
|
+
return k.parse = function(E) {
|
|
206
206
|
this.$d = (function(D) {
|
|
207
207
|
var T = D.date, z = D.utc;
|
|
208
208
|
if (T === null) return /* @__PURE__ */ new Date(NaN);
|
|
@@ -211,37 +211,37 @@ function Pr() {
|
|
|
211
211
|
if (typeof T == "string" && !/Z$/i.test(T)) {
|
|
212
212
|
var y = T.match(w);
|
|
213
213
|
if (y) {
|
|
214
|
-
var C = y[2] - 1 || 0,
|
|
215
|
-
return z ? new Date(Date.UTC(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0,
|
|
214
|
+
var C = y[2] - 1 || 0, U = (y[7] || "0").substring(0, 3);
|
|
215
|
+
return z ? new Date(Date.UTC(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, U)) : new Date(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, U);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
return new Date(T);
|
|
219
219
|
})(E), this.init();
|
|
220
|
-
},
|
|
220
|
+
}, k.init = function() {
|
|
221
221
|
var E = this.$d;
|
|
222
222
|
this.$y = E.getFullYear(), this.$M = E.getMonth(), this.$D = E.getDate(), this.$W = E.getDay(), this.$H = E.getHours(), this.$m = E.getMinutes(), this.$s = E.getSeconds(), this.$ms = E.getMilliseconds();
|
|
223
|
-
},
|
|
223
|
+
}, k.$utils = function() {
|
|
224
224
|
return P;
|
|
225
|
-
},
|
|
225
|
+
}, k.isValid = function() {
|
|
226
226
|
return this.$d.toString() !== p;
|
|
227
|
-
},
|
|
227
|
+
}, k.isSame = function(E, D) {
|
|
228
228
|
var T = Q(E);
|
|
229
229
|
return this.startOf(D) <= T && T <= this.endOf(D);
|
|
230
|
-
},
|
|
230
|
+
}, k.isAfter = function(E, D) {
|
|
231
231
|
return Q(E) < this.startOf(D);
|
|
232
|
-
},
|
|
232
|
+
}, k.isBefore = function(E, D) {
|
|
233
233
|
return this.endOf(D) < Q(E);
|
|
234
|
-
},
|
|
234
|
+
}, k.$g = function(E, D, T) {
|
|
235
235
|
return P.u(E) ? this[D] : this.set(T, E);
|
|
236
|
-
},
|
|
236
|
+
}, k.unix = function() {
|
|
237
237
|
return Math.floor(this.valueOf() / 1e3);
|
|
238
|
-
},
|
|
238
|
+
}, k.valueOf = function() {
|
|
239
239
|
return this.$d.getTime();
|
|
240
|
-
},
|
|
240
|
+
}, k.startOf = function(E, D) {
|
|
241
241
|
var T = this, z = !!P.u(D) || D, y = P.p(E), C = function(X, F) {
|
|
242
242
|
var ie = P.w(T.$u ? Date.UTC(T.$y, F, X) : new Date(T.$y, F, X), T);
|
|
243
243
|
return z ? ie : ie.endOf(l);
|
|
244
|
-
},
|
|
244
|
+
}, U = function(X, F) {
|
|
245
245
|
return P.w(T.toDate()[X].apply(T.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(F)), T);
|
|
246
246
|
}, j = this.$W, L = this.$M, G = this.$D, H = "set" + (this.$u ? "UTC" : "");
|
|
247
247
|
switch (y) {
|
|
@@ -254,30 +254,30 @@ function Pr() {
|
|
|
254
254
|
return C(z ? G - J : G + (6 - J), L);
|
|
255
255
|
case l:
|
|
256
256
|
case g:
|
|
257
|
-
return
|
|
257
|
+
return U(H + "Hours", 0);
|
|
258
258
|
case d:
|
|
259
|
-
return
|
|
259
|
+
return U(H + "Minutes", 1);
|
|
260
260
|
case c:
|
|
261
|
-
return
|
|
261
|
+
return U(H + "Seconds", 2);
|
|
262
262
|
case i:
|
|
263
|
-
return
|
|
263
|
+
return U(H + "Milliseconds", 3);
|
|
264
264
|
default:
|
|
265
265
|
return this.clone();
|
|
266
266
|
}
|
|
267
|
-
},
|
|
267
|
+
}, k.endOf = function(E) {
|
|
268
268
|
return this.startOf(E, !1);
|
|
269
|
-
},
|
|
270
|
-
var T, z = P.p(E), y = "set" + (this.$u ? "UTC" : ""), C = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[h] = y + "Month", T[A] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[s] = y + "Milliseconds", T)[z],
|
|
269
|
+
}, k.$set = function(E, D) {
|
|
270
|
+
var T, z = P.p(E), y = "set" + (this.$u ? "UTC" : ""), C = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[h] = y + "Month", T[A] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[s] = y + "Milliseconds", T)[z], U = z === l ? this.$D + (D - this.$W) : D;
|
|
271
271
|
if (z === h || z === A) {
|
|
272
272
|
var j = this.clone().set(g, 1);
|
|
273
|
-
j.$d[C](
|
|
274
|
-
} else C && this.$d[C](
|
|
273
|
+
j.$d[C](U), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
274
|
+
} else C && this.$d[C](U);
|
|
275
275
|
return this.init(), this;
|
|
276
|
-
},
|
|
276
|
+
}, k.set = function(E, D) {
|
|
277
277
|
return this.clone().$set(E, D);
|
|
278
|
-
},
|
|
278
|
+
}, k.get = function(E) {
|
|
279
279
|
return this[P.p(E)]();
|
|
280
|
-
},
|
|
280
|
+
}, k.add = function(E, D) {
|
|
281
281
|
var T, z = this;
|
|
282
282
|
E = Number(E);
|
|
283
283
|
var y = P.p(D), C = function(L) {
|
|
@@ -288,14 +288,14 @@ function Pr() {
|
|
|
288
288
|
if (y === A) return this.set(A, this.$y + E);
|
|
289
289
|
if (y === l) return C(1);
|
|
290
290
|
if (y === u) return C(7);
|
|
291
|
-
var
|
|
291
|
+
var U = (T = {}, T[c] = r, T[d] = o, T[i] = n, T)[y] || 1, j = this.$d.getTime() + E * U;
|
|
292
292
|
return P.w(j, this);
|
|
293
|
-
},
|
|
293
|
+
}, k.subtract = function(E, D) {
|
|
294
294
|
return this.add(-1 * E, D);
|
|
295
|
-
},
|
|
295
|
+
}, k.format = function(E) {
|
|
296
296
|
var D = this, T = this.$locale();
|
|
297
297
|
if (!this.isValid()) return T.invalidDate || p;
|
|
298
|
-
var z = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H,
|
|
298
|
+
var z = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H, U = this.$m, j = this.$M, L = T.weekdays, G = T.months, H = T.meridiem, V = function(F, ie, q, Ae) {
|
|
299
299
|
return F && (F[ie] || F(D, z)) || q[ie].slice(0, Ae);
|
|
300
300
|
}, J = function(F) {
|
|
301
301
|
return P.s(C % 12 || 12, F, "0");
|
|
@@ -339,13 +339,13 @@ function Pr() {
|
|
|
339
339
|
case "hh":
|
|
340
340
|
return J(2);
|
|
341
341
|
case "a":
|
|
342
|
-
return X(C,
|
|
342
|
+
return X(C, U, !0);
|
|
343
343
|
case "A":
|
|
344
|
-
return X(C,
|
|
344
|
+
return X(C, U, !1);
|
|
345
345
|
case "m":
|
|
346
|
-
return String(
|
|
346
|
+
return String(U);
|
|
347
347
|
case "mm":
|
|
348
|
-
return P.s(
|
|
348
|
+
return P.s(U, 2, "0");
|
|
349
349
|
case "s":
|
|
350
350
|
return String(D.$s);
|
|
351
351
|
case "ss":
|
|
@@ -358,11 +358,11 @@ function Pr() {
|
|
|
358
358
|
return null;
|
|
359
359
|
})(F) || y.replace(":", "");
|
|
360
360
|
}));
|
|
361
|
-
},
|
|
361
|
+
}, k.utcOffset = function() {
|
|
362
362
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
363
|
-
},
|
|
364
|
-
var z, y = this, C = P.p(D),
|
|
365
|
-
return P.m(y,
|
|
363
|
+
}, k.diff = function(E, D, T) {
|
|
364
|
+
var z, y = this, C = P.p(D), U = Q(E), j = (U.utcOffset() - this.utcOffset()) * r, L = this - U, G = function() {
|
|
365
|
+
return P.m(y, U);
|
|
366
366
|
};
|
|
367
367
|
switch (C) {
|
|
368
368
|
case A:
|
|
@@ -393,32 +393,32 @@ function Pr() {
|
|
|
393
393
|
z = L;
|
|
394
394
|
}
|
|
395
395
|
return T ? z : P.a(z);
|
|
396
|
-
},
|
|
396
|
+
}, k.daysInMonth = function() {
|
|
397
397
|
return this.endOf(h).$D;
|
|
398
|
-
},
|
|
398
|
+
}, k.$locale = function() {
|
|
399
399
|
return B[this.$L];
|
|
400
|
-
},
|
|
400
|
+
}, k.locale = function(E, D) {
|
|
401
401
|
if (!E) return this.$L;
|
|
402
402
|
var T = this.clone(), z = te(E, D, !0);
|
|
403
403
|
return z && (T.$L = z), T;
|
|
404
|
-
},
|
|
404
|
+
}, k.clone = function() {
|
|
405
405
|
return P.w(this.$d, this);
|
|
406
|
-
},
|
|
406
|
+
}, k.toDate = function() {
|
|
407
407
|
return new Date(this.valueOf());
|
|
408
|
-
},
|
|
408
|
+
}, k.toJSON = function() {
|
|
409
409
|
return this.isValid() ? this.toISOString() : null;
|
|
410
|
-
},
|
|
410
|
+
}, k.toISOString = function() {
|
|
411
411
|
return this.$d.toISOString();
|
|
412
|
-
},
|
|
412
|
+
}, k.toString = function() {
|
|
413
413
|
return this.$d.toUTCString();
|
|
414
414
|
}, M;
|
|
415
415
|
})(), ce = ee.prototype;
|
|
416
416
|
return Q.prototype = ce, [["$ms", s], ["$s", i], ["$m", c], ["$H", d], ["$W", l], ["$M", h], ["$y", A], ["$D", g]].forEach((function(M) {
|
|
417
|
-
ce[M[1]] = function(
|
|
418
|
-
return this.$g(
|
|
417
|
+
ce[M[1]] = function(k) {
|
|
418
|
+
return this.$g(k, M[0], M[1]);
|
|
419
419
|
};
|
|
420
|
-
})), Q.extend = function(M,
|
|
421
|
-
return M.$i || (M(
|
|
420
|
+
})), Q.extend = function(M, k) {
|
|
421
|
+
return M.$i || (M(k, ee, Q), M.$i = !0), Q;
|
|
422
422
|
}, Q.locale = te, Q.isDayjs = Y, Q.unix = function(M) {
|
|
423
423
|
return Q(1e3 * M);
|
|
424
424
|
}, Q.en = B[v], Q.Ls = B, Q.p = {}, Q;
|
|
@@ -1176,7 +1176,7 @@ const Ts = async ({
|
|
|
1176
1176
|
dangerouslySetInnerHTML: { __html: JSON.stringify(n) }
|
|
1177
1177
|
}
|
|
1178
1178
|
);
|
|
1179
|
-
},
|
|
1179
|
+
}, ks = ({ config: e }) => {
|
|
1180
1180
|
const t = {
|
|
1181
1181
|
"@context": "https://schema.org",
|
|
1182
1182
|
"@type": "WebSite",
|
|
@@ -1196,7 +1196,7 @@ const Ts = async ({
|
|
|
1196
1196
|
dangerouslySetInnerHTML: { __html: JSON.stringify(t) }
|
|
1197
1197
|
}
|
|
1198
1198
|
);
|
|
1199
|
-
},
|
|
1199
|
+
}, Us = async ({ realPath: e, config: t, axiosApi: n }) => {
|
|
1200
1200
|
try {
|
|
1201
1201
|
const r = {
|
|
1202
1202
|
path: e,
|
|
@@ -1969,15 +1969,15 @@ const ao = {
|
|
|
1969
1969
|
},
|
|
1970
1970
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
1971
1971
|
}, wa = typeof window < "u" && typeof document < "u", aa = typeof navigator == "object" && navigator || void 0, Ti = wa && (!aa || ["ReactNative", "NativeScript", "NS"].indexOf(aa.product) < 0), Ii = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
1972
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
1972
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ki = wa && window.location.href || "http://localhost", Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1973
1973
|
__proto__: null,
|
|
1974
1974
|
hasBrowserEnv: wa,
|
|
1975
1975
|
hasStandardBrowserEnv: Ti,
|
|
1976
1976
|
hasStandardBrowserWebWorkerEnv: Ii,
|
|
1977
1977
|
navigator: aa,
|
|
1978
|
-
origin:
|
|
1978
|
+
origin: ki
|
|
1979
1979
|
}, Symbol.toStringTag, { value: "Module" })), fe = {
|
|
1980
|
-
...
|
|
1980
|
+
...Ui,
|
|
1981
1981
|
...xi
|
|
1982
1982
|
};
|
|
1983
1983
|
function qi(e, t) {
|
|
@@ -2723,17 +2723,17 @@ const co = (e) => {
|
|
|
2723
2723
|
const M = ee && ee.unsubscribe && (() => {
|
|
2724
2724
|
ee.unsubscribe();
|
|
2725
2725
|
});
|
|
2726
|
-
let
|
|
2726
|
+
let k;
|
|
2727
2727
|
try {
|
|
2728
|
-
if (B && l && w !== "get" && w !== "head" && (
|
|
2728
|
+
if (B && l && w !== "get" && w !== "head" && (k = await A(Y, _)) !== 0) {
|
|
2729
2729
|
let C = new n(p, {
|
|
2730
2730
|
method: "POST",
|
|
2731
2731
|
body: _,
|
|
2732
2732
|
duplex: "half"
|
|
2733
|
-
}),
|
|
2734
|
-
if (b.isFormData(_) && (
|
|
2733
|
+
}), U;
|
|
2734
|
+
if (b.isFormData(_) && (U = C.headers.get("content-type")) && Y.setContentType(U), C.body) {
|
|
2735
2735
|
const [j, L] = za(
|
|
2736
|
-
|
|
2736
|
+
k,
|
|
2737
2737
|
An(Ha(B))
|
|
2738
2738
|
);
|
|
2739
2739
|
_ = Fa(C.body, Wa, j, L);
|
|
@@ -2757,8 +2757,8 @@ const co = (e) => {
|
|
|
2757
2757
|
["status", "statusText", "headers"].forEach((G) => {
|
|
2758
2758
|
C[G] = T[G];
|
|
2759
2759
|
});
|
|
2760
|
-
const
|
|
2761
|
-
|
|
2760
|
+
const U = b.toFiniteNumber(T.headers.get("content-length")), [j, L] = v && za(
|
|
2761
|
+
U,
|
|
2762
2762
|
An(Ha(v), !0)
|
|
2763
2763
|
) || [];
|
|
2764
2764
|
T = new r(
|
|
@@ -2770,8 +2770,8 @@ const co = (e) => {
|
|
|
2770
2770
|
}
|
|
2771
2771
|
R = R || "text";
|
|
2772
2772
|
let y = await h[b.findKey(h, R) || "text"](T, g);
|
|
2773
|
-
return !z && M && M(), await new Promise((C,
|
|
2774
|
-
so(C,
|
|
2773
|
+
return !z && M && M(), await new Promise((C, U) => {
|
|
2774
|
+
so(C, U, {
|
|
2775
2775
|
data: y,
|
|
2776
2776
|
headers: _e.from(T.headers),
|
|
2777
2777
|
status: T.status,
|
|
@@ -3239,8 +3239,8 @@ const {
|
|
|
3239
3239
|
Axios: x9,
|
|
3240
3240
|
AxiosError: T9,
|
|
3241
3241
|
CanceledError: I9,
|
|
3242
|
-
isCancel:
|
|
3243
|
-
CancelToken:
|
|
3242
|
+
isCancel: k9,
|
|
3243
|
+
CancelToken: U9,
|
|
3244
3244
|
VERSION: q9,
|
|
3245
3245
|
all: R9,
|
|
3246
3246
|
Cancel: L9,
|
|
@@ -3847,7 +3847,7 @@ async function F9({
|
|
|
3847
3847
|
),
|
|
3848
3848
|
/* @__PURE__ */ a(Is, { config: f, socials: A }),
|
|
3849
3849
|
t.schemas_Videos && h && /* @__PURE__ */ a(
|
|
3850
|
-
|
|
3850
|
+
Us,
|
|
3851
3851
|
{
|
|
3852
3852
|
axiosApi: e,
|
|
3853
3853
|
realPath: h,
|
|
@@ -3863,7 +3863,7 @@ async function F9({
|
|
|
3863
3863
|
axiosApi: e
|
|
3864
3864
|
}
|
|
3865
3865
|
),
|
|
3866
|
-
t.schemas_WebsiteList && /* @__PURE__ */ a(
|
|
3866
|
+
t.schemas_WebsiteList && /* @__PURE__ */ a(ks, { config: f }),
|
|
3867
3867
|
/* @__PURE__ */ a(
|
|
3868
3868
|
Ss,
|
|
3869
3869
|
{
|
|
@@ -3948,8 +3948,8 @@ function yc({
|
|
|
3948
3948
|
}) {
|
|
3949
3949
|
const [c, d] = $(!1), [l, u] = $(0), [h, f] = $(0), [A, g] = $(0), [p, w] = $(0), [_, S] = $(null), N = Br(null), [x, v] = $(1), B = he(() => {
|
|
3950
3950
|
if (o) return 1;
|
|
3951
|
-
const y = N.current?.offsetWidth || window.innerWidth, C = n + r,
|
|
3952
|
-
return Math.max(1,
|
|
3951
|
+
const y = N.current?.offsetWidth || window.innerWidth, C = n + r, U = Math.floor(y / C);
|
|
3952
|
+
return Math.max(1, U);
|
|
3953
3953
|
}, [o, n, r]);
|
|
3954
3954
|
De(() => {
|
|
3955
3955
|
const y = () => {
|
|
@@ -3967,20 +3967,20 @@ function yc({
|
|
|
3967
3967
|
}, [B]), Q = he(
|
|
3968
3968
|
(y, C = 0) => {
|
|
3969
3969
|
if (o) {
|
|
3970
|
-
const
|
|
3971
|
-
return -(y * (100 + r)) + C /
|
|
3970
|
+
const U = N.current?.offsetWidth || window.innerWidth;
|
|
3971
|
+
return -(y * (100 + r)) + C / U * 100;
|
|
3972
3972
|
}
|
|
3973
3973
|
return -(y * (n + r)) + C;
|
|
3974
3974
|
},
|
|
3975
3975
|
[o, n, r]
|
|
3976
3976
|
), P = he(
|
|
3977
3977
|
(y) => {
|
|
3978
|
-
const C = N.current?.offsetWidth || window.innerWidth,
|
|
3978
|
+
const C = N.current?.offsetWidth || window.innerWidth, U = B(), j = te();
|
|
3979
3979
|
if (o)
|
|
3980
3980
|
return Math.abs(y) / C * 100 > 30 ? 1 : 0;
|
|
3981
3981
|
{
|
|
3982
3982
|
const L = n + r, G = Math.abs(y) / L;
|
|
3983
|
-
return G >= (
|
|
3983
|
+
return G >= (U === 1 ? 0.2 : 0.3) ? U === 1 ? 1 : Math.min(Math.round(G), j) : 0;
|
|
3984
3984
|
}
|
|
3985
3985
|
},
|
|
3986
3986
|
[o, n, r, B, te]
|
|
@@ -3992,7 +3992,7 @@ function yc({
|
|
|
3992
3992
|
), ce = he(
|
|
3993
3993
|
(y) => {
|
|
3994
3994
|
if (!c || !s) return;
|
|
3995
|
-
const C = y - l,
|
|
3995
|
+
const C = y - l, U = (n + r) * 1.2, j = e === 0 && C > 0, L = e === Y && C < 0, G = j || L ? Math.sign(C) * Math.min(Math.abs(C), U) : C;
|
|
3996
3996
|
f(y), g(G);
|
|
3997
3997
|
},
|
|
3998
3998
|
[c, l, s, e, Y, n, r]
|
|
@@ -4001,10 +4001,10 @@ function yc({
|
|
|
4001
4001
|
ce(y.clientX);
|
|
4002
4002
|
},
|
|
4003
4003
|
[ce]
|
|
4004
|
-
),
|
|
4004
|
+
), k = he(
|
|
4005
4005
|
(y) => {
|
|
4006
4006
|
if (!c || !s) return;
|
|
4007
|
-
const C = h - l,
|
|
4007
|
+
const C = h - l, U = Date.now() - p, j = Math.abs(C) / Math.max(U, 1), L = P(C), H = j > 0.5 && Math.abs(C) > 50 ? Math.max(L, 1) : L;
|
|
4008
4008
|
if (H > 0)
|
|
4009
4009
|
if (C > 0) {
|
|
4010
4010
|
const V = Math.max(0, e - H);
|
|
@@ -4013,7 +4013,7 @@ function yc({
|
|
|
4013
4013
|
const V = Math.min(Y, e + H);
|
|
4014
4014
|
i(V);
|
|
4015
4015
|
}
|
|
4016
|
-
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup",
|
|
4016
|
+
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", k), y.clientX === l && _?.dispatchEvent(new PointerEvent("click"));
|
|
4017
4017
|
},
|
|
4018
4018
|
[
|
|
4019
4019
|
c,
|
|
@@ -4045,19 +4045,19 @@ function yc({
|
|
|
4045
4045
|
[c, ce]
|
|
4046
4046
|
), z = he(
|
|
4047
4047
|
(y) => {
|
|
4048
|
-
|
|
4048
|
+
k(y);
|
|
4049
4049
|
},
|
|
4050
|
-
[
|
|
4050
|
+
[k]
|
|
4051
4051
|
);
|
|
4052
4052
|
return De(() => {
|
|
4053
4053
|
if (c)
|
|
4054
|
-
return N.current?.addEventListener("mousemove", M), N.current?.addEventListener("mouseup",
|
|
4054
|
+
return N.current?.addEventListener("mousemove", M), N.current?.addEventListener("mouseup", k), () => {
|
|
4055
4055
|
N.current?.removeEventListener(
|
|
4056
4056
|
"mousemove",
|
|
4057
4057
|
M
|
|
4058
|
-
), N.current?.removeEventListener("mouseup",
|
|
4058
|
+
), N.current?.removeEventListener("mouseup", k);
|
|
4059
4059
|
};
|
|
4060
|
-
}, [c, ce,
|
|
4060
|
+
}, [c, ce, k, M]), {
|
|
4061
4061
|
isDragging: c,
|
|
4062
4062
|
translateOffset: A,
|
|
4063
4063
|
carrouselRef: N,
|
|
@@ -4069,7 +4069,7 @@ function yc({
|
|
|
4069
4069
|
onTouchStart: D,
|
|
4070
4070
|
onTouchMove: T,
|
|
4071
4071
|
onTouchEnd: z,
|
|
4072
|
-
onMouseLeave:
|
|
4072
|
+
onMouseLeave: k
|
|
4073
4073
|
}
|
|
4074
4074
|
};
|
|
4075
4075
|
}
|
|
@@ -4308,13 +4308,13 @@ const bc = "_content_3olxv_1", Cc = {
|
|
|
4308
4308
|
},
|
|
4309
4309
|
n.key
|
|
4310
4310
|
);
|
|
4311
|
-
}, Ec = "_boxInformation_o5vhf_1", xc = "_sectionDescriptionContainer_o5vhf_9", Tc = "_uppertitle_o5vhf_20", Ic = "_sectionDescription_o5vhf_9",
|
|
4311
|
+
}, Ec = "_boxInformation_o5vhf_1", xc = "_sectionDescriptionContainer_o5vhf_9", Tc = "_uppertitle_o5vhf_20", Ic = "_sectionDescription_o5vhf_9", kc = "_articule_o5vhf_60", Uc = "_linkStyled_o5vhf_74", qc = "_description_o5vhf_85", Rc = "_correspondent_o5vhf_113", Lc = "_correspondentLink_o5vhf_125", Bc = "_dotStyles_o5vhf_137", Oc = "_clipboardButton_o5vhf_144", Pc = "_socialNetworkSection_o5vhf_158", re = {
|
|
4312
4312
|
boxInformation: Ec,
|
|
4313
4313
|
sectionDescriptionContainer: xc,
|
|
4314
4314
|
uppertitle: Tc,
|
|
4315
4315
|
sectionDescription: Ic,
|
|
4316
|
-
articule:
|
|
4317
|
-
linkStyled:
|
|
4316
|
+
articule: kc,
|
|
4317
|
+
linkStyled: Uc,
|
|
4318
4318
|
description: qc,
|
|
4319
4319
|
correspondent: Rc,
|
|
4320
4320
|
correspondentLink: Lc,
|
|
@@ -4491,7 +4491,15 @@ function jc({ noteShare: e }) {
|
|
|
4491
4491
|
] }) : null;
|
|
4492
4492
|
}
|
|
4493
4493
|
const Et = (e) => {
|
|
4494
|
-
const {
|
|
4494
|
+
const {
|
|
4495
|
+
share: t = !1,
|
|
4496
|
+
cutSubtitle: n = !0,
|
|
4497
|
+
showTagBySection: r = !1,
|
|
4498
|
+
keywords: o,
|
|
4499
|
+
info: s,
|
|
4500
|
+
main: i,
|
|
4501
|
+
paths: c
|
|
4502
|
+
} = e, d = () => {
|
|
4495
4503
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
4496
4504
|
return `${e?.authors[0]?.fullname ?? "Redacción"} - ${Me(
|
|
4497
4505
|
e.info?.date?.modified
|
|
@@ -4500,8 +4508,8 @@ const Et = (e) => {
|
|
|
4500
4508
|
return e?.authors[0]?.fullname ?? "Redacción";
|
|
4501
4509
|
if (e?.config?.showtime)
|
|
4502
4510
|
return Me(e.info?.date?.modified);
|
|
4503
|
-
},
|
|
4504
|
-
const
|
|
4511
|
+
}, l = () => {
|
|
4512
|
+
const h = {
|
|
4505
4513
|
"--fontSizeSubTitle": e.fontSizeSubTitle,
|
|
4506
4514
|
"--lineHeightSubTitle": e.lineHeightSubTitle,
|
|
4507
4515
|
"--colorSubTitle": e.colorSubTitle
|
|
@@ -4513,34 +4521,35 @@ const Et = (e) => {
|
|
|
4513
4521
|
dangerouslySetInnerHTML: {
|
|
4514
4522
|
__html: e.main.subtitle.rendered ?? e.main.subtitle.striped ?? ""
|
|
4515
4523
|
},
|
|
4516
|
-
style:
|
|
4524
|
+
style: h
|
|
4517
4525
|
}
|
|
4518
4526
|
);
|
|
4519
|
-
},
|
|
4520
|
-
const
|
|
4521
|
-
if (
|
|
4522
|
-
|
|
4527
|
+
}, u = () => {
|
|
4528
|
+
const h = i?.uppertitle, f = () => h ? /* @__PURE__ */ a("p", { className: re.uppertitle, title: h, children: h }) : null;
|
|
4529
|
+
if (console.log("keywords.tags before", r, o?.tags), r && o?.tags?.length && o.tags.length > 0) {
|
|
4530
|
+
console.log("keywords.tags", r, o.tags);
|
|
4531
|
+
const A = o.tags[0], g = A.name;
|
|
4523
4532
|
return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4524
4533
|
A.approved ? /* @__PURE__ */ a(
|
|
4525
4534
|
O,
|
|
4526
4535
|
{
|
|
4527
4536
|
"aria-label": g,
|
|
4528
4537
|
className: re.sectionDescription,
|
|
4529
|
-
href: Qr(A,
|
|
4538
|
+
href: Qr(A, c),
|
|
4530
4539
|
children: g
|
|
4531
4540
|
}
|
|
4532
4541
|
) : /* @__PURE__ */ a("div", { className: re.sectionDescription, children: g }),
|
|
4533
4542
|
f()
|
|
4534
4543
|
] });
|
|
4535
|
-
} else if (
|
|
4536
|
-
const A =
|
|
4544
|
+
} else if (s?.section?.url) {
|
|
4545
|
+
const A = s.section.name;
|
|
4537
4546
|
return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4538
4547
|
/* @__PURE__ */ a(
|
|
4539
4548
|
O,
|
|
4540
4549
|
{
|
|
4541
4550
|
"aria-label": A,
|
|
4542
4551
|
className: re.sectionDescription,
|
|
4543
|
-
href:
|
|
4552
|
+
href: s.section.url,
|
|
4544
4553
|
children: A
|
|
4545
4554
|
}
|
|
4546
4555
|
),
|
|
@@ -4559,7 +4568,7 @@ const Et = (e) => {
|
|
|
4559
4568
|
children: /* @__PURE__ */ a(jc, { noteShare: { ...t } })
|
|
4560
4569
|
}
|
|
4561
4570
|
),
|
|
4562
|
-
|
|
4571
|
+
u(),
|
|
4563
4572
|
Ee.createElement(
|
|
4564
4573
|
e.isTitle ? "h1" : "h2",
|
|
4565
4574
|
{
|
|
@@ -4579,16 +4588,16 @@ const Et = (e) => {
|
|
|
4579
4588
|
}
|
|
4580
4589
|
) : e.main?.title?.section
|
|
4581
4590
|
),
|
|
4582
|
-
e.config?.showsubtitle && /* @__PURE__ */ a(
|
|
4591
|
+
e.config?.showsubtitle && /* @__PURE__ */ a(l, {}),
|
|
4583
4592
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(K, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4584
4593
|
O,
|
|
4585
4594
|
{
|
|
4586
|
-
"aria-label":
|
|
4595
|
+
"aria-label": d(),
|
|
4587
4596
|
className: re.correspondentLink,
|
|
4588
4597
|
href: `/${e?.paths?.autor}/${e?.authors[0]?.name}`,
|
|
4589
|
-
children:
|
|
4598
|
+
children: d()
|
|
4590
4599
|
}
|
|
4591
|
-
) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children:
|
|
4600
|
+
) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children: d() }) })
|
|
4592
4601
|
] });
|
|
4593
4602
|
}, Qc = "_content_coxjf_1", Gc = "_contentNew_coxjf_21", zc = "_imageBox_coxjf_29", Hc = "_numberTag_coxjf_44", Kt = {
|
|
4594
4603
|
content: Qc,
|
|
@@ -4783,7 +4792,7 @@ const Et = (e) => {
|
|
|
4783
4792
|
children: /* @__PURE__ */ a("div", { className: se.imagePlaceholder })
|
|
4784
4793
|
}
|
|
4785
4794
|
);
|
|
4786
|
-
},
|
|
4795
|
+
}, ke = async (e) => {
|
|
4787
4796
|
const { preview: t } = e;
|
|
4788
4797
|
if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((s) => !s.url))
|
|
4789
4798
|
return /* @__PURE__ */ a("div", { className: se.imageLogoPlaceholder });
|
|
@@ -4828,7 +4837,7 @@ const Et = (e) => {
|
|
|
4828
4837
|
},
|
|
4829
4838
|
children: [
|
|
4830
4839
|
/* @__PURE__ */ a("div", { className: Kt.numberTag, children: r + 1 }),
|
|
4831
|
-
n.main.title.home && /* @__PURE__ */ a(
|
|
4840
|
+
n.main.title.home && /* @__PURE__ */ a(ke, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
4832
4841
|
]
|
|
4833
4842
|
}
|
|
4834
4843
|
),
|
|
@@ -5801,7 +5810,7 @@ const Et = (e) => {
|
|
|
5801
5810
|
]
|
|
5802
5811
|
}
|
|
5803
5812
|
);
|
|
5804
|
-
}, sl = "_content_6azvz_1", il = "_subscribeImage_6azvz_22", cl = "_tag_6azvz_32", ll = "_contentTitle_6azvz_50", dl = "_title_6azvz_55", ul = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", ml = "_contentTerms_6azvz_123", fl = "_subscribeText_6azvz_128", gl = "_terms_6azvz_138",
|
|
5813
|
+
}, sl = "_content_6azvz_1", il = "_subscribeImage_6azvz_22", cl = "_tag_6azvz_32", ll = "_contentTitle_6azvz_50", dl = "_title_6azvz_55", ul = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", ml = "_contentTerms_6azvz_123", fl = "_subscribeText_6azvz_128", gl = "_terms_6azvz_138", Ue = {
|
|
5805
5814
|
content: sl,
|
|
5806
5815
|
subscribeImage: il,
|
|
5807
5816
|
tag: cl,
|
|
@@ -5838,14 +5847,14 @@ const Et = (e) => {
|
|
|
5838
5847
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5839
5848
|
}
|
|
5840
5849
|
) : /* @__PURE__ */ a(O, { ...r, style: o });
|
|
5841
|
-
}, pl = (e) => /* @__PURE__ */ m("section", { className: [
|
|
5842
|
-
/* @__PURE__ */ a("div", { className:
|
|
5843
|
-
/* @__PURE__ */ a("div", { className:
|
|
5844
|
-
/* @__PURE__ */ m("div", { className:
|
|
5845
|
-
/* @__PURE__ */ a("p", { className:
|
|
5846
|
-
/* @__PURE__ */ a("p", { className:
|
|
5850
|
+
}, pl = (e) => /* @__PURE__ */ m("section", { className: [Ue.content, e.className ?? ""].join(" "), children: [
|
|
5851
|
+
/* @__PURE__ */ a("div", { className: Ue.subscribeImage, children: e.image }),
|
|
5852
|
+
/* @__PURE__ */ a("div", { className: Ue.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5853
|
+
/* @__PURE__ */ m("div", { className: Ue.contentTitle, children: [
|
|
5854
|
+
/* @__PURE__ */ a("p", { className: Ue.title, children: e.title }),
|
|
5855
|
+
/* @__PURE__ */ a("p", { className: Ue.subTitle, children: e.sibtitle })
|
|
5847
5856
|
] }),
|
|
5848
|
-
/* @__PURE__ */ a("div", { className:
|
|
5857
|
+
/* @__PURE__ */ a("div", { className: Ue.inputStyled, children: /* @__PURE__ */ a(
|
|
5849
5858
|
"input",
|
|
5850
5859
|
{
|
|
5851
5860
|
type: "email",
|
|
@@ -5853,10 +5862,10 @@ const Et = (e) => {
|
|
|
5853
5862
|
id: "newsletter-email-column"
|
|
5854
5863
|
}
|
|
5855
5864
|
) }),
|
|
5856
|
-
/* @__PURE__ */ a(In, { className:
|
|
5857
|
-
/* @__PURE__ */ m("div", { className:
|
|
5858
|
-
/* @__PURE__ */ a("p", { className:
|
|
5859
|
-
/* @__PURE__ */ a(O, { className:
|
|
5865
|
+
/* @__PURE__ */ a(In, { className: Ue.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5866
|
+
/* @__PURE__ */ m("div", { className: Ue.contentTerms, children: [
|
|
5867
|
+
/* @__PURE__ */ a("p", { className: Ue.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5868
|
+
/* @__PURE__ */ a(O, { className: Ue.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5860
5869
|
] })
|
|
5861
5870
|
] }), Al = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", yl = "_subscribeImage_1ms2y_28", vl = "_tag_1ms2y_42", bl = "_contentTitle_1ms2y_60", Cl = "_title_1ms2y_65", _l = "_subTitle_1ms2y_70", Nl = "_inputStyled_1ms2y_79", Sl = "_buttonStyled_1ms2y_118", El = "_contentTerms_1ms2y_131", xl = "_subscribeText_1ms2y_137", Tl = "_terms_1ms2y_146", xe = {
|
|
5862
5871
|
content: Al,
|
|
@@ -5895,7 +5904,7 @@ const Et = (e) => {
|
|
|
5895
5904
|
/* @__PURE__ */ a(O, { className: xe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5896
5905
|
] })
|
|
5897
5906
|
] })
|
|
5898
|
-
] }),
|
|
5907
|
+
] }), kl = (e) => /* @__PURE__ */ m(
|
|
5899
5908
|
"svg",
|
|
5900
5909
|
{
|
|
5901
5910
|
width: "284",
|
|
@@ -5936,8 +5945,8 @@ const Et = (e) => {
|
|
|
5936
5945
|
] })
|
|
5937
5946
|
]
|
|
5938
5947
|
}
|
|
5939
|
-
),
|
|
5940
|
-
content:
|
|
5948
|
+
), Ul = "_content_qzaly_1", ql = "_subscribeImage_qzaly_16", Rl = "_contentTitle_qzaly_22", Ll = "_title_qzaly_33", Bl = "_subTitle_qzaly_40", Ol = "_contentTerms_qzaly_60", Pl = "_whatsappLink_qzaly_65", Dl = "_subscribeText_qzaly_82", Ml = "_terms_qzaly_92", Qe = {
|
|
5949
|
+
content: Ul,
|
|
5941
5950
|
subscribeImage: ql,
|
|
5942
5951
|
contentTitle: Rl,
|
|
5943
5952
|
title: Ll,
|
|
@@ -5947,7 +5956,7 @@ const Et = (e) => {
|
|
|
5947
5956
|
subscribeText: Dl,
|
|
5948
5957
|
terms: Ml
|
|
5949
5958
|
}, K9 = (e) => /* @__PURE__ */ m("section", { className: Qe.content, children: [
|
|
5950
|
-
/* @__PURE__ */ a(
|
|
5959
|
+
/* @__PURE__ */ a(kl, { className: Qe.subscribeImage }),
|
|
5951
5960
|
/* @__PURE__ */ m("div", { className: Qe.contentTitle, children: [
|
|
5952
5961
|
/* @__PURE__ */ a("p", { className: Qe.title, children: "Mantenete Informado" }),
|
|
5953
5962
|
/* @__PURE__ */ a("p", { className: Qe.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
|
|
@@ -6280,7 +6289,7 @@ const Et = (e) => {
|
|
|
6280
6289
|
)
|
|
6281
6290
|
] })
|
|
6282
6291
|
] });
|
|
6283
|
-
}, cd = "_content_1e93o_1", ld = "_imageContent_1e93o_9", dd = "_width1Autor_1e93o_18", ud = "_width2Autor_1e93o_22", hd = "_width3Autor_1e93o_26", md = "_imageAutor_1e93o_30", fd = "_imageStyled_1e93o_69", gd = "_contentIconStyled_1e93o_70", pd = "_avatarContent_1e93o_87", Ad = "_journalistSection_1e93o_95", wd = "_journalistInfo_1e93o_103", yd = "_journalistInfoLink_1e93o_104", vd = "_socialNetworkSection_1e93o_139", bd = "_avatarStyled_1e93o_151", Cd = "_article_1e93o_156", _d = "_socialButton_1e93o_160", Nd = "_facebookStyled_1e93o_176", Sd = "_emailStyled_1e93o_180", Ed = "_xStyled_1e93o_184", xd = "_linkedinStyled_1e93o_188", Td = "_whatsappStyled_1e93o_192", Id = "_whatsappLink_1e93o_196",
|
|
6292
|
+
}, cd = "_content_1e93o_1", ld = "_imageContent_1e93o_9", dd = "_width1Autor_1e93o_18", ud = "_width2Autor_1e93o_22", hd = "_width3Autor_1e93o_26", md = "_imageAutor_1e93o_30", fd = "_imageStyled_1e93o_69", gd = "_contentIconStyled_1e93o_70", pd = "_avatarContent_1e93o_87", Ad = "_journalistSection_1e93o_95", wd = "_journalistInfo_1e93o_103", yd = "_journalistInfoLink_1e93o_104", vd = "_socialNetworkSection_1e93o_139", bd = "_avatarStyled_1e93o_151", Cd = "_article_1e93o_156", _d = "_socialButton_1e93o_160", Nd = "_facebookStyled_1e93o_176", Sd = "_emailStyled_1e93o_180", Ed = "_xStyled_1e93o_184", xd = "_linkedinStyled_1e93o_188", Td = "_whatsappStyled_1e93o_192", Id = "_whatsappLink_1e93o_196", kd = "_clipboardButton_1e93o_212", Ud = "_googleProfileButton_1e93o_248", de = {
|
|
6284
6293
|
content: cd,
|
|
6285
6294
|
imageContent: ld,
|
|
6286
6295
|
width1Autor: dd,
|
|
@@ -6303,8 +6312,8 @@ const Et = (e) => {
|
|
|
6303
6312
|
linkedinStyled: xd,
|
|
6304
6313
|
whatsappStyled: Td,
|
|
6305
6314
|
whatsappLink: Id,
|
|
6306
|
-
clipboardButton:
|
|
6307
|
-
googleProfileButton:
|
|
6315
|
+
clipboardButton: kd,
|
|
6316
|
+
googleProfileButton: Ud
|
|
6308
6317
|
}, qd = (e) => /* @__PURE__ */ a(
|
|
6309
6318
|
"svg",
|
|
6310
6319
|
{
|
|
@@ -6647,7 +6656,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6647
6656
|
href: r?.link?.url,
|
|
6648
6657
|
target: r?.link?.target,
|
|
6649
6658
|
children: /* @__PURE__ */ a(
|
|
6650
|
-
|
|
6659
|
+
ke,
|
|
6651
6660
|
{
|
|
6652
6661
|
preview: o,
|
|
6653
6662
|
isVideo: i,
|
|
@@ -6682,7 +6691,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6682
6691
|
sectionDescription: o1,
|
|
6683
6692
|
articule: s1,
|
|
6684
6693
|
linkStyled: i1
|
|
6685
|
-
},
|
|
6694
|
+
}, kn = (e) => {
|
|
6686
6695
|
const {
|
|
6687
6696
|
isVideo: t,
|
|
6688
6697
|
info: n,
|
|
@@ -6697,7 +6706,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6697
6706
|
title: r?.title?.section,
|
|
6698
6707
|
href: n.link.url,
|
|
6699
6708
|
target: n.link.target,
|
|
6700
|
-
children: /* @__PURE__ */ a(
|
|
6709
|
+
children: /* @__PURE__ */ a(ke, { preview: e.preview, isVideo: t })
|
|
6701
6710
|
}
|
|
6702
6711
|
),
|
|
6703
6712
|
/* @__PURE__ */ m(
|
|
@@ -6767,18 +6776,18 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6767
6776
|
e.required && /* @__PURE__ */ a("span", { className: It.required, children: "*" })
|
|
6768
6777
|
] }),
|
|
6769
6778
|
/* @__PURE__ */ a("input", { className: It.input, ...e })
|
|
6770
|
-
] }), b1 = "_content_zgx5w_1", C1 = "_contentLabel_zgx5w_8", _1 = "_label_zgx5w_13", N1 = "_required_zgx5w_22", S1 = "_input_zgx5w_28",
|
|
6779
|
+
] }), b1 = "_content_zgx5w_1", C1 = "_contentLabel_zgx5w_8", _1 = "_label_zgx5w_13", N1 = "_required_zgx5w_22", S1 = "_input_zgx5w_28", kt = {
|
|
6771
6780
|
content: b1,
|
|
6772
6781
|
contentLabel: C1,
|
|
6773
6782
|
label: _1,
|
|
6774
6783
|
required: N1,
|
|
6775
6784
|
input: S1
|
|
6776
|
-
}, t3 = (e) => /* @__PURE__ */ m("div", { className:
|
|
6777
|
-
/* @__PURE__ */ m("div", { className:
|
|
6778
|
-
/* @__PURE__ */ a("label", { className:
|
|
6779
|
-
e.required && /* @__PURE__ */ a("span", { className:
|
|
6785
|
+
}, t3 = (e) => /* @__PURE__ */ m("div", { className: kt.content, children: [
|
|
6786
|
+
/* @__PURE__ */ m("div", { className: kt.contentLabel, children: [
|
|
6787
|
+
/* @__PURE__ */ a("label", { className: kt.label, children: e.label }),
|
|
6788
|
+
e.required && /* @__PURE__ */ a("span", { className: kt.required, children: "*" })
|
|
6780
6789
|
] }),
|
|
6781
|
-
/* @__PURE__ */ m("select", { className:
|
|
6790
|
+
/* @__PURE__ */ m("select", { className: kt.input, ...e, children: [
|
|
6782
6791
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6783
6792
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6784
6793
|
] })
|
|
@@ -6789,10 +6798,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6789
6798
|
}, n3 = (e) => /* @__PURE__ */ m("div", { className: Pn.content, children: [
|
|
6790
6799
|
/* @__PURE__ */ a("label", { className: Pn.label, children: e.label }),
|
|
6791
6800
|
/* @__PURE__ */ a("textarea", { className: Pn.input, ...e })
|
|
6792
|
-
] }), I1 = "_boxInformation_achvw_1",
|
|
6801
|
+
] }), I1 = "_boxInformation_achvw_1", k1 = "_textBox_achvw_30", U1 = "_contentBox_achvw_40", q1 = "_liveBox_achvw_50", R1 = "_dot_achvw_72", L1 = "_sectionDescription_achvw_97", B1 = "_articule_achvw_110", O1 = "_description_achvw_137", et = {
|
|
6793
6802
|
boxInformation: I1,
|
|
6794
|
-
textBox:
|
|
6795
|
-
contentBox:
|
|
6803
|
+
textBox: k1,
|
|
6804
|
+
contentBox: U1,
|
|
6796
6805
|
liveBox: q1,
|
|
6797
6806
|
dot: R1,
|
|
6798
6807
|
sectionDescription: L1,
|
|
@@ -6804,7 +6813,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6804
6813
|
}, yo = (e) => {
|
|
6805
6814
|
let t = "";
|
|
6806
6815
|
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ m("div", { className: vn.content, children: [
|
|
6807
|
-
/* @__PURE__ */ a(
|
|
6816
|
+
/* @__PURE__ */ a(ke, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6808
6817
|
t && /* @__PURE__ */ a("div", { className: vn.description, children: t })
|
|
6809
6818
|
] });
|
|
6810
6819
|
}, M1 = (e) => /* @__PURE__ */ a(K, { children: /* @__PURE__ */ m("div", { className: et.boxInformation, children: [
|
|
@@ -7142,11 +7151,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7142
7151
|
}
|
|
7143
7152
|
)
|
|
7144
7153
|
] })
|
|
7145
|
-
] }) }), Tu = "_content_gcte1_1", Iu = "_titleContent_gcte1_24",
|
|
7154
|
+
] }) }), Tu = "_content_gcte1_1", Iu = "_titleContent_gcte1_24", ku = "_title_gcte1_24", Uu = "_startLine_gcte1_88", qu = "_line_gcte1_93", Ru = "_bottomLine_gcte1_99", Lu = "_childrenContent_gcte1_118", Bu = "_readMore_gcte1_131", ze = {
|
|
7146
7155
|
content: Tu,
|
|
7147
7156
|
titleContent: Iu,
|
|
7148
|
-
title:
|
|
7149
|
-
startLine:
|
|
7157
|
+
title: ku,
|
|
7158
|
+
startLine: Uu,
|
|
7150
7159
|
line: qu,
|
|
7151
7160
|
bottomLine: Ru,
|
|
7152
7161
|
childrenContent: Lu,
|
|
@@ -7380,7 +7389,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7380
7389
|
)
|
|
7381
7390
|
]
|
|
7382
7391
|
}
|
|
7383
|
-
), eh = "_content_1k52x_1", th = "_chipStyled_1k52x_17", nh = "_headLine_1k52x_17", ah = "_live_1k52x_25", rh = "_closeLiveStyled_1k52x_88",
|
|
7392
|
+
), eh = "_content_1k52x_1", th = "_chipStyled_1k52x_17", nh = "_headLine_1k52x_17", ah = "_live_1k52x_25", rh = "_closeLiveStyled_1k52x_88", Ut = {
|
|
7384
7393
|
content: eh,
|
|
7385
7394
|
chipStyled: th,
|
|
7386
7395
|
headLine: nh,
|
|
@@ -7390,7 +7399,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7390
7399
|
const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
|
|
7391
7400
|
O,
|
|
7392
7401
|
{
|
|
7393
|
-
className:
|
|
7402
|
+
className: Ut.headLine,
|
|
7394
7403
|
href: t?.data[0]?.info.link.url,
|
|
7395
7404
|
target: t?.data[0]?.info.link.target,
|
|
7396
7405
|
title: t?.data[0]?.main.title.home,
|
|
@@ -7411,17 +7420,17 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7411
7420
|
"div",
|
|
7412
7421
|
{
|
|
7413
7422
|
id: "alert-chip",
|
|
7414
|
-
className:
|
|
7423
|
+
className: Ut.content,
|
|
7415
7424
|
style: e.forceShow ? {
|
|
7416
7425
|
display: "flex",
|
|
7417
7426
|
position: "sticky",
|
|
7418
7427
|
top: 100
|
|
7419
7428
|
} : {},
|
|
7420
7429
|
children: [
|
|
7421
|
-
/* @__PURE__ */ m("div", { className:
|
|
7422
|
-
/* @__PURE__ */ a("div", { className:
|
|
7430
|
+
/* @__PURE__ */ m("div", { className: Ut.live, children: [
|
|
7431
|
+
/* @__PURE__ */ a("div", { className: Ut.chipStyled, children: t?.entity?.description }),
|
|
7423
7432
|
e.forceShow && /* @__PURE__ */ a(r, {}),
|
|
7424
|
-
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(xt, { className:
|
|
7433
|
+
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(xt, { className: Ut.closeLiveStyled }) })
|
|
7425
7434
|
] }),
|
|
7426
7435
|
/* @__PURE__ */ a(r, {})
|
|
7427
7436
|
]
|
|
@@ -7494,7 +7503,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7494
7503
|
i
|
|
7495
7504
|
)) })
|
|
7496
7505
|
] });
|
|
7497
|
-
}, vh = "_headerStyled_t61zq_1", bh = "_headerContent_t61zq_14", Ch = "_iconContent_t61zq_25", _h = "_menuButton_t61zq_34", Nh = "_logoStyled_t61zq_66", Sh = "_buttonSection_t61zq_94", Eh = "_buttonSectionSearch_t61zq_109", xh = "_headLineContent_t61zq_130", Th = "_headLineTitle_t61zq_143", Ih = "_headLine_t61zq_130",
|
|
7506
|
+
}, vh = "_headerStyled_t61zq_1", bh = "_headerContent_t61zq_14", Ch = "_iconContent_t61zq_25", _h = "_menuButton_t61zq_34", Nh = "_logoStyled_t61zq_66", Sh = "_buttonSection_t61zq_94", Eh = "_buttonSectionSearch_t61zq_109", xh = "_headLineContent_t61zq_130", Th = "_headLineTitle_t61zq_143", Ih = "_headLine_t61zq_130", kh = "_hasAlertZone_t61zq_196", Ie = {
|
|
7498
7507
|
headerStyled: vh,
|
|
7499
7508
|
headerContent: bh,
|
|
7500
7509
|
iconContent: Ch,
|
|
@@ -7505,8 +7514,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7505
7514
|
headLineContent: xh,
|
|
7506
7515
|
headLineTitle: Th,
|
|
7507
7516
|
headLine: Ih,
|
|
7508
|
-
hasAlertZone:
|
|
7509
|
-
},
|
|
7517
|
+
hasAlertZone: kh
|
|
7518
|
+
}, Uh = (e) => {
|
|
7510
7519
|
const { alertZone: t } = e;
|
|
7511
7520
|
return /* @__PURE__ */ m("header", { className: Ie.headerStyled, children: [
|
|
7512
7521
|
e.socialIcons && /* @__PURE__ */ a(
|
|
@@ -7735,7 +7744,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7735
7744
|
}, r3 = (e) => {
|
|
7736
7745
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7737
7746
|
return /* @__PURE__ */ m(K, { children: [
|
|
7738
|
-
/* @__PURE__ */ a(
|
|
7747
|
+
/* @__PURE__ */ a(Uh, { ...e }),
|
|
7739
7748
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(tm, { ...e }),
|
|
7740
7749
|
/* @__PURE__ */ m(
|
|
7741
7750
|
"div",
|
|
@@ -8030,10 +8039,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8030
8039
|
},
|
|
8031
8040
|
`author-${r.firstname}`
|
|
8032
8041
|
)) });
|
|
8033
|
-
}, Im = "_content_1j0pj_1",
|
|
8042
|
+
}, Im = "_content_1j0pj_1", km = "_contentNews_1j0pj_10", Um = "_linkTitle_1j0pj_27", qm = "_tag_1j0pj_35", Rm = "_tagmx_1j0pj_55", Lm = "_titular_1j0pj_70", Bm = "_correspondent_1j0pj_85", Om = "_correspondentLink_1j0pj_96", Pm = "_description_1j0pj_107", Fe = {
|
|
8034
8043
|
content: Im,
|
|
8035
|
-
contentNews:
|
|
8036
|
-
linkTitle:
|
|
8044
|
+
contentNews: km,
|
|
8045
|
+
linkTitle: Um,
|
|
8037
8046
|
tag: qm,
|
|
8038
8047
|
tagmx: Rm,
|
|
8039
8048
|
titular: Lm,
|
|
@@ -8064,7 +8073,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8064
8073
|
"--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
|
|
8065
8074
|
},
|
|
8066
8075
|
children: /* @__PURE__ */ a(
|
|
8067
|
-
|
|
8076
|
+
ke,
|
|
8068
8077
|
{
|
|
8069
8078
|
preview: e.preview,
|
|
8070
8079
|
isLarge: !0,
|
|
@@ -8320,7 +8329,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8320
8329
|
className: Qn.headerSectionLink,
|
|
8321
8330
|
href: s?.info?.link?.url,
|
|
8322
8331
|
target: s?.info?.link?.target,
|
|
8323
|
-
children: /* @__PURE__ */ a(
|
|
8332
|
+
children: /* @__PURE__ */ a(ke, { preview: s.preview })
|
|
8324
8333
|
}
|
|
8325
8334
|
)
|
|
8326
8335
|
] }),
|
|
@@ -8628,9 +8637,9 @@ const o3 = (e) => {
|
|
|
8628
8637
|
})
|
|
8629
8638
|
}
|
|
8630
8639
|
) });
|
|
8631
|
-
},
|
|
8632
|
-
newsContent:
|
|
8633
|
-
contentSeparator:
|
|
8640
|
+
}, k2 = "_newsContent_1gbse_1", U2 = "_contentSeparator_1gbse_8", q2 = "_newsContentWhitoutLine_1gbse_29", Gn = {
|
|
8641
|
+
newsContent: k2,
|
|
8642
|
+
contentSeparator: U2,
|
|
8634
8643
|
newsContentWhitoutLine: q2
|
|
8635
8644
|
}, R2 = (e) => {
|
|
8636
8645
|
const { content: t, title: n } = e;
|
|
@@ -8680,7 +8689,7 @@ const o3 = (e) => {
|
|
|
8680
8689
|
target: o?.info?.link.target,
|
|
8681
8690
|
"aria-label": "Video",
|
|
8682
8691
|
children: /* @__PURE__ */ a(
|
|
8683
|
-
|
|
8692
|
+
ke,
|
|
8684
8693
|
{
|
|
8685
8694
|
preview: {
|
|
8686
8695
|
sizes: o?.main?.image.sizes,
|
|
@@ -8741,7 +8750,7 @@ const o3 = (e) => {
|
|
|
8741
8750
|
target: e?.info?.link?.target,
|
|
8742
8751
|
title: e.main?.title?.section,
|
|
8743
8752
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8744
|
-
children: /* @__PURE__ */ a(
|
|
8753
|
+
children: /* @__PURE__ */ a(ke, { preview: e.preview })
|
|
8745
8754
|
}
|
|
8746
8755
|
),
|
|
8747
8756
|
/* @__PURE__ */ m("div", { className: Rt.textContent, children: [
|
|
@@ -8833,7 +8842,7 @@ const o3 = (e) => {
|
|
|
8833
8842
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
8834
8843
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
8835
8844
|
},
|
|
8836
|
-
children: /* @__PURE__ */ a(
|
|
8845
|
+
children: /* @__PURE__ */ a(kn, { ...c, paths: e.paths })
|
|
8837
8846
|
},
|
|
8838
8847
|
i
|
|
8839
8848
|
);
|
|
@@ -9259,13 +9268,13 @@ const o3 = (e) => {
|
|
|
9259
9268
|
}
|
|
9260
9269
|
);
|
|
9261
9270
|
}
|
|
9262
|
-
}, Ef = "_content_jrssz_1", xf = "_contentWithinCard_jrssz_7", Tf = "_contentDate_jrssz_13", If = "_dateInfo_jrssz_20",
|
|
9271
|
+
}, Ef = "_content_jrssz_1", xf = "_contentWithinCard_jrssz_7", Tf = "_contentDate_jrssz_13", If = "_dateInfo_jrssz_20", kf = "_dot_jrssz_30", Uf = "_contentTitle_jrssz_38", qf = "_contentTextList_jrssz_47", Rf = "_contentButton_jrssz_101", Lf = "_linkStyled_jrssz_107", $e = {
|
|
9263
9272
|
content: Ef,
|
|
9264
9273
|
contentWithinCard: xf,
|
|
9265
9274
|
contentDate: Tf,
|
|
9266
9275
|
dateInfo: If,
|
|
9267
|
-
dot:
|
|
9268
|
-
contentTitle:
|
|
9276
|
+
dot: kf,
|
|
9277
|
+
contentTitle: Uf,
|
|
9269
9278
|
contentTextList: qf,
|
|
9270
9279
|
contentButton: Rf,
|
|
9271
9280
|
linkStyled: Lf
|
|
@@ -9329,7 +9338,7 @@ const Qf = async ({
|
|
|
9329
9338
|
)
|
|
9330
9339
|
] }),
|
|
9331
9340
|
/* @__PURE__ */ a("p", { className: $e.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
|
|
9332
|
-
s.image && /* @__PURE__ */ a(
|
|
9341
|
+
s.image && /* @__PURE__ */ a(ke, { preview: s.image, isLarge: !0 }),
|
|
9333
9342
|
/* @__PURE__ */ a(
|
|
9334
9343
|
"div",
|
|
9335
9344
|
{
|
|
@@ -9521,7 +9530,7 @@ const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9521
9530
|
visibleItems: 1,
|
|
9522
9531
|
pagination: !0,
|
|
9523
9532
|
cardGap: 0,
|
|
9524
|
-
children: s && s.map((i, c) => /* @__PURE__ */ a(
|
|
9533
|
+
children: s && s.map((i, c) => /* @__PURE__ */ a(ke, { preview: i, priorityHigh: !0 }, c))
|
|
9525
9534
|
}
|
|
9526
9535
|
),
|
|
9527
9536
|
/* @__PURE__ */ a("div", { className: vn.description, children: s && s[0]?.description })
|
|
@@ -9901,7 +9910,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9901
9910
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9902
9911
|
} };
|
|
9903
9912
|
return /* @__PURE__ */ a(
|
|
9904
|
-
|
|
9913
|
+
kn,
|
|
9905
9914
|
{
|
|
9906
9915
|
...c,
|
|
9907
9916
|
titleGradient: !0,
|
|
@@ -9925,7 +9934,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9925
9934
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9926
9935
|
} };
|
|
9927
9936
|
return /* @__PURE__ */ a(
|
|
9928
|
-
|
|
9937
|
+
kn,
|
|
9929
9938
|
{
|
|
9930
9939
|
...c,
|
|
9931
9940
|
titleGradient: !0,
|
|
@@ -9952,7 +9961,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9952
9961
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9953
9962
|
} };
|
|
9954
9963
|
return /* @__PURE__ */ ot(
|
|
9955
|
-
|
|
9964
|
+
kn,
|
|
9956
9965
|
{
|
|
9957
9966
|
...c,
|
|
9958
9967
|
key: i,
|
|
@@ -9976,7 +9985,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9976
9985
|
containerCards: x0,
|
|
9977
9986
|
image: T0,
|
|
9978
9987
|
blockHeadContainer: I0
|
|
9979
|
-
},
|
|
9988
|
+
}, k0 = (e) => {
|
|
9980
9989
|
const { content: t, title: n, isVideo: r } = e;
|
|
9981
9990
|
if (!t || t.length === 0) return;
|
|
9982
9991
|
const o = t[0], s = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -9993,7 +10002,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9993
10002
|
/* @__PURE__ */ a("p", { className: st.title, children: o?.main?.title.home }),
|
|
9994
10003
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: st.subtitle, children: o?.main?.subtitle?.striped })
|
|
9995
10004
|
] }),
|
|
9996
|
-
/* @__PURE__ */ a(
|
|
10005
|
+
/* @__PURE__ */ a(ke, { preview: o.preview })
|
|
9997
10006
|
]
|
|
9998
10007
|
}
|
|
9999
10008
|
) }),
|
|
@@ -10028,7 +10037,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
10028
10037
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(I2, { ...e }),
|
|
10029
10038
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(R2, { ...e }),
|
|
10030
10039
|
"Destacado noticias": (e) => /* @__PURE__ */ a(Xm, { ...e }),
|
|
10031
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10040
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(k0, { ...e }),
|
|
10032
10041
|
"Destacado videos": (e) => /* @__PURE__ */ a(P2, { ...e }),
|
|
10033
10042
|
"Carrusel card": (e) => /* @__PURE__ */ a(K2, { ...e }),
|
|
10034
10043
|
"Carrusel story": (e) => /* @__PURE__ */ a(v0, { ...e }),
|
|
@@ -10212,7 +10221,7 @@ const Ar = {
|
|
|
10212
10221
|
),
|
|
10213
10222
|
/* @__PURE__ */ a(dt, { children: /* @__PURE__ */ a(at, { banners: r, index: 1 }) })
|
|
10214
10223
|
] });
|
|
10215
|
-
},
|
|
10224
|
+
}, U0 = (e) => {
|
|
10216
10225
|
const { config: t, hascontent: n } = e, r = t.articlepreview, o = [
|
|
10217
10226
|
rt.videoEmbedded,
|
|
10218
10227
|
rt.videoYouTube,
|
|
@@ -10359,7 +10368,7 @@ const Ar = {
|
|
|
10359
10368
|
getVideos: l,
|
|
10360
10369
|
noteShare: e.noteShare,
|
|
10361
10370
|
paths: e.paths,
|
|
10362
|
-
showHeaderImage: !
|
|
10371
|
+
showHeaderImage: !U0(s[0])
|
|
10363
10372
|
}
|
|
10364
10373
|
),
|
|
10365
10374
|
/* @__PURE__ */ a(ge, { banners: r ?? [], name: "block_3" })
|
|
@@ -10758,7 +10767,7 @@ const Ar = {
|
|
|
10758
10767
|
target: t.info.link.target,
|
|
10759
10768
|
children: /* @__PURE__ */ m("section", { className: vr.container, children: [
|
|
10760
10769
|
/* @__PURE__ */ a(
|
|
10761
|
-
|
|
10770
|
+
ke,
|
|
10762
10771
|
{
|
|
10763
10772
|
isLarge: !0,
|
|
10764
10773
|
preview: {
|
|
@@ -11064,7 +11073,7 @@ const Sg = (e) => {
|
|
|
11064
11073
|
}
|
|
11065
11074
|
),
|
|
11066
11075
|
/* @__PURE__ */ a("div", { className: Pt.newsDescription, children: /* @__PURE__ */ a(
|
|
11067
|
-
|
|
11076
|
+
kg,
|
|
11068
11077
|
{
|
|
11069
11078
|
main: i,
|
|
11070
11079
|
authors: c,
|
|
@@ -11085,7 +11094,7 @@ const Sg = (e) => {
|
|
|
11085
11094
|
})
|
|
11086
11095
|
}
|
|
11087
11096
|
);
|
|
11088
|
-
},
|
|
11097
|
+
}, kg = (e) => {
|
|
11089
11098
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
11090
11099
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11091
11100
|
const s = e.authors[0], i = Me(e.info?.date?.modified);
|
|
@@ -11138,7 +11147,7 @@ const Sg = (e) => {
|
|
|
11138
11147
|
}
|
|
11139
11148
|
) : /* @__PURE__ */ a("div", { className: re.correspondent, children: o }) })
|
|
11140
11149
|
] });
|
|
11141
|
-
},
|
|
11150
|
+
}, Ug = ({
|
|
11142
11151
|
user: e,
|
|
11143
11152
|
handleLogout: t,
|
|
11144
11153
|
message: n
|
|
@@ -11422,14 +11431,14 @@ function ep() {
|
|
|
11422
11431
|
case h:
|
|
11423
11432
|
return Vt;
|
|
11424
11433
|
default:
|
|
11425
|
-
var
|
|
11426
|
-
switch (
|
|
11434
|
+
var ka = Vt && Vt.$$typeof;
|
|
11435
|
+
switch (ka) {
|
|
11427
11436
|
case c:
|
|
11428
11437
|
case u:
|
|
11429
11438
|
case g:
|
|
11430
11439
|
case A:
|
|
11431
11440
|
case i:
|
|
11432
|
-
return
|
|
11441
|
+
return ka;
|
|
11433
11442
|
default:
|
|
11434
11443
|
return Ae;
|
|
11435
11444
|
}
|
|
@@ -11439,7 +11448,7 @@ function ep() {
|
|
|
11439
11448
|
}
|
|
11440
11449
|
}
|
|
11441
11450
|
}
|
|
11442
|
-
var v = d, B = l, R = c, Y = i, te = t, Q = u, P = r, ee = g, ce = A, M = n,
|
|
11451
|
+
var v = d, B = l, R = c, Y = i, te = t, Q = u, P = r, ee = g, ce = A, M = n, k = s, E = o, D = h, T = !1;
|
|
11443
11452
|
function z(q) {
|
|
11444
11453
|
return T || (T = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(q) || x(q) === d;
|
|
11445
11454
|
}
|
|
@@ -11449,7 +11458,7 @@ function ep() {
|
|
|
11449
11458
|
function C(q) {
|
|
11450
11459
|
return x(q) === c;
|
|
11451
11460
|
}
|
|
11452
|
-
function
|
|
11461
|
+
function U(q) {
|
|
11453
11462
|
return x(q) === i;
|
|
11454
11463
|
}
|
|
11455
11464
|
function j(q) {
|
|
@@ -11479,7 +11488,7 @@ function ep() {
|
|
|
11479
11488
|
function ie(q) {
|
|
11480
11489
|
return x(q) === h;
|
|
11481
11490
|
}
|
|
11482
|
-
ae.AsyncMode = v, ae.ConcurrentMode = B, ae.ContextConsumer = R, ae.ContextProvider = Y, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler =
|
|
11491
|
+
ae.AsyncMode = v, ae.ConcurrentMode = B, ae.ContextConsumer = R, ae.ContextProvider = Y, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = k, ae.StrictMode = E, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = C, ae.isContextProvider = U, ae.isElement = j, ae.isForwardRef = L, ae.isFragment = G, ae.isLazy = H, ae.isMemo = V, ae.isPortal = J, ae.isProfiler = X, ae.isStrictMode = F, ae.isSuspense = ie, ae.isValidElementType = N, ae.typeOf = x;
|
|
11483
11492
|
})()), ae;
|
|
11484
11493
|
}
|
|
11485
11494
|
var Nr;
|
|
@@ -11540,7 +11549,7 @@ function Ta() {
|
|
|
11540
11549
|
return $n = e, $n;
|
|
11541
11550
|
}
|
|
11542
11551
|
var Yn, xr;
|
|
11543
|
-
function
|
|
11552
|
+
function ko() {
|
|
11544
11553
|
return xr || (xr = 1, Yn = Function.call.bind(Object.prototype.hasOwnProperty)), Yn;
|
|
11545
11554
|
}
|
|
11546
11555
|
var Kn, Tr;
|
|
@@ -11550,7 +11559,7 @@ function np() {
|
|
|
11550
11559
|
var e = function() {
|
|
11551
11560
|
};
|
|
11552
11561
|
if (process.env.NODE_ENV !== "production") {
|
|
11553
|
-
var t = /* @__PURE__ */ Ta(), n = {}, r = /* @__PURE__ */
|
|
11562
|
+
var t = /* @__PURE__ */ Ta(), n = {}, r = /* @__PURE__ */ ko();
|
|
11554
11563
|
e = function(s) {
|
|
11555
11564
|
var i = "Warning: " + s;
|
|
11556
11565
|
typeof console < "u" && console.error(i);
|
|
@@ -11596,7 +11605,7 @@ var Jn, Ir;
|
|
|
11596
11605
|
function ap() {
|
|
11597
11606
|
if (Ir) return Jn;
|
|
11598
11607
|
Ir = 1;
|
|
11599
|
-
var e = xa(), t = tp(), n = /* @__PURE__ */ Ta(), r = /* @__PURE__ */
|
|
11608
|
+
var e = xa(), t = tp(), n = /* @__PURE__ */ Ta(), r = /* @__PURE__ */ ko(), o = /* @__PURE__ */ np(), s = function() {
|
|
11600
11609
|
};
|
|
11601
11610
|
process.env.NODE_ENV !== "production" && (s = function(c) {
|
|
11602
11611
|
var d = "Warning: " + c;
|
|
@@ -11646,7 +11655,7 @@ function ap() {
|
|
|
11646
11655
|
p.prototype = Error.prototype;
|
|
11647
11656
|
function w(y) {
|
|
11648
11657
|
if (process.env.NODE_ENV !== "production")
|
|
11649
|
-
var C = {},
|
|
11658
|
+
var C = {}, U = 0;
|
|
11650
11659
|
function j(G, H, V, J, X, F, ie) {
|
|
11651
11660
|
if (J = J || f, F = F || V, ie !== n) {
|
|
11652
11661
|
if (d) {
|
|
@@ -11657,9 +11666,9 @@ function ap() {
|
|
|
11657
11666
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
11658
11667
|
var Ae = J + ":" + V;
|
|
11659
11668
|
!C[Ae] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
11660
|
-
|
|
11669
|
+
U < 3 && (s(
|
|
11661
11670
|
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" + J + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
11662
|
-
), C[Ae] = !0,
|
|
11671
|
+
), C[Ae] = !0, U++);
|
|
11663
11672
|
}
|
|
11664
11673
|
}
|
|
11665
11674
|
return H[V] == null ? G ? H[V] === null ? new p("The " + X + " `" + F + "` is marked as required " + ("in `" + J + "`, but its value is `null`.")) : new p("The " + X + " `" + F + "` is marked as required in " + ("`" + J + "`, but its value is `undefined`.")) : null : y(H, V, J, X, F);
|
|
@@ -11668,8 +11677,8 @@ function ap() {
|
|
|
11668
11677
|
return L.isRequired = j.bind(null, !0), L;
|
|
11669
11678
|
}
|
|
11670
11679
|
function _(y) {
|
|
11671
|
-
function C(
|
|
11672
|
-
var J =
|
|
11680
|
+
function C(U, j, L, G, H, V) {
|
|
11681
|
+
var J = U[j], X = E(J);
|
|
11673
11682
|
if (X !== y) {
|
|
11674
11683
|
var F = D(J);
|
|
11675
11684
|
return new p(
|
|
@@ -11685,10 +11694,10 @@ function ap() {
|
|
|
11685
11694
|
return w(i);
|
|
11686
11695
|
}
|
|
11687
11696
|
function N(y) {
|
|
11688
|
-
function C(
|
|
11697
|
+
function C(U, j, L, G, H) {
|
|
11689
11698
|
if (typeof y != "function")
|
|
11690
11699
|
return new p("Property `" + H + "` of component `" + L + "` has invalid PropType notation inside arrayOf.");
|
|
11691
|
-
var V =
|
|
11700
|
+
var V = U[j];
|
|
11692
11701
|
if (!Array.isArray(V)) {
|
|
11693
11702
|
var J = E(V);
|
|
11694
11703
|
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + J + "` supplied to `" + L + "`, expected an array."));
|
|
@@ -11703,8 +11712,8 @@ function ap() {
|
|
|
11703
11712
|
return w(C);
|
|
11704
11713
|
}
|
|
11705
11714
|
function x() {
|
|
11706
|
-
function y(C,
|
|
11707
|
-
var H = C[
|
|
11715
|
+
function y(C, U, j, L, G) {
|
|
11716
|
+
var H = C[U];
|
|
11708
11717
|
if (!c(H)) {
|
|
11709
11718
|
var V = E(H);
|
|
11710
11719
|
return new p("Invalid " + L + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
@@ -11714,8 +11723,8 @@ function ap() {
|
|
|
11714
11723
|
return w(y);
|
|
11715
11724
|
}
|
|
11716
11725
|
function v() {
|
|
11717
|
-
function y(C,
|
|
11718
|
-
var H = C[
|
|
11726
|
+
function y(C, U, j, L, G) {
|
|
11727
|
+
var H = C[U];
|
|
11719
11728
|
if (!e.isValidElementType(H)) {
|
|
11720
11729
|
var V = E(H);
|
|
11721
11730
|
return new p("Invalid " + L + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
@@ -11725,9 +11734,9 @@ function ap() {
|
|
|
11725
11734
|
return w(y);
|
|
11726
11735
|
}
|
|
11727
11736
|
function B(y) {
|
|
11728
|
-
function C(
|
|
11729
|
-
if (!(
|
|
11730
|
-
var V = y.name || f, J = z(
|
|
11737
|
+
function C(U, j, L, G, H) {
|
|
11738
|
+
if (!(U[j] instanceof y)) {
|
|
11739
|
+
var V = y.name || f, J = z(U[j]);
|
|
11731
11740
|
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + J + "` supplied to `" + L + "`, expected ") + ("instance of `" + V + "`."));
|
|
11732
11741
|
}
|
|
11733
11742
|
return null;
|
|
@@ -11739,8 +11748,8 @@ function ap() {
|
|
|
11739
11748
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
|
|
11740
11749
|
"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])."
|
|
11741
11750
|
) : s("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
11742
|
-
function C(
|
|
11743
|
-
for (var V =
|
|
11751
|
+
function C(U, j, L, G, H) {
|
|
11752
|
+
for (var V = U[j], J = 0; J < y.length; J++)
|
|
11744
11753
|
if (g(V, y[J]))
|
|
11745
11754
|
return null;
|
|
11746
11755
|
var X = JSON.stringify(y, function(ie, q) {
|
|
@@ -11752,10 +11761,10 @@ function ap() {
|
|
|
11752
11761
|
return w(C);
|
|
11753
11762
|
}
|
|
11754
11763
|
function Y(y) {
|
|
11755
|
-
function C(
|
|
11764
|
+
function C(U, j, L, G, H) {
|
|
11756
11765
|
if (typeof y != "function")
|
|
11757
11766
|
return new p("Property `" + H + "` of component `" + L + "` has invalid PropType notation inside objectOf.");
|
|
11758
|
-
var V =
|
|
11767
|
+
var V = U[j], J = E(V);
|
|
11759
11768
|
if (J !== "object")
|
|
11760
11769
|
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + J + "` supplied to `" + L + "`, expected an object."));
|
|
11761
11770
|
for (var X in V)
|
|
@@ -11772,10 +11781,10 @@ function ap() {
|
|
|
11772
11781
|
if (!Array.isArray(y))
|
|
11773
11782
|
return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
11774
11783
|
for (var C = 0; C < y.length; C++) {
|
|
11775
|
-
var
|
|
11776
|
-
if (typeof
|
|
11784
|
+
var U = y[C];
|
|
11785
|
+
if (typeof U != "function")
|
|
11777
11786
|
return s(
|
|
11778
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(
|
|
11787
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(U) + " at index " + C + "."
|
|
11779
11788
|
), i;
|
|
11780
11789
|
}
|
|
11781
11790
|
function j(L, G, H, V, J) {
|
|
@@ -11791,19 +11800,19 @@ function ap() {
|
|
|
11791
11800
|
return w(j);
|
|
11792
11801
|
}
|
|
11793
11802
|
function Q() {
|
|
11794
|
-
function y(C,
|
|
11795
|
-
return M(C[
|
|
11803
|
+
function y(C, U, j, L, G) {
|
|
11804
|
+
return M(C[U]) ? null : new p("Invalid " + L + " `" + G + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
11796
11805
|
}
|
|
11797
11806
|
return w(y);
|
|
11798
11807
|
}
|
|
11799
|
-
function P(y, C,
|
|
11808
|
+
function P(y, C, U, j, L) {
|
|
11800
11809
|
return new p(
|
|
11801
|
-
(y || "React class") + ": " + C + " type `" +
|
|
11810
|
+
(y || "React class") + ": " + C + " type `" + U + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + L + "`."
|
|
11802
11811
|
);
|
|
11803
11812
|
}
|
|
11804
11813
|
function ee(y) {
|
|
11805
|
-
function C(
|
|
11806
|
-
var V =
|
|
11814
|
+
function C(U, j, L, G, H) {
|
|
11815
|
+
var V = U[j], J = E(V);
|
|
11807
11816
|
if (J !== "object")
|
|
11808
11817
|
return new p("Invalid " + G + " `" + H + "` of type `" + J + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
11809
11818
|
for (var X in y) {
|
|
@@ -11819,18 +11828,18 @@ function ap() {
|
|
|
11819
11828
|
return w(C);
|
|
11820
11829
|
}
|
|
11821
11830
|
function ce(y) {
|
|
11822
|
-
function C(
|
|
11823
|
-
var V =
|
|
11831
|
+
function C(U, j, L, G, H) {
|
|
11832
|
+
var V = U[j], J = E(V);
|
|
11824
11833
|
if (J !== "object")
|
|
11825
11834
|
return new p("Invalid " + G + " `" + H + "` of type `" + J + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
11826
|
-
var X = t({},
|
|
11835
|
+
var X = t({}, U[j], y);
|
|
11827
11836
|
for (var F in X) {
|
|
11828
11837
|
var ie = y[F];
|
|
11829
11838
|
if (r(y, F) && typeof ie != "function")
|
|
11830
11839
|
return P(L, G, H, F, D(ie));
|
|
11831
11840
|
if (!ie)
|
|
11832
11841
|
return new p(
|
|
11833
|
-
"Invalid " + G + " `" + H + "` key `" + F + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(
|
|
11842
|
+
"Invalid " + G + " `" + H + "` key `" + F + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(U[j], null, " ") + `
|
|
11834
11843
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
11835
11844
|
);
|
|
11836
11845
|
var q = ie(V, F, L, G, H + "." + F, n);
|
|
@@ -11856,13 +11865,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11856
11865
|
return !0;
|
|
11857
11866
|
var C = h(y);
|
|
11858
11867
|
if (C) {
|
|
11859
|
-
var
|
|
11868
|
+
var U = C.call(y), j;
|
|
11860
11869
|
if (C !== y.entries) {
|
|
11861
|
-
for (; !(j =
|
|
11870
|
+
for (; !(j = U.next()).done; )
|
|
11862
11871
|
if (!M(j.value))
|
|
11863
11872
|
return !1;
|
|
11864
11873
|
} else
|
|
11865
|
-
for (; !(j =
|
|
11874
|
+
for (; !(j = U.next()).done; ) {
|
|
11866
11875
|
var L = j.value;
|
|
11867
11876
|
if (L && !M(L[1]))
|
|
11868
11877
|
return !1;
|
|
@@ -11874,12 +11883,12 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11874
11883
|
return !1;
|
|
11875
11884
|
}
|
|
11876
11885
|
}
|
|
11877
|
-
function
|
|
11886
|
+
function k(y, C) {
|
|
11878
11887
|
return y === "symbol" ? !0 : C ? C["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && C instanceof Symbol : !1;
|
|
11879
11888
|
}
|
|
11880
11889
|
function E(y) {
|
|
11881
11890
|
var C = typeof y;
|
|
11882
|
-
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" :
|
|
11891
|
+
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" : k(C, y) ? "symbol" : C;
|
|
11883
11892
|
}
|
|
11884
11893
|
function D(y) {
|
|
11885
11894
|
if (typeof y > "u" || y === null)
|
|
@@ -11913,10 +11922,10 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11913
11922
|
return A.checkPropTypes = o, A.resetWarningCache = o.resetWarningCache, A.PropTypes = A, A;
|
|
11914
11923
|
}, Jn;
|
|
11915
11924
|
}
|
|
11916
|
-
var Zn,
|
|
11925
|
+
var Zn, kr;
|
|
11917
11926
|
function rp() {
|
|
11918
|
-
if (
|
|
11919
|
-
|
|
11927
|
+
if (kr) return Zn;
|
|
11928
|
+
kr = 1;
|
|
11920
11929
|
var e = /* @__PURE__ */ Ta();
|
|
11921
11930
|
function t() {
|
|
11922
11931
|
}
|
|
@@ -11961,10 +11970,10 @@ function rp() {
|
|
|
11961
11970
|
return s.PropTypes = s, s;
|
|
11962
11971
|
}, Zn;
|
|
11963
11972
|
}
|
|
11964
|
-
var
|
|
11973
|
+
var Ur;
|
|
11965
11974
|
function op() {
|
|
11966
|
-
if (
|
|
11967
|
-
if (
|
|
11975
|
+
if (Ur) return nn.exports;
|
|
11976
|
+
if (Ur = 1, process.env.NODE_ENV !== "production") {
|
|
11968
11977
|
var e = xa(), t = !0;
|
|
11969
11978
|
nn.exports = /* @__PURE__ */ ap()(e.isElement, t);
|
|
11970
11979
|
} else
|
|
@@ -12004,7 +12013,7 @@ function da(e, t) {
|
|
|
12004
12013
|
return r.__proto__ = o, r;
|
|
12005
12014
|
}, da(e, t);
|
|
12006
12015
|
}
|
|
12007
|
-
var
|
|
12016
|
+
var Un = /* @__PURE__ */ (function(e) {
|
|
12008
12017
|
lp(t, e);
|
|
12009
12018
|
function t() {
|
|
12010
12019
|
var r;
|
|
@@ -12070,13 +12079,13 @@ var kn = /* @__PURE__ */ (function(e) {
|
|
|
12070
12079
|
var o = this.props;
|
|
12071
12080
|
o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
|
|
12072
12081
|
var s = cp(o, ip);
|
|
12073
|
-
return /* @__PURE__ */
|
|
12082
|
+
return /* @__PURE__ */ Ua.createElement("div", la({}, s, {
|
|
12074
12083
|
ref: this.handleRecaptchaRef
|
|
12075
12084
|
}));
|
|
12076
12085
|
}, t;
|
|
12077
|
-
})(
|
|
12078
|
-
|
|
12079
|
-
|
|
12086
|
+
})(Ua.Component);
|
|
12087
|
+
Un.displayName = "ReCAPTCHA";
|
|
12088
|
+
Un.propTypes = {
|
|
12080
12089
|
sitekey: be.string.isRequired,
|
|
12081
12090
|
onChange: be.func,
|
|
12082
12091
|
grecaptcha: be.object,
|
|
@@ -12091,7 +12100,7 @@ kn.propTypes = {
|
|
|
12091
12100
|
badge: be.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
12092
12101
|
isolated: be.bool
|
|
12093
12102
|
};
|
|
12094
|
-
|
|
12103
|
+
Un.defaultProps = {
|
|
12095
12104
|
onChange: function() {
|
|
12096
12105
|
},
|
|
12097
12106
|
theme: "light",
|
|
@@ -12293,13 +12302,13 @@ function wp() {
|
|
|
12293
12302
|
var e = ma(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12294
12303
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ha + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ha + "&render=explicit";
|
|
12295
12304
|
}
|
|
12296
|
-
const
|
|
12305
|
+
const Uo = pp(wp, {
|
|
12297
12306
|
callbackName: ha,
|
|
12298
12307
|
globalName: Ap,
|
|
12299
12308
|
attributes: ma().nonce ? {
|
|
12300
12309
|
nonce: ma().nonce
|
|
12301
12310
|
} : {}
|
|
12302
|
-
})(
|
|
12311
|
+
})(Un), yp = "_overlay_tlrod_1", vp = "_header_tlrod_18", bp = "_logo_tlrod_25", Cp = "_card_tlrod_32", _p = "_close_tlrod_47", Np = "_form_tlrod_71", Sp = "_formUl_tlrod_80", Ep = "_field_tlrod_92", xp = "_label_tlrod_99", Tp = "_input_tlrod_108", Ip = "_error_tlrod_126", kp = "_primary_tlrod_132", Up = "_divider_tlrod_167", qp = "_google_tlrod_193", Rp = "_googleIcon_tlrod_223", Lp = "_spin_tlrod_256", Bp = "_checkboxRow_tlrod_278", Op = "_terms_tlrod_315", Pp = "_message_tlrod_346", Dp = "_passwordChecker_tlrod_351", Mp = "_valid_tlrod_370", jp = "_invalid_tlrod_374", Qp = "_forgotPassword_tlrod_378", Gp = "_successContainer_tlrod_397", zp = "_thumbsUp_tlrod_405", Hp = "_successMessage_tlrod_411", I = {
|
|
12303
12312
|
overlay: yp,
|
|
12304
12313
|
header: vp,
|
|
12305
12314
|
logo: bp,
|
|
@@ -12311,8 +12320,8 @@ const ko = pp(wp, {
|
|
|
12311
12320
|
label: xp,
|
|
12312
12321
|
input: Tp,
|
|
12313
12322
|
error: Ip,
|
|
12314
|
-
primary:
|
|
12315
|
-
divider:
|
|
12323
|
+
primary: kp,
|
|
12324
|
+
divider: Up,
|
|
12316
12325
|
google: qp,
|
|
12317
12326
|
googleIcon: Rp,
|
|
12318
12327
|
spin: Lp,
|
|
@@ -12421,7 +12430,7 @@ const ko = pp(wp, {
|
|
|
12421
12430
|
] }, w.id)) }),
|
|
12422
12431
|
l && /* @__PURE__ */ a("div", { className: ue.errorMessage, children: l }),
|
|
12423
12432
|
/* @__PURE__ */ a(
|
|
12424
|
-
|
|
12433
|
+
Uo,
|
|
12425
12434
|
{
|
|
12426
12435
|
sitekey: "",
|
|
12427
12436
|
theme: "light",
|
|
@@ -12661,7 +12670,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Z(), $p = Wp, Yp = (e) => {
|
|
|
12661
12670
|
const o = Ea(e, t);
|
|
12662
12671
|
return /* @__PURE__ */ m("div", { className: "form-actions", children: [
|
|
12663
12672
|
/* @__PURE__ */ a(
|
|
12664
|
-
|
|
12673
|
+
Uo,
|
|
12665
12674
|
{
|
|
12666
12675
|
sitekey: "",
|
|
12667
12676
|
theme: "light",
|
|
@@ -13007,7 +13016,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Z(), $p = Wp, Yp = (e) => {
|
|
|
13007
13016
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: S || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(K, { children: [
|
|
13008
13017
|
e && n && /* @__PURE__ */ m("div", { className: "comments-header", children: [
|
|
13009
13018
|
/* @__PURE__ */ a(
|
|
13010
|
-
|
|
13019
|
+
Ug,
|
|
13011
13020
|
{
|
|
13012
13021
|
user: n,
|
|
13013
13022
|
handleLogout: r,
|
|
@@ -14152,7 +14161,7 @@ export {
|
|
|
14152
14161
|
p3 as SearchSection,
|
|
14153
14162
|
me as Section,
|
|
14154
14163
|
Xe as SectionCard,
|
|
14155
|
-
|
|
14164
|
+
kn as SectionCard2,
|
|
14156
14165
|
ia as SectionCardServerComponent,
|
|
14157
14166
|
l3 as SectionServerComponent,
|
|
14158
14167
|
wc as ShowSection,
|
|
@@ -14169,8 +14178,8 @@ export {
|
|
|
14169
14178
|
Z9 as VideoBlock3,
|
|
14170
14179
|
a3 as VideoBlock4,
|
|
14171
14180
|
w3 as VideoSection,
|
|
14172
|
-
|
|
14173
|
-
|
|
14181
|
+
Us as VideosSchemas,
|
|
14182
|
+
ks as WebsiteList,
|
|
14174
14183
|
_3 as addComment,
|
|
14175
14184
|
fa as bannersReplace,
|
|
14176
14185
|
Dt as becomeVideoObject,
|