ywana-core8 0.0.460 → 0.0.461

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
@@ -5686,6 +5686,7 @@
5686
5686
  label: field.label
5687
5687
  };
5688
5688
  });
5689
+ console.log("TableSelector ", columns, schema);
5689
5690
  var rows = all.filter(function (item) {
5690
5691
  return checked.has(item.id);
5691
5692
  });