@uiw/react-tree-checked
Advanced tools
Comparing version 4.6.9 to 4.6.10
@@ -18,4 +18,2 @@ "use strict"; | ||
var _classnames = _interopRequireDefault(require("classnames")); | ||
var _reactTree = _interopRequireDefault(require("@uiw/react-tree")); | ||
@@ -29,3 +27,3 @@ | ||
props = (0, _objectWithoutProperties2.default)(_ref, ["prefixCls"]); | ||
props.className = (0, _classnames.default)(prefixCls, props.className); | ||
props.className = [prefixCls, props.className].filter(Boolean).join(' ').trim(); | ||
props.checkStrictly = true; | ||
@@ -32,0 +30,0 @@ props.isSelected = false; |
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; | ||
import React, { Fragment } from 'react'; | ||
import classnames from 'classnames'; | ||
import Tree from '@uiw/react-tree'; | ||
@@ -13,3 +12,3 @@ import Checkbox from '@uiw/react-checkbox'; | ||
props.className = classnames(prefixCls, props.className); | ||
props.className = [prefixCls, props.className].filter(Boolean).join(' ').trim(); | ||
props.checkStrictly = true; | ||
@@ -16,0 +15,0 @@ props.isSelected = false; |
{ | ||
"name": "@uiw/react-tree-checked", | ||
"version": "4.6.9", | ||
"version": "4.6.10", | ||
"description": "TreeChecked component", | ||
@@ -45,10 +45,8 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-checkbox": "^4.6.9", | ||
"@uiw/react-tree": "^4.6.9", | ||
"@uiw/utils": "^4.6.9", | ||
"classnames": "2.2.6" | ||
"@uiw/react-checkbox": "^4.6.10", | ||
"@uiw/react-tree": "^4.6.10", | ||
"@uiw/utils": "^4.6.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "7.10.4", | ||
"@types/classnames": "2.2.10", | ||
"@types/jest": "25.2.1", | ||
@@ -60,3 +58,3 @@ "@types/react": "16.9.41", | ||
}, | ||
"gitHead": "aff63672294a768b0730a6eaed73463c3b5b3ace" | ||
"gitHead": "dd796bd87132b68aee9dfe1faeb73eccc378bc60" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15615
5
6
- Removedclassnames@2.2.6
- Removedclassnames@2.2.6(transitive)
Updated@uiw/react-checkbox@^4.6.10
Updated@uiw/react-tree@^4.6.10
Updated@uiw/utils@^4.6.10