dgrcorrientes-modulos 1.0.78 → 1.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.js +14 -10
- package/components.umd.cjs +18 -18
- package/package.json +1 -1
- package/style.css +1 -1
package/components.js
CHANGED
|
@@ -32402,29 +32402,33 @@ const uL = ({
|
|
|
32402
32402
|
position: C = "right",
|
|
32403
32403
|
footerbutton: S,
|
|
32404
32404
|
onShow: T,
|
|
32405
|
-
|
|
32405
|
+
width: O = "315px",
|
|
32406
|
+
...M
|
|
32406
32407
|
}) => {
|
|
32407
|
-
const [
|
|
32408
|
+
const [z, H] = Ae(s);
|
|
32408
32409
|
return It(() => {
|
|
32409
|
-
|
|
32410
|
+
H(s);
|
|
32410
32411
|
}, [s]), /* @__PURE__ */ L("div", {
|
|
32411
32412
|
className: "elv-component elv-sidebarEmpty",
|
|
32412
|
-
...
|
|
32413
|
-
children: [p && !
|
|
32413
|
+
...M,
|
|
32414
|
+
children: [p && !z && /* @__PURE__ */ v("div", {
|
|
32414
32415
|
className: "is-flex is-justify-content-end",
|
|
32415
32416
|
children: /* @__PURE__ */ v(Pe, {
|
|
32416
32417
|
...r,
|
|
32417
32418
|
onClick: () => {
|
|
32418
|
-
|
|
32419
|
+
H(!0), T && T();
|
|
32419
32420
|
}
|
|
32420
32421
|
})
|
|
32421
|
-
}),
|
|
32422
|
+
}), z && /* @__PURE__ */ v("div", {
|
|
32422
32423
|
className: "modal-background",
|
|
32423
32424
|
onClick: () => {
|
|
32424
|
-
|
|
32425
|
+
H(!1), T && T();
|
|
32425
32426
|
}
|
|
32426
32427
|
}), /* @__PURE__ */ L("div", {
|
|
32427
|
-
className: [`sidebar-container is-flex is-flex-direction-column is-justify-content-space-between ${
|
|
32428
|
+
className: [`sidebar-container is-flex is-flex-direction-column is-justify-content-space-between ${z ? "is-open" : ""}`, ` sidebar-container--${C}`, `${u ? " " + u : ""}`].join(""),
|
|
32429
|
+
style: {
|
|
32430
|
+
"--sidebar-width": O
|
|
32431
|
+
},
|
|
32428
32432
|
children: [/* @__PURE__ */ L("div", {
|
|
32429
32433
|
children: [/* @__PURE__ */ L("div", {
|
|
32430
32434
|
className: "sidebar-container__header is-flex is-align-items-center mb-4 is-gap-4",
|
|
@@ -32436,7 +32440,7 @@ const uL = ({
|
|
|
32436
32440
|
icon: "fa-solid fa-xmark",
|
|
32437
32441
|
size: "medium",
|
|
32438
32442
|
onClick: () => {
|
|
32439
|
-
|
|
32443
|
+
H(!1), T && T();
|
|
32440
32444
|
}
|
|
32441
32445
|
})
|
|
32442
32446
|
}), /* @__PURE__ */ v("p", {
|