@openmrs/esm-active-visits-app 8.3.2-pre.5024 → 8.3.2-pre.5031

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.
@@ -31,4 +31,4 @@ This can impact web performance.
31
31
  Assets:
32
32
  130.js (1.39 MiB)
33
33
 
34
- webpack 5.88.0 compiled with 1 warning in 153303 ms
34
+ webpack 5.88.0 compiled with 1 warning in 140423 ms
package/dist/1644.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_active_visits_app=globalThis.webpackChunk_openmrs_esm_active_visits_app||[]).push([[1644],{1644:i=>{i.exports=JSON.parse('{"activeVisits":"活动就诊","age":"年龄","allEncounters":"所有问诊记录","checkFilters":"检查上方的筛选条件","diagnoses":"诊断","dose":"剂量","encounterType":"问诊类型","endDate":"结束日期","filterTable":"筛选表格","gender":"性别","idNumber":"ID","indication":"适应症","medications":"药物","name":"姓名","noActiveVisitsForLocation":"在这个地点没有活动的就诊记录可供显示。","noDiagnosesFound":"未找到诊断","noEncountersFound":"未找到问诊记录","noMedicationsFound":"未找到药物","noNotesToShowForPatient":"该患者没有可显示的记录","noObservationsFound":"未找到观察记录","notes":"备注","noVisitsToDisplay":"没有就诊可显示","orderDurationAndUnit":"持续 {{duration}} {{durationUnit}}。","orderIndefiniteDuration":"无限期","patients":"患者","provider":"提供者","quantity":"数量","refills":"补充处方","tests":"检验","thereIsNoInformationToDisplayHere":"这里没有可显示的信息","time":"时间","totalVisits":"本日总接诊","visitStartTime":"就诊时间","visitSummary":"就诊总结","visitType":"就诊类型"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_active_visits_app=globalThis.webpackChunk_openmrs_esm_active_visits_app||[]).push([[1644],{1644:i=>{i.exports=JSON.parse('{"activeVisits":"当前就诊","age":"年龄","allEncounters":"所有问诊记录","checkFilters":"检查上方的筛选条件","diagnoses":"诊断","dose":"剂量","encounterType":"问诊类型","endDate":"结束日期","filterTable":"筛选表格","gender":"性别","idNumber":"ID","indication":"适应症","medications":"药物","name":"姓名","noActiveVisitsForLocation":"在这个地点没有活动的就诊记录可供显示。","noDiagnosesFound":"未找到诊断","noEncountersFound":"未找到问诊记录","noMedicationsFound":"未找到药物","noNotesToShowForPatient":"该患者没有可显示的记录","noObservationsFound":"未找到观察记录","notes":"备注","noVisitsToDisplay":"没有就诊可显示","orderDurationAndUnit":"持续 {{duration}} {{durationUnit}}。","orderIndefiniteDuration":"无限期","patients":"患者","provider":"提供者","quantity":"数量","refills":"补充处方","tests":"检验","thereIsNoInformationToDisplayHere":"这里没有可显示的信息","time":"时间","totalVisits":"本日总接诊","visitStartTime":"就诊时间","visitSummary":"就诊总结","visitType":"就诊类型"}')}}]);
@@ -240,7 +240,7 @@
240
240
  "1644.js"
241
241
  ],
242
242
  "auxiliaryFiles": [],
243
- "hash": "057616f935dcb5a6",
243
+ "hash": "2dba3a6978c0a12d",
244
244
  "childrenByOrder": {}
245
245
  },
246
246
  {
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":"8.3.2-pre.5024"}
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":"8.3.2-pre.5031"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-active-visits-app",
3
- "version": "8.3.2-pre.5024",
3
+ "version": "8.3.2-pre.5031",
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",
@@ -1,5 +1,5 @@
1
1
  {
2
- "activeVisits": "活动就诊",
2
+ "activeVisits": "当前就诊",
3
3
  "age": "年龄",
4
4
  "allEncounters": "所有问诊记录",
5
5
  "checkFilters": "检查上方的筛选条件",