@types/knockout
Advanced tools
Comparing version 3.4.39 to 3.4.40
@@ -661,3 +661,3 @@ // Type definitions for Knockout v3.4.0 | ||
interface Loader { | ||
getConfig? (componentName: string, callback: (result: ComponentConfig) => void): void; | ||
getConfig? (componentName: string, callback: (result: ComponentConfig | null) => void): void; | ||
loadComponent? (componentName: string, config: ComponentConfig, callback: (result: Definition) => void): void; | ||
@@ -664,0 +664,0 @@ loadTemplate? (componentName: string, templateConfig: any, callback: (result: Node[]) => void): void; |
{ | ||
"name": "@types/knockout", | ||
"version": "3.4.39", | ||
"version": "3.4.40", | ||
"description": "TypeScript definitions for Knockout", | ||
"license": "MIT", | ||
"author": "Boris Yankov <https://github.com/borisyankov/>, Igor Oleinikov <https://github.com/Igorbek/>, Clément Bourgeois <https://github.com/moonpyk/>, Matt Brooks <https://github.com/EnableSoftware>", | ||
"contributors": [ | ||
{ | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov/" | ||
}, | ||
{ | ||
"name": "Igor Oleinikov", | ||
"url": "https://github.com/Igorbek/" | ||
}, | ||
{ | ||
"name": "Clément Bourgeois", | ||
"url": "https://github.com/moonpyk/" | ||
}, | ||
{ | ||
"name": "Matt Brooks", | ||
"url": "https://github.com/EnableSoftware" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +32,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "96aa5e2a6afa013ba768e3a947f91bb3f558dea03d8cc9a488622f1f8e6f01ae", | ||
"typesPublisherContentHash": "432018c9a243b3b6317e39820da40cf76cdc7cea4efe0da88898bb2b2f1507f9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 08 Jan 2017 07:18:05 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Sat, 11 Mar 2017 01:17:04 GMT | ||
* Dependencies: none | ||
* Global values: ko | ||
@@ -16,0 +15,0 @@ |
27090
3
516
17