@volo/ngx-lepton-x.core
Advanced tools
Comparing version 1.0.0-rc.4 to 1.0.0-rc.5
import { Observable } from 'rxjs'; | ||
import { TemplateRef } from '@angular/core'; | ||
import { TemplateRef, Type } from '@angular/core'; | ||
export interface LpxNavbarItem { | ||
@@ -7,2 +7,3 @@ action?: () => boolean | Promise<boolean> | Observable<boolean>; | ||
containerLink?: string; | ||
component?: Type<any>; | ||
expanded?: boolean; | ||
@@ -9,0 +10,0 @@ icon?: string; |
@@ -1,5 +0,6 @@ | ||
import { EventEmitter } from '@angular/core'; | ||
import { EventEmitter, Injector } from '@angular/core'; | ||
import { LpxNavbarItem } from '../models'; | ||
import * as i0 from "@angular/core"; | ||
export declare class SubNavbarComponent { | ||
readonly injector: Injector; | ||
item: LpxNavbarItem; | ||
@@ -9,2 +10,3 @@ routerItem: boolean; | ||
expand: EventEmitter<LpxNavbarItem>; | ||
constructor(injector: Injector); | ||
onItemClick(menuItem: LpxNavbarItem): void; | ||
@@ -11,0 +13,0 @@ onChildExpand(child: LpxNavbarItem): void; |
export declare enum LanguageTranslateKeys { | ||
SettingsTitle = "language.settings.title" | ||
} | ||
export declare const LanguageTranslateDefaults: { | ||
export declare type LanguageTranslateValues = { | ||
[key in LanguageTranslateKeys]: string; | ||
}; | ||
export declare const LanguageTranslateDefaults: LanguageTranslateValues; |
{ | ||
"name": "@volo/ngx-lepton-x.core", | ||
"version": "1.0.0-rc.4", | ||
"version": "1.0.0-rc.5", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "^2.3.0" |
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
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
611782
4939