@globalart/platform-ui 0.1.2 → 0.1.3
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.
|
@@ -5209,9 +5209,8 @@ class UiShellComponent {
|
|
|
5209
5209
|
(click)="closeDrawer()"></ui-sidebar-nav>
|
|
5210
5210
|
</nav>
|
|
5211
5211
|
|
|
5212
|
-
<div class="border-t border-line p-3"
|
|
5213
|
-
|
|
5214
|
-
</div>
|
|
5212
|
+
<div class="border-t border-line p-3 empty:hidden"><ng-content
|
|
5213
|
+
select="[shellSidebarFooter]"></ng-content></div>
|
|
5215
5214
|
</aside>
|
|
5216
5215
|
|
|
5217
5216
|
<main class="min-w-0 flex-1 overflow-y-auto">
|
|
@@ -5288,9 +5287,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImpor
|
|
|
5288
5287
|
(click)="closeDrawer()"></ui-sidebar-nav>
|
|
5289
5288
|
</nav>
|
|
5290
5289
|
|
|
5291
|
-
<div class="border-t border-line p-3"
|
|
5292
|
-
|
|
5293
|
-
</div>
|
|
5290
|
+
<div class="border-t border-line p-3 empty:hidden"><ng-content
|
|
5291
|
+
select="[shellSidebarFooter]"></ng-content></div>
|
|
5294
5292
|
</aside>
|
|
5295
5293
|
|
|
5296
5294
|
<main class="min-w-0 flex-1 overflow-y-auto">
|