@kenyaemr/esm-patient-registration-app 8.1.1-pre.129 → 8.1.2-pre.154
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 +21 -23
- package/dist/108.js +1 -1
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/173.js +2 -0
- package/dist/{895.js.LICENSE.txt → 173.js.LICENSE.txt} +25 -0
- package/dist/173.js.map +1 -0
- package/dist/236.js +1 -0
- package/dist/240.js +1 -0
- package/dist/261.js +1 -0
- package/dist/271.js +1 -1
- package/dist/272.js +1 -0
- package/dist/319.js +1 -1
- package/dist/336.js +1 -0
- package/dist/371.js +1 -0
- package/dist/371.js.map +1 -0
- package/dist/378.js +1 -0
- package/dist/460.js +1 -1
- package/dist/501.js +1 -1
- package/dist/501.js.map +1 -1
- package/dist/539.js +1 -0
- package/dist/566.js +1 -0
- package/dist/574.js +1 -1
- package/dist/623.js +1 -0
- package/dist/623.js.map +1 -0
- package/dist/644.js +1 -1
- package/dist/652.js +1 -0
- package/dist/657.js +1 -0
- package/dist/657.js.map +1 -0
- package/dist/673.js +1 -0
- package/dist/705.js +1 -0
- package/dist/711.js +1 -0
- package/dist/727.js +1 -0
- package/dist/737.js +1 -0
- package/dist/744.js +1 -0
- package/dist/757.js +1 -1
- package/dist/759.js +1 -0
- package/dist/759.js.map +1 -0
- package/dist/76.js +1 -1
- package/dist/788.js +1 -1
- package/dist/807.js +1 -1
- package/dist/833.js +1 -1
- package/dist/899.js +1 -0
- package/dist/kenyaemr-esm-patient-registration-app.js +1 -1
- package/dist/kenyaemr-esm-patient-registration-app.js.buildmanifest.json +445 -93
- package/dist/kenyaemr-esm-patient-registration-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +25 -0
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package-lock.json +2052 -1699
- package/package.json +4 -4
- package/src/client-registry/hie-client-registry/dependants/dependants.component.tsx +46 -0
- package/src/client-registry/hie-client-registry/hie-client-registry.component.tsx +38 -8
- package/src/client-registry/hie-client-registry/hie-resource.ts +126 -21
- package/src/client-registry/hie-client-registry/hie-types.ts +102 -0
- package/src/client-registry/hie-client-registry/modal/confirm-hie.modal.tsx +78 -62
- package/src/client-registry/hie-client-registry/modal/confirm-hie.scss +55 -3
- package/src/client-registry/hie-client-registry/modal/hie-otp-verification-form.component.tsx +88 -0
- package/src/client-registry/hie-client-registry/modal/hie-patient-detail-preview.component.tsx +77 -0
- package/src/client-registry/hie-client-registry/patient-info/patient-info.component.tsx +17 -0
- package/src/config-schema.ts +30 -2
- package/src/patient-registration/field/address/address-search.component.tsx +5 -2
- package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +1 -1
- package/src/patient-registration/field/dob/dob.component.tsx +1 -1
- package/src/patient-registration/field/gender/gender-field.component.tsx +6 -2
- package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +3 -3
- package/src/patient-registration/field/name/name-field.component.tsx +2 -2
- package/src/patient-registration/field/obs/obs-field.component.tsx +9 -5
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +3 -3
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +22 -11
- package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +1 -1
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +12 -4
- package/src/patient-registration/form-manager.test.ts +4 -1
- package/src/patient-registration/form-manager.ts +0 -1
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +52 -62
- package/src/patient-registration/mpi/mpi-patient.resource.ts +21 -0
- package/src/patient-registration/patient-registration-hooks.ts +90 -25
- package/src/patient-registration/patient-registration-utils.test.ts +33 -0
- package/src/patient-registration/patient-registration-utils.ts +63 -13
- package/src/patient-registration/patient-registration.component.tsx +17 -2
- package/src/patient-registration/patient-registration.test.tsx +442 -56
- package/src/patient-registration/section/demographics/demographics-section.component.tsx +3 -3
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +1 -1
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +28 -28
- package/src/widgets/cancel-patient-edit.modal.tsx +2 -0
- package/src/widgets/cancel-patient-edit.scss +29 -0
- package/src/widgets/delete-identifier-confirmation.modal.tsx +2 -0
- package/src/widgets/delete-identifier-confirmation.scss +29 -0
- package/translations/am.json +1 -0
- package/translations/ar.json +6 -4
- package/translations/de.json +118 -0
- package/translations/en.json +17 -0
- package/translations/es.json +2 -0
- package/translations/fr.json +1 -0
- package/translations/he.json +1 -0
- package/translations/hi.json +118 -0
- package/translations/hi_IN.json +118 -0
- package/translations/id.json +118 -0
- package/translations/it.json +118 -0
- package/translations/km.json +1 -0
- package/translations/ne.json +118 -0
- package/translations/pt.json +118 -0
- package/translations/pt_BR.json +118 -0
- package/translations/qu.json +118 -0
- package/translations/si.json +118 -0
- package/translations/sw.json +118 -0
- package/translations/sw_KE.json +118 -0
- package/translations/tr.json +118 -0
- package/translations/tr_TR.json +118 -0
- package/translations/uk.json +118 -0
- package/translations/vi.json +118 -0
- package/translations/zh.json +3 -1
- package/translations/zh_CN.json +2 -0
- package/dist/250.js +0 -1
- package/dist/250.js.map +0 -1
- package/dist/66.js +0 -1
- package/dist/66.js.map +0 -1
- package/dist/662.js +0 -1
- package/dist/662.js.map +0 -1
- package/dist/753.js +0 -1
- package/dist/753.js.map +0 -1
- package/dist/895.js +0 -2
- package/dist/895.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
assets by path *.js 3.
|
|
2
|
-
assets by status 3.
|
|
3
|
-
assets by chunk 1.
|
|
4
|
-
asset 130.js 1.
|
|
5
|
-
asset
|
|
6
|
-
asset main.js
|
|
7
|
-
asset
|
|
8
|
-
+
|
|
9
|
-
assets by path *.json
|
|
10
|
-
asset kenyaemr-esm-patient-registration-app.js.buildmanifest.json
|
|
1
|
+
assets by path *.js 3.9 MiB
|
|
2
|
+
assets by status 3.61 MiB [big]
|
|
3
|
+
assets by chunk 1.9 MiB (id hint: vendors)
|
|
4
|
+
asset 130.js 1.38 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
|
+
asset 173.js 528 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
|
+
asset main.js 1.11 MiB [emitted] [minimized] [big] (name: main) 2 related assets
|
|
7
|
+
asset 759.js 615 KiB [emitted] [minimized] [big] 1 related asset
|
|
8
|
+
+ 39 assets
|
|
9
|
+
assets by path *.json 22.1 KiB
|
|
10
|
+
asset kenyaemr-esm-patient-registration-app.js.buildmanifest.json 20.8 KiB [emitted]
|
|
11
11
|
asset routes.json 1.25 KiB [emitted] [from: src/routes.json] [copied]
|
|
12
|
-
orphan modules
|
|
13
|
-
runtime modules
|
|
14
|
-
built modules
|
|
15
|
-
modules by path ../../node_modules/
|
|
16
|
-
modules by path ./ 1.
|
|
17
|
-
javascript modules 999 KiB 21 modules
|
|
18
|
-
optional modules 54.7 KiB [optional] 9 modules
|
|
12
|
+
orphan modules 5.06 MiB [orphan] 1114 modules
|
|
13
|
+
runtime modules 42.3 KiB 30 modules
|
|
14
|
+
built modules 9.2 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
15
|
+
modules by path ../../node_modules/ 8 MiB 263 modules
|
|
16
|
+
modules by path ./ 1.2 MiB 48 modules
|
|
19
17
|
provide-module modules 294 bytes
|
|
20
18
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
21
19
|
+ 5 modules
|
|
@@ -27,14 +25,14 @@ built modules 8.19 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-sh
|
|
|
27
25
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
28
26
|
This can impact web performance.
|
|
29
27
|
Assets:
|
|
30
|
-
main.js (
|
|
31
|
-
130.js (1.
|
|
32
|
-
|
|
33
|
-
|
|
28
|
+
main.js (1.11 MiB)
|
|
29
|
+
130.js (1.38 MiB)
|
|
30
|
+
759.js (615 KiB)
|
|
31
|
+
173.js (528 KiB)
|
|
34
32
|
|
|
35
33
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
36
34
|
Entrypoints:
|
|
37
|
-
main (
|
|
35
|
+
main (1.11 MiB)
|
|
38
36
|
main.js
|
|
39
37
|
|
|
40
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
38
|
+
webpack 5.88.0 compiled with 2 warnings in 112424 ms
|
package/dist/108.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_kenyaemr_esm_patient_registration_app=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app||[]).push([[108],{3108:(e,t,n)=>{n.r(t),n.d(t,{default:()=>c});var a=n(268),l=n.n(a),o=n(4924),r=n(
|
|
1
|
+
"use strict";(globalThis.webpackChunk_kenyaemr_esm_patient_registration_app=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app||[]).push([[108],{3108:(e,t,n)=>{n.r(t),n.d(t,{default:()=>c});var a=n(268),l=n.n(a),o=n(4924),r=n(3684);const c=function(e){var t=e.close,n=e.onConfirm,a=e.title,c=e.message,i=(0,o.useTranslation)().t;return l().createElement(l().Fragment,null,l().createElement("div",{className:"cds--modal-header"},l().createElement("h3",{className:"cds--modal-header__heading"},null!=a?a:i("clientRegistryEmpty","Create & Post Patient"))),l().createElement("div",{className:"cds--modal-content"},l().createElement("p",null,null!=c?c:i("patientNotFound","The patient records could not be found in Client registry, do you want to continue to create and post patient to registry"))),l().createElement("div",{className:"cds--modal-footer"},l().createElement(r.zxk,{kind:"secondary",onClick:t},i("cancel","Cancel")),l().createElement(r.zxk,{onClick:n},i("continue","Continue to registration"))))}}}]);
|