bkui-vue 0.0.1-beta.223 → 0.0.1-beta.224

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -27253,7 +27253,7 @@ const treeProps = {
27253
27253
  disableDrag: PropTypes.func.def(null),
27254
27254
  disableDrop: PropTypes.func.def(null),
27255
27255
  dragSort: PropTypes.bool.def(false),
27256
- selectable: PropTypes.oneOfType([PropTypes.bool, PropTypes.func]).def(null),
27256
+ selectable: PropTypes.oneOfType([PropTypes.bool, PropTypes.func]).def(true),
27257
27257
  disabledFolderSelectable: PropTypes.bool.def(false),
27258
27258
  showCheckbox: PropTypes.bool.def(false),
27259
27259
  showNodeTypeIcon: PropTypes.bool.def(true),