ywana-core8 0.0.465 → 0.0.466

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.cjs CHANGED
@@ -5702,7 +5702,8 @@ var TableSelector = function TableSelector(props) {
5702
5702
  };
5703
5703
  var buttons = actions.map(function (_ref) {
5704
5704
  var label = _ref.label,
5705
- _action = _ref.action;
5705
+ _action = _ref.action,
5706
+ validate = _ref.validate;
5706
5707
  return /*#__PURE__*/React__default["default"].createElement(Button, {
5707
5708
  label: label,
5708
5709
  raised: true,
@@ -5717,7 +5718,7 @@ var TableSelector = function TableSelector(props) {
5717
5718
  }
5718
5719
  });
5719
5720
  },
5720
- disabled: !_action.validate(checked)
5721
+ disabled: !validate(checked)
5721
5722
  });
5722
5723
  });
5723
5724
  return /*#__PURE__*/React__default["default"].createElement("div", {