@civicactions/cmsds-open-data-components 3.8.1-alpha.0 → 3.8.1-alpha.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 +1 -1
- package/dist/main.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -6220,7 +6220,7 @@ var $669d2782ec2e2250$export$2e2bcd8739ae039 = $669d2782ec2e2250$var$SpecsAndLim
|
|
|
6220
6220
|
function $8b67b7ee3fcfb629$export$2e2bcd8739ae039({ id: id, rootUrl: rootUrl, customColumns: customColumns, query: query, distributionIndex: distributionIndex = 0, defaultPageSize: defaultPageSize = 25, disableTableControls: disableTableControls = false }) {
|
|
6221
6221
|
// TODO parse from stored filter
|
|
6222
6222
|
const options = {
|
|
6223
|
-
conditions: query ? JSON.parse(query) : []
|
|
6223
|
+
conditions: query ? JSON.parse(query.replaceAll('\"column\"', '\"property\"')) : []
|
|
6224
6224
|
};
|
|
6225
6225
|
const { dataset: dataset, isPending: isPending } = (0, $b4aa9c66f2e86959$export$2e2bcd8739ae039)(id, rootUrl);
|
|
6226
6226
|
let distribution = {};
|