admins-components 5.9.4 → 5.9.6
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.
|
@@ -2429,7 +2429,7 @@ const SPt = { class: "hdr-container d-flex flex-row flex-wrap align-items-center
|
|
|
2429
2429
|
});
|
|
2430
2430
|
const ce = Ze(() => A.value && (A.value.url && A.value.url.length > 0 || A.value.id && A.value.id.length > 0)), ee = Ze(() => {
|
|
2431
2431
|
if (ce.value)
|
|
2432
|
-
return A.value.url && A.value.url.length > 0 ? A.value.url : `${B}/${W}/${A.value.id}.
|
|
2432
|
+
return A.value.url && A.value.url.length > 0 ? A.value.url : `${B}/${W}/${A.value.id}.img`;
|
|
2433
2433
|
}), fe = (et) => {
|
|
2434
2434
|
et.preventDefault(), Fc(() => {
|
|
2435
2435
|
var dt;
|
|
@@ -2515,7 +2515,7 @@ const SPt = { class: "hdr-container d-flex flex-row flex-wrap align-items-center
|
|
|
2515
2515
|
yn("input", {
|
|
2516
2516
|
id: "imgAlt",
|
|
2517
2517
|
class: "form-control",
|
|
2518
|
-
type: "
|
|
2518
|
+
type: "textarea",
|
|
2519
2519
|
placeholder: "Képalá",
|
|
2520
2520
|
value: A.value.title,
|
|
2521
2521
|
onInput: dt[1] || (dt[1] = (at) => {
|
|
@@ -33019,7 +33019,7 @@ const zrr = RA({
|
|
|
33019
33019
|
let rt = document.createElement("script");
|
|
33020
33020
|
rt.type = "text/javascript", rt.src = _t, document.head.appendChild(rt);
|
|
33021
33021
|
}
|
|
33022
|
-
}, dt = () => `${T}/${A}/${ee.value.imageId}.
|
|
33022
|
+
}, dt = () => `${T}/${A}/${ee.value.imageId}.img`;
|
|
33023
33023
|
et(h), et(B);
|
|
33024
33024
|
const at = (_t) => {
|
|
33025
33025
|
_t.detail.causationid == K.value && (document.getElementById(K.value).close(), ee.value.imageId = _t.detail.image.id);
|