@openmrs/esm-laboratory-app 1.0.2 → 1.0.3-pre.3
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/.husky/pre-commit +2 -2
- package/.turbo/cache/6164ea036ee7e282-meta.json +1 -0
- package/.turbo/cache/6164ea036ee7e282.tar.zst +0 -0
- package/.turbo/turbo-build.log +44 -0
- package/dist/1448.js +1 -1
- package/dist/1800.js +1 -1
- package/dist/2156.js +1 -1
- package/dist/2260.js +2 -0
- package/dist/{1556.js.LICENSE.txt → 2260.js.LICENSE.txt} +10 -0
- package/dist/2260.js.map +1 -0
- package/dist/2328.js +1 -1
- package/dist/2636.js +1 -1
- package/dist/2664.js +1 -1
- package/dist/2816.js +1 -1
- package/dist/3240.js +1 -1
- package/dist/3264.js +1 -1
- package/dist/370.js +1 -1
- package/dist/3872.js +1 -1
- package/dist/3956.js +1 -0
- package/dist/3956.js.map +1 -0
- package/dist/4412.js +1 -1
- package/dist/4592.js +1 -1
- package/dist/464.js +1 -1
- package/dist/4744.js +1 -1
- package/dist/5028.js +1 -1
- package/dist/5086.js +1 -1
- package/dist/5136.js +1 -1
- package/dist/5144.js +1 -1
- package/dist/5144.js.map +1 -1
- package/dist/552.js +1 -1
- package/dist/6048.js +1 -1
- package/dist/6048.js.map +1 -1
- package/dist/6092.js +1 -1
- package/dist/6352.js +1 -1
- package/dist/6504.js +1 -1
- package/dist/6676.js +1 -1
- package/dist/6676.js.map +1 -1
- package/dist/6856.js +1 -1
- package/dist/6936.js +1 -1
- package/dist/7295.js +1 -1
- package/dist/7295.js.map +1 -1
- package/dist/7328.js +1 -1
- package/dist/7540.js +1 -1
- package/dist/8064.js +1 -1
- package/dist/8170.js +1 -1
- package/dist/8256.js +1 -1
- package/dist/8320.js +1 -0
- package/dist/8320.js.map +1 -0
- package/dist/8570.js +1 -1
- package/dist/8684.js +1 -1
- package/dist/8698.js +1 -1
- package/dist/8720.js +1 -1
- package/dist/8728.js +1 -1
- package/dist/8728.js.LICENSE.txt +2 -0
- package/dist/8728.js.map +1 -1
- package/dist/8936.js +1 -1
- package/dist/9372.js +1 -0
- package/dist/9464.js +1 -1
- package/dist/9656.js +1 -1
- package/dist/9832.js +1 -1
- package/dist/9864.js +1 -1
- package/dist/9960.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +10 -0
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-laboratory-app.js +1 -1
- package/dist/openmrs-esm-laboratory-app.js.buildmanifest.json +198 -176
- package/dist/routes.json +1 -1
- package/jest.config.js +8 -0
- package/package.json +4 -3
- package/src/components/orders-table/list-order-details.scss +1 -4
- package/src/components/orders-table/orders-data-table.component.tsx +38 -20
- package/src/components/orders-table/orders-data-table.scss +2 -1
- package/src/declarations.d.ts +0 -1
- package/src/lab-tabs/modals/pickup-lab-request-modal.component.tsx +1 -6
- package/src/lab-tabs/modals/reject-lab-request-modal.component.tsx +2 -2
- package/src/lab-tabs/modals/reject-lab-request-modal.scss +0 -28
- package/src/setup-tests.ts +1 -1
- package/tools/index.ts +1 -0
- package/tools/test-utils.ts +44 -0
- package/tools/update-openmrs-deps.mjs +43 -0
- package/translations/am.json +2 -2
- package/translations/ar.json +2 -2
- package/translations/bn.json +2 -2
- package/translations/de.json +2 -2
- package/translations/en.json +2 -2
- package/translations/es.json +27 -27
- package/translations/fr.json +2 -2
- package/translations/he.json +2 -2
- package/translations/hi.json +2 -2
- package/translations/hi_IN.json +2 -2
- package/translations/id.json +2 -2
- package/translations/it.json +2 -2
- package/translations/km.json +2 -2
- package/translations/ku.json +2 -2
- package/translations/ky.json +68 -0
- package/translations/lg.json +2 -2
- package/translations/ne.json +2 -2
- package/translations/pt.json +2 -2
- package/translations/pt_BR.json +2 -2
- package/translations/qu.json +2 -2
- package/translations/ru_RU.json +2 -2
- package/translations/si.json +2 -2
- package/translations/sw.json +2 -2
- package/translations/sw_KE.json +2 -2
- package/translations/tr.json +2 -2
- package/translations/tr_TR.json +2 -2
- package/translations/uk.json +2 -2
- package/translations/uz.json +2 -2
- package/translations/uz_UZ.json +2 -2
- package/translations/vi.json +2 -2
- package/translations/zh.json +2 -2
- package/translations/zh_CN.json +2 -2
- package/tsconfig.json +4 -0
- package/dist/1556.js +0 -2
- package/dist/1556.js.map +0 -1
- package/dist/744.js +0 -1
- package/dist/744.js.map +0 -1
- package/dist/9288.js +0 -1
- package/dist/9288.js.map +0 -1
- package/src/lab-tabs/actions/transition-patient-to-new-queue/transition-patient-to-new-queue.component.tsx +0 -35
- package/src/lab-tabs/actions/transition-patient-to-new-queue/transition-patient-to-new-queue.scss +0 -13
- package/src/lab-tabs/actions/transition-patient-to-new-queue/transition-patient-to-new-queue.test.tsx +0 -64
- package/src/lab-tabs/modals/pickup-lab-request-modal.scss +0 -29
package/translations/zh_CN.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"newStatus": "新的",
|
|
28
28
|
"nextPage": "下一页",
|
|
29
29
|
"NoInstructionLeft": "未提供任何说明。",
|
|
30
|
-
"
|
|
30
|
+
"noLabRequestsFound": "No lab requests found",
|
|
31
31
|
"onHoldStatus": "待定",
|
|
32
32
|
"orderDate": "医嘱日期:",
|
|
33
33
|
"Ordered tests": "已医嘱测试",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"pickRequestConfirmationText": "继续将把请求状态更新为“进行中”,并将其推进到下一阶段。您确定要继续吗?",
|
|
46
46
|
"pickupLabRequest": "选取实验室请求",
|
|
47
47
|
"previousPage": "上一页",
|
|
48
|
+
"printTestResults": "Print results",
|
|
48
49
|
"reasonForDecline": "谢绝原因",
|
|
49
50
|
"receivedStatus": "已接收",
|
|
50
51
|
"Referred tests": "推荐检验",
|
|
@@ -60,7 +61,6 @@
|
|
|
60
61
|
"testsOrdered": "检验已下医嘱",
|
|
61
62
|
"testType": "检验类型",
|
|
62
63
|
"totalOrders": "总医嘱",
|
|
63
|
-
"transition": "Transition",
|
|
64
64
|
"urgencyStatus": "紧迫性:",
|
|
65
65
|
"viewTestResults": "查看检验结果",
|
|
66
66
|
"worklist": "工作表",
|