@bahmni/clinical-app 0.0.1-dev.349 → 0.0.1-dev.351

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.
@@ -1,5 +1,5 @@
1
1
  import { jsxs as d, jsx as e } from "react/jsx-runtime";
2
- import { u as r, cz as o, cA as l, cB as c, b7 as m, b8 as g, cC as h, cD as b, cE as p, aG as u } from "./index-aVz5vm6R.js";
2
+ import { u as r, cA as o, cB as l, cC as c, b7 as m, b8 as g, cD as h, cE as p, cF as b, aG as u } from "./index-BUeio6DV.js";
3
3
  import { Suspense as E } from "react";
4
4
  import "@tanstack/react-query";
5
5
  const _ = "index-module_loading__FAL7n", $ = "index-module_message__KjCnF", t = {
@@ -37,11 +37,11 @@ const _ = "index-module_loading__FAL7n", $ = "index-module_message__KjCnF", t =
37
37
  }
38
38
  ),
39
39
  /* @__PURE__ */ e(h, { children: i.map((a) => {
40
- const n = b(
40
+ const n = p(
41
41
  a.extensionParams?.searchHandler ?? ""
42
42
  )?.component;
43
43
  return /* @__PURE__ */ e(
44
- p,
44
+ b,
45
45
  {
46
46
  id: `${a.id}-panel`,
47
47
  "data-testid": `${a.id}-panel-test-id`,
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { cF as c } from "./index-aVz5vm6R.js";
1
+ import { cG as c } from "./index-BUeio6DV.js";
2
2
  export {
3
3
  c as ClinicalApp
4
4
  };
@@ -258,6 +258,8 @@
258
258
  "FORM_FILLING_TASKS": "Form Filling Tasks",
259
259
  "FORM_RECORDED_BY": "Recorded By",
260
260
  "FORM_RECORDED_ON": "Recorded On",
261
+ "GENDER_F": "Female",
262
+ "GENDER_M": "Male",
261
263
  "GLOBAL_ACTION_NOTIFICATIONS": "Notifications",
262
264
  "GLOBAL_ACTION_SEARCH": "Search",
263
265
  "GLOBAL_ACTION_USER": "User",
@@ -258,6 +258,8 @@
258
258
  "FORM_FILLING_TASKS": "Tareas de llenado de formularios",
259
259
  "FORM_RECORDED_BY": "Grabado Por",
260
260
  "FORM_RECORDED_ON": "Grabado el",
261
+ "GENDER_F": "Femenino",
262
+ "GENDER_M": "Masculino",
261
263
  "GLOBAL_ACTION_NOTIFICATIONS": "Notificaciones",
262
264
  "GLOBAL_ACTION_SEARCH": "Buscar",
263
265
  "GLOBAL_ACTION_USER": "Usuario",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.349",
3
+ "version": "0.0.1-dev.351",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",