windows-plus-utilities
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -1,2 +0,2 @@ | ||
import { OnInit } from '@angular/core'; | ||
import { EventEmitter, OnInit } from '@angular/core'; | ||
import { ActionLink } from '../../util/interface/action-link/action-link.interface'; | ||
@@ -12,3 +12,3 @@ import * as i0 from "@angular/core"; | ||
*/ | ||
navigateToHome: () => void; | ||
navigateToHome: EventEmitter<void>; | ||
/** | ||
@@ -21,3 +21,3 @@ * @description whether the log out link button should be displayed in the menu | ||
*/ | ||
navigateToLogIn: () => void; | ||
navigateToLogIn: EventEmitter<void>; | ||
/** | ||
@@ -68,3 +68,3 @@ * @description the privileges associated with the logged in account | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "wp-menu", never, { "showHome": "showHome"; "navigateToHome": "navigateToHome"; "showLogOut": "showLogOut"; "navigateToLogIn": "navigateToLogIn"; "privileges": "privileges"; }, {}, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "wp-menu", never, { "showHome": "showHome"; "showLogOut": "showLogOut"; "privileges": "privileges"; }, { "navigateToHome": "navigateToHome"; "navigateToLogIn": "navigateToLogIn"; }, never, never, false>; | ||
} |
{ | ||
"name": "windows-plus-utilities", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^14.2.12", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
166645
1384