ywana-core8 0.0.519 → 0.0.520

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
@@ -7392,6 +7392,11 @@
7392
7392
  groups[groupName].push(item);
7393
7393
  return groups;
7394
7394
  }, {});
7395
+ if (groups.length === 0) return /*#__PURE__*/React__default["default"].createElement("div", {
7396
+ className: "empty-message"
7397
+ }, /*#__PURE__*/React__default["default"].createElement(Icon, {
7398
+ icon: "search_off"
7399
+ }), /*#__PURE__*/React__default["default"].createElement(Text, null, "No Result Found"));
7395
7400
  return Object.keys(groups).map(function (groupName) {
7396
7401
  var table = {
7397
7402
  columns: Object.values(schema).filter(function (field) {