ywana-core8 0.0.599 → 0.0.602

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.cjs CHANGED
@@ -5627,7 +5627,8 @@ var CollectionPage = function CollectionPage(props) {
5627
5627
  label: "" + name,
5628
5628
  type: schema,
5629
5629
  onOK: onOK,
5630
- validator: addValidator
5630
+ validator: addValidator,
5631
+ className: className
5631
5632
  }));
5632
5633
  }
5633
5634
 
@@ -8793,7 +8794,8 @@ var TableSelector = function TableSelector(props) {
8793
8794
  var field = schema[key];
8794
8795
  return {
8795
8796
  id: field.id,
8796
- label: field.label
8797
+ label: field.label,
8798
+ type: field.type
8797
8799
  };
8798
8800
  });
8799
8801
  var rows = all.filter(function (item) {