@kenyaemr/esm-patient-registration-app 7.0.3-pre.89 → 8.0.1-pre.95

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 (89) hide show
  1. package/.turbo/turbo-build.log +15 -14
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.map +1 -1
  4. package/dist/271.js +1 -1
  5. package/dist/319.js +1 -1
  6. package/dist/460.js +1 -1
  7. package/dist/564.js +1 -0
  8. package/dist/564.js.map +1 -0
  9. package/dist/623.js +1 -0
  10. package/dist/623.js.map +1 -0
  11. package/dist/644.js +1 -1
  12. package/dist/757.js +1 -1
  13. package/dist/788.js +1 -1
  14. package/dist/807.js +1 -1
  15. package/dist/831.js +2 -0
  16. package/dist/831.js.map +1 -0
  17. package/dist/833.js +1 -1
  18. package/dist/kenyaemr-esm-patient-registration-app.js +1 -1
  19. package/dist/kenyaemr-esm-patient-registration-app.js.buildmanifest.json +99 -99
  20. package/dist/main.js +1 -1
  21. package/dist/main.js.map +1 -1
  22. package/dist/routes.json +1 -1
  23. package/package.json +2 -2
  24. package/src/add-patient-link.test.tsx +5 -9
  25. package/src/config-schema.ts +2 -0
  26. package/src/nav-link.test.tsx +3 -3
  27. package/src/patient-registration/field/address/address-field.component.tsx +2 -2
  28. package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +16 -18
  29. package/src/patient-registration/field/address/address-search.scss +5 -5
  30. package/src/patient-registration/field/address/tests/address-hierarchy.test.tsx +165 -95
  31. package/src/patient-registration/field/address/tests/address-search-component.test.tsx +18 -17
  32. package/src/patient-registration/field/dob/dob.component.tsx +3 -6
  33. package/src/patient-registration/field/dob/dob.test.tsx +69 -53
  34. package/src/patient-registration/field/field.scss +30 -25
  35. package/src/patient-registration/field/field.test.tsx +50 -52
  36. package/src/patient-registration/field/gender/gender-field.component.tsx +2 -2
  37. package/src/patient-registration/field/gender/gender-field.test.tsx +45 -27
  38. package/src/patient-registration/field/id/id-field.component.tsx +11 -12
  39. package/src/patient-registration/field/id/id-field.test.tsx +64 -49
  40. package/src/patient-registration/field/id/identifier-selection.scss +12 -8
  41. package/src/patient-registration/field/name/name-field.component.tsx +1 -1
  42. package/src/patient-registration/field/obs/obs-field.component.tsx +7 -12
  43. package/src/patient-registration/field/obs/obs-field.test.tsx +98 -62
  44. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +9 -6
  45. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +49 -51
  46. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +2 -0
  47. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +1 -1
  48. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +5 -5
  49. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +75 -33
  50. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +3 -1
  51. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +9 -12
  52. package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +2 -11
  53. package/src/patient-registration/input/input.scss +12 -12
  54. package/src/patient-registration/patient-registration-context.ts +6 -6
  55. package/src/patient-registration/patient-registration-utils.ts +4 -5
  56. package/src/patient-registration/patient-registration.component.tsx +4 -14
  57. package/src/patient-registration/patient-registration.resource.test.tsx +0 -4
  58. package/src/patient-registration/patient-registration.scss +11 -25
  59. package/src/patient-registration/patient-registration.test.tsx +75 -85
  60. package/src/patient-registration/patient-registration.types.ts +18 -18
  61. package/src/patient-registration/section/death-info/death-info-section.test.tsx +1 -10
  62. package/src/patient-registration/section/demographics/demographics-section.test.tsx +32 -29
  63. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +16 -6
  64. package/src/patient-registration/section/patient-relationships/relationships.scss +4 -4
  65. package/src/patient-registration/section/section-wrapper.component.tsx +1 -1
  66. package/src/patient-registration/section/section.scss +16 -1
  67. package/src/patient-registration/ui-components/overlay/overlay.scss +8 -8
  68. package/src/patient-registration/validation/patient-registration-validation.test.tsx +35 -10
  69. package/src/patient-verification/patient-verification-utils.ts +0 -1
  70. package/src/widgets/cancel-patient-edit.test.tsx +0 -4
  71. package/src/widgets/delete-identifier-confirmation.scss +8 -8
  72. package/src/widgets/delete-identifier-confirmation.test.tsx +0 -4
  73. package/src/widgets/edit-patient-details-button.test.tsx +2 -8
  74. package/translations/am.json +4 -0
  75. package/translations/ar.json +4 -0
  76. package/translations/es.json +4 -0
  77. package/translations/fr.json +4 -0
  78. package/translations/he.json +4 -0
  79. package/translations/km.json +4 -0
  80. package/translations/zh.json +4 -0
  81. package/translations/zh_CN.json +4 -0
  82. package/dist/220.js +0 -2
  83. package/dist/220.js.map +0 -1
  84. package/dist/453.js +0 -1
  85. package/dist/453.js.map +0 -1
  86. package/dist/975.js +0 -1
  87. package/dist/975.js.map +0 -1
  88. package/src/root.test.tsx +0 -32
  89. /package/dist/{220.js.LICENSE.txt → 831.js.LICENSE.txt} +0 -0
