asma-ui-table 1.6.2 → 1.6.3

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.
@@ -11699,6 +11699,8 @@ function RowActionMenu({
11699
11699
  disabled: action.disabled,
11700
11700
  onClick: () => {
11701
11701
  var _a2;
11702
+ if (action.disabled)
11703
+ return;
11702
11704
  (_a2 = action.onClick) == null ? void 0 : _a2.call(action, tableData.row);
11703
11705
  },
11704
11706
  onMouseDown: (e) => {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.2",
6
+ "version": "1.6.3",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",