@kenyaemr/esm-patient-registration-app 5.2.3 → 6.0.1-pre.1.0.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.
Files changed (58) hide show
  1. package/dist/130.js +1 -1
  2. package/dist/130.js.map +1 -1
  3. package/dist/271.js +1 -1
  4. package/dist/319.js +1 -1
  5. package/dist/330.js +1 -1
  6. package/dist/460.js +1 -1
  7. package/dist/537.js +1 -1
  8. package/dist/537.js.map +1 -1
  9. package/dist/574.js +1 -1
  10. package/dist/59.js +1 -1
  11. package/dist/59.js.map +1 -1
  12. package/dist/619.js +1 -0
  13. package/dist/619.js.map +1 -0
  14. package/dist/644.js +1 -1
  15. package/dist/735.js +1 -1
  16. package/dist/757.js +1 -1
  17. package/dist/788.js +1 -1
  18. package/dist/895.js +2 -0
  19. package/dist/{431.js.LICENSE.txt → 895.js.LICENSE.txt} +4 -2
  20. package/dist/895.js.map +1 -0
  21. package/dist/kenyaemr-esm-patient-registration-app.js +1 -1
  22. package/dist/kenyaemr-esm-patient-registration-app.js.buildmanifest.json +89 -89
  23. package/dist/kenyaemr-esm-patient-registration-app.js.map +1 -1
  24. package/dist/main.js +1 -1
  25. package/dist/main.js.LICENSE.txt +4 -2
  26. package/dist/main.js.map +1 -1
  27. package/dist/routes.json +1 -1
  28. package/package.json +5 -4
  29. package/src/offline.resources.ts +12 -10
  30. package/src/offline.ts +6 -4
  31. package/src/patient-registration/field/field.resource.ts +3 -3
  32. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +8 -5
  33. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +2 -2
  34. package/src/patient-registration/form-manager.ts +9 -3
  35. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +1 -1
  36. package/src/patient-registration/patient-registration-hooks.ts +13 -8
  37. package/src/patient-registration/patient-registration.component.tsx +1 -1
  38. package/src/patient-registration/patient-registration.resource.test.tsx +3 -3
  39. package/src/patient-registration/patient-registration.resource.ts +14 -14
  40. package/src/patient-registration/patient-registration.types.ts +2 -1
  41. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +2 -2
  42. package/src/patient-verification/patient-verification-hook.tsx +13 -4
  43. package/src/patient-verification/patient-verification-utils.ts +20 -12
  44. package/src/patient-verification/patient-verification.component.tsx +13 -6
  45. package/src/patient-verification/patient-verification.scss +0 -1
  46. package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +3 -12
  47. package/translations/am.json +12 -16
  48. package/translations/ar.json +12 -16
  49. package/translations/en.json +3 -3
  50. package/translations/es.json +24 -32
  51. package/translations/fr.json +42 -54
  52. package/translations/zh.json +29 -21
  53. package/translations/zh_CN.json +29 -21
  54. package/dist/102.js +0 -1
  55. package/dist/102.js.map +0 -1
  56. package/dist/431.js +0 -2
  57. package/dist/431.js.map +0 -1
  58. package/dist.tar.gz +0 -0
@@ -13,9 +13,11 @@
13
13
 
14
14
  /*! *****************************************************************************
15
15
  Copyright (c) Microsoft Corporation.
16
- Permission to use, copy, modify, and/or distribute this software for any
16
+
17
+ Permission to use, copy, modify, and/or distribute this software for any
17
18
  purpose with or without fee is hereby granted.
18
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
19
21
  REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20
22
  AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
21
23
  INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM