@open-rlb/ng-bootstrap 3.3.39 → 3.3.40
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.
|
@@ -5709,7 +5709,7 @@ class SidebarComponent {
|
|
|
5709
5709
|
>
|
|
5710
5710
|
<div
|
|
5711
5711
|
id="sidebar-menu"
|
|
5712
|
-
class="w-100 h-100 overflow-y-auto"
|
|
5712
|
+
class="w-100 h-100 overflow-y-auto d-flex flex-column"
|
|
5713
5713
|
>
|
|
5714
5714
|
<ul
|
|
5715
5715
|
class="metismenu list-unstyled"
|
|
@@ -5718,6 +5718,7 @@ class SidebarComponent {
|
|
|
5718
5718
|
>
|
|
5719
5719
|
<ng-content select="rlb-sidebar-item"></ng-content>
|
|
5720
5720
|
</ul>
|
|
5721
|
+
<ng-content select="[rlb-sidebar-footer]"></ng-content>
|
|
5721
5722
|
</div>
|
|
5722
5723
|
</div>
|
|
5723
5724
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -5733,7 +5734,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
5733
5734
|
>
|
|
5734
5735
|
<div
|
|
5735
5736
|
id="sidebar-menu"
|
|
5736
|
-
class="w-100 h-100 overflow-y-auto"
|
|
5737
|
+
class="w-100 h-100 overflow-y-auto d-flex flex-column"
|
|
5737
5738
|
>
|
|
5738
5739
|
<ul
|
|
5739
5740
|
class="metismenu list-unstyled"
|
|
@@ -5742,6 +5743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
5742
5743
|
>
|
|
5743
5744
|
<ng-content select="rlb-sidebar-item"></ng-content>
|
|
5744
5745
|
</ul>
|
|
5746
|
+
<ng-content select="[rlb-sidebar-footer]"></ng-content>
|
|
5745
5747
|
</div>
|
|
5746
5748
|
</div>
|
|
5747
5749
|
`,
|