@types/rc-tree
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -112,3 +112,5 @@ // Type definitions for rc-tree 1.4 | ||
/** | ||
* Controlled checked treeNodes (After setting, defaultCheckedKeys will not work). Note: parent and children nodes are associated, if the parent node's key exists, it all children node will be checked, and vice versa. When set checkable and checkStrictly, it should be an object, which contains checked array and halfChecked array. | ||
* Controlled checked treeNodes (After setting, defaultCheckedKeys will not work). | ||
* Note: parent and children nodes are associated, if the parent node's key exists, it all children node will be checked, and vice versa. | ||
* When set checkable and checkStrictly, it should be an object, which contains checked array and halfChecked array. | ||
*/ | ||
@@ -115,0 +117,0 @@ checkedKeys?: string[] | { checked: string[]; halfChecked: string[] }; |
{ | ||
"name": "@types/rc-tree", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "TypeScript definitions for rc-tree", | ||
"license": "MIT", | ||
"author": "John Reilly <https://github.com/johnnyreilly/>", | ||
"contributors": [ | ||
{ | ||
"name": "John Reilly", | ||
"url": "https://github.com/johnnyreilly/" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +22,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "351c39a8becc53a5551f212e598e28400482346ccd6660fa5839e06116029a1b", | ||
"typesPublisherContentHash": "2f3aabfa06911ec0a43683bce9b45fe3c79f41758dceba1ec8733c56501111d2", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 09 Feb 2017 19:36:49 GMT | ||
* Last updated: Thu, 23 Feb 2017 15:22:21 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -6,3 +6,8 @@ { | ||
"data": { | ||
"authors": "John Reilly <https://github.com/johnnyreilly/>", | ||
"contributors": [ | ||
{ | ||
"name": "John Reilly", | ||
"url": "https://github.com/johnnyreilly/" | ||
} | ||
], | ||
"dependencies": { | ||
@@ -27,5 +32,5 @@ "react": "*" | ||
"hasPackageJson": false, | ||
"contentHash": "351c39a8becc53a5551f212e598e28400482346ccd6660fa5839e06116029a1b" | ||
"contentHash": "2f3aabfa06911ec0a43683bce9b45fe3c79f41758dceba1ec8733c56501111d2" | ||
}, | ||
"isLatest": true | ||
} |
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
6198
179