@sysvale/cuida 3.52.21 → 3.53.0

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.
@@ -34548,38 +34548,42 @@ const Fle = { class: "page-layout" }, Rle = { class: "page-layout__content" }, N
34548
34548
  ],
34549
34549
  setup(t, { emit: e }) {
34550
34550
  const n = e;
34551
- return (i, s) => (y(), C("div", Fle, [
34552
- Y(Z6, {
34553
- variant: t.variant,
34554
- "active-item": t.sideBarActiveItem,
34555
- light: t.light,
34556
- "user-name": t.user.name ?? "",
34557
- "user-role": t.user.role ?? "",
34558
- "user-picture": t.user.picture ?? null,
34559
- collapsible: t.collapsibleSideBar,
34560
- items: t.sideBarItems,
34561
- "logo-image": t.logos.default,
34562
- "collapsed-logo-image": t.logos.collapsed,
34563
- onSidebarClick: s[0] || (s[0] = (r) => n("sidebar-item-click", r)),
34564
- onLogout: s[1] || (s[1] = (r) => n("sidebar-logout", r))
34565
- }, null, 8, ["variant", "active-item", "light", "user-name", "user-role", "user-picture", "collapsible", "items", "logo-image", "collapsed-logo-image"]),
34566
- M("div", Rle, [
34567
- Y(Ble, {
34551
+ return (i, s) => {
34552
+ var r;
34553
+ return y(), C("div", Fle, [
34554
+ Y(Z6, {
34555
+ variant: t.variant,
34556
+ "active-item": t.sideBarActiveItem,
34568
34557
  light: t.light,
34569
- "active-item": t.navigationActiveItem,
34570
- items: t.navigationItems,
34571
- onItemClick: s[2] || (s[2] = (r) => n("navigation-item-click", r))
34572
- }, null, 8, ["light", "active-item", "items"]),
34573
- Y(K6, { class: "page-layout__container" }, {
34574
- default: _e(() => [
34575
- de(i.$slots, "default", {}, void 0, !0)
34576
- ]),
34577
- _: 3
34578
- })
34579
- ])
34580
- ]));
34558
+ "user-name": t.user.name ?? "",
34559
+ "user-role": t.user.role ?? "",
34560
+ "user-picture": t.user.picture ?? null,
34561
+ collapsible: t.collapsibleSideBar,
34562
+ items: t.sideBarItems,
34563
+ "logo-image": t.logos.default,
34564
+ "collapsed-logo-image": t.logos.collapsed,
34565
+ onSidebarClick: s[0] || (s[0] = (a) => n("sidebar-item-click", a)),
34566
+ onLogout: s[1] || (s[1] = (a) => n("sidebar-logout", a))
34567
+ }, null, 8, ["variant", "active-item", "light", "user-name", "user-role", "user-picture", "collapsible", "items", "logo-image", "collapsed-logo-image"]),
34568
+ M("div", Rle, [
34569
+ ((r = t.navigationItems) == null ? void 0 : r.length) > 0 ? (y(), ue(Ble, {
34570
+ key: 0,
34571
+ light: t.light,
34572
+ "active-item": t.navigationActiveItem,
34573
+ items: t.navigationItems,
34574
+ onItemClick: s[2] || (s[2] = (a) => n("navigation-item-click", a))
34575
+ }, null, 8, ["light", "active-item", "items"])) : q("", !0),
34576
+ Y(K6, { class: "page-layout__container" }, {
34577
+ default: _e(() => [
34578
+ de(i.$slots, "default", {}, void 0, !0)
34579
+ ]),
34580
+ _: 3
34581
+ })
34582
+ ])
34583
+ ]);
34584
+ };
34581
34585
  }
34582
- }, Hle = /* @__PURE__ */ me(Nle, [["__scopeId", "data-v-968105b5"]]);
34586
+ }, Hle = /* @__PURE__ */ me(Nle, [["__scopeId", "data-v-8741f7b8"]]);
34583
34587
  const Wle = {
34584
34588
  components: {
34585
34589
  CdsLink: H1