sass-template-common 0.8.131 → 0.8.132
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.
|
@@ -1170,6 +1170,8 @@ export declare interface ISection {
|
|
|
1170
1170
|
url: string;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
+
export declare const isPhotoGallery: (news: NewListResponseData) => boolean | undefined;
|
|
1174
|
+
|
|
1173
1175
|
export declare class IssuuServices {
|
|
1174
1176
|
private issuuApi;
|
|
1175
1177
|
private api;
|
|
@@ -1333,7 +1333,8 @@ function Gd(e, t) {
|
|
|
1333
1333
|
const s = e[t];
|
|
1334
1334
|
return typeof s == "string" || s === void 0 ? s : void 0;
|
|
1335
1335
|
}
|
|
1336
|
-
|
|
1336
|
+
const Qd = (e) => e?.body?.rendered.includes("ck-image-gallery") || e?.config?.articlepreview === "fotogaleria" && e?.hascontent?.hasgalleryimages;
|
|
1337
|
+
function Hd(e) {
|
|
1337
1338
|
const t = {};
|
|
1338
1339
|
for (const [s, n] of Object.entries(e)) {
|
|
1339
1340
|
const r = btoa(s).split("").reverse().join("");
|
|
@@ -1669,7 +1670,7 @@ const Mr = async ({
|
|
|
1669
1670
|
}, ft = (e) => {
|
|
1670
1671
|
const t = e.split("/"), s = t[t.length - 1] ?? "1";
|
|
1671
1672
|
return Number(s) > 0 ? Number(s) : 1;
|
|
1672
|
-
},
|
|
1673
|
+
}, Fd = (e, t = 2) => {
|
|
1673
1674
|
if (!e || e.length === 0) return [];
|
|
1674
1675
|
const s = [];
|
|
1675
1676
|
for (let n = 0; n < t; n++) {
|
|
@@ -1809,7 +1810,7 @@ const Mr = async ({
|
|
|
1809
1810
|
}
|
|
1810
1811
|
console.error("[SERVICE_DEBUG] Service error report (HTML):"), console.error(s);
|
|
1811
1812
|
};
|
|
1812
|
-
class
|
|
1813
|
+
class Vd {
|
|
1813
1814
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1814
1815
|
config = {};
|
|
1815
1816
|
imgSizes = {};
|
|
@@ -3786,22 +3787,22 @@ re.getAdapter = mn.getAdapter;
|
|
|
3786
3787
|
re.HttpStatusCode = ms;
|
|
3787
3788
|
re.default = re;
|
|
3788
3789
|
const {
|
|
3789
|
-
Axios:
|
|
3790
|
-
AxiosError:
|
|
3791
|
-
CanceledError:
|
|
3792
|
-
isCancel:
|
|
3793
|
-
CancelToken:
|
|
3794
|
-
VERSION:
|
|
3795
|
-
all:
|
|
3796
|
-
Cancel:
|
|
3797
|
-
isAxiosError:
|
|
3798
|
-
spread:
|
|
3799
|
-
toFormData:
|
|
3800
|
-
AxiosHeaders:
|
|
3801
|
-
HttpStatusCode:
|
|
3802
|
-
formToJSON:
|
|
3803
|
-
getAdapter:
|
|
3804
|
-
mergeConfig:
|
|
3790
|
+
Axios: Yd,
|
|
3791
|
+
AxiosError: Kd,
|
|
3792
|
+
CanceledError: Jd,
|
|
3793
|
+
isCancel: $d,
|
|
3794
|
+
CancelToken: Zd,
|
|
3795
|
+
VERSION: Xd,
|
|
3796
|
+
all: eu,
|
|
3797
|
+
Cancel: tu,
|
|
3798
|
+
isAxiosError: su,
|
|
3799
|
+
spread: au,
|
|
3800
|
+
toFormData: nu,
|
|
3801
|
+
AxiosHeaders: ru,
|
|
3802
|
+
HttpStatusCode: iu,
|
|
3803
|
+
formToJSON: ou,
|
|
3804
|
+
getAdapter: cu,
|
|
3805
|
+
mergeConfig: lu
|
|
3805
3806
|
} = re;
|
|
3806
3807
|
class Oe {
|
|
3807
3808
|
constructor(t) {
|
|
@@ -4289,7 +4290,7 @@ class Co extends Oe {
|
|
|
4289
4290
|
return { blockSass: s.data.data };
|
|
4290
4291
|
};
|
|
4291
4292
|
}
|
|
4292
|
-
class
|
|
4293
|
+
class du {
|
|
4293
4294
|
issuuApi = "https://api.issuu.com/v2";
|
|
4294
4295
|
api = void 0;
|
|
4295
4296
|
q = "";
|
|
@@ -4326,7 +4327,7 @@ class lu {
|
|
|
4326
4327
|
}
|
|
4327
4328
|
}
|
|
4328
4329
|
}
|
|
4329
|
-
const
|
|
4330
|
+
const uu = async (e, t, s, n, r, i, o) => {
|
|
4330
4331
|
const c = new Co({
|
|
4331
4332
|
config: t,
|
|
4332
4333
|
imgSizes: s,
|
|
@@ -4356,7 +4357,7 @@ const du = async (e, t, s, n, r, i, o) => {
|
|
|
4356
4357
|
}, No = (e) => {
|
|
4357
4358
|
const t = He(e);
|
|
4358
4359
|
return t && t.data ? t.data : t;
|
|
4359
|
-
},
|
|
4360
|
+
}, mu = async (e) => {
|
|
4360
4361
|
const t = await Promise.allSettled(
|
|
4361
4362
|
Object.values(e).map((r) => r.promise)
|
|
4362
4363
|
), s = Object.keys(e), n = {};
|
|
@@ -4696,7 +4697,7 @@ const du = async (e, t, s, n, r, i, o) => {
|
|
|
4696
4697
|
};
|
|
4697
4698
|
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) });
|
|
4698
4699
|
};
|
|
4699
|
-
async function
|
|
4700
|
+
async function hu({
|
|
4700
4701
|
axiosApi: e,
|
|
4701
4702
|
headConfig: t = {
|
|
4702
4703
|
ampConfig: !1,
|
|
@@ -4827,7 +4828,7 @@ async function mu({
|
|
|
4827
4828
|
T
|
|
4828
4829
|
] });
|
|
4829
4830
|
}
|
|
4830
|
-
const
|
|
4831
|
+
const fu = ({
|
|
4831
4832
|
children: e,
|
|
4832
4833
|
defaultRouteName: t,
|
|
4833
4834
|
banners: s,
|
|
@@ -4873,7 +4874,7 @@ const hu = ({
|
|
|
4873
4874
|
}
|
|
4874
4875
|
)
|
|
4875
4876
|
}
|
|
4876
|
-
),
|
|
4877
|
+
), gu = (e) => /* @__PURE__ */ f("div", { className: "sass-com-loc-content", children: [
|
|
4877
4878
|
/* @__PURE__ */ a(Io, {}),
|
|
4878
4879
|
/* @__PURE__ */ a("p", { className: "sass-com-loc-location", children: e.place })
|
|
4879
4880
|
] }), dt = ({
|
|
@@ -5020,7 +5021,7 @@ function xo({
|
|
|
5020
5021
|
}
|
|
5021
5022
|
};
|
|
5022
5023
|
}
|
|
5023
|
-
function
|
|
5024
|
+
function pu(e) {
|
|
5024
5025
|
const {
|
|
5025
5026
|
children: t,
|
|
5026
5027
|
slot_id: s,
|
|
@@ -6813,7 +6814,7 @@ const qo = (e) => {
|
|
|
6813
6814
|
] })
|
|
6814
6815
|
]
|
|
6815
6816
|
}
|
|
6816
|
-
),
|
|
6817
|
+
), Au = (e) => /* @__PURE__ */ f("section", { className: "sass-com-subw-content", children: [
|
|
6817
6818
|
/* @__PURE__ */ a(Go, { className: "sass-com-subw-subscribeImage" }),
|
|
6818
6819
|
/* @__PURE__ */ f("div", { className: "sass-com-subw-contentTitle", children: [
|
|
6819
6820
|
/* @__PURE__ */ a("p", { className: "sass-com-subw-title", children: "Mantenete Informado" }),
|
|
@@ -7009,7 +7010,7 @@ const qo = (e) => {
|
|
|
7009
7010
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
7010
7011
|
]
|
|
7011
7012
|
}
|
|
7012
|
-
),
|
|
7013
|
+
), wu = ["telegram"], Bs = {
|
|
7013
7014
|
facebook: (e) => /* @__PURE__ */ a(Ht, { ...e }),
|
|
7014
7015
|
instagram: (e) => /* @__PURE__ */ a(Ft, { ...e }),
|
|
7015
7016
|
whatsapp: (e) => /* @__PURE__ */ a(Wo, { ...e }),
|
|
@@ -7019,7 +7020,7 @@ const qo = (e) => {
|
|
|
7019
7020
|
gnews: (e) => /* @__PURE__ */ a(Ho, { ...e }),
|
|
7020
7021
|
podcast: (e) => /* @__PURE__ */ a(Fo, { ...e }),
|
|
7021
7022
|
telegram: (e) => /* @__PURE__ */ a(Vo, { ...e })
|
|
7022
|
-
},
|
|
7023
|
+
}, bu = (e) => {
|
|
7023
7024
|
const { freeZone: t, socials: s, menu: n, customBlock: r, custom_styles: i = {} } = e;
|
|
7024
7025
|
return /* @__PURE__ */ f(
|
|
7025
7026
|
"footer",
|
|
@@ -7283,7 +7284,7 @@ function Jo({ noteShare: e }) {
|
|
|
7283
7284
|
)
|
|
7284
7285
|
] }) : null;
|
|
7285
7286
|
}
|
|
7286
|
-
const
|
|
7287
|
+
const vu = (e) => {
|
|
7287
7288
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ie(
|
|
7288
7289
|
e.video.info.date.created
|
|
7289
7290
|
)}` : e?.video.main.author;
|
|
@@ -7489,7 +7490,7 @@ const bu = (e) => {
|
|
|
7489
7490
|
}
|
|
7490
7491
|
)
|
|
7491
7492
|
] });
|
|
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 }) }),
|
|
7493
|
+
}, va = (e) => /* @__PURE__ */ a("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ a(dt, { className: `sass-com-lt-contentLayout ${e.className}`, children: e.children }) }), yu = (e) => {
|
|
7493
7494
|
const t = e.logo;
|
|
7494
7495
|
return /* @__PURE__ */ f("section", { className: "sass-com-err-content", children: [
|
|
7495
7496
|
e.backgroundImgURL && /* @__PURE__ */ a(
|
|
@@ -7507,13 +7508,13 @@ const bu = (e) => {
|
|
|
7507
7508
|
/* @__PURE__ */ a(q, { className: "sass-com-err-linkStyled su-no-underline su-flex-center", href: "/", children: e.buttonText ?? "Inicio" })
|
|
7508
7509
|
] })
|
|
7509
7510
|
] });
|
|
7510
|
-
},
|
|
7511
|
+
}, Cu = (e) => /* @__PURE__ */ f("div", { className: "sass-com-cin-content", children: [
|
|
7511
7512
|
/* @__PURE__ */ f("div", { className: "sass-com-cin-contentLabel", children: [
|
|
7512
7513
|
/* @__PURE__ */ a("label", { className: "sass-com-cin-label", children: e.label }),
|
|
7513
7514
|
e.required && /* @__PURE__ */ a("span", { className: "sass-com-cin-required", children: "*" })
|
|
7514
7515
|
] }),
|
|
7515
7516
|
/* @__PURE__ */ a("input", { className: "sass-com-cin-input", ...e })
|
|
7516
|
-
] }),
|
|
7517
|
+
] }), Nu = (e) => /* @__PURE__ */ f("div", { className: "sass-com-csel-content", children: [
|
|
7517
7518
|
/* @__PURE__ */ f("div", { className: "sass-com-csel-contentLabel", children: [
|
|
7518
7519
|
/* @__PURE__ */ a("label", { className: "sass-com-csel-label", children: e.label }),
|
|
7519
7520
|
e.required && /* @__PURE__ */ a("span", { className: "sass-com-csel-required", children: "*" })
|
|
@@ -7522,7 +7523,7 @@ const bu = (e) => {
|
|
|
7522
7523
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
7523
7524
|
e.options.map((t, s) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, s))
|
|
7524
7525
|
] })
|
|
7525
|
-
] }),
|
|
7526
|
+
] }), Su = (e) => /* @__PURE__ */ f("div", { className: "sass-com-cta-content", children: [
|
|
7526
7527
|
/* @__PURE__ */ a("label", { className: "sass-com-cta-label", children: e.label }),
|
|
7527
7528
|
/* @__PURE__ */ a("textarea", { className: "sass-com-cta-input", ...e })
|
|
7528
7529
|
] }), Nn = (e) => {
|
|
@@ -7808,7 +7809,7 @@ const bu = (e) => {
|
|
|
7808
7809
|
),
|
|
7809
7810
|
/* @__PURE__ */ a("div", { className: "sass-com-sc7-newsDescription", children: /* @__PURE__ */ a(Ze, { ...s, paths: e.paths }) })
|
|
7810
7811
|
] }) : null;
|
|
7811
|
-
},
|
|
7812
|
+
}, Eu = (e) => {
|
|
7812
7813
|
let t = [];
|
|
7813
7814
|
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: [
|
|
7814
7815
|
/* @__PURE__ */ f("a", { className: "sass-com-bv4-header", href: e.goBackLink ?? "/videos", children: [
|
|
@@ -8438,7 +8439,7 @@ const bu = (e) => {
|
|
|
8438
8439
|
]
|
|
8439
8440
|
}
|
|
8440
8441
|
);
|
|
8441
|
-
},
|
|
8442
|
+
}, Tu = (e) => {
|
|
8442
8443
|
const { alertZone: t, children: s, sidebar: n, custom_styles: r = {} } = e, i = e.childrenContentTag ?? "div", o = /* @__PURE__ */ f(
|
|
8443
8444
|
i,
|
|
8444
8445
|
{
|
|
@@ -8746,7 +8747,7 @@ const bu = (e) => {
|
|
|
8746
8747
|
return e;
|
|
8747
8748
|
const t = e.trim();
|
|
8748
8749
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8749
|
-
},
|
|
8750
|
+
}, Iu = async (e) => {
|
|
8750
8751
|
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 ?? ""), o = e.social && (s || n || r || i);
|
|
8751
8752
|
return /* @__PURE__ */ a("section", { className: `sass-com-th-content ${e.className}`, children: /* @__PURE__ */ f(
|
|
8752
8753
|
"div",
|
|
@@ -9248,7 +9249,7 @@ function hc(e) {
|
|
|
9248
9249
|
n % 2 === 0 ? t[Math.floor(n / 2)] = e[n] : t[s + Math.floor(n / 2)] = e[n];
|
|
9249
9250
|
return t;
|
|
9250
9251
|
}
|
|
9251
|
-
const
|
|
9252
|
+
const xu = (e) => {
|
|
9252
9253
|
const { isOpinion: t = !1 } = e, s = (i) => /* @__PURE__ */ a(
|
|
9253
9254
|
"div",
|
|
9254
9255
|
{
|
|
@@ -9302,7 +9303,7 @@ const Iu = (e) => {
|
|
|
9302
9303
|
] })
|
|
9303
9304
|
}
|
|
9304
9305
|
) });
|
|
9305
|
-
},
|
|
9306
|
+
}, Uu = (e) => {
|
|
9306
9307
|
const { showTitle: t = !0 } = e;
|
|
9307
9308
|
return /* @__PURE__ */ f("div", { className: "sass-bs-eb1-content", children: [
|
|
9308
9309
|
t && /* @__PURE__ */ a("p", { className: "sass-bs-eb1-title", children: "Editorial" }),
|
|
@@ -9321,7 +9322,7 @@ const Iu = (e) => {
|
|
|
9321
9322
|
}
|
|
9322
9323
|
)
|
|
9323
9324
|
] });
|
|
9324
|
-
},
|
|
9325
|
+
}, Ru = (e) => {
|
|
9325
9326
|
const { news: t } = e;
|
|
9326
9327
|
return Array.isArray(t) && /* @__PURE__ */ f("div", { className: "sass-bs-m2c-content", children: [
|
|
9327
9328
|
/* @__PURE__ */ f("div", { className: "sass-bs-m2c-newsContent", children: [
|
|
@@ -9356,7 +9357,7 @@ const Iu = (e) => {
|
|
|
9356
9357
|
] }),
|
|
9357
9358
|
/* @__PURE__ */ a("div", { className: "sass-bs-m2c-bannerContent", children: e.halfPageBanner })
|
|
9358
9359
|
] });
|
|
9359
|
-
},
|
|
9360
|
+
}, ku = (e) => /* @__PURE__ */ f(z, { children: [
|
|
9360
9361
|
/* @__PURE__ */ a(
|
|
9361
9362
|
_o,
|
|
9362
9363
|
{
|
|
@@ -9766,7 +9767,7 @@ const Iu = (e) => {
|
|
|
9766
9767
|
default:
|
|
9767
9768
|
return /* @__PURE__ */ a("div", { className: "sass-pg-sec-ItemCustomContent", children: /* @__PURE__ */ a(Le, { ...t, paths: e.paths }) });
|
|
9768
9769
|
}
|
|
9769
|
-
},
|
|
9770
|
+
}, Lu = (e) => {
|
|
9770
9771
|
const {
|
|
9771
9772
|
data: t,
|
|
9772
9773
|
currentPage: s,
|
|
@@ -9916,7 +9917,7 @@ const Iu = (e) => {
|
|
|
9916
9917
|
default:
|
|
9917
9918
|
return /* @__PURE__ */ a(z, {});
|
|
9918
9919
|
}
|
|
9919
|
-
},
|
|
9920
|
+
}, Pu = (e) => {
|
|
9920
9921
|
const { data: t } = e;
|
|
9921
9922
|
return /* @__PURE__ */ a("section", { className: "sass-pg-cont-content", children: t.map((s, n) => /* @__PURE__ */ a(
|
|
9922
9923
|
"div",
|
|
@@ -11214,7 +11215,7 @@ const rl = (e) => {
|
|
|
11214
11215
|
),
|
|
11215
11216
|
/* @__PURE__ */ a(me, { banners: c ?? [], name: "block_3" })
|
|
11216
11217
|
] });
|
|
11217
|
-
},
|
|
11218
|
+
}, Bu = async (e) => {
|
|
11218
11219
|
const {
|
|
11219
11220
|
ranking: t = [],
|
|
11220
11221
|
banners: s,
|
|
@@ -11318,7 +11319,7 @@ const rl = (e) => {
|
|
|
11318
11319
|
}
|
|
11319
11320
|
) })
|
|
11320
11321
|
}
|
|
11321
|
-
),
|
|
11322
|
+
), Ou = (e) => /* @__PURE__ */ a(
|
|
11322
11323
|
"form",
|
|
11323
11324
|
{
|
|
11324
11325
|
className: "su-w-full su-flex su-justify-center su-gap-4 sass-pg-buscar-content",
|
|
@@ -11335,7 +11336,7 @@ const rl = (e) => {
|
|
|
11335
11336
|
/* @__PURE__ */ a("button", { className: "sass-pg-buscar-buttonStyled", type: "submit", children: /* @__PURE__ */ a(ol, { className: "sass-pg-buscar-searchStyled" }) })
|
|
11336
11337
|
] })
|
|
11337
11338
|
}
|
|
11338
|
-
),
|
|
11339
|
+
), qu = (e) => {
|
|
11339
11340
|
const {
|
|
11340
11341
|
data: t,
|
|
11341
11342
|
option: s,
|
|
@@ -11559,7 +11560,7 @@ const Se = [
|
|
|
11559
11560
|
{ label: "Usa una letra mayúscula", test: Se[3] },
|
|
11560
11561
|
{ label: "Usa un símbolo", test: Se[4] }
|
|
11561
11562
|
];
|
|
11562
|
-
function
|
|
11563
|
+
function Mu({ texts: e, API_ENV: t, termsAndConditionsUrl: s }) {
|
|
11563
11564
|
const n = { ...cl, ...e?.comentarios }, r = at(
|
|
11564
11565
|
() => ll(e?.comentarios?.registerForm),
|
|
11565
11566
|
[e?.comentarios?.registerForm]
|
|
@@ -11829,7 +11830,7 @@ const dl = {
|
|
|
11829
11830
|
changePasswordButton: "Cambiar contraseña",
|
|
11830
11831
|
feedbackSuccessMessage: "La contraseña fue cambiada con éxito"
|
|
11831
11832
|
};
|
|
11832
|
-
function
|
|
11833
|
+
function Du({
|
|
11833
11834
|
API_ENV: e,
|
|
11834
11835
|
texts: t
|
|
11835
11836
|
}) {
|
|
@@ -13187,7 +13188,7 @@ const Na = async (e) => {
|
|
|
13187
13188
|
/* @__PURE__ */ a("p", { className: "sass-com-bv2-correspondent", children: t() })
|
|
13188
13189
|
] })
|
|
13189
13190
|
] }) }) }) });
|
|
13190
|
-
},
|
|
13191
|
+
}, _u = (e) => {
|
|
13191
13192
|
switch (e.option) {
|
|
13192
13193
|
case "op1":
|
|
13193
13194
|
return /* @__PURE__ */ a(Ul, { videos: e.data });
|
|
@@ -13197,7 +13198,7 @@ const Na = async (e) => {
|
|
|
13197
13198
|
return /* @__PURE__ */ a(z, {});
|
|
13198
13199
|
}
|
|
13199
13200
|
};
|
|
13200
|
-
function
|
|
13201
|
+
function ju({ containerId: e, containerId2: t }) {
|
|
13201
13202
|
return Te(() => {
|
|
13202
13203
|
try {
|
|
13203
13204
|
let s = function() {
|
|
@@ -13233,7 +13234,7 @@ function _u({ containerId: e, containerId2: t }) {
|
|
|
13233
13234
|
}
|
|
13234
13235
|
}, [e]), null;
|
|
13235
13236
|
}
|
|
13236
|
-
const
|
|
13237
|
+
const Gu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @__PURE__ */ a("script", { src: "https://platform.twitter.com/widgets.js" }), Ll = (e) => {
|
|
13237
13238
|
const {
|
|
13238
13239
|
//rounded = false,
|
|
13239
13240
|
isVideo: t = !1,
|
|
@@ -13670,7 +13671,7 @@ const ju = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13670
13671
|
return console.error("Error verificando reCAPTCHA Enterprise:", i), !1;
|
|
13671
13672
|
}
|
|
13672
13673
|
};
|
|
13673
|
-
async function
|
|
13674
|
+
async function Qu({
|
|
13674
13675
|
publication: e,
|
|
13675
13676
|
username: t,
|
|
13676
13677
|
id: s,
|
|
@@ -13741,7 +13742,7 @@ const gs = {
|
|
|
13741
13742
|
intellectual: "Violación de propiedad intelectual",
|
|
13742
13743
|
bullying: "Bullying o acoso"
|
|
13743
13744
|
};
|
|
13744
|
-
function
|
|
13745
|
+
function Hu(e) {
|
|
13745
13746
|
return gs[e];
|
|
13746
13747
|
}
|
|
13747
13748
|
var wt = { exports: {} }, bt = { exports: {} }, ae = {};
|
|
@@ -15875,7 +15876,7 @@ function Nd({
|
|
|
15875
15876
|
}
|
|
15876
15877
|
) : h;
|
|
15877
15878
|
}
|
|
15878
|
-
const
|
|
15879
|
+
const Fu = ({
|
|
15879
15880
|
internalPath: e,
|
|
15880
15881
|
icon: t,
|
|
15881
15882
|
API_ENV: s,
|
|
@@ -15894,7 +15895,7 @@ const Hu = ({
|
|
|
15894
15895
|
API_ENV: Ha(s),
|
|
15895
15896
|
texts: n
|
|
15896
15897
|
}
|
|
15897
|
-
) })),
|
|
15898
|
+
) })), Vu = ({
|
|
15898
15899
|
section: e,
|
|
15899
15900
|
internalPath: t,
|
|
15900
15901
|
stylesConfig: s,
|
|
@@ -15920,7 +15921,7 @@ const Hu = ({
|
|
|
15920
15921
|
)
|
|
15921
15922
|
}
|
|
15922
15923
|
);
|
|
15923
|
-
async function
|
|
15924
|
+
async function zu({
|
|
15924
15925
|
publication: e,
|
|
15925
15926
|
path: t,
|
|
15926
15927
|
username: s,
|
|
@@ -16018,7 +16019,7 @@ async function Vu({
|
|
|
16018
16019
|
};
|
|
16019
16020
|
}
|
|
16020
16021
|
}
|
|
16021
|
-
const
|
|
16022
|
+
const Wu = async ({
|
|
16022
16023
|
token: e,
|
|
16023
16024
|
projectId: t,
|
|
16024
16025
|
captchaKey: s,
|
|
@@ -16205,7 +16206,7 @@ function qa({
|
|
|
16205
16206
|
if (n)
|
|
16206
16207
|
return Oa[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Hs(s), children: Oa[e]({ ...s, banners: n, slot_id: t }) });
|
|
16207
16208
|
}
|
|
16208
|
-
function
|
|
16209
|
+
function Yu({
|
|
16209
16210
|
children: e,
|
|
16210
16211
|
stylesConfigEntry: t
|
|
16211
16212
|
}) {
|
|
@@ -16279,7 +16280,7 @@ const Ma = {
|
|
|
16279
16280
|
...t,
|
|
16280
16281
|
rightOnlyBanner: n,
|
|
16281
16282
|
banners: s
|
|
16282
|
-
}) }),
|
|
16283
|
+
}) }), Ku = ({
|
|
16283
16284
|
slots: e,
|
|
16284
16285
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
16285
16286
|
stylesConfig: s,
|
|
@@ -16363,7 +16364,7 @@ const Ma = {
|
|
|
16363
16364
|
));
|
|
16364
16365
|
}
|
|
16365
16366
|
return c;
|
|
16366
|
-
},
|
|
16367
|
+
}, Ju = ({
|
|
16367
16368
|
mainBlock: e,
|
|
16368
16369
|
StylesConfigMain: t,
|
|
16369
16370
|
config: s,
|
|
@@ -16409,73 +16410,73 @@ const Ma = {
|
|
|
16409
16410
|
};
|
|
16410
16411
|
export {
|
|
16411
16412
|
Ir as AssetsPreconnect,
|
|
16412
|
-
|
|
16413
|
+
qu as AutorComponent,
|
|
16413
16414
|
ec as AutorHeader1,
|
|
16414
16415
|
tc as AutorHeader2,
|
|
16415
16416
|
me as BannerAdvertising,
|
|
16416
16417
|
Fe as BannerAdvertisingMiddle,
|
|
16417
|
-
|
|
16418
|
+
pu as CarrouselCSR,
|
|
16418
16419
|
$e as CarrouselIRS,
|
|
16419
16420
|
vc as CarruselCard,
|
|
16420
16421
|
Cc as CarruselOpinion,
|
|
16421
|
-
|
|
16422
|
+
Fu as CommentLazyLoader,
|
|
16422
16423
|
Oe as CommonServices,
|
|
16423
16424
|
Fn as Comscore,
|
|
16424
|
-
|
|
16425
|
-
|
|
16426
|
-
|
|
16427
|
-
|
|
16425
|
+
Pu as ContactInfoServer,
|
|
16426
|
+
Cu as ContactInput,
|
|
16427
|
+
Nu as ContactSelect,
|
|
16428
|
+
Su as ContactTextarea,
|
|
16428
16429
|
dt as ContentLayout1,
|
|
16429
16430
|
va as ContentLayoutTema,
|
|
16430
|
-
|
|
16431
|
+
Ju as DEBUG_MainSlots,
|
|
16431
16432
|
mc as DestacadoNoticias,
|
|
16432
16433
|
Ac as DestacadoVideos,
|
|
16433
16434
|
Co as DynamicBlockServices,
|
|
16434
|
-
|
|
16435
|
+
Ku as DynamicComponents,
|
|
16435
16436
|
os as DynamicMainSlot,
|
|
16436
16437
|
qa as DynamicSlot,
|
|
16437
|
-
|
|
16438
|
-
|
|
16438
|
+
Uu as EditorialBlock,
|
|
16439
|
+
yu as ErrorComponent,
|
|
16439
16440
|
Gr as Font,
|
|
16440
|
-
|
|
16441
|
+
bu as Footer,
|
|
16441
16442
|
Tr as FormatAfterScripts,
|
|
16442
16443
|
Qa as FormatScripts,
|
|
16443
16444
|
zn as GA4,
|
|
16444
16445
|
Wn as GTM,
|
|
16445
16446
|
Hc as GalleryHeader,
|
|
16446
|
-
|
|
16447
|
-
|
|
16448
|
-
|
|
16447
|
+
fu as GenerateBody,
|
|
16448
|
+
hu as GenerateHead,
|
|
16449
|
+
Tu as Header,
|
|
16449
16450
|
Rc as HeaderSectionComponent,
|
|
16450
16451
|
Ic as IframeHeader,
|
|
16451
16452
|
Mo as ImageOffline,
|
|
16452
16453
|
ve as ImageOnline,
|
|
16453
16454
|
qo as ImageOnlineClient,
|
|
16454
|
-
|
|
16455
|
+
du as IssuuServices,
|
|
16455
16456
|
qr as ItemListSchema,
|
|
16456
16457
|
cc as JournalistArticule2,
|
|
16457
16458
|
lc as JournalistGroup,
|
|
16458
16459
|
En as LayoutNewsComponent,
|
|
16459
16460
|
q as LinkComponent,
|
|
16460
16461
|
$o as LiveBlogHeader,
|
|
16461
|
-
|
|
16462
|
-
|
|
16462
|
+
gu as Location,
|
|
16463
|
+
Du as LoginForm,
|
|
16463
16464
|
xl as LoginPopUp,
|
|
16464
|
-
|
|
16465
|
+
Vd as MainComponentServices,
|
|
16465
16466
|
Yn as Marfeel,
|
|
16466
|
-
|
|
16467
|
+
Vu as MasNoticiasLazyLoader,
|
|
16467
16468
|
st as MiddleSection,
|
|
16468
16469
|
Rn as Modulo1x3,
|
|
16469
16470
|
bc as Modulo1x3Card,
|
|
16470
16471
|
gc as Modulo1x4,
|
|
16471
16472
|
pc as Modulo1x5,
|
|
16472
|
-
|
|
16473
|
+
Ru as Modulo2Columnas,
|
|
16473
16474
|
fc as Modulo3Columnas,
|
|
16474
|
-
|
|
16475
|
-
|
|
16475
|
+
ku as ModuloNewsletter,
|
|
16476
|
+
xu as ModuloOpinion,
|
|
16476
16477
|
Bl as NewListResponseDataPH,
|
|
16477
16478
|
Mr as NewsArticle,
|
|
16478
|
-
|
|
16479
|
+
Bu as NewsComponent,
|
|
16479
16480
|
hs as NewsContent,
|
|
16480
16481
|
Ze as NewsDescriptionComponent,
|
|
16481
16482
|
il as News_Content,
|
|
@@ -16485,44 +16486,44 @@ export {
|
|
|
16485
16486
|
gs as REPORT_REASONS,
|
|
16486
16487
|
Ld as ReCaptchaRender,
|
|
16487
16488
|
Ls as Readest,
|
|
16488
|
-
|
|
16489
|
-
|
|
16490
|
-
|
|
16489
|
+
Mu as RegisterForm,
|
|
16490
|
+
ju as ScriptHydrator,
|
|
16491
|
+
Ou as SearchSection,
|
|
16491
16492
|
de as Section,
|
|
16492
16493
|
Le as SectionCard,
|
|
16493
16494
|
zt as SectionCard2,
|
|
16494
16495
|
fs as SectionCardServerComponent,
|
|
16495
|
-
|
|
16496
|
+
Lu as SectionServerComponent,
|
|
16496
16497
|
Aa as ShowSection,
|
|
16497
16498
|
kn as SocialNetworks,
|
|
16498
16499
|
Br as SpeculationRules,
|
|
16499
16500
|
rt as Spin,
|
|
16500
|
-
|
|
16501
|
+
Yu as StaticSlotWrapper,
|
|
16501
16502
|
_o as SubscribeColumn,
|
|
16502
16503
|
jo as SubscribeRow,
|
|
16503
|
-
|
|
16504
|
-
|
|
16504
|
+
Au as SubscribeWhatsAppColumn,
|
|
16505
|
+
Iu as TagHeader,
|
|
16505
16506
|
oc as TagSection,
|
|
16506
16507
|
Zo as TimeLine,
|
|
16507
16508
|
Od as TrimPathname,
|
|
16508
|
-
|
|
16509
|
-
|
|
16510
|
-
|
|
16509
|
+
Gu as TwitterHydration,
|
|
16510
|
+
vu as VideoBlock3,
|
|
16511
|
+
Eu as VideoBlock4,
|
|
16511
16512
|
Ec as VideoEmbeddedHeader,
|
|
16512
|
-
|
|
16513
|
+
_u as VideoSection,
|
|
16513
16514
|
Tc as VideoYoutubeHeader,
|
|
16514
16515
|
jr as VideosSchemas,
|
|
16515
16516
|
_r as WebsiteList,
|
|
16516
|
-
|
|
16517
|
+
zu as addComment,
|
|
16517
16518
|
Cs as bannersReplace,
|
|
16518
16519
|
nt as becomeVideoObject,
|
|
16519
16520
|
_e as buildTagUrl,
|
|
16520
|
-
|
|
16521
|
+
wu as coloringByStrokeSVGs,
|
|
16521
16522
|
Hs as compileStyleProps,
|
|
16522
16523
|
jd as createAssessment,
|
|
16523
16524
|
xe as cutString,
|
|
16524
16525
|
Ha as decodeApiEnv,
|
|
16525
|
-
|
|
16526
|
+
Hd as encodeApiEnv,
|
|
16526
16527
|
be as extractMainSlug,
|
|
16527
16528
|
$s as extractRealtedNews,
|
|
16528
16529
|
Ie as formatDate,
|
|
@@ -16531,11 +16532,11 @@ export {
|
|
|
16531
16532
|
ur as formatDateTimeline,
|
|
16532
16533
|
wr as formatNewsMeta,
|
|
16533
16534
|
Ur as formatVideoData,
|
|
16534
|
-
|
|
16535
|
+
mu as generalGetData,
|
|
16535
16536
|
Wt as getCaptchaToken,
|
|
16536
16537
|
cd as getComments,
|
|
16537
16538
|
J as getConfig,
|
|
16538
|
-
|
|
16539
|
+
uu as getDynamicSlots,
|
|
16539
16540
|
kt as getEnvironmentUrl,
|
|
16540
16541
|
Bd as getEnvironmentUrlFront,
|
|
16541
16542
|
Dd as getHydratorPath,
|
|
@@ -16543,10 +16544,10 @@ export {
|
|
|
16543
16544
|
mt as getNextMeta,
|
|
16544
16545
|
ft as getPage,
|
|
16545
16546
|
ks as getPlayIcon,
|
|
16546
|
-
|
|
16547
|
+
Fd as getPreloadImages,
|
|
16547
16548
|
ht as getPrevMeta,
|
|
16548
16549
|
_d as getRelatedNewsCarrousel,
|
|
16549
|
-
|
|
16550
|
+
Hu as getReportReasonLabel,
|
|
16550
16551
|
He as getResponse,
|
|
16551
16552
|
mr as getResponsePromise,
|
|
16552
16553
|
Ns as getSchemas,
|
|
@@ -16557,13 +16558,14 @@ export {
|
|
|
16557
16558
|
Md as getVideoRealPath,
|
|
16558
16559
|
Ds as handleGetComments,
|
|
16559
16560
|
kd as initLibrary,
|
|
16561
|
+
Qd as isPhotoGallery,
|
|
16560
16562
|
Cr as metadataToJSX,
|
|
16561
16563
|
So as metadata_defaults,
|
|
16562
16564
|
ja as parseTags,
|
|
16563
16565
|
br as pathnameSplit,
|
|
16564
16566
|
pr as processExtractedRelatedNews,
|
|
16565
16567
|
Qr as removePages,
|
|
16566
|
-
|
|
16568
|
+
Qu as reportComment,
|
|
16567
16569
|
Jo as shareButtons,
|
|
16568
16570
|
Bs as socialIcons,
|
|
16569
16571
|
Lr as speculationRules,
|
|
@@ -16571,5 +16573,5 @@ export {
|
|
|
16571
16573
|
Ve as toISOWithTimeZone,
|
|
16572
16574
|
vr as urlReplaces,
|
|
16573
16575
|
An as usePlayIcon,
|
|
16574
|
-
|
|
16576
|
+
Wu as verifyCaptchaTokenEnterprise
|
|
16575
16577
|
};
|