@taikai/rocket-kit 2.0.0-beta.7 → 2.0.0-beta.8
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/rocket-kit.cjs.development.js +4 -1
- package/dist/rocket-kit.cjs.development.js.map +1 -1
- package/dist/rocket-kit.cjs.production.min.js +1 -1
- package/dist/rocket-kit.cjs.production.min.js.map +1 -1
- package/dist/rocket-kit.esm.js +4 -1
- package/dist/rocket-kit.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rocket-kit.esm.js
CHANGED
|
@@ -2551,7 +2551,10 @@ const Table$1 = props => {
|
|
|
2551
2551
|
}))))))), isVisible && /*#__PURE__*/React.createElement(ActionMenuList, {
|
|
2552
2552
|
actions: actions,
|
|
2553
2553
|
data: rowData,
|
|
2554
|
-
rowIndex: rowIndex
|
|
2554
|
+
rowIndex: rowIndex,
|
|
2555
|
+
handleOptionClick: () => {
|
|
2556
|
+
setIsVisible(false);
|
|
2557
|
+
}
|
|
2555
2558
|
})));
|
|
2556
2559
|
};
|
|
2557
2560
|
|