@tilde-nlp/ngx-menu
Advanced tools
Comparing version 6.1.6 to 6.1.7
@@ -1,2 +0,2 @@ | ||
import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; | ||
import { EventEmitter, OnInit } from '@angular/core'; | ||
import { Router } from '@angular/router'; | ||
@@ -9,3 +9,3 @@ import { CustomMenuItem } from '../../models/custom-menu-item'; | ||
import * as i0 from "@angular/core"; | ||
export declare class MenuColumnsComponent implements OnInit, OnDestroy { | ||
export declare class MenuColumnsComponent implements OnInit { | ||
protected readonly router: Router; | ||
@@ -15,3 +15,3 @@ protected readonly menuSharedConfig: MenuSharedConfig; | ||
direction: MenuLayoutDirection; | ||
labelsVisible: boolean; | ||
isOpen: boolean; | ||
toggleCollapseEvent: EventEmitter<any>; | ||
@@ -23,9 +23,8 @@ private _active; | ||
get mergedGroups(): import("../../models").MenuItemGroup[]; | ||
private readonly subscriptions; | ||
constructor(router: Router, menuSharedConfig: MenuSharedConfig, menuItemsService: MenuItemsService); | ||
ngOnInit(): void; | ||
ngOnDestroy(): void; | ||
elementExpanded(element?: CustomMenuItem): void; | ||
private toggleOnMobileSelect; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MenuColumnsComponent, [null, { optional: true; }, null]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MenuColumnsComponent, "menu-columns", never, { "direction": { "alias": "direction"; "required": false; }; "labelsVisible": { "alias": "labelsVisible"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "toggleCollapseEvent": "toggleCollapseEvent"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MenuColumnsComponent, "menu-columns", never, { "direction": { "alias": "direction"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "toggleCollapseEvent": "toggleCollapseEvent"; }, never, never, false, never>; | ||
} |
@@ -17,4 +17,6 @@ import { OnDestroy, OnInit } from '@angular/core'; | ||
menuSettings: SideNavSettings; | ||
productName: string; | ||
userInitials: string; | ||
collapsed: boolean; | ||
isMobile: boolean; | ||
readonly COLLAPSED_LOCAL_STORAGE_KEY = "TLD_MENU_SIDE_NAV_COLLAPSED"; | ||
@@ -38,3 +40,3 @@ private readonly COLLAPSE_PLAUSIBLE_EVENT_ID; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavMenuComponent, [null, null, null, { optional: true; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavMenuComponent, "lib-side-nav-menu", never, { "username": { "alias": "username"; "required": false; }; "menuSettings": { "alias": "menuSettings"; "required": false; }; }, {}, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavMenuComponent, "lib-side-nav-menu", never, { "username": { "alias": "username"; "required": false; }; "menuSettings": { "alias": "menuSettings"; "required": false; }; "productName": { "alias": "productName"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
@@ -5,25 +5,23 @@ import { ModuleWithProviders } from '@angular/core'; | ||
import * as i1 from "./components/side-nav-menu/side-nav-menu.component"; | ||
import * as i2 from "./components/modal-nav-menu/modal-nav-menu.component"; | ||
import * as i3 from "./components/menu-item-icon/menu-item-icon.component"; | ||
import * as i4 from "./components/nav-base/nav-base.component"; | ||
import * as i5 from "./components/menu-item-list/menu-item-list.component"; | ||
import * as i6 from "./components/menu-columns/menu-columns.component"; | ||
import * as i7 from "./components/menu-icon/menu-icon.component"; | ||
import * as i8 from "./components/menu-item-link/menu-item-link.component"; | ||
import * as i9 from "@ngbracket/ngx-layout"; | ||
import * as i10 from "@angular/router"; | ||
import * as i11 from "@angular/common"; | ||
import * as i12 from "@angular/material/tooltip"; | ||
import * as i13 from "@angular/material/dialog"; | ||
import * as i14 from "@angular/material/icon"; | ||
import * as i15 from "@angular/material/button"; | ||
import * as i16 from "@angular/material/list"; | ||
import * as i17 from "@angular/material/menu"; | ||
import * as i18 from "@ngx-translate/core"; | ||
import * as i19 from "@tilde-nlp/ngx-common"; | ||
import * as i2 from "./components/nav-base/nav-base.component"; | ||
import * as i3 from "./components/menu-item-list/menu-item-list.component"; | ||
import * as i4 from "./components/menu-columns/menu-columns.component"; | ||
import * as i5 from "./components/menu-icon/menu-icon.component"; | ||
import * as i6 from "./components/menu-item-link/menu-item-link.component"; | ||
import * as i7 from "@ngbracket/ngx-layout"; | ||
import * as i8 from "@angular/router"; | ||
import * as i9 from "@angular/common"; | ||
import * as i10 from "@angular/material/tooltip"; | ||
import * as i11 from "@angular/material/dialog"; | ||
import * as i12 from "@angular/material/icon"; | ||
import * as i13 from "@angular/material/button"; | ||
import * as i14 from "@angular/material/list"; | ||
import * as i15 from "@angular/material/menu"; | ||
import * as i16 from "@ngx-translate/core"; | ||
import * as i17 from "@tilde-nlp/ngx-common"; | ||
export declare class MenuModule { | ||
static forRoot(config: MenuSharedConfig): ModuleWithProviders<MenuModule>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MenuModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.SideNavMenuComponent, typeof i2.ModalNavMenuComponent, typeof i3.MenuItemIconComponent, typeof i4.NavBaseComponent, typeof i5.MenuItemListComponent, typeof i6.MenuColumnsComponent, typeof i7.MenuIconComponent, typeof i8.MenuItemLinkComponent], [typeof i9.FlexLayoutModule, typeof i10.RouterModule, typeof i11.CommonModule, typeof i12.MatTooltipModule, typeof i13.MatDialogModule, typeof i14.MatIconModule, typeof i15.MatButtonModule, typeof i16.MatListModule, typeof i17.MatMenuModule, typeof i14.MatIconModule, typeof i18.TranslateModule, typeof i19.PlausibleModule], [typeof i1.SideNavMenuComponent, typeof i2.ModalNavMenuComponent, typeof i3.MenuItemIconComponent, typeof i6.MenuColumnsComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.SideNavMenuComponent, typeof i2.NavBaseComponent, typeof i3.MenuItemListComponent, typeof i4.MenuColumnsComponent, typeof i5.MenuIconComponent, typeof i6.MenuItemLinkComponent], [typeof i7.FlexLayoutModule, typeof i8.RouterModule, typeof i9.CommonModule, typeof i10.MatTooltipModule, typeof i11.MatDialogModule, typeof i12.MatIconModule, typeof i13.MatButtonModule, typeof i14.MatListModule, typeof i15.MatMenuModule, typeof i12.MatIconModule, typeof i16.TranslateModule, typeof i17.PlausibleModule], [typeof i1.SideNavMenuComponent, typeof i4.MenuColumnsComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>; | ||
} |
{ | ||
"name": "@tilde-nlp/ngx-menu", | ||
"version": "6.1.6", | ||
"version": "6.1.7", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^18.0.0", |
@@ -5,6 +5,3 @@ export * from './lib/components/side-nav-menu'; | ||
export * from './lib/menu.module'; | ||
export * from './lib/components/menu-item-icon/menu.model'; | ||
export * from './lib/components/side-nav-menu/side-nav-menu.component'; | ||
export * from './lib/components/modal-nav-menu/modal-nav-menu.component'; | ||
export * from './lib/components/menu-item-icon/menu-item-icon.component'; | ||
export * from './lib/components/menu-columns/menu-columns.component'; | ||
@@ -11,0 +8,0 @@ export * from './lib/components/nav-base/nav-base.component'; |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
13
352340
61
2812