package/dist/833.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_patient_registration_app=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app||[]).push([[833],{5833:e=>{e.exports=JSON.parse('{"addRelationshipButtonText":"הוסף יחס","addressHeader":"כתובת","age":"Age","allFieldsRequiredText":"כל השדות נדרשים אלא אם צוין אחרת","autoGeneratedPlaceholderText":"נוצר אוטומטית","birthdayNotInTheFuture":"תאריך הלידה לא יכול להיות בעתיד","birthdayRequired":"תאריך הלידה נדרש","birthFieldLabelText":"לידה","cancel":"ביטול","causeOfDeathInputLabel":"סיבת המוות","clientRegistryEmpty":"Create & Post Patient","clientVerificationWithClientRegistry":"Client verification with client registry","closeOverlay":"סגור חיפוש","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"הגדר","configureIdentifiers":"הגדר זיהויים","contactSection":"פרטי יצירת קשר","createNewPatient":"Create new patient","continue":"Continue to registration","createNew":"צור חדש","dateOfBirth":"Date of birth","dateOfBirthLabelText":"תאריך לידה","deathDateInputLabel":"תאריך המוות","deathdayNotInTheFuture":"תאריך המוות לא יכול להיות בעתיד","deathSection":"מידע על המוות","deleteIdentifierTooltip":"מחק","deleteRelationshipTooltipText":"מחק","demographicsSection":"מידע בסיסי","discard":"התעלם","discardModalBody":"השינויים שביצעת בפרטי המטופל לא נשמרו. האם להתעלם מהשינויים?","discardModalHeader":"אשר התעלמות מהשינויים","dobToggleLabelText":"תאריך הלידה ידוע?","editIdentifierTooltip":"ערוך","editPatientDetails":"ערוך פרטי מטופל","editPatientDetailsBreadcrumb":"ערוך פרטי מטופל","error":"שגיאה","errorFetchingOrderedFields":"שגיאה בעת קבלת השדות המסודרים להירכבות הכתובת","estimatedAgeInMonthsLabelText":"גיל משוער בחודשים","estimatedAgeInYearsLabelText":"גיל משוער בשנים","familyNameLabelText":"שם משפחה","familyNameRequired":"שם משפחה נדרש","female":"נקבה","fullNameLabelText":"שם מלא","gender":"Gender","genderLabelText":"מין","genderRequired":"מין נדרש","genderUnspecified":"מין לא מוגדר","givenNameLabelText":"שם פרטי","givenNameRequired":"שם פרטי נדרש","identifierValueRequired":"ערך זיהוי נדרש","idFieldLabelText":"זיהויים","IDInstructions":"בחר את הזיהויים שתרצה להוסיף למטופל זה:","incompleteForm":"טופס לא מלא","invalidEmail":"יש לספק כתובת אימייל חוקית","invalidInput":"קלט לא חוקי","isDeadInputLabel":"מת?","jumpTo":"קפיצה ל","male":"זכר","middleNameLabelText":"שם תוכני","nascopNumber":"Nascop facility no","nationalId":"National ID","negativeMonths":"חודשים שליליים","negativeYears":"שנים שליליות","no":"לא","numberInNameDubious":"מספר בשם חשוד","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"אופציונלי","originFacilityCode":"Origin facility code","originFacilityName":"Origin facility name","other":"אחר","patient":"מטופל","patientDetailsFound":"Patient information found in the registry, do you want to use the information to continue with registration?","patientName":"Patient name","patientNameKnown":"שם המטופל ידוע?","patientNotFound":"The patient records could not be found in Client registry, do you want to continue to create and post patient to registry","patientRegistrationBreadcrumb":"רישום מטופל","postToRegistry":"Post to registry","registerPatient":"רשום מטופל","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"קשר","relationshipPersonMustExist":"האדם הקשור חייב להיות אדם קיים","relationshipPlaceholder":"קשר","relationshipRemovedText":"קשר הוסר","relationshipsSection":"קשרים","relationshipToPatient":"קשר למטופל","relativeFullNameLabelText":"שם מלא","relativeNamePlaceholder":"שם פרטי שם משפחה","resetIdentifierTooltip":"איפוס","restoreRelationshipActionButton":"ביטול","searchAddress":"חיפוש כתובת","searchIdentifierPlaceholder":"חיפוש זיהוי","selectAnOption":"בחר אפשרות","selectCountry":"Select country","selectIdentifierType":"Select identifier type","sexFieldLabelText":"מין","source":"מקור","stroke":"שבץ","submitting":"Submitting","unableToFetch":"אין אפשרות לאחזר סוג מאפיין אדם - {{personattributetype}}","unknown":"לא ידוע","unknownPatientAttributeType":"סוג המאפיין של המטופל לא ידוע {{personAttributeTypeFormat}}","updatePatient":"עדכון פרטי מטופל","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","useValues":"Use values","validate":"Validate","yearsEstimateRequired":"נדרש חיזוי שנים","yes":"כן"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_patient_registration_app=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app||[]).push([[833],{5833:e=>{e.exports=JSON.parse('{"addRelationshipButtonText":"הוסף יחס","addressHeader":"כתובת","age":"Age","allFieldsRequiredText":"כל השדות נדרשים אלא אם צוין אחרת","autoGeneratedPlaceholderText":"נוצר אוטומטית","birthdayNotInTheFuture":"תאריך הלידה לא יכול להיות בעתיד","birthdayRequired":"תאריך הלידה נדרש","birthFieldLabelText":"לידה","cancel":"ביטול","causeOfDeathInputLabel":"סיבת המוות","clientRegistryEmpty":"Create & Post Patient","clientVerificationWithClientRegistry":"Client verification with client registry","closeOverlay":"סגור חיפוש","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"הגדר","configureIdentifiers":"הגדר זיהויים","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"פרטי יצירת קשר","createNewPatient":"Create new patient","continue":"Continue to registration","createNew":"צור חדש","dateOfBirth":"Date of birth","dateOfBirthLabelText":"תאריך לידה","deathDateInputLabel":"תאריך המוות","deathdayNotInTheFuture":"תאריך המוות לא יכול להיות בעתיד","deathSection":"מידע על המוות","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"מחק","deleteRelationshipTooltipText":"מחק","demographicsSection":"מידע בסיסי","discard":"התעלם","discardModalBody":"השינויים שביצעת בפרטי המטופל לא נשמרו. האם להתעלם מהשינויים?","discardModalHeader":"אשר התעלמות מהשינויים","dobToggleLabelText":"תאריך הלידה ידוע?","editIdentifierTooltip":"ערוך","editPatientDetails":"ערוך פרטי מטופל","editPatientDetailsBreadcrumb":"ערוך פרטי מטופל","error":"שגיאה","errorFetchingOrderedFields":"שגיאה בעת קבלת השדות המסודרים להירכבות הכתובת","estimatedAgeInMonthsLabelText":"גיל משוער בחודשים","estimatedAgeInYearsLabelText":"גיל משוער בשנים","familyNameLabelText":"שם משפחה","familyNameRequired":"שם משפחה נדרש","female":"נקבה","fullNameLabelText":"שם מלא","gender":"Gender","genderLabelText":"מין","genderRequired":"מין נדרש","genderUnspecified":"מין לא מוגדר","givenNameLabelText":"שם פרטי","givenNameRequired":"שם פרטי נדרש","identifierValueRequired":"ערך זיהוי נדרש","idFieldLabelText":"זיהויים","IDInstructions":"בחר את הזיהויים שתרצה להוסיף למטופל זה:","incompleteForm":"טופס לא מלא","invalidEmail":"יש לספק כתובת אימייל חוקית","invalidInput":"קלט לא חוקי","isDeadInputLabel":"מת?","jumpTo":"קפיצה ל","male":"זכר","middleNameLabelText":"שם תוכני","nascopNumber":"Nascop facility no","nationalId":"National ID","negativeMonths":"חודשים שליליים","negativeYears":"שנים שליליות","no":"לא","numberInNameDubious":"מספר בשם חשוד","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"אופציונלי","originFacilityCode":"Origin facility code","originFacilityName":"Origin facility name","other":"אחר","patient":"מטופל","patientDetailsFound":"Patient information found in the registry, do you want to use the information to continue with registration?","patientName":"Patient name","patientNameKnown":"שם המטופל ידוע?","patientNotFound":"The patient records could not be found in Client registry, do you want to continue to create and post patient to registry","patientRegistrationBreadcrumb":"רישום מטופל","postToRegistry":"Post to registry","registerPatient":"רשום מטופל","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"קשר","relationshipPersonMustExist":"האדם הקשור חייב להיות אדם קיים","relationshipPlaceholder":"קשר","relationshipRemovedText":"קשר הוסר","relationshipsSection":"קשרים","relationshipToPatient":"קשר למטופל","relativeFullNameLabelText":"שם מלא","relativeNamePlaceholder":"שם פרטי שם משפחה","removeIdentifierButton":"Remove Identifier","resetIdentifierTooltip":"איפוס","restoreRelationshipActionButton":"ביטול","searchAddress":"חיפוש כתובת","searchIdentifierPlaceholder":"חיפוש זיהוי","selectAnOption":"בחר אפשרות","selectCountry":"Select country","selectIdentifierType":"Select identifier type","sexFieldLabelText":"מין","source":"מקור","stroke":"שבץ","submitting":"Submitting","unableToFetch":"אין אפשרות לאחזר סוג מאפיין אדם - {{personattributetype}}","unknown":"לא ידוע","unknownPatientAttributeType":"סוג המאפיין של המטופל לא ידוע {{personAttributeTypeFormat}}","updatePatient":"עדכון פרטי מטופל","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","useValues":"Use values","validate":"Validate","yearsEstimateRequired":"נדרש חיזוי שנים","yes":"כן"}')}}]);
@@ -1 +1 @@
1
- var _kenyaemr_esm_patient_registration_app;(()=>{"use strict";var e,r,t,n,a,o,i,l,s,u,p,f,d,h,c,m={372:(e,r,t)=>{var n={"./start":()=>Promise.all([t.e(255),t.e(220),t.e(268),t.e(325),t.e(453)]).then((()=>()=>t(2453)))},a=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),o=(e,r)=>{if(t.S){var n="default",a=t.S[n];if(a&&a!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>a,init:()=>o})}},v={};function g(e){var r=v[e];if(void 0!==r)return r.exports;var t=v[e]={id:e,loaded:!1,exports:{}};return m[e].call(t.exports,t,t.exports,g),t.loaded=!0,t.exports}g.m=m,g.c=v,g.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return g.d(r,{a:r}),r},g.d=(e,r)=>{for(var t in r)g.o(r,t)&&!g.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},g.f={},g.e=e=>Promise.all(Object.keys(g.f).reduce(((r,t)=>(g.f[t](e,r),r)),[])),g.u=e=>e+".js",g.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),g.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@kenyaemr/esm-patient-registration-app:",g.l=(t,n,a,o)=>{if(e[t])e[t].push(n);else{var i,l;if(void 0!==a)for(var s=document.getElementsByTagName("script"),u=0;u<s.length;u++){var p=s[u];if(p.getAttribute("src")==t||p.getAttribute("data-webpack")==r+a){i=p;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,g.nc&&i.setAttribute("nonce",g.nc),i.setAttribute("data-webpack",r+a),i.src=t),e[t]=[n];var f=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var a=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),a&&a.forEach((e=>e(n))),r)return r(n)},d=setTimeout(f.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=f.bind(null,i.onerror),i.onload=f.bind(null,i.onload),l&&document.head.appendChild(i)}},g.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},g.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{g.S={};var e={},r={};g.I=(t,n)=>{n||(n=[]);var a=r[t];if(a||(a=r[t]={}),!(n.indexOf(a)>=0)){if(n.push(a),e[t])return e[t];g.o(g.S,t)||(g.S[t]={});var o=g.S[t],i="@kenyaemr/esm-patient-registration-app",l=(e,r,t,n)=>{var a=o[e]=o[e]||{},l=a[r];(!l||!l.loaded&&(!n!=!l.eager?n:i>l.from))&&(a[r]={get:t,from:i,eager:!!n})},s=[];return"default"===t&&(l("@openmrs/esm-framework","5.6.1-pre.1966",(()=>Promise.all([g.e(130),g.e(268),g.e(753)]).then((()=>()=>g(130))))),l("dayjs","1.11.10",(()=>g.e(879).then((()=>()=>g(8879))))),l("react-i18next","11.18.6",(()=>Promise.all([g.e(268),g.e(501)]).then((()=>()=>g(5501))))),l("react-router-dom","6.4.3",(()=>Promise.all([g.e(591),g.e(268)]).then((()=>()=>g(6591))))),l("react","18.2.0",(()=>g.e(784).then((()=>()=>g(2784))))),l("swr/_internal","2.2.4",(()=>Promise.all([g.e(729),g.e(268)]).then((()=>()=>g(4729))))),l("swr/immutable","2.2.4",(()=>Promise.all([g.e(255),g.e(268),g.e(325),g.e(152)]).then((()=>()=>g(2303)))))),e[t]=s.length?Promise.all(s).then((()=>e[t]=1)):1}}})(),(()=>{var e;g.g.importScripts&&(e=g.g.location+"");var r=g.g.document;if(!e&&r&&(r.currentScript&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&!e;)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),g.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var a=e[n],o=(typeof a)[0];if(n>=r.length)return"u"==o;var i=r[n],l=(typeof i)[0];if(o!=l)return"o"==o&&"n"==l||"s"==l||"u"==o;if("o"!=o&&"u"!=o&&a!=i)return a<i;n++}},a=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,o=1;o<e.length;o++)n--,t+="u"==(typeof(l=e[o]))[0]?"-":(n>0?".":"")+(n=2,l);return t}var i=[];for(o=1;o<e.length;o++){var l=e[o];i.push(0===l?"not("+s()+")":1===l?"("+s()+" || "+s()+")":2===l?i.pop()+" "+i.pop():a(l))}return s();function s(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,r)=>{if(0 in e){r=t(r);var n=e[0],a=n<0;a&&(n=-n-1);for(var i=0,l=1,s=!0;;l++,i++){var u,p,f=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(p=(typeof(u=r[i]))[0]))return!s||("u"==f?l>n&&!a:""==f!=a);if("u"==p){if(!s||"u"!=f)return!1}else if(s)if(f==p)if(l<=n){if(u!=e[l])return!1}else{if(a?u>e[l]:u<e[l])return!1;u!=e[l]&&(s=!1)}else if("s"!=f&&"n"!=f){if(a||l<=n)return!1;s=!1,l--}else{if(l<=n||p<f!=a)return!1;s=!1}else"s"!=f&&"n"!=f&&(s=!1,l--)}}var d=[],h=d.pop.bind(d);for(i=1;i<e.length;i++){var c=e[i];d.push(1==c?h()|h():2==c?h()&h():c?o(c,r):!h())}return!!h()},i=(e,r)=>{var t=e[r];return Object.keys(t).reduce(((e,r)=>!e||!t[e].loaded&&n(e,r)?r:e),0)},l=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+a(n)+")",s=(e,r,t,n)=>{var a=i(e,t);return o(n,a)||u(l(e,t,a,n)),p(e[t][a])},u=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},p=e=>(e.loaded=1,e.get()),f=(e=>function(r,t,n,a){var o=g.I(r);return o&&o.then?o.then(e.bind(e,r,g.S[r],t,n,a)):e(0,g.S[r],t,n,a)})(((e,r,t,n,a)=>r&&g.o(r,t)?s(r,0,t,n):a())),d={},h={268:()=>f("default","react",[1,18],(()=>g.e(784).then((()=>()=>g(2784))))),3325:()=>f("default","swr/_internal",[1,2],(()=>g.e(729).then((()=>()=>g(4729))))),2870:()=>f("default","@openmrs/esm-framework",[1,5],(()=>g.e(130).then((()=>()=>g(130))))),3565:()=>f("default","dayjs",[1,1],(()=>g.e(879).then((()=>()=>g(8879))))),4924:()=>f("default","react-i18next",[1,11],(()=>g.e(169).then((()=>()=>g(5501))))),8744:()=>f("default","react-router-dom",[1,6],(()=>g.e(591).then((()=>()=>g(6591))))),9198:()=>f("default","swr/immutable",[1,2],(()=>g.e(303).then((()=>()=>g(2303)))))},c={268:[268],325:[3325],453:[2870,3565,4924,8744,9198]},g.f.consumes=(e,r)=>{g.o(c,e)&&c[e].forEach((e=>{if(g.o(d,e))return r.push(d[e]);var t=r=>{d[e]=0,g.m[e]=t=>{delete g.c[e],t.exports=r()}},n=r=>{delete d[e],g.m[e]=t=>{throw delete g.c[e],r}};try{var a=h[e]();a.then?r.push(d[e]=a.then(t).catch(n)):t(a)}catch(e){n(e)}}))},(()=>{var e={884:0};g.f.j=(r,t)=>{var n=g.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(/^(268|325)$/.test(r))e[r]=0;else{var a=new Promise(((t,a)=>n=e[r]=[t,a]));t.push(n[2]=a);var o=g.p+g.u(r),i=new Error;g.l(o,(t=>{if(g.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var a=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+a+": "+o+")",i.name="ChunkLoadError",i.type=a,i.request=o,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,a,[o,i,l]=t,s=0;if(o.some((r=>0!==e[r]))){for(n in i)g.o(i,n)&&(g.m[n]=i[n]);l&&l(g)}for(r&&r(t);s<o.length;s++)a=o[s],g.o(e,a)&&e[a]&&e[a][0](),e[a]=0},t=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),g.nc=void 0;var y=g(372);_kenyaemr_esm_patient_registration_app=y})();
1
+ var _kenyaemr_esm_patient_registration_app;(()=>{"use strict";var e,r,t,n,a,o,i,l,s,u,p,f,d,h,c,m={372:(e,r,t)=>{var n={"./start":()=>Promise.all([t.e(255),t.e(831),t.e(268),t.e(325),t.e(564)]).then((()=>()=>t(5564)))},a=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),o=(e,r)=>{if(t.S){var n="default",a=t.S[n];if(a&&a!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>a,init:()=>o})}},v={};function g(e){var r=v[e];if(void 0!==r)return r.exports;var t=v[e]={id:e,loaded:!1,exports:{}};return m[e].call(t.exports,t,t.exports,g),t.loaded=!0,t.exports}g.m=m,g.c=v,g.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return g.d(r,{a:r}),r},g.d=(e,r)=>{for(var t in r)g.o(r,t)&&!g.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},g.f={},g.e=e=>Promise.all(Object.keys(g.f).reduce(((r,t)=>(g.f[t](e,r),r)),[])),g.u=e=>e+".js",g.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),g.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@kenyaemr/esm-patient-registration-app:",g.l=(t,n,a,o)=>{if(e[t])e[t].push(n);else{var i,l;if(void 0!==a)for(var s=document.getElementsByTagName("script"),u=0;u<s.length;u++){var p=s[u];if(p.getAttribute("src")==t||p.getAttribute("data-webpack")==r+a){i=p;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,g.nc&&i.setAttribute("nonce",g.nc),i.setAttribute("data-webpack",r+a),i.src=t),e[t]=[n];var f=(r,n)=>{i.onerror=i.onload=null,clearTimeout(d);var a=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),a&&a.forEach((e=>e(n))),r)return r(n)},d=setTimeout(f.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=f.bind(null,i.onerror),i.onload=f.bind(null,i.onload),l&&document.head.appendChild(i)}},g.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},g.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{g.S={};var e={},r={};g.I=(t,n)=>{n||(n=[]);var a=r[t];if(a||(a=r[t]={}),!(n.indexOf(a)>=0)){if(n.push(a),e[t])return e[t];g.o(g.S,t)||(g.S[t]={});var o=g.S[t],i="@kenyaemr/esm-patient-registration-app",l=(e,r,t,n)=>{var a=o[e]=o[e]||{},l=a[r];(!l||!l.loaded&&(!n!=!l.eager?n:i>l.from))&&(a[r]={get:t,from:i,eager:!!n})},s=[];return"default"===t&&(l("@openmrs/esm-framework","5.7.3-pre.2171",(()=>Promise.all([g.e(130),g.e(268),g.e(753)]).then((()=>()=>g(130))))),l("dayjs","1.11.10",(()=>g.e(879).then((()=>()=>g(8879))))),l("react-i18next","11.18.6",(()=>Promise.all([g.e(268),g.e(501)]).then((()=>()=>g(5501))))),l("react-router-dom","6.4.3",(()=>Promise.all([g.e(591),g.e(268)]).then((()=>()=>g(6591))))),l("react","18.2.0",(()=>g.e(784).then((()=>()=>g(2784))))),l("swr/_internal","2.2.4",(()=>Promise.all([g.e(729),g.e(268)]).then((()=>()=>g(4729))))),l("swr/immutable","2.2.4",(()=>Promise.all([g.e(255),g.e(268),g.e(325),g.e(152)]).then((()=>()=>g(2303)))))),e[t]=s.length?Promise.all(s).then((()=>e[t]=1)):1}}})(),(()=>{var e;g.g.importScripts&&(e=g.g.location+"");var r=g.g.document;if(!e&&r&&(r.currentScript&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&!e;)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),g.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var a=e[n],o=(typeof a)[0];if(n>=r.length)return"u"==o;var i=r[n],l=(typeof i)[0];if(o!=l)return"o"==o&&"n"==l||"s"==l||"u"==o;if("o"!=o&&"u"!=o&&a!=i)return a<i;n++}},a=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,o=1;o<e.length;o++)n--,t+="u"==(typeof(l=e[o]))[0]?"-":(n>0?".":"")+(n=2,l);return t}var i=[];for(o=1;o<e.length;o++){var l=e[o];i.push(0===l?"not("+s()+")":1===l?"("+s()+" || "+s()+")":2===l?i.pop()+" "+i.pop():a(l))}return s();function s(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,r)=>{if(0 in e){r=t(r);var n=e[0],a=n<0;a&&(n=-n-1);for(var i=0,l=1,s=!0;;l++,i++){var u,p,f=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(p=(typeof(u=r[i]))[0]))return!s||("u"==f?l>n&&!a:""==f!=a);if("u"==p){if(!s||"u"!=f)return!1}else if(s)if(f==p)if(l<=n){if(u!=e[l])return!1}else{if(a?u>e[l]:u<e[l])return!1;u!=e[l]&&(s=!1)}else if("s"!=f&&"n"!=f){if(a||l<=n)return!1;s=!1,l--}else{if(l<=n||p<f!=a)return!1;s=!1}else"s"!=f&&"n"!=f&&(s=!1,l--)}}var d=[],h=d.pop.bind(d);for(i=1;i<e.length;i++){var c=e[i];d.push(1==c?h()|h():2==c?h()&h():c?o(c,r):!h())}return!!h()},i=(e,r)=>{var t=e[r];return Object.keys(t).reduce(((e,r)=>!e||!t[e].loaded&&n(e,r)?r:e),0)},l=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+a(n)+")",s=(e,r,t,n)=>{var a=i(e,t);return o(n,a)||u(l(e,t,a,n)),p(e[t][a])},u=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},p=e=>(e.loaded=1,e.get()),f=(e=>function(r,t,n,a){var o=g.I(r);return o&&o.then?o.then(e.bind(e,r,g.S[r],t,n,a)):e(0,g.S[r],t,n,a)})(((e,r,t,n,a)=>r&&g.o(r,t)?s(r,0,t,n):a())),d={},h={268:()=>f("default","react",[1,18],(()=>g.e(784).then((()=>()=>g(2784))))),3325:()=>f("default","swr/_internal",[1,2],(()=>g.e(729).then((()=>()=>g(4729))))),2870:()=>f("default","@openmrs/esm-framework",[1,5],(()=>g.e(130).then((()=>()=>g(130))))),3565:()=>f("default","dayjs",[1,1],(()=>g.e(879).then((()=>()=>g(8879))))),4924:()=>f("default","react-i18next",[1,11],(()=>g.e(169).then((()=>()=>g(5501))))),8744:()=>f("default","react-router-dom",[1,6],(()=>g.e(591).then((()=>()=>g(6591))))),9198:()=>f("default","swr/immutable",[1,2],(()=>g.e(303).then((()=>()=>g(2303)))))},c={268:[268],325:[3325],564:[2870,3565,4924,8744,9198]},g.f.consumes=(e,r)=>{g.o(c,e)&&c[e].forEach((e=>{if(g.o(d,e))return r.push(d[e]);var t=r=>{d[e]=0,g.m[e]=t=>{delete g.c[e],t.exports=r()}},n=r=>{delete d[e],g.m[e]=t=>{throw delete g.c[e],r}};try{var a=h[e]();a.then?r.push(d[e]=a.then(t).catch(n)):t(a)}catch(e){n(e)}}))},(()=>{var e={884:0};g.f.j=(r,t)=>{var n=g.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(/^(268|325)$/.test(r))e[r]=0;else{var a=new Promise(((t,a)=>n=e[r]=[t,a]));t.push(n[2]=a);var o=g.p+g.u(r),i=new Error;g.l(o,(t=>{if(g.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var a=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+a+": "+o+")",i.name="ChunkLoadError",i.type=a,i.request=o,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,a,[o,i,l]=t,s=0;if(o.some((r=>0!==e[r]))){for(n in i)g.o(i,n)&&(g.m[n]=i[n]);l&&l(g)}for(r&&r(t);s<o.length;s++)a=o[s],g.o(e,a)&&e[a]&&e[a][0](),e[a]=0},t=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app=globalThis.webpackChunk_kenyaemr_esm_patient_registration_app||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),g.nc=void 0;var y=g(372);_kenyaemr_esm_patient_registration_app=y})();
@@ -30,9 +30,9 @@
30
30
  "entry": false,
31
31
  "recorded": false,
32
32
  "reason": "reused as split chunk (cache group: defaultVendors)",
33
- "size": 1795065,
33
+ "size": 3484420,
34
34
  "sizes": {
35
- "javascript": 1795065
35
+ "javascript": 3484420
36
36
  },
37
37
  "names": [],
38
38
  "idHints": [
@@ -48,7 +48,7 @@
48
48
  "auxiliaryFiles": [
49
49
  "130.js.map"
50
50
  ],
51
- "hash": "2a77481332387f5b",
51
+ "hash": "7ba8ff9255d2fd58",
52
52
  "childrenByOrder": {}
53
53
  },
54
54
  {
@@ -104,10 +104,10 @@
104
104
  "initial": true,
105
105
  "entry": true,
106
106
  "recorded": false,
107
- "size": 2622899,
107
+ "size": 2869633,
108
108
  "sizes": {
109
109
  "consume-shared": 294,
110
- "javascript": 2601534,
110
+ "javascript": 2848268,
111
111
  "share-init": 294,
112
112
  "runtime": 20777
113
113
  },
@@ -124,33 +124,7 @@
124
124
  "auxiliaryFiles": [
125
125
  "main.js.map"
126
126
  ],
127
- "hash": "60b6c8fe609786e8",
128
- "childrenByOrder": {}
129
- },
130
- {
131
- "rendered": true,
132
- "initial": false,
133
- "entry": false,
134
- "recorded": false,
135
- "reason": "split chunk (cache group: defaultVendors)",
136
- "size": 2063222,
137
- "sizes": {
138
- "javascript": 2063222
139
- },
140
- "names": [],
141
- "idHints": [
142
- "vendors"
143
- ],
144
- "runtime": [
145
- "@kenyaemr/esm-patient-registration-app"
146
- ],
147
- "files": [
148
- "220.js"
149
- ],
150
- "auxiliaryFiles": [
151
- "220.js.map"
152
- ],
153
- "hash": "3d7d4a02a2c6d7b8",
127
+ "hash": "f1a5d8000801a8da",
154
128
  "childrenByOrder": {}
155
129
  },
156
130
  {
@@ -206,9 +180,9 @@
206
180
  "initial": false,
207
181
  "entry": false,
208
182
  "recorded": false,
209
- "size": 3170,
183
+ "size": 3397,
210
184
  "sizes": {
211
- "javascript": 3170
185
+ "javascript": 3397
212
186
  },
213
187
  "names": [],
214
188
  "idHints": [],
@@ -220,7 +194,7 @@
220
194
  "271.js"
221
195
  ],
222
196
  "auxiliaryFiles": [],
223
- "hash": "6d24065b6cbc9b0d",
197
+ "hash": "4f64ad212dfb0ac5",
224
198
  "childrenByOrder": {}
225
199
  },
226
200
  {
@@ -252,9 +226,9 @@
252
226
  "initial": false,
253
227
  "entry": false,
254
228
  "recorded": false,
255
- "size": 5527,
229
+ "size": 5754,
256
230
  "sizes": {
257
- "javascript": 5527
231
+ "javascript": 5754
258
232
  },
259
233
  "names": [],
260
234
  "idHints": [],
@@ -266,7 +240,7 @@
266
240
  "319.js"
267
241
  ],
268
242
  "auxiliaryFiles": [],
269
- "hash": "259029dc7bdde418",
243
+ "hash": "0853804edbc0f7dc",
270
244
  "childrenByOrder": {}
271
245
  },
