@bahmni/clinical-app 0.0.1-dev.54 → 0.0.1-dev.55
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/{LNWAZHJI-a70brmK6.js → LNWAZHJI-DCMquIba.js} +2 -2
- package/dist/{MWZ6AO7Z-DuDZxo-v.js → MWZ6AO7Z-Dd8B6vqK.js} +2 -2
- package/dist/{YPM2AS64-Cj_O7jTq.js → YPM2AS64-TG-AkvL2.js} +1 -1
- package/dist/__mocks__/configMocks.d.ts.map +1 -1
- package/dist/components/dashboardSection/DashboardSection.d.ts.map +1 -1
- package/dist/{index-CnF5Fts2.js → index-Czm9sY1m.js} +26722 -26640
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +5 -1
- package/dist/locales/locale_es.json +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -239,5 +239,9 @@
|
|
|
239
239
|
"VITAL_SIGNS_PULSE": "Pulse",
|
|
240
240
|
"VITAL_SIGNS_RESPIRATORY_RATE": "Respiratory rate",
|
|
241
241
|
"VITAL_SIGNS_SYSTOLIC_BLOOD_PRESSURE": "Systolic blood pressure",
|
|
242
|
-
"VITAL_SIGNS_TEMPERATURE": "Temperature"
|
|
242
|
+
"VITAL_SIGNS_TEMPERATURE": "Temperature",
|
|
243
|
+
"CONTROL_NOT_FOUND": "No controls registered for type: {{type}}",
|
|
244
|
+
"NO_CONFIGURED_CONTROLS": "No configured controls to for this section",
|
|
245
|
+
"INITIALIZING_CONTROL": "Initializing control..."
|
|
246
|
+
|
|
243
247
|
}
|
|
@@ -239,5 +239,8 @@
|
|
|
239
239
|
"VITAL_SIGNS_PULSE": "Pulso",
|
|
240
240
|
"VITAL_SIGNS_RESPIRATORY_RATE": "Frecuencia respiratoria",
|
|
241
241
|
"VITAL_SIGNS_SYSTOLIC_BLOOD_PRESSURE": "Presión arterial sistólica",
|
|
242
|
-
"VITAL_SIGNS_TEMPERATURE": "Temperatura"
|
|
242
|
+
"VITAL_SIGNS_TEMPERATURE": "Temperatura",
|
|
243
|
+
"CONTROL_NOT_FOUND": "Aucun contrôle enregistré pour le type : {{type}}",
|
|
244
|
+
"NO_CONFIGURED_CONTROLS": "Aucune commande configurée pour cette section",
|
|
245
|
+
"INITIALIZING_CONTROL": "Initialisation du contrôle..."
|
|
243
246
|
}
|