@bahmni/clinical-app 0.0.1-dev.382 → 0.0.1-dev.384
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/{ConsultationPage-C2_3lynA.js → ConsultationPage-Cf2PpGEU.js} +3220 -3212
- package/dist/{DocumentsTable-CRgjrXxQ-D8eui3SQ.js → DocumentsTable-SqxTcjQX-DZ9idWi6.js} +13 -13
- package/dist/{FormsTable-D5ubXLMz-D8DZ6FTP.js → FormsTable-fLpjpB_m-kLW1_e63.js} +84 -84
- package/dist/{LNWAZHJI-B5EqMkOm.js → LNWAZHJI-DJNVzcWg.js} +2 -2
- package/dist/{MWZ6AO7Z-FewQggj0.js → MWZ6AO7Z-Cl3gefEP.js} +2 -2
- package/dist/{Observations-Dv63uw5H-ZGBbGoWi.js → Observations-c3MY7ts2-B7bJKYZP.js} +43 -43
- package/dist/{YPM2AS64-B08dHWl9.js → YPM2AS64-Bp1z6hTg.js} +1 -1
- package/dist/components/forms/observations/ObservationFormsPanel.d.ts.map +1 -1
- package/dist/events/startConsultation/models.d.ts +0 -2
- package/dist/events/startConsultation/models.d.ts.map +1 -1
- package/dist/{hook-D69Bc-8p.js → hook-Bx4_xNEC.js} +1 -1
- package/dist/{index-3eQkB66O.js → index-B-iZCzvs.js} +15 -15
- package/dist/{index-CNcXiEUF.js → index-CCl9U_74.js} +1 -1
- package/dist/{index-ABQG5GNh.js → index-ChculHgP.js} +29837 -29790
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +3 -3
- package/dist/locales/locale_es.json +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"COMMON_SEARCH_INVALID_EXPRESSION": "Invalid expression in search configuration. Please contact your administrator.",
|
|
80
80
|
"COMMON_SEARCH_INVALID_FORMAT": "Invalid format",
|
|
81
81
|
"COMMON_SEARCH_LABEL": "Common Search",
|
|
82
|
-
"COMMON_SEARCH_LOOKUP_EMPTY": "No matching
|
|
83
|
-
"COMMON_SEARCH_LOOKUP_ERROR": "
|
|
84
|
-
"COMMON_SEARCH_LOOKUP_LOADING": "Loading
|
|
82
|
+
"COMMON_SEARCH_LOOKUP_EMPTY": "No matching option found",
|
|
83
|
+
"COMMON_SEARCH_LOOKUP_ERROR": "An error occurred, try again later",
|
|
84
|
+
"COMMON_SEARCH_LOOKUP_LOADING": "Loading...",
|
|
85
85
|
"COMMON_SEARCH_LOOKUP_UNSUPPORTED_SOURCE": "Unsupported lookup source",
|
|
86
86
|
"COMMON_SEARCH_MODIFY_SEARCH_BUTTON": "Modify search criteria",
|
|
87
87
|
"COMMON_SEARCH_NO_LOCATION_ERROR": "No location selected. Please log in with a location to use search.",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"COMMON_SEARCH_INVALID_EXPRESSION": "Expresión inválida en la configuración de búsqueda. Por favor contacte a su administrador.",
|
|
80
80
|
"COMMON_SEARCH_INVALID_FORMAT": "Formato no válido",
|
|
81
81
|
"COMMON_SEARCH_LABEL": "Búsqueda Común",
|
|
82
|
-
"COMMON_SEARCH_LOOKUP_EMPTY": "No
|
|
83
|
-
"COMMON_SEARCH_LOOKUP_ERROR": "
|
|
84
|
-
"COMMON_SEARCH_LOOKUP_LOADING": "Cargando
|
|
82
|
+
"COMMON_SEARCH_LOOKUP_EMPTY": "No se encontró ninguna opción coincidente",
|
|
83
|
+
"COMMON_SEARCH_LOOKUP_ERROR": "Ocurrió un error, inténtelo de nuevo más tarde",
|
|
84
|
+
"COMMON_SEARCH_LOOKUP_LOADING": "Cargando...",
|
|
85
85
|
"COMMON_SEARCH_LOOKUP_UNSUPPORTED_SOURCE": "Fuente de búsqueda no soportada",
|
|
86
86
|
"COMMON_SEARCH_MODIFY_SEARCH_BUTTON": "Modificar criterios de búsqueda",
|
|
87
87
|
"COMMON_SEARCH_NO_LOCATION_ERROR": "No se ha seleccionado ninguna ubicación. Inicie sesión con una ubicación para usar la búsqueda.",
|