272
246
  {
@@ -319,23 +293,21 @@
319
293
  "initial": false,
320
294
  "entry": false,
321
295
  "recorded": false,
322
- "size": 513185,
296
+ "size": 5548,
323
297
  "sizes": {
324
- "javascript": 512975,
325
- "consume-shared": 210
298
+ "javascript": 5548
326
299
  },
327
300
  "names": [],
328
301
  "idHints": [],
329
302
  "runtime": [
330
- "@kenyaemr/esm-patient-registration-app"
303
+ "@kenyaemr/esm-patient-registration-app",
304
+ "main"
331
305
  ],
332
306
  "files": [
333
- "453.js"
334
- ],
335
- "auxiliaryFiles": [
336
- "453.js.map"
307
+ "460.js"
337
308
  ],
338
- "hash": "244f008b9d5f8278",
309
+ "auxiliaryFiles": [],
310
+ "hash": "25d5e5576c38272d",
339
311
  "childrenByOrder": {}
340
312
  },
341
313
  {
@@ -343,9 +315,9 @@
343
315
  "initial": false,
344
316
  "entry": false,
345
317
  "recorded": false,
346
- "size": 5321,
318
+ "size": 40067,
347
319
  "sizes": {
348
- "javascript": 5321
320
+ "javascript": 40067
349
321
  },
350
322
  "names": [],
351
323
  "idHints": [],
@@ -354,10 +326,12 @@
354
326
  "main"
355
327
  ],
