@oliasoft-open-source/react-ui-library 3.10.1 → 3.10.2-beta-1
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74128,7 +74128,7 @@ const TreeItem = ({
|
|
|
74128
74128
|
draggable: draggable2
|
|
74129
74129
|
}) => {
|
|
74130
74130
|
const { id: id2, data } = node;
|
|
74131
|
-
const { active: active2, testId, onClick } = data;
|
|
74131
|
+
const { active: active2, testId, onClick, actions: actions2 } = data;
|
|
74132
74132
|
const handleToggle = (e2) => {
|
|
74133
74133
|
e2.stopPropagation();
|
|
74134
74134
|
onToggle(id2);
|
|
@@ -74172,7 +74172,7 @@ const TreeItem = ({
|
|
|
74172
74172
|
/* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
74173
74173
|
className: listStyles.actions,
|
|
74174
74174
|
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Actions, {
|
|
74175
|
-
actions:
|
|
74175
|
+
actions: actions2,
|
|
74176
74176
|
right: true
|
|
74177
74177
|
})
|
|
74178
74178
|
})
|