@kenyaemr/esm-active-visits-app 7.0.2-pre.67 → 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/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.67"}
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.67",
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"
@@ -6,25 +6,25 @@
6
6
  "diagnoses": "Diagnósticos",
7
7
  "dose": "Dosis",
8
8
  "encounterType": "Tipo De Encuentro",
9
- "endDate": "End date",
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": "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": "There are no notes to display for this patient",
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": "Quantity",
27
+ "quantity": "Cantidad",
28
28
  "refills": "Recargas",
29
29
  "tests": "Pruebas",
30
30
  "thereIsNoInformationToDisplayHere": "No hay información para mostrar aquí",