Comparing version 3.8.0 to 3.9.0
@@ -301,1 +301,5 @@ export declare type IBobrilChild = boolean | string | IBobrilNode; | ||
export declare function withKey(node: IBobrilNode, key: string): IBobrilNode; | ||
export declare function styledDiv(children: IBobrilChildren, ...styles: any[]): IBobrilNode; | ||
export declare function createVirtualComponent<TData>(component: IBobrilComponent): (data: TData, children?: IBobrilChildren) => IBobrilNode; | ||
export declare function createComponent<TData>(component: IBobrilComponent): (data: TData, children?: IBobrilChildren) => IBobrilNode; | ||
export declare function createDerivedComponent<TData>(original: (data: any, children?: IBobrilChildren) => IBobrilNode, after: IBobrilComponent): (data: TData, children?: IBobrilChildren) => IBobrilNode; |
{ | ||
"name": "bobril", | ||
"version": "3.8.0", | ||
"version": "3.9.0", | ||
"description": "Component Oriented MVC Framework with virtual DOM and CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ { | ||
"target": "es6", | ||
"module": "commonjs", | ||
"module": "system", | ||
"declaration": true, | ||
@@ -14,2 +14,3 @@ "noImplicitAny": false, | ||
}, | ||
"compileOnSave": false, | ||
"filesGlob": [ | ||
@@ -16,0 +17,0 @@ "./**/*.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
290787
8432