@common-stack/client-core
Advanced tools
Comparing version 0.0.147 to 0.0.148
@@ -23,2 +23,3 @@ import { IFeature, FeatureParams } from '../interfaces'; | ||
data: any[]; | ||
dataIdFromObject: any[]; | ||
leftMainPanelItems: any; | ||
@@ -47,2 +48,3 @@ middleMainPanelItems: any; | ||
readonly middleLowerPanel: any; | ||
abstract getDataIdFromObject(result: any): any; | ||
abstract getWrappedRoot(root: any, req: any): any; | ||
@@ -49,0 +51,0 @@ abstract getDataRoot(root: any): any; |
@@ -117,2 +117,3 @@ module.exports = | ||
this.middleLowerPanelItems = combine(arguments, arg => arg.middleLowerPanelItems); | ||
this.dataIdFromObject = combine(arguments, arg => arg.dataIdFromObject); | ||
this.routerFactory = combine(arguments, arg => arg.routerFactory) | ||
@@ -119,0 +120,0 @@ .slice(-1) |
@@ -30,2 +30,3 @@ export interface ClientStateParams { | ||
readonly middleLowerPanelItems?: any; | ||
readonly dataIdFromObject?: any; | ||
} | ||
@@ -74,2 +75,3 @@ export interface IFeature { | ||
readonly middleLowerPanel: any; | ||
readonly dataIdFromObject: any; | ||
getWrappedRoot(root: any, req?: any): any; | ||
@@ -76,0 +78,0 @@ getDataRoot(root: any): any; |
{ | ||
"name": "@common-stack/client-core", | ||
"version": "0.0.147", | ||
"version": "0.0.148", | ||
"description": "Sample core for higher packages to depend on", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@common-stack/core": "^0.0.147" | ||
"@common-stack/core": "^0.0.148" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependencies": { |
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
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
31237
375
+ Added@common-stack/core@0.0.148(transitive)
- Removed@common-stack/core@0.0.147(transitive)
Updated@common-stack/core@^0.0.148