@bahmni/clinical-app 0.0.1-dev.101 → 0.0.1-dev.103

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 CHANGED
@@ -1,4 +1,4 @@
1
- import { X as i } from "./index-D0T3DBL7.js";
1
+ import { ac as c } from "./index-Bcg37FwC.js";
2
2
  export {
3
- i as ClinicalApp
3
+ c as ClinicalApp
4
4
  };
@@ -133,6 +133,10 @@
133
133
  "ERROR_SEARCHING_INVESTIGATIONS": "Error searching investigations",
134
134
  "ERROR_SEARCHING_MEDICATIONS": "Error searching medications",
135
135
  "ERROR_VALIDATION_TITLE": "Validation Error",
136
+ "FORMS_HEADING": "Forms",
137
+ "FORM_RECORDED_ON": "Recorded On",
138
+ "FORM_RECORDED_BY": "Recorded By",
139
+ "FORMS_UNAVAILABLE": "No forms data recorded",
136
140
  "INITIALIZING_CONTROL": "Initializing control...",
137
141
  "INPUT_VALUE_REQUIRED": "Please enter a value",
138
142
  "INVALID_RESPONSE": "Invalid response received from the server",
@@ -133,6 +133,10 @@
133
133
  "ERROR_SEARCHING_INVESTIGATIONS": "Error al buscar investigaciones",
134
134
  "ERROR_SEARCHING_MEDICATIONS": "Error al buscar medicamentos",
135
135
  "ERROR_VALIDATION_TITLE": "Error de validación",
136
+ "FORMS_HEADING": "Formularios",
137
+ "FORM_RECORDED_ON": "Grabado el",
138
+ "FORM_RECORDED_BY": "Grabado por",
139
+ "FORMS_UNAVAILABLE": "No hay datos de formularios registrados",
136
140
  "INITIALIZING_CONTROL": "Inicializando control...",
137
141
  "INPUT_VALUE_REQUIRED": "Por favor, ingrese un valor",
138
142
  "INVALID_RESPONSE": "Se recibió una respuesta no válida del servidor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.101",
3
+ "version": "0.0.1-dev.103",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",