ywana-core8 0.0.543 → 0.0.544

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
@@ -6014,7 +6014,8 @@
6014
6014
  url = props.url,
6015
6015
  field = props.field,
6016
6016
  host = props.host,
6017
- params = props.params,
6017
+ _props$params = props.params,
6018
+ params = _props$params === void 0 ? "" : _props$params,
6018
6019
  _props$autosave = props.autosave,
6019
6020
  autosave = _props$autosave === void 0 ? true : _props$autosave,
6020
6021
  _props$delay = props.delay,
@@ -6886,6 +6887,10 @@
6886
6887
 
6887
6888
 
6888
6889
  var TableAPI$1 = function TableAPI(url, host, params) {
6890
+ if (params === void 0) {
6891
+ params = "";
6892
+ }
6893
+
6889
6894
  var http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
6890
6895
  return {
6891
6896
  all: function all(filters) {