356
328
  "files": [
357
- "460.js"
329
+ "501.js"
358
330
  ],
359
- "auxiliaryFiles": [],
360
- "hash": "375eb660527930ab",
331
+ "auxiliaryFiles": [
332
+ "501.js.map"
333
+ ],
334
+ "hash": "43df15f2b9def63a",
361
335
  "childrenByOrder": {}
362
336
  },
363
337
  {
@@ -365,23 +339,23 @@
365
339
  "initial": false,
366
340
  "entry": false,
367
341
  "recorded": false,
368
- "size": 40067,
342
+ "size": 769703,
369
343
  "sizes": {
370
- "javascript": 40067
344
+ "javascript": 769493,
345
+ "consume-shared": 210
371
346
  },
372
347
  "names": [],
373
348
  "idHints": [],
374
349
  "runtime": [
375
- "@kenyaemr/esm-patient-registration-app",
376
- "main"
350
+ "@kenyaemr/esm-patient-registration-app"
377
351
  ],
378
352
  "files": [
379
- "501.js"
353
+ "564.js"
380
354
  ],
381
355
  "auxiliaryFiles": [
382
- "501.js.map"
356
+ "564.js.map"
383
357
  ],
384
- "hash": "43df15f2b9def63a",
358
+ "hash": "c0a614cf1ed7f505",
385
359
  "childrenByOrder": {}
386
360
  },
