ywana-core8 0.0.600 → 0.0.601

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.
@@ -8786,7 +8786,8 @@ var TableSelector = function TableSelector(props) {
8786
8786
  var field = schema[key];
8787
8787
  return {
8788
8788
  id: field.id,
8789
- label: field.label
8789
+ label: field.label,
8790
+ type: field.type
8790
8791
  };
8791
8792
  });
8792
8793
  var rows = all.filter(function (item) {