@oliasoft-open-source/react-ui-library 5.8.1 → 5.8.2
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/global.css +1 -1
- package/dist/index.js +7 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6333,12 +6333,12 @@ const Content = ({ title: e, okText: t, onClickOk: n, disableConfirmButton: r, c
|
|
|
6333
6333
|
children: e
|
|
6334
6334
|
});
|
|
6335
6335
|
var tree_module_default = {
|
|
6336
|
-
tree: "
|
|
6337
|
-
toggle: "
|
|
6338
|
-
dropTarget: "
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6336
|
+
tree: "_tree_8luu9_1",
|
|
6337
|
+
toggle: "_toggle_8luu9_4",
|
|
6338
|
+
dropTarget: "_dropTarget_8luu9_11",
|
|
6339
|
+
placeholder: "_placeholder_8luu9_26",
|
|
6340
|
+
draggingSource: "_draggingSource_8luu9_32",
|
|
6341
|
+
placeholderContainer: "_placeholderContainer_8luu9_35"
|
|
6342
6342
|
};
|
|
6343
6343
|
const TreeItem = ({ node: t, depth: n, isOpen: r, onToggle: i, hasChild: a, draggable: o, icons: s, onDrop: c }) => {
|
|
6344
6344
|
let { id: l, data: u } = t, { active: d, testId: f, onClick: p, actions: m = [] } = u, [h, _] = React.useState(!1), [v, y] = React.useState(0), b = (e) => {
|
|
@@ -6461,7 +6461,7 @@ const TreeItem = ({ node: t, depth: n, isOpen: r, onToggle: i, hasChild: a, drag
|
|
|
6461
6461
|
}),
|
|
6462
6462
|
onDrop: v,
|
|
6463
6463
|
onChangeOpen: f,
|
|
6464
|
-
dropTargetOffset:
|
|
6464
|
+
dropTargetOffset: 10,
|
|
6465
6465
|
placeholderRender: (e, { depth: t }) => /* @__PURE__ */ jsx(TreePlaceholder, { depth: t }),
|
|
6466
6466
|
placeholderComponent: "div",
|
|
6467
6467
|
listComponent: "div",
|
package/package.json
CHANGED