@kenyaemr/esm-patient-registration-app 8.0.1-pre.99 → 8.1.0
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 +18 -16
- package/dist/108.js +1 -0
- package/dist/108.js.map +1 -0
- package/dist/574.js +1 -1
- package/dist/623.js +1 -1
- package/dist/735.js +1 -1
- package/dist/745.js +2 -0
- package/dist/{831.js.LICENSE.txt → 745.js.LICENSE.txt} +10 -0
- package/dist/745.js.map +1 -0
- package/dist/{59.js → 76.js} +1 -1
- package/dist/{59.js.map → 76.js.map} +1 -1
- package/dist/830.js +1 -0
- package/dist/830.js.map +1 -0
- package/dist/kenyaemr-esm-patient-registration-app.js +1 -1
- package/dist/kenyaemr-esm-patient-registration-app.js.buildmanifest.json +69 -69
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +10 -0
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -3
- package/src/client-registry/client-registry.component.tsx +22 -0
- package/src/client-registry/hie-client-registry/hie-client-registry.component.tsx +134 -0
- package/src/client-registry/hie-client-registry/hie-client-registry.scss +53 -0
- package/src/client-registry/hie-client-registry/hie-resource.ts +160 -0
- package/src/client-registry/hie-client-registry/hie-types.ts +29 -0
- package/src/client-registry/hie-client-registry/modal/confirm-hie.modal.tsx +82 -0
- package/src/client-registry/hie-client-registry/modal/confirm-hie.scss +10 -0
- package/src/{patient-verification → client-registry/patient-verification}/patient-verification-hook.tsx +1 -1
- package/src/{patient-verification → client-registry/patient-verification}/patient-verification-utils.ts +1 -1
- package/src/{patient-verification → client-registry/patient-verification}/patient-verification.component.tsx +1 -1
- package/src/{patient-verification → client-registry/patient-verification}/patient-verification.scss +1 -1
- package/src/{patient-verification → client-registry/patient-verification}/verification-modal/empty-prompt.component.tsx +9 -6
- package/src/config-schema.ts +37 -0
- package/src/index.ts +5 -2
- package/src/patient-registration/patient-registration-hooks.ts +4 -1
- package/src/patient-registration/patient-registration.component.tsx +24 -17
- package/src/routes.json +7 -2
- package/translations/en.json +12 -0
- package/dist/330.js +0 -1
- package/dist/330.js.map +0 -1
- package/dist/564.js +0 -1
- package/dist/564.js.map +0 -1
- package/dist/831.js +0 -2
- package/dist/831.js.map +0 -1
- /package/src/{patient-verification → client-registry/patient-verification}/assets/counties.json +0 -0
- /package/src/{patient-verification → client-registry/patient-verification}/assets/verification-assets.ts +0 -0
- /package/src/{patient-verification → client-registry/patient-verification}/verification-modal/confirm-prompt.component.tsx +0 -0
- /package/src/{patient-verification → client-registry/patient-verification}/verification-types.ts +0 -0
|
@@ -16,12 +16,36 @@
|
|
|
16
16
|
"main"
|
|
17
17
|
],
|
|
18
18
|
"files": [
|
|
19
|
-
"
|
|
19
|
+
"76.js"
|
|
20
20
|
],
|
|
21
21
|
"auxiliaryFiles": [
|
|
22
|
-
"
|
|
22
|
+
"76.js.map"
|
|
23
23
|
],
|
|
24
|
-
"hash": "
|
|
24
|
+
"hash": "d49da6d0a07814e7",
|
|
25
|
+
"childrenByOrder": {}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"rendered": true,
|
|
29
|
+
"initial": false,
|
|
30
|
+
"entry": false,
|
|
31
|
+
"recorded": false,
|
|
32
|
+
"size": 1342,
|
|
33
|
+
"sizes": {
|
|
34
|
+
"javascript": 1342
|
|
35
|
+
},
|
|
36
|
+
"names": [],
|
|
37
|
+
"idHints": [],
|
|
38
|
+
"runtime": [
|
|
39
|
+
"@kenyaemr/esm-patient-registration-app",
|
|
40
|
+
"main"
|
|
41
|
+
],
|
|
42
|
+
"files": [
|
|
43
|
+
"108.js"
|
|
44
|
+
],
|
|
45
|
+
"auxiliaryFiles": [
|
|
46
|
+
"108.js.map"
|
|
47
|
+
],
|
|
48
|
+
"hash": "e1b942bf82eac75d",
|
|
25
49
|
"childrenByOrder": {}
|
|
26
50
|
},
|
|
27
51
|
{
|
|
@@ -104,10 +128,10 @@
|
|
|
104
128
|
"initial": true,
|
|
105
129
|
"entry": true,
|
|
106
130
|
"recorded": false,
|
|
107
|
-
"size":
|
|
131
|
+
"size": 3320524,
|
|
108
132
|
"sizes": {
|
|
109
133
|
"consume-shared": 294,
|
|
110
|
-
"javascript":
|
|
134
|
+
"javascript": 3299159,
|
|
111
135
|
"share-init": 294,
|
|
112
136
|
"runtime": 20777
|
|
113
137
|
},
|
|
@@ -124,7 +148,7 @@
|
|
|
124
148
|
"auxiliaryFiles": [
|
|
125
149
|
"main.js.map"
|
|
126
150
|
],
|
|
127
|
-
"hash": "
|
|
151
|
+
"hash": "3ea878e49166c867",
|
|
128
152
|
"childrenByOrder": {}
|
|
129
153
|
},
|
|
130
154
|
{
|
|
@@ -264,30 +288,6 @@
|
|
|
264
288
|
"hash": "2e589cb17a3a6274",
|
|
265
289
|
"childrenByOrder": {}
|
|
266
290
|
},
|
|
267
|
-
{
|
|
268
|
-
"rendered": true,
|
|
269
|
-
"initial": false,
|
|
270
|
-
"entry": false,
|
|
271
|
-
"recorded": false,
|
|
272
|
-
"size": 1200,
|
|
273
|
-
"sizes": {
|
|
274
|
-
"javascript": 1200
|
|
275
|
-
},
|
|
276
|
-
"names": [],
|
|
277
|
-
"idHints": [],
|
|
278
|
-
"runtime": [
|
|
279
|
-
"@kenyaemr/esm-patient-registration-app",
|
|
280
|
-
"main"
|
|
281
|
-
],
|
|
282
|
-
"files": [
|
|
283
|
-
"330.js"
|
|
284
|
-
],
|
|
285
|
-
"auxiliaryFiles": [
|
|
286
|
-
"330.js.map"
|
|
287
|
-
],
|
|
288
|
-
"hash": "004e54c4a9c2a3a7",
|
|
289
|
-
"childrenByOrder": {}
|
|
290
|
-
},
|
|
291
291
|
{
|
|
292
292
|
"rendered": true,
|
|
293
293
|
"initial": false,
|
|
@@ -339,33 +339,9 @@
|
|
|
339
339
|
"initial": false,
|
|
340
340
|
"entry": false,
|
|
341
341
|
"recorded": false,
|
|
342
|
-
"size":
|
|
343
|
-
"sizes": {
|
|
344
|
-
"javascript": 771593,
|
|
345
|
-
"consume-shared": 210
|
|
346
|
-
},
|
|
347
|
-
"names": [],
|
|
348
|
-
"idHints": [],
|
|
349
|
-
"runtime": [
|
|
350
|
-
"@kenyaemr/esm-patient-registration-app"
|
|
351
|
-
],
|
|
352
|
-
"files": [
|
|
353
|
-
"564.js"
|
|
354
|
-
],
|
|
355
|
-
"auxiliaryFiles": [
|
|
356
|
-
"564.js.map"
|
|
357
|
-
],
|
|
358
|
-
"hash": "9963532b71f3cc2a",
|
|
359
|
-
"childrenByOrder": {}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"rendered": true,
|
|
363
|
-
"initial": false,
|
|
364
|
-
"entry": false,
|
|
365
|
-
"recorded": false,
|
|
366
|
-
"size": 5796,
|
|
342
|
+
"size": 6278,
|
|
367
343
|
"sizes": {
|
|
368
|
-
"javascript":
|
|
344
|
+
"javascript": 6278
|
|
369
345
|
},
|
|
370
346
|
"names": [],
|
|
371
347
|
"idHints": [],
|
|
@@ -377,7 +353,7 @@
|
|
|
377
353
|
"574.js"
|
|
378
354
|
],
|
|
379
355
|
"auxiliaryFiles": [],
|
|
380
|
-
"hash": "
|
|
356
|
+
"hash": "a96e89bff9030828",
|
|
381
357
|
"childrenByOrder": {}
|
|
382
358
|
},
|
|
383
359
|
{
|
|
@@ -428,7 +404,7 @@
|
|
|
428
404
|
"auxiliaryFiles": [
|
|
429
405
|
"623.js.map"
|
|
430
406
|
],
|
|
431
|
-
"hash": "
|
|
407
|
+
"hash": "1528e1e3657cec6c",
|
|
432
408
|
"childrenByOrder": {}
|
|
433
409
|
},
|
|
434
410
|
{
|
|
@@ -501,7 +477,33 @@
|
|
|
501
477
|
"auxiliaryFiles": [
|
|
502
478
|
"735.js.map"
|
|
503
479
|
],
|
|
504
|
-
"hash": "
|
|
480
|
+
"hash": "d4899fa97a4874c4",
|
|
481
|
+
"childrenByOrder": {}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"rendered": true,
|
|
485
|
+
"initial": false,
|
|
486
|
+
"entry": false,
|
|
487
|
+
"recorded": false,
|
|
488
|
+
"reason": "split chunk (cache group: defaultVendors)",
|
|
489
|
+
"size": 2389537,
|
|
490
|
+
"sizes": {
|
|
491
|
+
"javascript": 2389537
|
|
492
|
+
},
|
|
493
|
+
"names": [],
|
|
494
|
+
"idHints": [
|
|
495
|
+
"vendors"
|
|
496
|
+
],
|
|
497
|
+
"runtime": [
|
|
498
|
+
"@kenyaemr/esm-patient-registration-app"
|
|
499
|
+
],
|
|
500
|
+
"files": [
|
|
501
|
+
"745.js"
|
|
502
|
+
],
|
|
503
|
+
"auxiliaryFiles": [
|
|
504
|
+
"745.js.map"
|
|
505
|
+
],
|
|
506
|
+
"hash": "d396ef6f913373a2",
|
|
505
507
|
"childrenByOrder": {}
|
|
506
508
|
},
|
|
507
509
|
{
|
|
@@ -623,25 +625,23 @@
|
|
|
623
625
|
"initial": false,
|
|
624
626
|
"entry": false,
|
|
625
627
|
"recorded": false,
|
|
626
|
-
"
|
|
627
|
-
"size": 2053438,
|
|
628
|
+
"size": 884495,
|
|
628
629
|
"sizes": {
|
|
629
|
-
"javascript":
|
|
630
|
+
"javascript": 884285,
|
|
631
|
+
"consume-shared": 210
|
|
630
632
|
},
|
|
631
633
|
"names": [],
|
|
632
|
-
"idHints": [
|
|
633
|
-
"vendors"
|
|
634
|
-
],
|
|
634
|
+
"idHints": [],
|
|
635
635
|
"runtime": [
|
|
636
636
|
"@kenyaemr/esm-patient-registration-app"
|
|
637
637
|
],
|
|
638
638
|
"files": [
|
|
639
|
-
"
|
|
639
|
+
"830.js"
|
|
640
640
|
],
|
|
641
641
|
"auxiliaryFiles": [
|
|
642
|
-
"
|
|
642
|
+
"830.js.map"
|
|
643
643
|
],
|
|
644
|
-
"hash": "
|
|
644
|
+
"hash": "e0e0d082236876fb",
|
|
645
645
|
"childrenByOrder": {}
|
|
646
646
|
},
|
|
647
647
|
{
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
"auxiliaryFiles": [
|
|
715
715
|
"kenyaemr-esm-patient-registration-app.js.map"
|
|
716
716
|
],
|
|
717
|
-
"hash": "
|
|
717
|
+
"hash": "30f6a6f54f5c05bb",
|
|
718
718
|
"childrenByOrder": {}
|
|
719
719
|
}
|
|
720
720
|
]
|