@csnext/cs-core
Advanced tools
Comparing version 0.0.26 to 0.0.27-beta.e32e5574
@@ -1,7 +0,1 @@ | ||
import { IWidgetOptions } from './widget-options'; | ||
export interface IGridWidgetOptions extends IWidgetOptions { | ||
columnStart?: number; | ||
columnEnd?: number; | ||
rowStart?: number; | ||
rowEnd?: number; | ||
} | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
import { ISearchOptions } from './search-options'; | ||
export declare class NavigationOptions { | ||
@@ -6,2 +7,3 @@ style?: 'left' | 'left-hierarchy' | 'tabs'; | ||
floating?: boolean; | ||
search?: ISearchOptions; | ||
} |
@@ -19,3 +19,3 @@ export * from './classes/project'; | ||
export * from './utils/message-bus/message-bus-service'; | ||
export * from './classes/grid-widget-options'; | ||
export * from './classes/widget-options'; | ||
export * from './classes/search-options'; |
{ | ||
"name": "@csnext/cs-core", | ||
"version": "0.0.26", | ||
"version": "0.0.27-beta.e32e5574", | ||
"description": "cscore", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -6,2 +6,1 @@ export interface IDashboardOptions { | ||
} | ||
@@ -0,1 +1,3 @@ | ||
import { ISearchOptions } from './search-options'; | ||
export class NavigationOptions { | ||
@@ -6,2 +8,3 @@ public style?: 'left' | 'left-hierarchy' | 'tabs'; | ||
public floating?: boolean; | ||
public search?: ISearchOptions; | ||
} |
@@ -19,5 +19,5 @@ export * from './classes/project'; | ||
export * from './utils/message-bus/message-bus-service'; | ||
export * from './classes/grid-widget-options'; | ||
export * from './classes/widget-options'; | ||
export * from './classes/search-options'; | ||
// export * from './classes/plugin'; |
Sorry, the diff of this file is not supported yet
41014
104
1025