ywana-core8 0.0.164 → 0.0.168

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.
@@ -4237,10 +4237,11 @@ var TablePage = function TablePage(props) {
4237
4237
  function renderActions() {
4238
4238
  return actions.map(function (element) {
4239
4239
  var action = function action() {
4240
- return element.props.action(pageContext);
4240
+ return element.props.action(pageContext, "a");
4241
4241
  };
4242
4242
 
4243
4243
  var clone = React.cloneElement(element, [action]);
4244
+ console.log("renderActions", clone);
4244
4245
  return clone;
4245
4246
  });
4246
4247
  }
@@ -4258,7 +4259,7 @@ var TablePage = function TablePage(props) {
4258
4259
  }, /*#__PURE__*/React.createElement(MenuItem, {
4259
4260
  label: "Cargar Escenario 1",
4260
4261
  onSelect: playScenario
4261
- })) : null, actions, renderActions()), /*#__PURE__*/React.createElement("menu", {
4262
+ })) : null, renderActions()), /*#__PURE__*/React.createElement("menu", {
4262
4263
  className: "table-page"
4263
4264
  }, canQuery ? /*#__PURE__*/React.createElement(TableQueries, {
4264
4265
  schema: schema