@bahmni/clinical-app 0.0.1-dev.88 → 0.0.1-dev.89

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-DkdqaU7A.js";
1
+ import { X as i } from "./index-DzXSPbkK.js";
2
2
  export {
3
3
  i as ClinicalApp
4
4
  };
@@ -222,6 +222,8 @@
222
222
  "OBSERVATION_FORM_LOADING_METADATA": "Loading form's metadata...",
223
223
  "OBSERVATION_FORM_LOADING_METADATA_ERROR": "Error loading form metadata",
224
224
  "OBSERVATION_FORM_SAVE_BUTTON": "Save Form",
225
+ "OBSERVATION_FORM_VALIDATION_ERROR_TITLE": "Mandatory fields are required",
226
+ "OBSERVATION_FORM_VALIDATION_ERROR_SUBTITLE": "Please fill in all required fields before saving the form",
225
227
  "PARTICIPANT": "Participant(s)",
226
228
  "PATIENT_HEADER_LABEL": "Patient Header",
227
229
  "PINNED_FORMS_INVALID_DATA": "Invalid pinned forms data",
@@ -222,6 +222,8 @@
222
222
  "OBSERVATION_FORM_LOADING_METADATA": "Cargando los metadatos del formulario...",
223
223
  "OBSERVATION_FORM_LOADING_METADATA_ERROR": "Error al cargar los metadatos del formulario",
224
224
  "OBSERVATION_FORM_SAVE_BUTTON": "Guardar Formulario",
225
+ "OBSERVATION_FORM_VALIDATION_ERROR_TITLE": "Los campos obligatorios son requeridos",
226
+ "OBSERVATION_FORM_VALIDATION_ERROR_SUBTITLE": "Por favor complete todos los campos obligatorios antes de guardar el formulario",
225
227
  "PARTICIPANT": "Partícipe(es)",
226
228
  "PATIENT_HEADER_LABEL": "Cabecera del Paciente",
227
229
  "PINNED_FORMS_INVALID_DATA": "Datos de formularios anclados no válidos",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.88",
3
+ "version": "0.0.1-dev.89",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",