@common-stack/client-core
Advanced tools
Comparing version 0.0.14-4 to 0.0.14-5
@@ -13,8 +13,9 @@ import { IFeature, FeatureParams } from '../interfaces'; | ||
navItemRight: any; | ||
rootComponentFactory: any; | ||
dataRootComponent: any; | ||
createFetchOptions: any; | ||
stylesInsert: any; | ||
scriptsInsert: any; | ||
catalogInfo: any; | ||
rootComponentFactory: any[]; | ||
dataRootComponent: any[]; | ||
createFetchOptions: any[]; | ||
stylesInsert: any[]; | ||
scriptsInsert: any[]; | ||
catalogInfo: any[]; | ||
languagesFuncs: any[]; | ||
constructor(feature?: FeatureParams, ...features: any[]); | ||
@@ -28,6 +29,7 @@ readonly router: any; | ||
readonly connectionParams: any; | ||
readonly stylesInserts: any; | ||
readonly scriptsInserts: any; | ||
readonly stylesInserts: any[]; | ||
readonly scriptsInserts: any[]; | ||
abstract getWrappedRoot(root: any, req: any): any; | ||
abstract getDataRoot(root: any): any; | ||
abstract registerLanguages(monaco: any): any; | ||
} |
@@ -152,2 +152,3 @@ module.exports = | ||
this.dataRootComponent = combine(arguments, arg => arg.dataRootComponent); | ||
this.languagesFuncs = combine(arguments, arg => arg.languagesFuncs); | ||
this.stylesInsert = combine(arguments, arg => arg.stylesInsert); | ||
@@ -154,0 +155,0 @@ this.scriptsInsert = combine(arguments, arg => arg.scriptsInsert); |
@@ -22,2 +22,3 @@ export interface ClientStateParams { | ||
catalogInfo?: any; | ||
languagesFuncs?: any; | ||
} | ||
@@ -36,2 +37,3 @@ export interface IFeature { | ||
getDataRoot(root: any): any; | ||
registerLanguages(monaco: any): void; | ||
} |
{ | ||
"name": "@common-stack/client-core", | ||
"version": "0.0.14-4", | ||
"version": "0.0.14-5", | ||
"description": "Sample core for higher packages to depend on", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@common-stack/core": "^0.0.14-4" | ||
"@common-stack/core": "^0.0.14-5" | ||
}, | ||
@@ -59,0 +59,0 @@ "typings": "lib/index.d.ts", |
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
20756
240
Updated@common-stack/core@^0.0.14-5