From 94d9118df729e580c2dbd05b1ec9993b3b7013fa Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 28 Aug 2018 08:19:13 +0300 Subject: [PATCH 1/2] Updated changelog --- src/app/main/documentation/changelog/changelog.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main/documentation/changelog/changelog.component.html b/src/app/main/documentation/changelog/changelog.component.html index ed01b22b..76047642 100644 --- a/src/app/main/documentation/changelog/changelog.component.html +++ b/src/app/main/documentation/changelog/changelog.component.html @@ -26,7 +26,7 @@
v6.3.0 - (TBA) + (2018-08-28)
From ed9c024e13f742fe9b740529498237a0a8b98d71 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 28 Aug 2018 08:38:17 +0300 Subject: [PATCH 2/2] Sidenav helper fixes --- .../fuse-mat-sidenav/fuse-mat-sidenav.directive.ts | 8 ++++---- src/app/main/apps/chat/chat.component.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/@fuse/directives/fuse-mat-sidenav/fuse-mat-sidenav.directive.ts b/src/@fuse/directives/fuse-mat-sidenav/fuse-mat-sidenav.directive.ts index 5e4f189d..403fd413 100644 --- a/src/@fuse/directives/fuse-mat-sidenav/fuse-mat-sidenav.directive.ts +++ b/src/@fuse/directives/fuse-mat-sidenav/fuse-mat-sidenav.directive.ts @@ -16,7 +16,7 @@ export class FuseMatSidenavHelperDirective implements OnInit, OnDestroy isLockedOpen: boolean; @Input() - id: string; + fuseMatSidenavHelper: string; @Input() matIsLockedOpen: string; @@ -56,7 +56,7 @@ export class FuseMatSidenavHelperDirective implements OnInit, OnDestroy ngOnInit(): void { // Register the sidenav to the service - this._fuseMatSidenavHelperService.setSidenav(this.id, this._matSidenav); + this._fuseMatSidenavHelperService.setSidenav(this.fuseMatSidenavHelper, this._matSidenav); if ( this._observableMedia.isActive(this.matIsLockedOpen) ) { @@ -106,7 +106,7 @@ export class FuseMatSidenavHelperDirective implements OnInit, OnDestroy export class FuseMatSidenavTogglerDirective { @Input() - id: string; + fuseMatSidenavToggler: string; /** * Constructor @@ -128,6 +128,6 @@ export class FuseMatSidenavTogglerDirective @HostListener('click') onClick(): void { - this._fuseMatSidenavHelperService.getSidenav(this.id).toggle(); + this._fuseMatSidenavHelperService.getSidenav(this.fuseMatSidenavToggler).toggle(); } } diff --git a/src/app/main/apps/chat/chat.component.html b/src/app/main/apps/chat/chat.component.html index eca635b2..01208de1 100644 --- a/src/app/main/apps/chat/chat.component.html +++ b/src/app/main/apps/chat/chat.component.html @@ -14,7 +14,7 @@ + fuseMatSidenavHelper="chat-left-sidenav" matIsLockedOpen="gt-md">