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.
package/dist/index.umd.js CHANGED
@@ -8788,7 +8788,8 @@
8788
8788
  var field = schema[key];
8789
8789
  return {
8790
8790
  id: field.id,
8791
- label: field.label
8791
+ label: field.label,
8792
+ type: field.type
8792
8793
  };
8793
8794
  });
8794
8795
  var rows = all.filter(function (item) {