acud 1.2.20 → 1.2.22
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/acud.js +2 -2
- package/dist/acud.js.map +1 -1
- package/es/checkbox/style/index.css +19 -1
- package/es/checkbox/style/mixin.less +23 -1
- package/es/radio/style/index.css +12 -0
- package/es/radio/style/index.less +17 -0
- package/es/tree/tree.js +1 -1
- package/lib/checkbox/style/index.css +19 -1
- package/lib/checkbox/style/mixin.less +23 -1
- package/lib/radio/style/index.css +12 -0
- package/lib/radio/style/index.less +17 -0
- package/lib/tree/tree.js +1 -1
- package/package.json +1 -1
package/dist/acud.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.2.
|
|
1
|
+
/*! acud v1.2.22 */
|
|
2
2
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
3
3
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
4
4
|
module.exports = factory(require("react"), require("react-dom"));
|
|
@@ -45793,7 +45793,7 @@ var Tree = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_3___default.a.forwardRef(
|
|
|
45793
45793
|
});
|
|
45794
45794
|
}
|
|
45795
45795
|
return newItem;
|
|
45796
|
-
}, [editable, onDelete, onSave, onAdd, onEditInputChange, showIconUtil, showPopoverUtil, searchText, prefixCls]);
|
|
45796
|
+
}, [editable, onDelete, onSave, onAdd, onEditInputChange, showIconUtil, showPopoverUtil, searchText, prefixCls, customPopoverUtil]);
|
|
45797
45797
|
var formatedTreeData = Object(react__WEBPACK_IMPORTED_MODULE_3__["useMemo"])(function () {
|
|
45798
45798
|
return formatTreeData(treeData);
|
|
45799
45799
|
}, [treeData, formatTreeData]);
|