ywana-core8 0.0.466 → 0.0.469

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.umd.js CHANGED
@@ -5687,7 +5687,6 @@
5687
5687
  label: field.label
5688
5688
  };
5689
5689
  });
5690
- console.log("TableSelector ", columns, schema);
5691
5690
  var rows = all.filter(function (item) {
5692
5691
  return checked.has(item.id);
5693
5692
  });
@@ -5711,9 +5710,9 @@
5711
5710
  } catch (e) {
5712
5711
  return Promise.reject(e);
5713
5712
  }
5714
- });
5713
+ }, rows);
5715
5714
  },
5716
- disabled: !validate(checked)
5715
+ disabled: !validate(checked, rows)
5717
5716
  });
5718
5717
  });
5719
5718
  return /*#__PURE__*/React__default["default"].createElement("div", {