@csnext/cs-core
Advanced tools
Comparing version 0.0.52 to 0.0.53
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.0.53"></a> | ||
## [0.0.53](https://github.com/TNOCS/csnext/compare/v0.0.52...v0.0.53) (2018-07-25) | ||
**Note:** Version bump only for package @csnext/cs-core | ||
<a name="0.0.52"></a> | ||
@@ -8,0 +16,0 @@ ## [0.0.52](https://github.com/TNOCS/csnext/compare/v0.0.51...v0.0.52) (2018-07-23) |
@@ -5,4 +5,9 @@ export interface IMenu { | ||
title?: string; | ||
toggleButton?: boolean; | ||
toggleState?: boolean; | ||
toggleIcon?: string; | ||
toggleToolTip?: string; | ||
enabled?: boolean; | ||
visible?: boolean; | ||
toolTip?: string; | ||
items?: IMenu[]; | ||
@@ -9,0 +14,0 @@ action?: (menu: IMenu) => void; |
@@ -20,2 +20,3 @@ import { AppTheme, IHeaderOptions, IFooterOptions, IDatasource, IDashboard, ISidebarOptions, NavigationOptions } from './..'; | ||
menus?: IMenu[]; | ||
data?: any; | ||
} | ||
@@ -22,0 +23,0 @@ /** notification object */ |
{ | ||
"name": "@csnext/cs-core", | ||
"version": "0.0.52", | ||
"version": "0.0.53", | ||
"description": "cscore", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -5,4 +5,9 @@ export interface IMenu { | ||
title?: string; | ||
toggleButton?: boolean; | ||
toggleState?: boolean; | ||
toggleIcon?: string; | ||
toggleToolTip?: string; | ||
enabled?: boolean; | ||
visible?: boolean; | ||
toolTip?: string; | ||
items?: IMenu[]; | ||
@@ -9,0 +14,0 @@ action?: (menu: IMenu) => void; |
@@ -28,2 +28,3 @@ import { | ||
menus?: IMenu[]; | ||
data?: any; | ||
} | ||
@@ -30,0 +31,0 @@ |
49298
1090