387
361
  {
@@ -438,9 +412,33 @@
438
412
  "initial": false,
439
413
  "entry": false,
440
414
  "recorded": false,
441
- "size": 3170,
415
+ "size": 35338,
416
+ "sizes": {
417
+ "javascript": 35338
418
+ },
419
+ "names": [],
420
+ "idHints": [],
421
+ "runtime": [
422
+ "@kenyaemr/esm-patient-registration-app",
423
+ "main"
424
+ ],
425
+ "files": [
426
+ "623.js"
427
+ ],
428
+ "auxiliaryFiles": [
429
+ "623.js.map"
430
+ ],
431
+ "hash": "cbe44d75d943919a",
432
+ "childrenByOrder": {}
433
+ },
434
+ {
435
+ "rendered": true,
436
+ "initial": false,
437
+ "entry": false,
438
+ "recorded": false,
439
+ "size": 3397,
442
440
  "sizes": {
443
- "javascript": 3170
441
+ "javascript": 3397
444
442
  },
445
443
  "names": [],
446
444
  "idHints": [],
@@ -452,7 +450,7 @@
452
450
  "644.js"
453
451
  ],
454
452
  "auxiliaryFiles": [],
455
- "hash": "d32e3551e0a39189",
453
+ "hash": "02fc96c42f3d7e48",
456
454
  "childrenByOrder": {}
