@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/dist/main.js.LICENSE.txt
CHANGED
|
@@ -39,6 +39,16 @@
|
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
|
40
40
|
*/
|
|
41
41
|
|
|
42
|
+
/**
|
|
43
|
+
* @license React
|
|
44
|
+
* react-jsx-runtime.production.min.js
|
|
45
|
+
*
|
|
46
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
47
|
+
*
|
|
48
|
+
* This source code is licensed under the MIT license found in the
|
|
49
|
+
* LICENSE file in the root directory of this source tree.
|
|
50
|
+
*/
|
|
51
|
+
|
|
42
52
|
/**
|
|
43
53
|
* @license React
|
|
44
54
|
* scheduler.production.min.js
|