@bahmni/widgets 0.0.1-dev.97 → 0.0.1-dev.99

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -74020,7 +74020,7 @@ class bYe {
74020
74020
  */
74021
74021
  async execute(e, r) {
74022
74022
  const { selectedField: n, searchFields: a, translator: i } = r, s = n?.type ?? "", l = n?.fields ?? [], d = await ZFe(
74023
- encodeURI(e),
74023
+ e,
74024
74024
  s,
74025
74025
  l,
74026
74026
  a
@@ -74091,7 +74091,7 @@ class MYe {
74091
74091
  */
74092
74092
  async execute(e, r) {
74093
74093
  const n = await IFe(
74094
- encodeURI(e),
74094
+ e,
74095
74095
  r.searchFields
74096
74096
  );
74097
74097
  return this.transformResults(n, r);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/widgets",
3
- "version": "0.0.1-dev.97",
3
+ "version": "0.0.1-dev.99",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",