457
455
  },
458
456
  {
@@ -535,9 +533,9 @@
535
533
  "initial": false,
536
534
  "entry": false,
537
535
  "recorded": false,
538
- "size": 5504,
536
+ "size": 5731,
539
537
  "sizes": {
540
- "javascript": 5504
538
+ "javascript": 5731
541
539
  },
542
540
  "names": [],
543
541
  "idHints": [],
@@ -549,7 +547,7 @@
549
547
  "757.js"
550
548
  ],
551
549
  "auxiliaryFiles": [],
552
- "hash": "f46d8dc13e726055",
550
+ "hash": "ea87c24496fb1cc3",
553
551
  "childrenByOrder": {}
554
552
  },
555
553
  {
@@ -581,9 +579,9 @@
581
579
  "initial": false,
582
580
  "entry": false,
583
581
  "recorded": false,
584
- "size": 5378,
582
+ "size": 5605,
585
583
  "sizes": {
586
- "javascript": 5378
584
+ "javascript": 5605
587
585
  },
588
586
  "names": [],
589
587
  "idHints": [],
@@ -595,7 +593,7 @@
595
593
  "788.js"
596
594
  ],
597
595
  "auxiliaryFiles": [],
598
- "hash": "4740e532a218049e",
596
+ "hash": "58cd289336a64b58",
599
597
  "childrenByOrder": {}
