Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
Maintainers
2
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tree - npm Package Compare versions

Comparing version 0.24.4 to 0.25.0

2

lib/TreeNode.js

@@ -198,3 +198,3 @@ 'use strict';

}
if (props.disabled) {
if (props.disabled || props.disableCheckbox) {
checkboxCls[prefixCls + '-checkbox-disabled'] = true;

@@ -201,0 +201,0 @@ return _react2['default'].createElement(

{
"name": "rc-tree",
"version": "0.24.4",
"version": "0.25.0",
"description": "tree ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -95,2 +95,3 @@ # rc-tree

|disabled | whether disabled the treeNode | bool | false |
|disableCheckbox | whether disable the treeNode' checkbox | bool | false |
|title | tree/subTree's title | String | '---' |

@@ -97,0 +98,0 @@ |key | it's used with tree props's (default)ExpandedKeys/(default)CheckedKeys/(default)SelectedKeys. you'd better to set it, and it must be unique in the tree's all treeNodes | String | treeNode's position |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc