@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.
- package/dist/index.js +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
|
-
|
|
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
|
-
|
|
74094
|
+
e,
|
|
74095
74095
|
r.searchFields
|
|
74096
74096
|
);
|
|
74097
74097
|
return this.transformResults(n, r);
|