@bahmni/clinical-app 0.0.1-dev.190 → 0.0.1-dev.191

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 { az as i } from "./index-CQlX16AU.js";
1
+ import { ay as i } from "./index-DdWTjZmQ.js";
2
2
  export {
3
3
  i as ClinicalApp
4
4
  };
@@ -127,6 +127,9 @@
127
127
  "DOCUMENTS_TABLE_HEADING": "Patient Documents",
128
128
  "DOCUMENTS_UPLOADED_BY": "Uploaded By",
129
129
  "DOCUMENTS_UPLOADED_ON": "Uploaded On",
130
+ "DOCUMENTS_ACTION": "Action",
131
+ "DOCUMENTS_VIEW_ATTACHMENTS": "View attachment/s",
132
+ "DOCUMENTS_ERROR_LOADING_ATTACHMENT": "Unable to load attachment. The document URL may be corrupt or not found.",
130
133
  "DROPDOWN_VALUE_REQUIRED": "Please select a value",
131
134
  "DURATION_UNIT_DAYS": "Days",
132
135
  "DURATION_UNIT_HOURS": "Hours",
@@ -127,6 +127,9 @@
127
127
  "DOCUMENTS_TABLE_HEADING": "Documentos del Paciente",
128
128
  "DOCUMENTS_UPLOADED_BY": "Cargado Por",
129
129
  "DOCUMENTS_UPLOADED_ON": "Cargado En",
130
+ "DOCUMENTS_ACTION": "Acción",
131
+ "DOCUMENTS_VIEW_ATTACHMENTS": "Ver adjunto/s",
132
+ "DOCUMENTS_ERROR_LOADING_ATTACHMENT": "No se puede cargar el adjunto. La URL del documento puede estar dañada o no encontrada.",
130
133
  "DROPDOWN_VALUE_REQUIRED": "Por favor seleccione un valor",
131
134
  "DURATION_UNIT_DAYS": "Días",
132
135
  "DURATION_UNIT_HOURS": "Horas",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.190",
3
+ "version": "0.0.1-dev.191",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",