@solcre-org/core-ui 2.15.2 → 2.15.4
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/index.d.ts
CHANGED
|
@@ -3676,7 +3676,7 @@ declare class MobileHeaderComponent {
|
|
|
3676
3676
|
menuClick: _angular_core.OutputEmitterRef<void>;
|
|
3677
3677
|
refreshClick: _angular_core.OutputEmitterRef<void>;
|
|
3678
3678
|
filterClick: _angular_core.OutputEmitterRef<void>;
|
|
3679
|
-
|
|
3679
|
+
shouldShow: _angular_core.Signal<boolean>;
|
|
3680
3680
|
shouldShowRefreshButton: _angular_core.Signal<boolean>;
|
|
3681
3681
|
shouldShowFilterButton: _angular_core.Signal<boolean>;
|
|
3682
3682
|
onMenuClick(): void;
|
|
@@ -3795,7 +3795,7 @@ declare class MainNavComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
3795
3795
|
private router;
|
|
3796
3796
|
private mobileResolutionService;
|
|
3797
3797
|
isCollapsed: boolean;
|
|
3798
|
-
isMobile: boolean;
|
|
3798
|
+
get isMobile(): boolean;
|
|
3799
3799
|
isBottomNavOpen: boolean;
|
|
3800
3800
|
expandedSections: {
|
|
3801
3801
|
[key: string]: boolean;
|
|
@@ -3854,7 +3854,6 @@ declare class MainNavComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
3854
3854
|
onBottomNavItemClick(item: BottomNavItem): void;
|
|
3855
3855
|
handleBottomNavCenterClick(item: BottomNavItem): void;
|
|
3856
3856
|
getBottomNavClasses(item: BottomNavItem): string[];
|
|
3857
|
-
private checkIfMobile;
|
|
3858
3857
|
private setupResizeListener;
|
|
3859
3858
|
private onResize;
|
|
3860
3859
|
private updateBottomNavActiveState;
|