@bahmni/clinical-app 0.0.1-dev.357 → 0.0.1-dev.359

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,8 +1,8 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { bD as m, u, x as p, bA as f, bK as x, aG as b, bG as _ } from "./index-BSvPW3bO.js";
2
+ import { bD as m, u, $ as p, bA as f, bK as b, aG as _, bG as x } from "./index-BVXXyDc6.js";
3
3
  import { lazy as N, useMemo as r, Suspense as h } from "react";
4
4
  import "@tanstack/react-query";
5
- import { u as E } from "./hook-BSWs-0ve.js";
5
+ import { u as E } from "./hook-CG-TZseI.js";
6
6
  const P = (s) => {
7
7
  const i = /* @__PURE__ */ new Map();
8
8
  for (const e of s) {
@@ -14,7 +14,7 @@ const P = (s) => {
14
14
  (e) => !e.requiredPrivileges || e.requiredPrivileges.length === 0 || m(i, e.requiredPrivileges)
15
15
  ), C = {
16
16
  "org.bahmni.clinical.v2.search": N(
17
- () => import("./index-CVRMcFhl.js")
17
+ () => import("./index-B37y3cQu.js")
18
18
  )
19
19
  }, L = "index-module_page__16xxw", I = "index-module_loading__wNI-4", y = "index-module_tabs__ZZv8Y", H = "index-module_message__Ib5Iw", l = {
20
20
  page: L,
@@ -40,9 +40,9 @@ const P = (s) => {
40
40
  [c, e]
41
41
  );
42
42
  return /* @__PURE__ */ t(
43
- x,
43
+ b,
44
44
  {
45
- header: /* @__PURE__ */ t(_, { breadcrumbItems: o }),
45
+ header: /* @__PURE__ */ t(x, { breadcrumbItems: o }),
46
46
  main: /* @__PURE__ */ t(
47
47
  "div",
48
48
  {
@@ -60,7 +60,7 @@ const P = (s) => {
60
60
  h,
61
61
  {
62
62
  fallback: /* @__PURE__ */ t(
63
- b,
63
+ _,
64
64
  {
65
65
  type: "multi",
66
66
  className: l.loading
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { cF as c } from "./index-BSvPW3bO.js";
1
+ import { cF as c } from "./index-BVXXyDc6.js";
2
2
  export {
3
3
  c as ClinicalApp
4
4
  };
@@ -64,6 +64,8 @@
64
64
  "COMMON_SEARCH_ADD_CRITERIA_BUTTON": "Add Search Criteria",
65
65
  "COMMON_SEARCH_API_ERROR_MESSAGE": "An error occurred while fetching search results. Please try again.",
66
66
  "COMMON_SEARCH_CONFIG_ERROR": "Unable to load Common Search configuration. Please try refreshing the page.",
67
+ "COMMON_SEARCH_CONFIG_VALIDATION_DUPLICATE_ACTION": "Invalid config - duplicate action key in context",
68
+ "COMMON_SEARCH_CONFIG_VALIDATION_UNKNOWN_ACTION": "Invalid config - unknown action key in context",
67
69
  "COMMON_SEARCH_CRITERIA_DATE_INPUT_FIELD_FROM": "Enter From",
68
70
  "COMMON_SEARCH_CRITERIA_DATE_INPUT_FIELD_TO": "Enter To",
69
71
  "COMMON_SEARCH_CRITERIA_NUMERIC_INPUT_FIELD_FROM": "Enter From",
@@ -64,6 +64,8 @@
64
64
  "COMMON_SEARCH_ADD_CRITERIA_BUTTON": "Agregar Criterios de Búsqueda",
65
65
  "COMMON_SEARCH_API_ERROR_MESSAGE": "Se produjo un error al obtener los resultados de búsqueda. Por favor, inténtelo de nuevo.",
66
66
  "COMMON_SEARCH_CONFIG_ERROR": "No se pudo cargar la configuración de Búsqueda Común. Por favor intente refrescar la página.",
67
+ "COMMON_SEARCH_CONFIG_VALIDATION_DUPLICATE_ACTION": "Configuración inválida - clave de acción duplicada en contexto",
68
+ "COMMON_SEARCH_CONFIG_VALIDATION_UNKNOWN_ACTION": "Configuración inválida - clave de acción desconocida en contexto",
67
69
  "COMMON_SEARCH_CRITERIA_DATE_INPUT_FIELD_FROM": "Ingrese Desde",
68
70
  "COMMON_SEARCH_CRITERIA_DATE_INPUT_FIELD_TO": "Ingrese Hasta",
69
71
  "COMMON_SEARCH_CRITERIA_NUMERIC_INPUT_FIELD_FROM": "Ingrese Desde",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.357",
3
+ "version": "0.0.1-dev.359",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",