@civicactions/cmsds-open-data-components 3.5.0 → 3.5.1

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/main.js CHANGED
@@ -3658,7 +3658,7 @@ function $ee4ad47aa483e5b5$var$updateQueryForDatastore(condition) {
3658
3658
  if (Array.isArray(cond.value)) cond.value = cond.value.map((v)=>v.trim().replace(/(^\%+|\%+$)/gm, ""));
3659
3659
  return cond;
3660
3660
  }
3661
- const $ee4ad47aa483e5b5$var$QueryBuilder = ({ resource: resource, id: id, includeSearchParams: includeSearchParams = false, customColumns: customColumns, isModal: isModal = false })=>{
3661
+ const $ee4ad47aa483e5b5$var$QueryBuilder = ({ resource: resource, id: id, includeSearchParams: includeSearchParams = true, customColumns: customColumns, isModal: isModal = false })=>{
3662
3662
  const { conditions: conditions, schema: schema, setConditions: setConditions } = resource;
3663
3663
  const fields = Object.keys(schema[id].fields);
3664
3664
  const [queryConditions, setQueryConditions] = (0, $hgUW1$useState)([]);