ketekny-ui-kit 1.0.126 → 1.0.127
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/package.json
CHANGED
|
@@ -639,6 +639,9 @@ export default {
|
|
|
639
639
|
>
|
|
640
640
|
Δεν βρέθηκαν αποτελέσματα.
|
|
641
641
|
</p>
|
|
642
|
+
<div v-if="!collapsed && $slots['sidebar-panel']" class="px-1 pt-3">
|
|
643
|
+
<slot name="sidebar-panel" />
|
|
644
|
+
</div>
|
|
642
645
|
</nav>
|
|
643
646
|
|
|
644
647
|
<div class="mt-auto border-t border-[var(--sidebar-border)] px-3 pb-3 pt-4">
|
|
@@ -26,6 +26,9 @@
|
|
|
26
26
|
<template v-if="$slots['sidebar-header']" #sidebar-header>
|
|
27
27
|
<slot name="sidebar-header" />
|
|
28
28
|
</template>
|
|
29
|
+
<template v-if="$slots['sidebar-panel']" #sidebar-panel>
|
|
30
|
+
<slot name="sidebar-panel" />
|
|
31
|
+
</template>
|
|
29
32
|
</MultilevelSidebar>
|
|
30
33
|
|
|
31
34
|
<main class="flex min-h-0 flex-1 flex-col overflow-hidden">
|