@kenyaemr/esm-patient-clinical-view-app 5.4.2-pre.2758 → 5.4.2-pre.2764

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.
Files changed (34) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/dist/127.js +1 -1
  3. package/dist/{805.js → 189.js} +1 -1
  4. package/dist/189.js.map +1 -0
  5. package/dist/40.js +1 -1
  6. package/dist/916.js +1 -1
  7. package/dist/kenyaemr-esm-patient-clinical-view-app.js +2 -2
  8. package/dist/kenyaemr-esm-patient-clinical-view-app.js.buildmanifest.json +36 -36
  9. package/dist/main.js +3 -3
  10. package/dist/main.js.map +1 -1
  11. package/dist/routes.json +1 -1
  12. package/package.json +1 -1
  13. package/src/config-schema.ts +58 -36
  14. package/src/maternal-and-child-health/partography/components/temperature-graph.component.tsx +0 -4
  15. package/src/maternal-and-child-health/partography/components/uterine-contractions-graph.component.tsx +33 -11
  16. package/src/maternal-and-child-health/partography/forms/cervical-contractions-form.component.tsx +124 -136
  17. package/src/maternal-and-child-health/partography/forms/cervix-form.component.tsx +23 -14
  18. package/src/maternal-and-child-health/partography/forms/drugs-iv-fluids-form.component.tsx +6 -10
  19. package/src/maternal-and-child-health/partography/forms/fetal-heart-rate-form.component.tsx +36 -13
  20. package/src/maternal-and-child-health/partography/forms/time-picker-dropdown.component.tsx +27 -46
  21. package/src/maternal-and-child-health/partography/forms/useCervixData.ts +2 -2
  22. package/src/maternal-and-child-health/partography/graphs/cervix-graph.component.tsx +56 -18
  23. package/src/maternal-and-child-health/partography/graphs/fetal-heart-rate-graph.component.tsx +36 -23
  24. package/src/maternal-and-child-health/partography/graphs/pulse-bp-graph.component.tsx +10 -5
  25. package/src/maternal-and-child-health/partography/partograph.component.tsx +315 -371
  26. package/src/maternal-and-child-health/partography/partography.resource.ts +788 -230
  27. package/src/maternal-and-child-health/partography/partography.scss +68 -40
  28. package/src/maternal-and-child-health/partography/resources/cervix.resource.ts +79 -76
  29. package/src/maternal-and-child-health/partography/resources/uterine-contractions.resource.ts +33 -12
  30. package/src/maternal-and-child-health/partography/types/index.ts +94 -0
  31. package/translations/am.json +0 -8
  32. package/translations/en.json +0 -8
  33. package/translations/sw.json +0 -8
  34. package/dist/805.js.map +0 -1
@@ -5,9 +5,9 @@
5
5
  "rendered": true,
6
6
  "initial": false,
7
7
  "entry": false,
8
- "size": 13142,
8
+ "size": 12810,
9
9
  "sizes": {
10
- "javascript": 13142
10
+ "javascript": 12810
11
11
  },
12
12
  "names": [],
13
13
  "idHints": [],
@@ -19,7 +19,30 @@
19
19
  "127.js"
20
20
  ],
21
21
  "auxiliaryFiles": [],
22
- "hash": "f644a125f7be40ca",
22
+ "hash": "12eb78203d35a04b",
23
+ "childrenByOrder": {}
24
+ },
25
+ {
26
+ "type": "chunk",
27
+ "rendered": true,
28
+ "initial": false,
29
+ "entry": false,
30
+ "size": 2706986,
31
+ "sizes": {
32
+ "javascript": 2706986
33
+ },
34
+ "names": [],
35
+ "idHints": [],
36
+ "runtime": [
37
+ "@kenyaemr/esm-patient-clinical-view-app"
38
+ ],
39
+ "files": [
40
+ "189.js"
41
+ ],
42
+ "auxiliaryFiles": [
43
+ "189.js.map"
44
+ ],
45
+ "hash": "1084891a8f8e9e9c",
23
46
  "childrenByOrder": {}
24
47
  },
25
48
  {
@@ -101,9 +124,9 @@
101
124
  "rendered": true,
102
125
  "initial": false,
103
126
  "entry": false,
104
- "size": 13142,
127
+ "size": 12810,
105
128
  "sizes": {
106
- "javascript": 13142
129
+ "javascript": 12810
107
130
  },
108
131
  "names": [],
109
132
  "idHints": [],
@@ -115,7 +138,7 @@
115
138
  "40.js"
116
139
  ],
117
140
  "auxiliaryFiles": [],
118
- "hash": "12f3d145f9954876",
141
+ "hash": "ac0b2402c7623362",
119
142
  "childrenByOrder": {}
120
143
  },
121
144
  {
@@ -367,29 +390,6 @@
367
390
  "hash": "675f73eb4a5d29b6",
368
391
  "childrenByOrder": {}
369
392
  },
370
- {
371
- "type": "chunk",
372
- "rendered": true,
373
- "initial": false,
374
- "entry": false,
375
- "size": 2686404,
376
- "sizes": {
377
- "javascript": 2686404
378
- },
379
- "names": [],
380
- "idHints": [],
381
- "runtime": [
382
- "@kenyaemr/esm-patient-clinical-view-app"
383
- ],
384
- "files": [
385
- "805.js"
386
- ],
387
- "auxiliaryFiles": [
388
- "805.js.map"
389
- ],
390
- "hash": "77435130a031bb50",
391
- "childrenByOrder": {}
392
- },
393
393
  {
394
394
  "type": "chunk",
395
395
  "rendered": true,
@@ -417,10 +417,10 @@
417
417
  "rendered": true,
418
418
  "initial": true,
419
419
  "entry": true,
420
- "size": 11101661,
420
+ "size": 11122243,
421
421
  "sizes": {
422
422
  "consume-shared": 210,
423
- "javascript": 11101241,
423
+ "javascript": 11121823,
424
424
  "runtime": 13222,
425
425
  "share-init": 210
426
426
  },
@@ -437,7 +437,7 @@
437
437
  "auxiliaryFiles": [
438
438
  "main.js.map"
439
439
  ],
440
- "hash": "512f8508a00a0758",
440
+ "hash": "33824498701ad9ff",
441
441
  "childrenByOrder": {}
442
442
  },
443
443
  {
@@ -445,9 +445,9 @@
445
445
  "rendered": true,
446
446
  "initial": false,
447
447
  "entry": false,
448
- "size": 15522,
448
+ "size": 15190,
449
449
  "sizes": {
450
- "javascript": 15522
450
+ "javascript": 15190
451
451
  },
452
452
  "names": [],
453
453
  "idHints": [],
@@ -459,7 +459,7 @@
459
459
  "916.js"
460
460
  ],
461
461
  "auxiliaryFiles": [],
462
- "hash": "cd3799f3261f50ce",
462
+ "hash": "7c24120af64fdc29",
463
463
  "childrenByOrder": {}
464
464
  },
465
465
  {
@@ -536,7 +536,7 @@
536
536
  "auxiliaryFiles": [
537
537
  "kenyaemr-esm-patient-clinical-view-app.js.map"
538
538
  ],
539
- "hash": "fda9a959af7ca582",
539
+ "hash": "162fb8340d7e9f1e",
540
540
  "childrenByOrder": {}
541
541
  },
542
542
  {