@design-factory/design-factory 19.1.0 → 19.1.1
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnDestroy, TemplateRef } from '@angular/core';
|
|
2
|
+
import { DfSideNavItem } from './sidenav.service';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DfSideNavHeaderDirective {
|
|
4
5
|
templateRef: TemplateRef<any>;
|
|
@@ -34,7 +35,7 @@ export declare class DfSideNavComponent implements OnDestroy {
|
|
|
34
35
|
readonly overlayClass: import("@angular/core").WritableSignal<boolean>;
|
|
35
36
|
readonly classes: import("@angular/core").Signal<string>;
|
|
36
37
|
private readonly sideNavService;
|
|
37
|
-
readonly navItems: import("@angular/core").Signal<
|
|
38
|
+
readonly navItems: import("@angular/core").Signal<DfSideNavItem[]>;
|
|
38
39
|
constructor();
|
|
39
40
|
ngOnDestroy(): void;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavComponent, never>;
|