sass-template-common 0.8.120 → 0.8.122
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.
|
@@ -966,6 +966,9 @@ export declare const getSlugs: {
|
|
|
966
966
|
[key in MetadataDefaultsKeys]: any;
|
|
967
967
|
};
|
|
968
968
|
|
|
969
|
+
/** String (o undefined) para una clave dinámica; nunca devuelve el objeto `comentarios`. */
|
|
970
|
+
export declare function getTextsStringValue(texts: textsType, key: string): string | undefined;
|
|
971
|
+
|
|
969
972
|
export declare const getTypeOfNews: (props: Props) => string;
|
|
970
973
|
|
|
971
974
|
export declare function getVideoRealPath(pathname: string): {
|
|
@@ -2690,8 +2693,12 @@ export declare type TextsSiteChrome = {
|
|
|
2690
2693
|
footerCopyright: string;
|
|
2691
2694
|
};
|
|
2692
2695
|
|
|
2693
|
-
/**
|
|
2694
|
-
|
|
2696
|
+
/**
|
|
2697
|
+
* Textos del sitio: campos base + claves extra + `comentarios` opcional.
|
|
2698
|
+
* El índice `string` vale `string | undefined`, así `texts[k]` (con `k: string`) encaja en APIs que esperan solo strings.
|
|
2699
|
+
* Los literales con `comentarios` deben cerrarse con `as unknown as textsType` (el índice string no admite el objeto en el literal).
|
|
2700
|
+
*/
|
|
2701
|
+
export declare type textsType = textsTypeBase & Record<string, string | undefined>;
|
|
2695
2702
|
|
|
2696
2703
|
/** Textos de sitio fijos + comentarios (misma forma que ComentariosTexts: varias piezas unidas) */
|
|
2697
2704
|
export declare type textsTypeBase = TextsHeader & TextsListsAndSearch & TextsSiteChrome & TextsPathLabels & {
|
|
@@ -1328,7 +1328,12 @@ const _e = (e, t) => {
|
|
|
1328
1328
|
return console.error("createAssessment error:", l), null;
|
|
1329
1329
|
}
|
|
1330
1330
|
};
|
|
1331
|
-
function Gd(e) {
|
|
1331
|
+
function Gd(e, t) {
|
|
1332
|
+
if (t === "comentarios") return;
|
|
1333
|
+
const s = e[t];
|
|
1334
|
+
return typeof s == "string" || s === void 0 ? s : void 0;
|
|
1335
|
+
}
|
|
1336
|
+
function Qd(e) {
|
|
1332
1337
|
const t = {};
|
|
1333
1338
|
for (const [s, n] of Object.entries(e)) {
|
|
1334
1339
|
const r = btoa(s).split("").reverse().join("");
|
|
@@ -1664,7 +1669,7 @@ const Mr = async ({
|
|
|
1664
1669
|
}, ft = (e) => {
|
|
1665
1670
|
const t = e.split("/"), s = t[t.length - 1] ?? "1";
|
|
1666
1671
|
return Number(s) > 0 ? Number(s) : 1;
|
|
1667
|
-
},
|
|
1672
|
+
}, Hd = (e, t = 2) => {
|
|
1668
1673
|
if (!e || e.length === 0) return [];
|
|
1669
1674
|
const s = [];
|
|
1670
1675
|
for (let n = 0; n < t; n++) {
|
|
@@ -1804,7 +1809,7 @@ const Mr = async ({
|
|
|
1804
1809
|
}
|
|
1805
1810
|
console.error("[SERVICE_DEBUG] Service error report (HTML):"), console.error(s);
|
|
1806
1811
|
};
|
|
1807
|
-
class
|
|
1812
|
+
class Fd {
|
|
1808
1813
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1809
1814
|
config = {};
|
|
1810
1815
|
imgSizes = {};
|
|
@@ -3781,22 +3786,22 @@ re.getAdapter = mn.getAdapter;
|
|
|
3781
3786
|
re.HttpStatusCode = ms;
|
|
3782
3787
|
re.default = re;
|
|
3783
3788
|
const {
|
|
3784
|
-
Axios:
|
|
3785
|
-
AxiosError:
|
|
3786
|
-
CanceledError:
|
|
3787
|
-
isCancel:
|
|
3788
|
-
CancelToken:
|
|
3789
|
-
VERSION:
|
|
3790
|
-
all:
|
|
3791
|
-
Cancel:
|
|
3792
|
-
isAxiosError:
|
|
3793
|
-
spread:
|
|
3794
|
-
toFormData:
|
|
3795
|
-
AxiosHeaders:
|
|
3796
|
-
HttpStatusCode:
|
|
3797
|
-
formToJSON:
|
|
3798
|
-
getAdapter:
|
|
3799
|
-
mergeConfig:
|
|
3789
|
+
Axios: Wd,
|
|
3790
|
+
AxiosError: Yd,
|
|
3791
|
+
CanceledError: Kd,
|
|
3792
|
+
isCancel: Jd,
|
|
3793
|
+
CancelToken: $d,
|
|
3794
|
+
VERSION: Zd,
|
|
3795
|
+
all: Xd,
|
|
3796
|
+
Cancel: eu,
|
|
3797
|
+
isAxiosError: tu,
|
|
3798
|
+
spread: su,
|
|
3799
|
+
toFormData: au,
|
|
3800
|
+
AxiosHeaders: nu,
|
|
3801
|
+
HttpStatusCode: ru,
|
|
3802
|
+
formToJSON: iu,
|
|
3803
|
+
getAdapter: ou,
|
|
3804
|
+
mergeConfig: cu
|
|
3800
3805
|
} = re;
|
|
3801
3806
|
class Oe {
|
|
3802
3807
|
constructor(t) {
|
|
@@ -4284,7 +4289,7 @@ class Co extends Oe {
|
|
|
4284
4289
|
return { blockSass: s.data.data };
|
|
4285
4290
|
};
|
|
4286
4291
|
}
|
|
4287
|
-
class
|
|
4292
|
+
class lu {
|
|
4288
4293
|
issuuApi = "https://api.issuu.com/v2";
|
|
4289
4294
|
api = void 0;
|
|
4290
4295
|
q = "";
|
|
@@ -4321,7 +4326,7 @@ class cu {
|
|
|
4321
4326
|
}
|
|
4322
4327
|
}
|
|
4323
4328
|
}
|
|
4324
|
-
const
|
|
4329
|
+
const du = async (e, t, s, n, r, i, o) => {
|
|
4325
4330
|
const c = new Co({
|
|
4326
4331
|
config: t,
|
|
4327
4332
|
imgSizes: s,
|
|
@@ -4351,7 +4356,7 @@ const lu = async (e, t, s, n, r, i, o) => {
|
|
|
4351
4356
|
}, No = (e) => {
|
|
4352
4357
|
const t = He(e);
|
|
4353
4358
|
return t && t.data ? t.data : t;
|
|
4354
|
-
},
|
|
4359
|
+
}, uu = async (e) => {
|
|
4355
4360
|
const t = await Promise.allSettled(
|
|
4356
4361
|
Object.values(e).map((r) => r.promise)
|
|
4357
4362
|
), s = Object.keys(e), n = {};
|
|
@@ -4691,7 +4696,7 @@ const lu = async (e, t, s, n, r, i, o) => {
|
|
|
4691
4696
|
};
|
|
4692
4697
|
return u && (d.dateCreated = u), c && (d.dateModified = c), e?.addtional?.USER_SHOWEMAIL && (d.mainEntity.email = e.info.email), /* @__PURE__ */ a("script", { type: "application/ld+json", children: JSON.stringify(d) });
|
|
4693
4698
|
};
|
|
4694
|
-
async function
|
|
4699
|
+
async function mu({
|
|
4695
4700
|
axiosApi: e,
|
|
4696
4701
|
headConfig: t = {
|
|
4697
4702
|
ampConfig: !1,
|
|
@@ -4822,7 +4827,7 @@ async function uu({
|
|
|
4822
4827
|
T
|
|
4823
4828
|
] });
|
|
4824
4829
|
}
|
|
4825
|
-
const
|
|
4830
|
+
const hu = ({
|
|
4826
4831
|
children: e,
|
|
4827
4832
|
defaultRouteName: t,
|
|
4828
4833
|
banners: s,
|
|
@@ -4868,7 +4873,7 @@ const mu = ({
|
|
|
4868
4873
|
}
|
|
4869
4874
|
)
|
|
4870
4875
|
}
|
|
4871
|
-
),
|
|
4876
|
+
), fu = (e) => /* @__PURE__ */ f("div", { className: "sass-com-loc-content", children: [
|
|
4872
4877
|
/* @__PURE__ */ a(Io, {}),
|
|
4873
4878
|
/* @__PURE__ */ a("p", { className: "sass-com-loc-location", children: e.place })
|
|
4874
4879
|
] }), dt = ({
|
|
@@ -5015,7 +5020,7 @@ function Uo({
|
|
|
5015
5020
|
}
|
|
5016
5021
|
};
|
|
5017
5022
|
}
|
|
5018
|
-
function
|
|
5023
|
+
function gu(e) {
|
|
5019
5024
|
const {
|
|
5020
5025
|
children: t,
|
|
5021
5026
|
slot_id: s,
|
|
@@ -6808,7 +6813,7 @@ const qo = (e) => {
|
|
|
6808
6813
|
] })
|
|
6809
6814
|
]
|
|
6810
6815
|
}
|
|
6811
|
-
),
|
|
6816
|
+
), pu = (e) => /* @__PURE__ */ f("section", { className: "sass-com-subw-content", children: [
|
|
6812
6817
|
/* @__PURE__ */ a(Go, { className: "sass-com-subw-subscribeImage" }),
|
|
6813
6818
|
/* @__PURE__ */ f("div", { className: "sass-com-subw-contentTitle", children: [
|
|
6814
6819
|
/* @__PURE__ */ a("p", { className: "sass-com-subw-title", children: "Mantenete Informado" }),
|
|
@@ -7004,7 +7009,7 @@ const qo = (e) => {
|
|
|
7004
7009
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
7005
7010
|
]
|
|
7006
7011
|
}
|
|
7007
|
-
),
|
|
7012
|
+
), Au = ["telegram"], Bs = {
|
|
7008
7013
|
facebook: (e) => /* @__PURE__ */ a(Ht, { ...e }),
|
|
7009
7014
|
instagram: (e) => /* @__PURE__ */ a(Ft, { ...e }),
|
|
7010
7015
|
whatsapp: (e) => /* @__PURE__ */ a(Wo, { ...e }),
|
|
@@ -7014,7 +7019,7 @@ const qo = (e) => {
|
|
|
7014
7019
|
gnews: (e) => /* @__PURE__ */ a(Ho, { ...e }),
|
|
7015
7020
|
podcast: (e) => /* @__PURE__ */ a(Fo, { ...e }),
|
|
7016
7021
|
telegram: (e) => /* @__PURE__ */ a(Vo, { ...e })
|
|
7017
|
-
},
|
|
7022
|
+
}, wu = (e) => {
|
|
7018
7023
|
const { freeZone: t, socials: s, menu: n, customBlock: r, custom_styles: i = {} } = e;
|
|
7019
7024
|
return /* @__PURE__ */ f(
|
|
7020
7025
|
"footer",
|
|
@@ -7278,7 +7283,7 @@ function Jo({ noteShare: e }) {
|
|
|
7278
7283
|
)
|
|
7279
7284
|
] }) : null;
|
|
7280
7285
|
}
|
|
7281
|
-
const
|
|
7286
|
+
const bu = (e) => {
|
|
7282
7287
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ie(
|
|
7283
7288
|
e.video.info.date.created
|
|
7284
7289
|
)}` : e?.video.main.author;
|
|
@@ -7484,7 +7489,7 @@ const wu = (e) => {
|
|
|
7484
7489
|
}
|
|
7485
7490
|
)
|
|
7486
7491
|
] });
|
|
7487
|
-
}, va = (e) => /* @__PURE__ */ a("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ a(dt, { className: `sass-com-lt-contentLayout ${e.className}`, children: e.children }) }),
|
|
7492
|
+
}, va = (e) => /* @__PURE__ */ a("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ a(dt, { className: `sass-com-lt-contentLayout ${e.className}`, children: e.children }) }), vu = (e) => {
|
|
7488
7493
|
const t = e.logo;
|
|
7489
7494
|
return /* @__PURE__ */ f("section", { className: "sass-com-err-content", children: [
|
|
7490
7495
|
e.backgroundImgURL && /* @__PURE__ */ a(
|
|
@@ -7502,13 +7507,13 @@ const wu = (e) => {
|
|
|
7502
7507
|
/* @__PURE__ */ a(q, { className: "sass-com-err-linkStyled su-no-underline su-flex-center", href: "/", children: e.buttonText ?? "Inicio" })
|
|
7503
7508
|
] })
|
|
7504
7509
|
] });
|
|
7505
|
-
},
|
|
7510
|
+
}, yu = (e) => /* @__PURE__ */ f("div", { className: "sass-com-cin-content", children: [
|
|
7506
7511
|
/* @__PURE__ */ f("div", { className: "sass-com-cin-contentLabel", children: [
|
|
7507
7512
|
/* @__PURE__ */ a("label", { className: "sass-com-cin-label", children: e.label }),
|
|
7508
7513
|
e.required && /* @__PURE__ */ a("span", { className: "sass-com-cin-required", children: "*" })
|
|
7509
7514
|
] }),
|
|
7510
7515
|
/* @__PURE__ */ a("input", { className: "sass-com-cin-input", ...e })
|
|
7511
|
-
] }),
|
|
7516
|
+
] }), Cu = (e) => /* @__PURE__ */ f("div", { className: "sass-com-csel-content", children: [
|
|
7512
7517
|
/* @__PURE__ */ f("div", { className: "sass-com-csel-contentLabel", children: [
|
|
7513
7518
|
/* @__PURE__ */ a("label", { className: "sass-com-csel-label", children: e.label }),
|
|
7514
7519
|
e.required && /* @__PURE__ */ a("span", { className: "sass-com-csel-required", children: "*" })
|
|
@@ -7517,7 +7522,7 @@ const wu = (e) => {
|
|
|
7517
7522
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
7518
7523
|
e.options.map((t, s) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, s))
|
|
7519
7524
|
] })
|
|
7520
|
-
] }),
|
|
7525
|
+
] }), Nu = (e) => /* @__PURE__ */ f("div", { className: "sass-com-cta-content", children: [
|
|
7521
7526
|
/* @__PURE__ */ a("label", { className: "sass-com-cta-label", children: e.label }),
|
|
7522
7527
|
/* @__PURE__ */ a("textarea", { className: "sass-com-cta-input", ...e })
|
|
7523
7528
|
] }), Nn = (e) => {
|
|
@@ -7803,7 +7808,7 @@ const wu = (e) => {
|
|
|
7803
7808
|
),
|
|
7804
7809
|
/* @__PURE__ */ a("div", { className: "sass-com-sc7-newsDescription", children: /* @__PURE__ */ a(Ze, { ...s, paths: e.paths }) })
|
|
7805
7810
|
] }) : null;
|
|
7806
|
-
},
|
|
7811
|
+
}, Su = (e) => {
|
|
7807
7812
|
let t = [];
|
|
7808
7813
|
return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((s) => s.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ a("div", { className: "sass-com-bv4-content", children: /* @__PURE__ */ f(dt, { className: "sass-com-bv4-contentLayoutVideoSection", children: [
|
|
7809
7814
|
/* @__PURE__ */ f("a", { className: "sass-com-bv4-header", href: e.goBackLink ?? "/videos", children: [
|
|
@@ -8433,7 +8438,7 @@ const wu = (e) => {
|
|
|
8433
8438
|
]
|
|
8434
8439
|
}
|
|
8435
8440
|
);
|
|
8436
|
-
},
|
|
8441
|
+
}, Eu = (e) => {
|
|
8437
8442
|
const { alertZone: t, children: s, sidebar: n, custom_styles: r = {} } = e, i = e.childrenContentTag ?? "div", o = /* @__PURE__ */ f(
|
|
8438
8443
|
i,
|
|
8439
8444
|
{
|
|
@@ -8741,7 +8746,7 @@ const wu = (e) => {
|
|
|
8741
8746
|
return e;
|
|
8742
8747
|
const t = e.trim();
|
|
8743
8748
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8744
|
-
},
|
|
8749
|
+
}, Tu = async (e) => {
|
|
8745
8750
|
const t = e.img ? await le(e.img) : "", s = At(e.social?.facebook ?? ""), n = At(e.social?.instagram ?? ""), r = At(e.social?.twitter ?? ""), i = At(e.social?.linkedin ?? "");
|
|
8746
8751
|
return /* @__PURE__ */ a("section", { className: `sass-com-th-content ${e.className}`, children: /* @__PURE__ */ f(
|
|
8747
8752
|
"div",
|
|
@@ -9243,7 +9248,7 @@ function hc(e) {
|
|
|
9243
9248
|
n % 2 === 0 ? t[Math.floor(n / 2)] = e[n] : t[s + Math.floor(n / 2)] = e[n];
|
|
9244
9249
|
return t;
|
|
9245
9250
|
}
|
|
9246
|
-
const
|
|
9251
|
+
const Iu = (e) => {
|
|
9247
9252
|
const { isOpinion: t = !1 } = e, s = (i) => /* @__PURE__ */ a(
|
|
9248
9253
|
"div",
|
|
9249
9254
|
{
|
|
@@ -9297,7 +9302,7 @@ const Tu = (e) => {
|
|
|
9297
9302
|
] })
|
|
9298
9303
|
}
|
|
9299
9304
|
) });
|
|
9300
|
-
},
|
|
9305
|
+
}, Uu = (e) => {
|
|
9301
9306
|
const { showTitle: t = !0 } = e;
|
|
9302
9307
|
return /* @__PURE__ */ f("div", { className: "sass-bs-eb1-content", children: [
|
|
9303
9308
|
t && /* @__PURE__ */ a("p", { className: "sass-bs-eb1-title", children: "Editorial" }),
|
|
@@ -9316,7 +9321,7 @@ const Tu = (e) => {
|
|
|
9316
9321
|
}
|
|
9317
9322
|
)
|
|
9318
9323
|
] });
|
|
9319
|
-
},
|
|
9324
|
+
}, xu = (e) => {
|
|
9320
9325
|
const { news: t } = e;
|
|
9321
9326
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: "sass-bs-m2c-content", children: [
|
|
9322
9327
|
/* @__PURE__ */ f("div", { className: "sass-bs-m2c-newsContent", children: [
|
|
@@ -9351,7 +9356,7 @@ const Tu = (e) => {
|
|
|
9351
9356
|
] }),
|
|
9352
9357
|
/* @__PURE__ */ a("div", { className: "sass-bs-m2c-bannerContent", children: e.halfPageBanner })
|
|
9353
9358
|
] });
|
|
9354
|
-
},
|
|
9359
|
+
}, Ru = (e) => /* @__PURE__ */ f(z, { children: [
|
|
9355
9360
|
/* @__PURE__ */ a(
|
|
9356
9361
|
_o,
|
|
9357
9362
|
{
|
|
@@ -9761,7 +9766,7 @@ const Tu = (e) => {
|
|
|
9761
9766
|
default:
|
|
9762
9767
|
return /* @__PURE__ */ a("div", { className: "sass-pg-sec-ItemCustomContent", children: /* @__PURE__ */ a(Le, { ...t, paths: e.paths }) });
|
|
9763
9768
|
}
|
|
9764
|
-
},
|
|
9769
|
+
}, ku = (e) => {
|
|
9765
9770
|
const {
|
|
9766
9771
|
data: t,
|
|
9767
9772
|
currentPage: s,
|
|
@@ -9911,7 +9916,7 @@ const Tu = (e) => {
|
|
|
9911
9916
|
default:
|
|
9912
9917
|
return /* @__PURE__ */ a(z, {});
|
|
9913
9918
|
}
|
|
9914
|
-
},
|
|
9919
|
+
}, Lu = (e) => {
|
|
9915
9920
|
const { data: t } = e;
|
|
9916
9921
|
return /* @__PURE__ */ a("section", { className: "sass-pg-cont-content", children: t.map((s, n) => /* @__PURE__ */ a(
|
|
9917
9922
|
"div",
|
|
@@ -11209,7 +11214,7 @@ const rl = (e) => {
|
|
|
11209
11214
|
),
|
|
11210
11215
|
/* @__PURE__ */ a(me, { banners: c ?? [], name: "block_3" })
|
|
11211
11216
|
] });
|
|
11212
|
-
},
|
|
11217
|
+
}, Pu = async (e) => {
|
|
11213
11218
|
const {
|
|
11214
11219
|
ranking: t = [],
|
|
11215
11220
|
banners: s,
|
|
@@ -11313,7 +11318,7 @@ const rl = (e) => {
|
|
|
11313
11318
|
}
|
|
11314
11319
|
) })
|
|
11315
11320
|
}
|
|
11316
|
-
),
|
|
11321
|
+
), Bu = (e) => /* @__PURE__ */ a(
|
|
11317
11322
|
"form",
|
|
11318
11323
|
{
|
|
11319
11324
|
className: "su-w-full su-flex su-justify-center su-gap-4 sass-pg-buscar-content",
|
|
@@ -11330,7 +11335,7 @@ const rl = (e) => {
|
|
|
11330
11335
|
/* @__PURE__ */ a("button", { className: "sass-pg-buscar-buttonStyled", type: "submit", children: /* @__PURE__ */ a(ol, { className: "sass-pg-buscar-searchStyled" }) })
|
|
11331
11336
|
] })
|
|
11332
11337
|
}
|
|
11333
|
-
),
|
|
11338
|
+
), Ou = (e) => {
|
|
11334
11339
|
const {
|
|
11335
11340
|
data: t,
|
|
11336
11341
|
option: s,
|
|
@@ -11554,7 +11559,7 @@ const Se = [
|
|
|
11554
11559
|
{ label: "Usa una letra mayúscula", test: Se[3] },
|
|
11555
11560
|
{ label: "Usa un símbolo", test: Se[4] }
|
|
11556
11561
|
];
|
|
11557
|
-
function
|
|
11562
|
+
function qu({ texts: e, API_ENV: t, termsAndConditionsUrl: s }) {
|
|
11558
11563
|
const n = { ...cl, ...e?.comentarios }, r = at(
|
|
11559
11564
|
() => ll(e?.comentarios?.registerForm),
|
|
11560
11565
|
[e?.comentarios?.registerForm]
|
|
@@ -11824,7 +11829,7 @@ const dl = {
|
|
|
11824
11829
|
changePasswordButton: "Cambiar contraseña",
|
|
11825
11830
|
feedbackSuccessMessage: "La contraseña fue cambiada con éxito"
|
|
11826
11831
|
};
|
|
11827
|
-
function
|
|
11832
|
+
function Mu({
|
|
11828
11833
|
API_ENV: e,
|
|
11829
11834
|
texts: t
|
|
11830
11835
|
}) {
|
|
@@ -13182,7 +13187,7 @@ const Na = async (e) => {
|
|
|
13182
13187
|
/* @__PURE__ */ a("p", { className: "sass-com-bv2-correspondent", children: t() })
|
|
13183
13188
|
] })
|
|
13184
13189
|
] }) }) }) });
|
|
13185
|
-
},
|
|
13190
|
+
}, Du = (e) => {
|
|
13186
13191
|
switch (e.option) {
|
|
13187
13192
|
case "op1":
|
|
13188
13193
|
return /* @__PURE__ */ a(xl, { videos: e.data });
|
|
@@ -13192,7 +13197,7 @@ const Na = async (e) => {
|
|
|
13192
13197
|
return /* @__PURE__ */ a(z, {});
|
|
13193
13198
|
}
|
|
13194
13199
|
};
|
|
13195
|
-
function
|
|
13200
|
+
function _u({ containerId: e, containerId2: t }) {
|
|
13196
13201
|
return Te(() => {
|
|
13197
13202
|
try {
|
|
13198
13203
|
let s = function() {
|
|
@@ -13228,7 +13233,7 @@ function Du({ containerId: e, containerId2: t }) {
|
|
|
13228
13233
|
}
|
|
13229
13234
|
}, [e]), null;
|
|
13230
13235
|
}
|
|
13231
|
-
const
|
|
13236
|
+
const ju = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @__PURE__ */ a("script", { src: "https://platform.twitter.com/widgets.js" }), Ll = (e) => {
|
|
13232
13237
|
const {
|
|
13233
13238
|
//rounded = false,
|
|
13234
13239
|
isVideo: t = !1,
|
|
@@ -13665,7 +13670,7 @@ const _u = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13665
13670
|
return console.error("Error verificando reCAPTCHA Enterprise:", i), !1;
|
|
13666
13671
|
}
|
|
13667
13672
|
};
|
|
13668
|
-
async function
|
|
13673
|
+
async function Gu({
|
|
13669
13674
|
publication: e,
|
|
13670
13675
|
username: t,
|
|
13671
13676
|
id: s,
|
|
@@ -13736,7 +13741,7 @@ const gs = {
|
|
|
13736
13741
|
intellectual: "Violación de propiedad intelectual",
|
|
13737
13742
|
bullying: "Bullying o acoso"
|
|
13738
13743
|
};
|
|
13739
|
-
function
|
|
13744
|
+
function Qu(e) {
|
|
13740
13745
|
return gs[e];
|
|
13741
13746
|
}
|
|
13742
13747
|
var wt = { exports: {} }, bt = { exports: {} }, ae = {};
|
|
@@ -15870,7 +15875,7 @@ function Nd({
|
|
|
15870
15875
|
}
|
|
15871
15876
|
) : h;
|
|
15872
15877
|
}
|
|
15873
|
-
const
|
|
15878
|
+
const Hu = ({
|
|
15874
15879
|
internalPath: e,
|
|
15875
15880
|
icon: t,
|
|
15876
15881
|
API_ENV: s,
|
|
@@ -15889,7 +15894,7 @@ const Qu = ({
|
|
|
15889
15894
|
API_ENV: Ha(s),
|
|
15890
15895
|
texts: n
|
|
15891
15896
|
}
|
|
15892
|
-
) })),
|
|
15897
|
+
) })), Fu = ({
|
|
15893
15898
|
section: e,
|
|
15894
15899
|
internalPath: t,
|
|
15895
15900
|
stylesConfig: s,
|
|
@@ -15915,7 +15920,7 @@ const Qu = ({
|
|
|
15915
15920
|
)
|
|
15916
15921
|
}
|
|
15917
15922
|
);
|
|
15918
|
-
async function
|
|
15923
|
+
async function Vu({
|
|
15919
15924
|
publication: e,
|
|
15920
15925
|
path: t,
|
|
15921
15926
|
username: s,
|
|
@@ -16013,7 +16018,7 @@ async function Fu({
|
|
|
16013
16018
|
};
|
|
16014
16019
|
}
|
|
16015
16020
|
}
|
|
16016
|
-
const
|
|
16021
|
+
const zu = async ({
|
|
16017
16022
|
token: e,
|
|
16018
16023
|
projectId: t,
|
|
16019
16024
|
captchaKey: s,
|
|
@@ -16200,7 +16205,7 @@ function qa({
|
|
|
16200
16205
|
if (n)
|
|
16201
16206
|
return Oa[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Hs(s), children: Oa[e]({ ...s, banners: n, slot_id: t }) });
|
|
16202
16207
|
}
|
|
16203
|
-
function
|
|
16208
|
+
function Wu({
|
|
16204
16209
|
children: e,
|
|
16205
16210
|
stylesConfigEntry: t
|
|
16206
16211
|
}) {
|
|
@@ -16274,7 +16279,7 @@ const Ma = {
|
|
|
16274
16279
|
...t,
|
|
16275
16280
|
rightOnlyBanner: n,
|
|
16276
16281
|
banners: s
|
|
16277
|
-
}) }),
|
|
16282
|
+
}) }), Yu = ({
|
|
16278
16283
|
slots: e,
|
|
16279
16284
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
16280
16285
|
stylesConfig: s,
|
|
@@ -16358,7 +16363,7 @@ const Ma = {
|
|
|
16358
16363
|
));
|
|
16359
16364
|
}
|
|
16360
16365
|
return c;
|
|
16361
|
-
},
|
|
16366
|
+
}, Ku = ({
|
|
16362
16367
|
mainBlock: e,
|
|
16363
16368
|
StylesConfigMain: t,
|
|
16364
16369
|
config: s,
|
|
@@ -16404,72 +16409,72 @@ const Ma = {
|
|
|
16404
16409
|
};
|
|
16405
16410
|
export {
|
|
16406
16411
|
Ir as AssetsPreconnect,
|
|
16407
|
-
|
|
16412
|
+
Ou as AutorComponent,
|
|
16408
16413
|
ec as AutorHeader1,
|
|
16409
16414
|
tc as AutorHeader2,
|
|
16410
16415
|
me as BannerAdvertising,
|
|
16411
16416
|
Fe as BannerAdvertisingMiddle,
|
|
16412
|
-
|
|
16417
|
+
gu as CarrouselCSR,
|
|
16413
16418
|
$e as CarrouselIRS,
|
|
16414
16419
|
vc as CarruselCard,
|
|
16415
16420
|
Cc as CarruselOpinion,
|
|
16416
|
-
|
|
16421
|
+
Hu as CommentLazyLoader,
|
|
16417
16422
|
Oe as CommonServices,
|
|
16418
16423
|
Fn as Comscore,
|
|
16419
|
-
|
|
16420
|
-
|
|
16421
|
-
|
|
16422
|
-
|
|
16424
|
+
Lu as ContactInfoServer,
|
|
16425
|
+
yu as ContactInput,
|
|
16426
|
+
Cu as ContactSelect,
|
|
16427
|
+
Nu as ContactTextarea,
|
|
16423
16428
|
dt as ContentLayout1,
|
|
16424
16429
|
va as ContentLayoutTema,
|
|
16425
|
-
|
|
16430
|
+
Ku as DEBUG_MainSlots,
|
|
16426
16431
|
mc as DestacadoNoticias,
|
|
16427
16432
|
Ac as DestacadoVideos,
|
|
16428
16433
|
Co as DynamicBlockServices,
|
|
16429
|
-
|
|
16434
|
+
Yu as DynamicComponents,
|
|
16430
16435
|
os as DynamicMainSlot,
|
|
16431
16436
|
qa as DynamicSlot,
|
|
16432
|
-
|
|
16433
|
-
|
|
16437
|
+
Uu as EditorialBlock,
|
|
16438
|
+
vu as ErrorComponent,
|
|
16434
16439
|
Gr as Font,
|
|
16435
|
-
|
|
16440
|
+
wu as Footer,
|
|
16436
16441
|
Tr as FormatAfterScripts,
|
|
16437
16442
|
Qa as FormatScripts,
|
|
16438
16443
|
zn as GA4,
|
|
16439
16444
|
Wn as GTM,
|
|
16440
16445
|
Hc as GalleryHeader,
|
|
16441
|
-
|
|
16442
|
-
|
|
16443
|
-
|
|
16446
|
+
hu as GenerateBody,
|
|
16447
|
+
mu as GenerateHead,
|
|
16448
|
+
Eu as Header,
|
|
16444
16449
|
Ic as IframeHeader,
|
|
16445
16450
|
Mo as ImageOffline,
|
|
16446
16451
|
ve as ImageOnline,
|
|
16447
16452
|
qo as ImageOnlineClient,
|
|
16448
|
-
|
|
16453
|
+
lu as IssuuServices,
|
|
16449
16454
|
qr as ItemListSchema,
|
|
16450
16455
|
cc as JournalistArticule2,
|
|
16451
16456
|
lc as JournalistGroup,
|
|
16452
16457
|
En as LayoutNewsComponent,
|
|
16453
16458
|
q as LinkComponent,
|
|
16454
16459
|
$o as LiveBlogHeader,
|
|
16455
|
-
|
|
16456
|
-
|
|
16460
|
+
fu as Location,
|
|
16461
|
+
Mu as LoginForm,
|
|
16457
16462
|
Ul as LoginPopUp,
|
|
16458
|
-
|
|
16463
|
+
Fd as MainComponentServices,
|
|
16459
16464
|
Yn as Marfeel,
|
|
16460
|
-
|
|
16465
|
+
Fu as MasNoticiasLazyLoader,
|
|
16461
16466
|
st as MiddleSection,
|
|
16462
16467
|
Rn as Modulo1x3,
|
|
16463
16468
|
bc as Modulo1x3Card,
|
|
16464
16469
|
gc as Modulo1x4,
|
|
16465
16470
|
pc as Modulo1x5,
|
|
16466
|
-
|
|
16471
|
+
xu as Modulo2Columnas,
|
|
16467
16472
|
fc as Modulo3Columnas,
|
|
16468
|
-
|
|
16469
|
-
|
|
16473
|
+
Ru as ModuloNewsletter,
|
|
16474
|
+
Iu as ModuloOpinion,
|
|
16470
16475
|
Bl as NewListResponseDataPH,
|
|
16471
16476
|
Mr as NewsArticle,
|
|
16472
|
-
|
|
16477
|
+
Pu as NewsComponent,
|
|
16473
16478
|
hs as NewsContent,
|
|
16474
16479
|
Ze as NewsDescriptionComponent,
|
|
16475
16480
|
Pt as NextPrev,
|
|
@@ -16478,44 +16483,44 @@ export {
|
|
|
16478
16483
|
gs as REPORT_REASONS,
|
|
16479
16484
|
Ld as ReCaptchaRender,
|
|
16480
16485
|
Ls as Readest,
|
|
16481
|
-
|
|
16482
|
-
|
|
16483
|
-
|
|
16486
|
+
qu as RegisterForm,
|
|
16487
|
+
_u as ScriptHydrator,
|
|
16488
|
+
Bu as SearchSection,
|
|
16484
16489
|
de as Section,
|
|
16485
16490
|
Le as SectionCard,
|
|
16486
16491
|
zt as SectionCard2,
|
|
16487
16492
|
fs as SectionCardServerComponent,
|
|
16488
|
-
|
|
16493
|
+
ku as SectionServerComponent,
|
|
16489
16494
|
Aa as ShowSection,
|
|
16490
16495
|
kn as SocialNetworks,
|
|
16491
16496
|
Br as SpeculationRules,
|
|
16492
16497
|
rt as Spin,
|
|
16493
|
-
|
|
16498
|
+
Wu as StaticSlotWrapper,
|
|
16494
16499
|
_o as SubscribeColumn,
|
|
16495
16500
|
jo as SubscribeRow,
|
|
16496
|
-
|
|
16497
|
-
|
|
16501
|
+
pu as SubscribeWhatsAppColumn,
|
|
16502
|
+
Tu as TagHeader,
|
|
16498
16503
|
oc as TagSection,
|
|
16499
16504
|
Zo as TimeLine,
|
|
16500
16505
|
Od as TrimPathname,
|
|
16501
|
-
|
|
16502
|
-
|
|
16503
|
-
|
|
16506
|
+
ju as TwitterHydration,
|
|
16507
|
+
bu as VideoBlock3,
|
|
16508
|
+
Su as VideoBlock4,
|
|
16504
16509
|
Ec as VideoEmbeddedHeader,
|
|
16505
|
-
|
|
16510
|
+
Du as VideoSection,
|
|
16506
16511
|
Tc as VideoYoutubeHeader,
|
|
16507
16512
|
jr as VideosSchemas,
|
|
16508
16513
|
_r as WebsiteList,
|
|
16509
|
-
|
|
16514
|
+
Vu as addComment,
|
|
16510
16515
|
Cs as bannersReplace,
|
|
16511
16516
|
nt as becomeVideoObject,
|
|
16512
16517
|
_e as buildTagUrl,
|
|
16513
|
-
|
|
16518
|
+
Au as coloringByStrokeSVGs,
|
|
16514
16519
|
Hs as compileStyleProps,
|
|
16515
16520
|
jd as createAssessment,
|
|
16516
16521
|
Ue as cutString,
|
|
16517
16522
|
Ha as decodeApiEnv,
|
|
16518
|
-
|
|
16523
|
+
Qd as encodeApiEnv,
|
|
16519
16524
|
be as extractMainSlug,
|
|
16520
16525
|
$s as extractRealtedNews,
|
|
16521
16526
|
Ie as formatDate,
|
|
@@ -16524,11 +16529,11 @@ export {
|
|
|
16524
16529
|
ur as formatDateTimeline,
|
|
16525
16530
|
wr as formatNewsMeta,
|
|
16526
16531
|
xr as formatVideoData,
|
|
16527
|
-
|
|
16532
|
+
uu as generalGetData,
|
|
16528
16533
|
Wt as getCaptchaToken,
|
|
16529
16534
|
cd as getComments,
|
|
16530
16535
|
J as getConfig,
|
|
16531
|
-
|
|
16536
|
+
du as getDynamicSlots,
|
|
16532
16537
|
kt as getEnvironmentUrl,
|
|
16533
16538
|
Bd as getEnvironmentUrlFront,
|
|
16534
16539
|
Dd as getHydratorPath,
|
|
@@ -16536,15 +16541,16 @@ export {
|
|
|
16536
16541
|
mt as getNextMeta,
|
|
16537
16542
|
ft as getPage,
|
|
16538
16543
|
ks as getPlayIcon,
|
|
16539
|
-
|
|
16544
|
+
Hd as getPreloadImages,
|
|
16540
16545
|
ht as getPrevMeta,
|
|
16541
16546
|
_d as getRelatedNewsCarrousel,
|
|
16542
|
-
|
|
16547
|
+
Qu as getReportReasonLabel,
|
|
16543
16548
|
He as getResponse,
|
|
16544
16549
|
mr as getResponsePromise,
|
|
16545
16550
|
Ns as getSchemas,
|
|
16546
16551
|
Fa as getScriptReplaces,
|
|
16547
16552
|
Hr as getSlugs,
|
|
16553
|
+
Gd as getTextsStringValue,
|
|
16548
16554
|
qd as getTypeOfNews,
|
|
16549
16555
|
Md as getVideoRealPath,
|
|
16550
16556
|
Ds as handleGetComments,
|
|
@@ -16555,7 +16561,7 @@ export {
|
|
|
16555
16561
|
br as pathnameSplit,
|
|
16556
16562
|
pr as processExtractedRelatedNews,
|
|
16557
16563
|
Qr as removePages,
|
|
16558
|
-
|
|
16564
|
+
Gu as reportComment,
|
|
16559
16565
|
Jo as shareButtons,
|
|
16560
16566
|
Bs as socialIcons,
|
|
16561
16567
|
Lr as speculationRules,
|
|
@@ -16563,5 +16569,5 @@ export {
|
|
|
16563
16569
|
Ve as toISOWithTimeZone,
|
|
16564
16570
|
vr as urlReplaces,
|
|
16565
16571
|
An as usePlayIcon,
|
|
16566
|
-
|
|
16572
|
+
zu as verifyCaptchaTokenEnterprise
|
|
16567
16573
|
};
|