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.cjs CHANGED
@@ -6019,7 +6019,8 @@ var TablePage = function TablePage(props) {
6019
6019
  url = props.url,
6020
6020
  field = props.field,
6021
6021
  host = props.host,
6022
- params = props.params,
6022
+ _props$params = props.params,
6023
+ params = _props$params === void 0 ? "" : _props$params,
6023
6024
  _props$autosave = props.autosave,
6024
6025
  autosave = _props$autosave === void 0 ? true : _props$autosave,
6025
6026
  _props$delay = props.delay,
@@ -6891,6 +6892,10 @@ var TableContext$1 = function TableContext(url, field, host, urlQuery, params) {
6891
6892
 
6892
6893
 
6893
6894
  var TableAPI$1 = function TableAPI(url, host, params) {
6895
+ if (params === void 0) {
6896
+ params = "";
6897
+ }
6898
+
6894
6899
  var http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
6895
6900
  return {
6896
6901
  all: function all(filters) {