@openmrs/esm-active-visits-app 5.2.2-pre.2572 → 5.2.2-pre.2573
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 +7 -8
- package/dist/271.js +1 -0
- package/dist/277.js +1 -1
- package/dist/277.js.map +1 -1
- package/dist/644.js +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-active-visits-app.js.buildmanifest.json +46 -2
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/translations/zh.json +31 -0
- package/translations/zh_CN.json +31 -0
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"auxiliaryFiles": [
|
|
53
53
|
"main.js.map"
|
|
54
54
|
],
|
|
55
|
-
"hash": "
|
|
55
|
+
"hash": "088faac8a04689e2",
|
|
56
56
|
"childrenByOrder": {}
|
|
57
57
|
},
|
|
58
58
|
{
|
|
@@ -103,6 +103,28 @@
|
|
|
103
103
|
"hash": "d8cc819c7cab3ed0",
|
|
104
104
|
"childrenByOrder": {}
|
|
105
105
|
},
|
|
106
|
+
{
|
|
107
|
+
"rendered": true,
|
|
108
|
+
"initial": false,
|
|
109
|
+
"entry": false,
|
|
110
|
+
"recorded": false,
|
|
111
|
+
"size": 701,
|
|
112
|
+
"sizes": {
|
|
113
|
+
"javascript": 701
|
|
114
|
+
},
|
|
115
|
+
"names": [],
|
|
116
|
+
"idHints": [],
|
|
117
|
+
"runtime": [
|
|
118
|
+
"@openmrs/esm-active-visits-app",
|
|
119
|
+
"main"
|
|
120
|
+
],
|
|
121
|
+
"files": [
|
|
122
|
+
"271.js"
|
|
123
|
+
],
|
|
124
|
+
"auxiliaryFiles": [],
|
|
125
|
+
"hash": "9e34ff11ad344c1a",
|
|
126
|
+
"childrenByOrder": {}
|
|
127
|
+
},
|
|
106
128
|
{
|
|
107
129
|
"rendered": true,
|
|
108
130
|
"initial": false,
|
|
@@ -124,7 +146,7 @@
|
|
|
124
146
|
"auxiliaryFiles": [
|
|
125
147
|
"277.js.map"
|
|
126
148
|
],
|
|
127
|
-
"hash": "
|
|
149
|
+
"hash": "5fcb98b1ae4177c7",
|
|
128
150
|
"childrenByOrder": {}
|
|
129
151
|
},
|
|
130
152
|
{
|
|
@@ -316,6 +338,28 @@
|
|
|
316
338
|
"hash": "1165e25cacdb74f2",
|
|
317
339
|
"childrenByOrder": {}
|
|
318
340
|
},
|
|
341
|
+
{
|
|
342
|
+
"rendered": true,
|
|
343
|
+
"initial": false,
|
|
344
|
+
"entry": false,
|
|
345
|
+
"recorded": false,
|
|
346
|
+
"size": 701,
|
|
347
|
+
"sizes": {
|
|
348
|
+
"javascript": 701
|
|
349
|
+
},
|
|
350
|
+
"names": [],
|
|
351
|
+
"idHints": [],
|
|
352
|
+
"runtime": [
|
|
353
|
+
"@openmrs/esm-active-visits-app",
|
|
354
|
+
"main"
|
|
355
|
+
],
|
|
356
|
+
"files": [
|
|
357
|
+
"644.js"
|
|
358
|
+
],
|
|
359
|
+
"auxiliaryFiles": [],
|
|
360
|
+
"hash": "acc24ad40456d67d",
|
|
361
|
+
"childrenByOrder": {}
|
|
362
|
+
},
|
|
319
363
|
{
|
|
320
364
|
"rendered": true,
|
|
321
365
|
"initial": true,
|
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":"5.2.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":"5.2.2-pre.2573"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"activeVisits": "活动就诊",
|
|
3
|
+
"age": "年龄",
|
|
4
|
+
"allEncounters": "所有问诊记录",
|
|
5
|
+
"diagnoses": "诊断",
|
|
6
|
+
"dose": "剂量",
|
|
7
|
+
"encounterType": "问诊类型",
|
|
8
|
+
"filterTable": "筛选表格",
|
|
9
|
+
"gender": "性别",
|
|
10
|
+
"idNumber": "ID",
|
|
11
|
+
"medications": "药物清单",
|
|
12
|
+
"name": "Name",
|
|
13
|
+
"noActiveVisitsForLocation": "在这个地点没有活动的就诊记录可供显示。",
|
|
14
|
+
"noDiagnosesFound": "未找到诊断",
|
|
15
|
+
"noEncountersFound": "未找到问诊记录",
|
|
16
|
+
"noMedicationsFound": "未找到药物清单",
|
|
17
|
+
"noNotesFound": "未找到备注",
|
|
18
|
+
"noObservationsFound": "未找到观察记录",
|
|
19
|
+
"notes": "备注",
|
|
20
|
+
"noVisitsFound": "未找到就诊记录",
|
|
21
|
+
"orderDurationAndUnit": "for {duration} {durationUnit}",
|
|
22
|
+
"orderIndefiniteDuration": "无限期",
|
|
23
|
+
"provider": "服务提供者",
|
|
24
|
+
"refills": "补充处方",
|
|
25
|
+
"tests": "检测",
|
|
26
|
+
"thereIsNoInformationToDisplayHere": "这里没有可显示的信息",
|
|
27
|
+
"time": "时间",
|
|
28
|
+
"visitStartTime": "就诊时间",
|
|
29
|
+
"visitSummary": "就诊总结",
|
|
30
|
+
"visitType": "就诊类型"
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"activeVisits": "活动就诊",
|
|
3
|
+
"age": "年龄",
|
|
4
|
+
"allEncounters": "所有问诊记录",
|
|
5
|
+
"diagnoses": "诊断",
|
|
6
|
+
"dose": "剂量",
|
|
7
|
+
"encounterType": "问诊类型",
|
|
8
|
+
"filterTable": "筛选表格",
|
|
9
|
+
"gender": "性别",
|
|
10
|
+
"idNumber": "ID",
|
|
11
|
+
"medications": "药物清单",
|
|
12
|
+
"name": "Name",
|
|
13
|
+
"noActiveVisitsForLocation": "在这个地点没有活动的就诊记录可供显示。",
|
|
14
|
+
"noDiagnosesFound": "未找到诊断",
|
|
15
|
+
"noEncountersFound": "未找到问诊记录",
|
|
16
|
+
"noMedicationsFound": "未找到药物清单",
|
|
17
|
+
"noNotesFound": "未找到备注",
|
|
18
|
+
"noObservationsFound": "未找到观察记录",
|
|
19
|
+
"notes": "备注",
|
|
20
|
+
"noVisitsFound": "未找到就诊记录",
|
|
21
|
+
"orderDurationAndUnit": "for {duration} {durationUnit}",
|
|
22
|
+
"orderIndefiniteDuration": "无限期",
|
|
23
|
+
"provider": "服务提供者",
|
|
24
|
+
"refills": "补充处方",
|
|
25
|
+
"tests": "检测",
|
|
26
|
+
"thereIsNoInformationToDisplayHere": "这里没有可显示的信息",
|
|
27
|
+
"time": "时间",
|
|
28
|
+
"visitStartTime": "就诊时间",
|
|
29
|
+
"visitSummary": "就诊总结",
|
|
30
|
+
"visitType": "就诊类型"
|
|
31
|
+
}
|