@csnext/cs-core
Advanced tools
Comparing version 0.0.16 to 0.0.20
@@ -6,3 +6,4 @@ export interface IHeaderOptions { | ||
breadcrumbs?: boolean; | ||
showNotifications?: boolean; | ||
breadcrumbItems?: any[]; | ||
} |
@@ -17,2 +17,4 @@ import { IWidget, IDashboard } from './../index'; | ||
canMinifiy?: boolean; | ||
width?: number; | ||
visible?: boolean; | ||
} |
{ | ||
"name": "@csnext/cs-core", | ||
"version": "0.0.16", | ||
"version": "0.0.20", | ||
"description": "cscore", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -6,3 +6,4 @@ export interface IHeaderOptions { | ||
breadcrumbs?: boolean; | ||
showNotifications?: boolean; | ||
breadcrumbItems?: any[]; | ||
} |
@@ -18,2 +18,4 @@ import { IWidget, IDashboard } from './../index'; | ||
canMinifiy?: boolean; | ||
width?: number; | ||
visible?: boolean; | ||
} |
39944
1003