@kenyaemr/esm-active-visits-app 7.0.2-pre.66 → 7.0.2-pre.68
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/.turbo/turbo-build.log +5 -5
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/319.js +1 -1
- package/dist/835.js +1 -1
- package/dist/835.js.map +1 -1
- package/dist/kenyaemr-esm-active-visits-app.js +1 -1
- package/dist/kenyaemr-esm-active-visits-app.js.buildmanifest.json +13 -13
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/translations/es.json +4 -4
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"active-visits-widget","slot":"homepage-widgets-slot","component":"activeVisits","order":0},{"name":"visit-summary-widget","slot":"visit-summary-slot","component":"visitDetail"}],"pages":[],"version":"7.0.2-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"active-visits-widget","slot":"homepage-widgets-slot","component":"activeVisits","order":0},{"name":"visit-summary-widget","slot":"visit-summary-slot","component":"visitDetail"}],"pages":[],"version":"7.0.2-pre.68"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-active-visits-app",
|
|
3
|
-
"version": "7.0.2-pre.
|
|
3
|
+
"version": "7.0.2-pre.68",
|
|
4
4
|
"description": "Active visits widget microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-active-visits-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js --color",
|
|
19
19
|
"coverage": "yarn test --coverage",
|
|
20
20
|
"typescript": "tsc",
|
|
21
|
-
"extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.extension.tsx' 'src/**/*.workspace.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js"
|
|
21
|
+
"extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.extension.tsx' 'src/**/*modal.tsx' 'src/**/*.workspace.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js"
|
|
22
22
|
},
|
|
23
23
|
"browserslist": [
|
|
24
24
|
"extends browserslist-config-openmrs"
|
package/translations/es.json
CHANGED
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
"diagnoses": "Diagnósticos",
|
|
7
7
|
"dose": "Dosis",
|
|
8
8
|
"encounterType": "Tipo De Encuentro",
|
|
9
|
-
"endDate": "
|
|
9
|
+
"endDate": "Fecha de finalización",
|
|
10
10
|
"filterTable": "Filtrar la tabla",
|
|
11
11
|
"gender": "Género",
|
|
12
12
|
"idNumber": "Número ID",
|
|
13
|
-
"indication": "
|
|
13
|
+
"indication": "Indicación",
|
|
14
14
|
"medications": "Medicaciones",
|
|
15
15
|
"name": "Nombre",
|
|
16
16
|
"noActiveVisitsForLocation": "No hay visitas activas para esta ubicación.",
|
|
17
17
|
"noDiagnosesFound": "No se encontraron diagnósticos",
|
|
18
18
|
"noEncountersFound": "No se encontraron encuentros",
|
|
19
19
|
"noMedicationsFound": "No se encontraron medicaciones",
|
|
20
|
-
"noNotesToShowForPatient": "
|
|
20
|
+
"noNotesToShowForPatient": "No hay notas para mostrar de este paciente",
|
|
21
21
|
"noObservationsFound": "No se encontraron observaciones",
|
|
22
22
|
"notes": "Notas",
|
|
23
23
|
"noVisitsToDisplay": "No hay visitas para mostrar",
|
|
24
24
|
"orderDurationAndUnit": "para {duración} {duraciónUnidad}",
|
|
25
25
|
"orderIndefiniteDuration": "Duración indefinida",
|
|
26
26
|
"provider": "Proveedor",
|
|
27
|
-
"quantity": "
|
|
27
|
+
"quantity": "Cantidad",
|
|
28
28
|
"refills": "Recargas",
|
|
29
29
|
"tests": "Pruebas",
|
|
30
30
|
"thereIsNoInformationToDisplayHere": "No hay información para mostrar aquí",
|