600
598
  },
601
599
  {
@@ -603,9 +601,9 @@
603
601
  "initial": false,
604
602
  "entry": false,
605
603
  "recorded": false,
606
- "size": 5721,
604
+ "size": 5948,
607
605
  "sizes": {
608
- "javascript": 5721
606
+ "javascript": 5948
609
607
  },
610
608
  "names": [],
611
609
  "idHints": [],
@@ -617,7 +615,7 @@
617
615
  "807.js"
618
616
  ],
619
617
  "auxiliaryFiles": [],
620
- "hash": "097b2b6098c955c4",
618
+ "hash": "1501ce166a0e0cd4",
621
619
  "childrenByOrder": {}
622
620
  },
623
621
  {
@@ -625,9 +623,35 @@
625
623
  "initial": false,
626
624
  "entry": false,
627
625
  "recorded": false,
628
- "size": 5087,
626
+ "reason": "split chunk (cache group: defaultVendors)",
627
+ "size": 2053438,
629
628
  "sizes": {
630
- "javascript": 5087
629
+ "javascript": 2053438
630
+ },
631
+ "names": [],
632
+ "idHints": [
633
+ "vendors"
634
+ ],
635
+ "runtime": [
636
+ "@kenyaemr/esm-patient-registration-app"
637
+ ],
638
+ "files": [
639
+ "831.js"
640
+ ],
641
+ "auxiliaryFiles": [
642
+ "831.js.map"
643
+ ],
644
+ "hash": "eedc81d8b08e7733",
645
+ "childrenByOrder": {}
646
+ },
647
+ {
648
+ "rendered": true,
649
+ "initial": false,
650
+ "entry": false,
651
+ "recorded": false,
652
+ "size": 5314,
653
+ "sizes": {
654
+ "javascript": 5314
631
655
  },
632
656
  "names": [],
633
657
  "idHints": [],
@@ -639,7 +663,7 @@
639
663
  "833.js"
640
664
  ],
641
665
  "auxiliaryFiles": [],
642
- "hash": "d81fa519bc9e3544",
666
+ "hash": "1e0a78ddd6c17b3e",
643
667
  "childrenByOrder": {}
644
668
  },
645
669
  {
@@ -690,31 +714,7 @@
690
714
  "auxiliaryFiles": [
691
715
  "kenyaemr-esm-patient-registration-app.js.map"
692
716
  ],
693
- "hash": "db0d19e01cab7bc7",
694
- "childrenByOrder": {}
695
- },
696
- {
697
- "rendered": true,
698
- "initial": false,
699
- "entry": false,
700
- "recorded": false,
701
- "size": 11691,
702
- "sizes": {
703
- "javascript": 11691
704
- },
705
- "names": [],
706
- "idHints": [],
707
- "runtime": [
708
- "@kenyaemr/esm-patient-registration-app",
709
- "main"
710
- ],
711
- "files": [
712
- "975.js"
713
- ],
714
- "auxiliaryFiles": [
715
- "975.js.map"
716
- ],
717
- "hash": "72bfae5883d34482",
717
+ "hash": "6a17a99a833ff674",
718
718
  "childrenByOrder": {}
719
719
  }
720
720
  ]