@openmrs/esm-active-visits-app 9.2.1-pre.7231 → 9.2.1-pre.7254

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.
@@ -1,3 +1,6 @@
1
+ Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
2
+ npx update-browserslist-db@latest
3
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
1
4
  assets by path *.js 2.75 MiB
2
5
  assets by chunk 2.41 MiB (id hint: vendors)
3
6
  asset 4955.js 2.05 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
@@ -29,4 +32,4 @@ This can impact web performance.
29
32
  Assets:
30
33
  4955.js (2.05 MiB)
31
34
 
32
- webpack 5.99.9 compiled with 1 warning in 128229 ms
35
+ webpack 5.99.9 compiled with 1 warning in 145342 ms
package/dist/3099.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_active_visits_app=globalThis.webpackChunk_openmrs_esm_active_visits_app||[]).push([[3099],{93099:a=>{a.exports=JSON.parse('{"activeVisits":"Consultas Activas","allEncounters":"Todos los Encuentros","checkFilters":"Compruebe los filtros anteriores","diagnoses":"Diagnósticos","dose":"Dosis","encounterType":"Tipo De Encuentro","endDate":"Fecha de finalización","filterActiveVisits":"Filtrar Consultas Activas","filterTable":"Filtrar la tabla","indication":"Indicación","medications":"Medicamentos","noActiveVisitsForLocation":"No hay visitas activas para mostrar para esta ubicación.","noDiagnosesFound":"No se encontraron diagnósticos","noEncountersFound":"No se encontraron encuentros","noMedicationsFound":"No se encontraron medicamentos","noNotesToShowForPatient":"No hay notas para mostrar para este paciente","noObservationsFound":"No se encontraron observaciones","notes":"Notas","noVisitsToDisplay":"No hay consultas para mostrar","orderDurationAndUnit":"por {{duration}} {{durationUnit}}","orderIndefiniteDuration":"Duración indefinida","patients":"Pacientes","provider":"Personal de la Salud","quantity":"Cantidad","refills":"Reabastecimientos","tests":"Pruebas","thereIsNoInformationToDisplayHere":"No hay información para mostrar aquí","time":"Hora","totalVisits":"Total de Consultas Hoy","viewPatientChartFor":"Ver historial clínico de {{patientName}}","visitSummary":"Resumen de la Consulta"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_active_visits_app=globalThis.webpackChunk_openmrs_esm_active_visits_app||[]).push([[3099],{93099:a=>{a.exports=JSON.parse('{"activeVisits":"Consultas Activas","allEncounters":"Todos los Encuentros","checkFilters":"Compruebe los filtros anteriores","diagnoses":"Diagnósticos","dose":"Dosis","encounterType":"Tipo De Encuentro","endDate":"Fecha de finalización","filterActiveVisits":"Filtrar consultas activas","filterTable":"Filtrar la tabla","indication":"Indicación","medications":"Medicamentos","noActiveVisitsForLocation":"No hay visitas activas para mostrar para esta ubicación.","noDiagnosesFound":"No se encontraron diagnósticos","noEncountersFound":"No se encontraron encuentros","noMedicationsFound":"No se encontraron medicamentos","noNotesToShowForPatient":"No hay notas para mostrar para este paciente","noObservationsFound":"No se encontraron observaciones","notes":"Notas","noVisitsToDisplay":"No hay consultas para mostrar","orderDurationAndUnit":"por {{duration}} {{durationUnit}}","orderIndefiniteDuration":"Duración indefinida","patients":"Pacientes","provider":"Personal de la Salud","quantity":"Cantidad","refills":"Reabastecimientos","tests":"Pruebas","thereIsNoInformationToDisplayHere":"No hay información para mostrar aquí","time":"Hora","totalVisits":"Total de Consultas Hoy","viewPatientChartFor":"Ver historia clínica de {{patientName}}","visitSummary":"Resumen de la Consulta"}')}}]);
@@ -350,9 +350,9 @@
350
350
  "initial": false,
351
351
  "entry": false,
352
352
  "recorded": false,
353
- "size": 1292,
353
+ "size": 1291,
354
354
  "sizes": {
355
- "javascript": 1292
355
+ "javascript": 1291
356
356
  },
357
357
  "names": [],
358
358
  "idHints": [],
@@ -364,7 +364,7 @@
364
364
  "3099.js"
365
365
  ],
366
366
  "auxiliaryFiles": [],
367
- "hash": "8426a49326002f98",
367
+ "hash": "ff7963b0c777029c",
368
368
  "childrenByOrder": {}
369
369
  },
370
370
  {
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"},{"name":"active-visits-tile","slot":"home-metrics-tiles-slot","component":"homeActiveVisitsTile"},{"name":"total-visits-tile","slot":"home-metrics-tiles-slot","component":"homeTotalVisitsTile"}],"pages":[],"version":"9.2.1-pre.7231"}
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"},{"name":"active-visits-tile","slot":"home-metrics-tiles-slot","component":"homeActiveVisitsTile"},{"name":"total-visits-tile","slot":"home-metrics-tiles-slot","component":"homeTotalVisitsTile"}],"pages":[],"version":"9.2.1-pre.7254"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-active-visits-app",
3
- "version": "9.2.1-pre.7231",
3
+ "version": "9.2.1-pre.7254",
4
4
  "description": "Active visits widget microfrontend for O3",
5
5
  "browser": "dist/openmrs-esm-active-visits-app.js",
6
6
  "main": "src/index.ts",
@@ -6,7 +6,7 @@
6
6
  "dose": "Dosis",
7
7
  "encounterType": "Tipo De Encuentro",
8
8
  "endDate": "Fecha de finalización",
9
- "filterActiveVisits": "Filtrar Consultas Activas",
9
+ "filterActiveVisits": "Filtrar consultas activas",
10
10
  "filterTable": "Filtrar la tabla",
11
11
  "indication": "Indicación",
12
12
  "medications": "Medicamentos",
@@ -28,6 +28,6 @@
28
28
  "thereIsNoInformationToDisplayHere": "No hay información para mostrar aquí",
29
29
  "time": "Hora",
30
30
  "totalVisits": "Total de Consultas Hoy",
31
- "viewPatientChartFor": "Ver historial clínico de {{patientName}}",
31
+ "viewPatientChartFor": "Ver historia clínica de {{patientName}}",
32
32
  "visitSummary": "Resumen de la Consulta"
33
33
  }