@openmrs/esm-dispensing-app 1.9.1 → 1.9.2-pre.1002

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 (179) hide show
  1. package/.eslintrc +8 -0
  2. package/.turbo/cache/f95995cd573a4ae0-meta.json +1 -0
  3. package/.turbo/cache/f95995cd573a4ae0.tar.zst +0 -0
  4. package/.turbo/turbo-build.log +38 -0
  5. package/README.md +14 -4
  6. package/dist/1119.js +1 -1
  7. package/dist/1197.js +1 -1
  8. package/dist/1856.js +1 -0
  9. package/dist/1856.js.map +1 -0
  10. package/dist/2146.js +1 -1
  11. package/dist/2690.js +1 -1
  12. package/dist/2898.js +1 -1
  13. package/dist/2898.js.map +1 -1
  14. package/dist/3099.js +1 -1
  15. package/dist/3584.js +1 -1
  16. package/dist/4055.js +1 -1
  17. package/dist/4099.js +1 -1
  18. package/dist/4099.js.map +1 -1
  19. package/dist/4132.js +1 -1
  20. package/dist/4300.js +1 -1
  21. package/dist/4335.js +1 -1
  22. package/dist/445.js +2 -0
  23. package/dist/445.js.map +1 -0
  24. package/dist/4618.js +1 -1
  25. package/dist/4652.js +1 -1
  26. package/dist/4944.js +1 -1
  27. package/dist/4999.js +2 -0
  28. package/dist/4999.js.map +1 -0
  29. package/dist/5173.js +1 -1
  30. package/dist/5241.js +1 -1
  31. package/dist/5379.js +1 -0
  32. package/dist/5379.js.map +1 -0
  33. package/dist/5442.js +1 -1
  34. package/dist/561.js +1 -0
  35. package/dist/561.js.map +1 -0
  36. package/dist/5661.js +1 -1
  37. package/dist/5897.js +1 -1
  38. package/dist/5897.js.map +1 -1
  39. package/dist/6022.js +1 -1
  40. package/dist/609.js +1 -1
  41. package/dist/609.js.map +1 -1
  42. package/dist/6468.js +1 -1
  43. package/dist/6540.js +1 -1
  44. package/dist/6540.js.map +1 -1
  45. package/dist/6679.js +1 -1
  46. package/dist/67.js +1 -1
  47. package/dist/67.js.map +1 -1
  48. package/dist/6840.js +1 -1
  49. package/dist/6841.js +1 -1
  50. package/dist/6841.js.map +1 -1
  51. package/dist/6859.js +1 -1
  52. package/dist/7097.js +1 -1
  53. package/dist/7159.js +1 -1
  54. package/dist/723.js +1 -1
  55. package/dist/7255.js +1 -0
  56. package/dist/7255.js.map +1 -0
  57. package/dist/7617.js +1 -1
  58. package/dist/795.js +1 -1
  59. package/dist/8163.js +1 -1
  60. package/dist/8349.js +1 -1
  61. package/dist/8600.js +1 -1
  62. package/dist/8600.js.map +1 -1
  63. package/dist/8618.js +1 -1
  64. package/dist/890.js +1 -1
  65. package/dist/9214.js +1 -1
  66. package/dist/9538.js +1 -1
  67. package/dist/9569.js +1 -1
  68. package/dist/961.js +1 -1
  69. package/dist/961.js.map +1 -1
  70. package/dist/963.js +1 -1
  71. package/dist/963.js.map +1 -1
  72. package/dist/986.js +1 -1
  73. package/dist/9879.js +1 -1
  74. package/dist/9895.js +1 -1
  75. package/dist/9900.js +1 -1
  76. package/dist/9913.js +1 -1
  77. package/dist/main.js +1 -1
  78. package/dist/main.js.map +1 -1
  79. package/dist/openmrs-esm-dispensing-app.js +1 -1
  80. package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +302 -323
  81. package/dist/openmrs-esm-dispensing-app.js.map +1 -1
  82. package/dist/routes.json +1 -1
  83. package/e2e/commands/drug-order-operations.ts +2 -3
  84. package/e2e/commands/encounter-operations.ts +4 -8
  85. package/e2e/commands/index.ts +3 -3
  86. package/e2e/commands/patient-operations.ts +1 -1
  87. package/e2e/commands/provider-operations.ts +2 -5
  88. package/e2e/commands/visit-operations.ts +1 -1
  89. package/e2e/fixtures/api.ts +1 -1
  90. package/e2e/specs/close-prescription.spec.ts +5 -0
  91. package/e2e/specs/dispense-medication.spec.ts +4 -0
  92. package/e2e/specs/pause-prescription.spec.ts +5 -0
  93. package/e2e/support/github/Dockerfile +1 -1
  94. package/e2e/support/github/run-e2e-docker-env.sh +23 -29
  95. package/package.json +12 -11
  96. package/src/components/action-buttons.component.tsx +8 -3
  97. package/src/components/action-buttons.test.tsx +3 -0
  98. package/src/components/prescription-actions/close-action-button.component.tsx +3 -1
  99. package/src/components/prescription-actions/dispense-action-button.component.tsx +3 -1
  100. package/src/components/prescription-actions/pause-action-button.component.tsx +3 -1
  101. package/src/dashboard/dispensing-dashboard.component.tsx +3 -0
  102. package/src/fill-prescription/fill-prescription-button.comonent.tsx +43 -0
  103. package/src/fill-prescription/fill-prescription-button.scss +8 -0
  104. package/src/forms/close-dispense-form.workspace.tsx +2 -1
  105. package/src/forms/dispense-form.workspace.tsx +16 -16
  106. package/src/forms/forms.scss +15 -0
  107. package/src/forms/medication-dispense-review.component.tsx +34 -87
  108. package/src/forms/medication-dispense-review.test.tsx +1 -1
  109. package/src/forms/pause-dispense-form.workspace.tsx +2 -1
  110. package/src/history/history-and-comments.component.tsx +2 -0
  111. package/src/medication-dispense/medication-dispense.resource.tsx +11 -9
  112. package/src/medication-request/medication-request.resource.test.tsx +7 -3
  113. package/src/medication-request/medication-request.resource.tsx +47 -44
  114. package/src/prescriptions/patient-search-tab-panel.component.tsx +58 -0
  115. package/src/prescriptions/patient-search-tab-panel.scss +26 -0
  116. package/src/prescriptions/prescription-details.component.tsx +3 -1
  117. package/src/prescriptions/prescription-tab-lists.component.tsx +18 -84
  118. package/src/prescriptions/prescription-tab-panel.component.tsx +45 -148
  119. package/src/prescriptions/prescriptions-table.component.tsx +164 -0
  120. package/src/routes.json +2 -2
  121. package/src/types.ts +10 -1
  122. package/src/utils.ts +31 -4
  123. package/tools/setup-tests.ts +7 -0
  124. package/translations/am.json +3 -0
  125. package/translations/ar.json +3 -0
  126. package/translations/ar_SY.json +3 -0
  127. package/translations/bn.json +3 -0
  128. package/translations/de.json +3 -0
  129. package/translations/en.json +3 -0
  130. package/translations/en_US.json +3 -0
  131. package/translations/es.json +3 -0
  132. package/translations/es_MX.json +3 -0
  133. package/translations/fr.json +3 -0
  134. package/translations/he.json +3 -0
  135. package/translations/hi.json +3 -0
  136. package/translations/hi_IN.json +3 -0
  137. package/translations/id.json +3 -0
  138. package/translations/it.json +28 -25
  139. package/translations/ka.json +3 -0
  140. package/translations/km.json +3 -0
  141. package/translations/ku.json +3 -0
  142. package/translations/ky.json +3 -0
  143. package/translations/lg.json +3 -0
  144. package/translations/ne.json +3 -0
  145. package/translations/pl.json +3 -0
  146. package/translations/pt.json +3 -0
  147. package/translations/pt_BR.json +3 -0
  148. package/translations/qu.json +3 -0
  149. package/translations/ro_RO.json +3 -0
  150. package/translations/ru_RU.json +3 -0
  151. package/translations/si.json +3 -0
  152. package/translations/sw.json +3 -0
  153. package/translations/sw_KE.json +3 -0
  154. package/translations/tr.json +3 -0
  155. package/translations/tr_TR.json +3 -0
  156. package/translations/uk.json +3 -0
  157. package/translations/uz.json +3 -0
  158. package/translations/uz@Latn.json +3 -0
  159. package/translations/uz_UZ.json +3 -0
  160. package/translations/vi.json +3 -0
  161. package/translations/zh.json +3 -0
  162. package/translations/zh_CN.json +28 -25
  163. package/dist/1033.js +0 -1
  164. package/dist/1033.js.map +0 -1
  165. package/dist/3414.js +0 -1
  166. package/dist/3414.js.map +0 -1
  167. package/dist/6411.js +0 -1
  168. package/dist/6411.js.map +0 -1
  169. package/dist/6741.js +0 -2
  170. package/dist/6741.js.map +0 -1
  171. package/dist/7268.js +0 -2
  172. package/dist/7268.js.map +0 -1
  173. package/dist/7556.js +0 -1
  174. package/dist/7556.js.map +0 -1
  175. package/dist/7935.js +0 -1
  176. package/dist/7935.js.map +0 -1
  177. package/e2e/commands/medication-request-operation.ts +0 -97
  178. /package/dist/{7268.js.LICENSE.txt → 445.js.LICENSE.txt} +0 -0
  179. /package/dist/{6741.js.LICENSE.txt → 4999.js.LICENSE.txt} +0 -0
package/dist/5661.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[5661],{35661:e=>{e.exports=JSON.parse('{"active":"激活","activecondition":"Active Condition","activeConditions":"Active Condition","activePrescriptions":"当前处方","age":"年龄","allergiesCount_one":"{{count}} 过敏","allergiesCount_other":"{{count}} 过敏","allPrescriptions":"所有处方","appName":"药房","cancelled":"已取消","checkFilters":"检查上方的筛选条件","clearSearchInput":"清除搜索输入","close":"关闭","closed":"已关闭","closedDispense":"配药已关闭","closePrescription":"关闭处方","completed":"已完成","completeOrderWithThisDispense":"Complete order with this dispense","conditions":"Condition","conditionsAndDiagnoses":"Conditions and diagnoses","couldNotDeleteMedicationDispense":"Could not delete medication dispense","couldNotUpdateMedicationRequestStatus":"Could not update medication request status","created":"已创建","datePrescribed":"处方日期","delete":"删除","deleteDispenseRecord":"Delete Dispense Record","deleteDispenseRecordMessage":"Are you sure you want to delete this dispense record?","deleteFailed":"Delete Failed","diagnosis":"Diagnosis","dispense":"配药","dispensed":"已配药","dispenseDate":"配药日期","dispensedBy":"配药人","dispensedMedication":"配方用药","dispensePrescription":"配药处方","dispensing":"配药","dispensingAppError":"配药 App 错误","dispensingAppMisconfigurationMessage":"请联系您的系统管理员:配置错误-如果启用了“allowModifyingPrescription”,则无法启用“restrictTotalQuantityDisposed”。","dose":"剂量","doseUnit":"剂量单位","drugDispensingUnit":"配药单位","drugs":"药物","editCloseRecord":"Edit Close Record","editDispenseRecord":"编辑配药记录","editPauseRecord":"编辑暂停记录","editRecord":"编辑记录","error":"错误","errorLoadingInventoryItems":"提取库存时出错","expired":"已过期","filterByLocation":"根据地点过滤","finalDiagnoses":"Final Diagnoses","for":"为","frequency":"频率","historyComments":"历史和备注","home":"首页","last14Days":"最近14天","lastDispenser":"最近配药人","loadingInventoryItems":"加载库存条目...","location":"地点","medicationDispenseActionMenu":"药物分配操作菜单","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"配药列表已更新","missedCollections":"集合缺失","noAllergyDetailsFound":"未找到过敏详细信息","noPrescriptionsToDisplay":"没有可显示的处方","noRefills":"没有补充项","numberIsNotValid":"数值无效","onsetDate":"Onset Date","ordered":"已下医嘱","orderedMedication ":"处方用药","orders":"医嘱","ordersForHomeDelivery":"携家药物医嘱","patientInstructions":"患者指导","patientName":"患者姓名","pause":"暂停","paused":"已暂停","pausedDispense":"配药已暂停","pausePrescription":"暂停处方","prescribed":"已处方","prescribedBy":"Prescribed By","prescriber":"处方人","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"处方细节","prescriptionInstructions":"处方指导","prescriptionsToFillToday":"今天要配药","print":"打印","printPrescriptions":"打印处方","quantity":"数量","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"关闭原因","reasonForPause":"暂停原因","refills":"补充","route":"途径","searchByPatientIdOrName":"搜索患者姓名或ID标识","selectPrescriptions":"检查待打印的处方","selectStockDispense":"选择配药的库存","status":"状态","stockDispense":"库存分配","stockDispensed":"库存已分配","stockDispenseDetails":"批次 {{batchNumber}} - 数量: {{quantity}} ({{quantityUoM}}) - 保质期: {{expiration}}","stockDispensedSuccessfully":"库存已成功分配,批次级别已更新。","substitutionReason":"替换原因","substitutionType":"替换类型","success":"Success","tabList":"表列表","today":"今日","updateStatusFailed":"Update Status Failed","view":"查看","visitFinalDiagnoses":"Visit final diagnoses"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[5661],{35661:e=>{e.exports=JSON.parse('{"active":"激活","activecondition":"Active Condition","activeConditions":"Active Condition","activePrescriptions":"当前处方","age":"年龄","allergiesCount_one":"{{count}} 过敏","allergiesCount_other":"{{count}} 过敏","allPrescriptions":"所有处方","appName":"药房","cancelled":"已取消","checkFilters":"检查上方的筛选条件","clearSearchInput":"清除搜索输入","close":"关闭","closed":"已关闭","closedDispense":"配药已关闭","closePrescription":"关闭处方","completed":"已完成","completeOrderWithThisDispense":"Complete order with this dispense","conditions":"Condition","conditionsAndDiagnoses":"Conditions and diagnoses","couldNotDeleteMedicationDispense":"Could not delete medication dispense","couldNotUpdateMedicationRequestStatus":"Could not update medication request status","created":"已创建","datePrescribed":"处方日期","delete":"删除","deleteDispenseRecord":"Delete Dispense Record","deleteDispenseRecordMessage":"Are you sure you want to delete this dispense record?","deleteFailed":"Delete Failed","diagnosis":"Diagnosis","dispense":"配药","dispensed":"已配药","dispenseDate":"配药日期","dispensedBy":"配药人","dispensedMedication":"配方用药","dispensePrescription":"配药处方","dispensing":"配药","dispensingAppError":"配药 App 错误","dispensingAppMisconfigurationMessage":"请联系您的系统管理员:配置错误-如果启用了“allowModifyingPrescription”,则无法启用“restrictTotalQuantityDisposed”。","dose":"剂量","doseUnit":"剂量单位","drugDispensingUnit":"配药单位","drugs":"药物","editCloseRecord":"Edit Close Record","editDispenseRecord":"编辑配药记录","editPauseRecord":"编辑暂停记录","editRecord":"编辑记录","error":"错误","errorLoadingInventoryItems":"提取库存时出错","expired":"已过期","filterByLocation":"根据地点过滤","finalDiagnoses":"Final Diagnoses","for":"为","frequency":"频率","historyComments":"历史和备注","home":"首页","last14Days":"最近14天","lastDispenser":"最近配药人","loadingInventoryItems":"加载库存条目...","location":"地点","medicationDispenseActionMenu":"药物分配操作菜单","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"配药列表已更新","missedCollections":"集合缺失","noAllergyDetailsFound":"未找到过敏详细信息","noPrescriptionsToDisplay":"没有可显示的处方","noRefills":"没有补充项","numberIsNotValid":"数值无效","onsetDate":"Onset Date","ordered":"已下医嘱","orderedMedication ":"处方用药","orders":"医嘱","ordersForHomeDelivery":"携家药物医嘱","patientInstructions":"患者指导","patientName":"患者姓名","pause":"暂停","paused":"已暂停","pausedDispense":"配药已暂停","pausePrescription":"暂停处方","prescribed":"已处方","prescribedBy":"Prescribed By","prescriber":"处方人","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"处方细节","prescriptionInstructions":"处方指导","prescriptionsToFillToday":"今天要配药","print":"打印","printPrescriptions":"打印处方","quantity":"数量","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"关闭原因","reasonForPause":"暂停原因","refills":"补充","route":"途径","search":"Search","searchByPatientIdOrName":"搜索患者姓名或ID标识","searchForPatient":"Search for a patient by name or identifier number","searchForPatientHeader":"Search for a patient","selectPrescriptions":"检查待打印的处方","selectStockDispense":"选择配药的库存","status":"状态","stockDispense":"库存分配","stockDispensed":"库存已分配","stockDispenseDetails":"批次 {{batchNumber}} - 数量: {{quantity}} ({{quantityUoM}}) - 保质期: {{expiration}}","stockDispensedSuccessfully":"库存已成功分配,批次级别已更新。","substitutionReason":"替换原因","substitutionType":"替换类型","success":"Success","tabList":"表列表","today":"今日","updateStatusFailed":"Update Status Failed","view":"查看","visitFinalDiagnoses":"Visit final diagnoses"}')}}]);
package/dist/5897.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[5897],{15897:(e,n,l)=>{l.r(n),l.d(n,{default:()=>c});var t=l(16072),a=l.n(t),s=l(78792),r=l(53941);const c=function(e){var n=e.title,l=e.onClose,t=e.onDelete,c=e.message,i=(0,r.useTranslation)().t;return a().createElement(a().Fragment,null,a().createElement(s.rQ0,{closeModal:l,title:n}),a().createElement(s.cwr,null,c),a().createElement(s.jlY,null,a().createElement(s.$nd,{kind:"secondary",onClick:l},i("cancel","Cancel")),a().createElement(s.$nd,{kind:"danger",onClick:t},i("delete","Delete"))))}}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[5897],{15897:(e,n,l)=>{l.r(n),l.d(n,{default:()=>c});var t=l(16072),a=l.n(t),s=l(32090),r=l(2076);const c=function(e){var n=e.title,l=e.onClose,t=e.onDelete,c=e.message,i=(0,r.useTranslation)().t;return a().createElement(a().Fragment,null,a().createElement(s.rQ0,{closeModal:l,title:n}),a().createElement(s.cwr,null,c),a().createElement(s.jlY,null,a().createElement(s.$nd,{kind:"secondary",onClick:l},i("cancel","Cancel")),a().createElement(s.$nd,{kind:"danger",onClick:t},i("delete","Delete"))))}}}]);
package/dist/5897.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"5897.js","mappings":"mOAkCA,QA9B2B,Y,IACzBA,EAAAA,EAAAA,MACAC,EAAAA,EAAAA,QACAC,EAAAA,EAAAA,SAEAC,EAAAA,EAAAA,QAQM,GAAQC,EAAAA,EAAAA,kBAANC,EAER,OACE,kBAACC,IAAAA,SAAc,KACb,kBAACC,EAAAA,IAAWA,CAACC,WAAYP,EAASD,MAAOA,IACzC,kBAACS,EAAAA,IAASA,KAAEN,GACZ,kBAACO,EAAAA,IAAWA,KACV,kBAACC,EAAAA,IAAMA,CAACC,KAAK,YAAYC,QAASZ,GAC/BI,EAAE,SAAU,WAEf,kBAACM,EAAAA,IAAMA,CAACC,KAAK,SAASC,QAASX,GAC5BG,EAAE,SAAU,YAKvB,C","sources":["webpack://@openmrs/esm-dispensing-app/./src/history/delete-confirm.modal.tsx"],"names":["title","onClose","onDelete","message","useTranslation","t","React","ModalHeader","closeModal","ModalBody","ModalFooter","Button","kind","onClick"],"sourceRoot":""}
1
+ {"version":3,"file":"5897.js","mappings":"kOAkCA,QA9B2B,Y,IACzBA,EAAAA,EAAAA,MACAC,EAAAA,EAAAA,QACAC,EAAAA,EAAAA,SAEAC,EAAAA,EAAAA,QAQM,GAAQC,EAAAA,EAAAA,kBAANC,EAER,OACE,kBAACC,IAAAA,SAAc,KACb,kBAACC,EAAAA,IAAWA,CAACC,WAAYP,EAASD,MAAOA,IACzC,kBAACS,EAAAA,IAASA,KAAEN,GACZ,kBAACO,EAAAA,IAAWA,KACV,kBAACC,EAAAA,IAAMA,CAACC,KAAK,YAAYC,QAASZ,GAC/BI,EAAE,SAAU,WAEf,kBAACM,EAAAA,IAAMA,CAACC,KAAK,SAASC,QAASX,GAC5BG,EAAE,SAAU,YAKvB,C","sources":["webpack://@openmrs/esm-dispensing-app/./src/history/delete-confirm.modal.tsx"],"names":["title","onClose","onDelete","message","useTranslation","t","React","ModalHeader","closeModal","ModalBody","ModalFooter","Button","kind","onClick"],"sourceRoot":""}
package/dist/6022.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6022],{46022:e=>{e.exports=JSON.parse('{"active":"Activ","activecondition":"Condiție activă","activeConditions":"Condiție activă","activePrescriptions":"Prescripții active","age":"Vârstă","allergiesCount_one":"{{count}} alergie","allergiesCount_other":"{{count}} alergii","allPrescriptions":"Toate prescripțiile","appName":"Farmacie","cancelled":"Anulat","checkFilters":"Verifică filtrele de mai sus","clearSearchInput":"Șterge căutarea","close":"Închide","closed":"Închis","closedDispense":"distribuire închisă","closePrescription":"Închide prescripția","completed":"Finalizat","completeOrderWithThisDispense":"Finalizează comanda cu această eliberare","conditions":"Condiție","conditionsAndDiagnoses":"Condiții și diagnostice","couldNotDeleteMedicationDispense":"Nu s-a putut șterge eliberarea medicamentului","couldNotUpdateMedicationRequestStatus":"Nu s-a putut actualiza statusul cererii de medicament","created":"Creat","datePrescribed":"Data prescrierii","delete":"Șterge","deleteDispenseRecord":"Șterge înregistrarea de eliberare","deleteDispenseRecordMessage":"Sigur vrei să ștergi această înregistrare de eliberare?","deleteFailed":"Ștergerea a eșuat","diagnosis":"Diagnostic","dispense":"Distribuie","dispensed":"Distribuit","dispenseDate":"Data distribuirii","dispensedBy":"Distribuit de","dispensedMedication":"medicament distribuit","dispensePrescription":"Distribuie prescripția","dispensing":"Distribuire","dispensingAppError":"Eroare aplicație distribuire","dispensingAppMisconfigurationMessage":"Contactează administratorul sistemului: Configurație greșită – \'restrictTotalQuantityDispensed\' nu poate fi activat dacă \'allowModifyingPrescription\' este activ.","dose":"Doză","doseUnit":"Unitate doză","drugDispensingUnit":"Unitate de distribuire","drugs":"Medicamente","editCloseRecord":"Edit Close Record","editDispenseRecord":"Editează înregistrarea de distribuire","editPauseRecord":"Editează înregistrarea de pauză","editRecord":"Editează înregistrarea","error":"Eroare","errorLoadingInventoryItems":"Eroare la preluarea elementelor din stoc","expired":"Expirat","filterByLocation":"Filtrează după locație","finalDiagnoses":"Diagnostice finale","for":"pentru","frequency":"Frecvență","historyComments":"Istoric și comentarii","home":"Acasă","last14Days":"Ultimele 14 zile","lastDispenser":"Ultimul distribuitor","loadingInventoryItems":"Se încarcă elementele din stoc...","location":"Locație","medicationDispenseActionMenu":"Meniu acțiuni distribuire medicament","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"Lista de medicamente distribuite a fost actualizată.","missedCollections":"Colectări ratate","noAllergyDetailsFound":"Nu s-au găsit detalii despre alergii","noPrescriptionsToDisplay":"Nu există prescripții de afișat","noRefills":"Fără reînnoiri","numberIsNotValid":"Numărul nu este valid","onsetDate":"Data debutului","ordered":"Comandat","orderedMedication ":"medicament comandat","orders":"Comenzi","ordersForHomeDelivery":"Comenzi pentru livrare la domiciliu","patientInstructions":"Instrucțiuni pentru pacient","patientName":"Nume pacient","pause":"Pauză","paused":"Pauzat","pausedDispense":"distribuire pauzată","pausePrescription":"Pauzează prescripția","prescribed":"Prescris","prescribedBy":"Prescribed By","prescriber":"Prescriptor","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"Detalii prescripție","prescriptionInstructions":"Instrucțiuni pentru prescripție","prescriptionsToFillToday":"Prescripții de completat azi","print":"Printează","printPrescriptions":"Printează prescripții","quantity":"Cantitate","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"Motiv închidere","reasonForPause":"Motiv pauză","refills":"Reînnoiri","route":"Rută","searchByPatientIdOrName":"Caută după ID pacient sau nume","selectPrescriptions":"Bifează prescripțiile pentru printare","selectStockDispense":"Selectează stocul din care se distribuie","status":"Stare","stockDispense":"Distribuire din stoc","stockDispensed":"Stoc distribuit","stockDispenseDetails":"Lot: {{batchNumber}} – Cantitate: {{quantity}} ({{quantityUoM}}) – Expiră: {{expiration}}","stockDispensedSuccessfully":"Stocul a fost distribuit cu succes și lotul a fost actualizat.","substitutionReason":"Motiv substituire","substitutionType":"Tip substituire","success":"Success","tabList":"Listă taburi","today":"Astăzi","updateStatusFailed":"Update Status Failed","view":"Vezi","visitFinalDiagnoses":"Diagnostice finale vizită"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6022],{46022:e=>{e.exports=JSON.parse('{"active":"Activ","activecondition":"Condiție activă","activeConditions":"Condiție activă","activePrescriptions":"Prescripții active","age":"Vârstă","allergiesCount_one":"{{count}} alergie","allergiesCount_other":"{{count}} alergii","allPrescriptions":"Toate prescripțiile","appName":"Farmacie","cancelled":"Anulat","checkFilters":"Verifică filtrele de mai sus","clearSearchInput":"Șterge căutarea","close":"Închide","closed":"Închis","closedDispense":"distribuire închisă","closePrescription":"Închide prescripția","completed":"Finalizat","completeOrderWithThisDispense":"Finalizează comanda cu această eliberare","conditions":"Condiție","conditionsAndDiagnoses":"Condiții și diagnostice","couldNotDeleteMedicationDispense":"Nu s-a putut șterge eliberarea medicamentului","couldNotUpdateMedicationRequestStatus":"Nu s-a putut actualiza statusul cererii de medicament","created":"Creat","datePrescribed":"Data prescrierii","delete":"Șterge","deleteDispenseRecord":"Șterge înregistrarea de eliberare","deleteDispenseRecordMessage":"Sigur vrei să ștergi această înregistrare de eliberare?","deleteFailed":"Ștergerea a eșuat","diagnosis":"Diagnostic","dispense":"Distribuie","dispensed":"Distribuit","dispenseDate":"Data distribuirii","dispensedBy":"Distribuit de","dispensedMedication":"medicament distribuit","dispensePrescription":"Distribuie prescripția","dispensing":"Distribuire","dispensingAppError":"Eroare aplicație distribuire","dispensingAppMisconfigurationMessage":"Contactează administratorul sistemului: Configurație greșită – \'restrictTotalQuantityDispensed\' nu poate fi activat dacă \'allowModifyingPrescription\' este activ.","dose":"Doză","doseUnit":"Unitate doză","drugDispensingUnit":"Unitate de distribuire","drugs":"Medicamente","editCloseRecord":"Edit Close Record","editDispenseRecord":"Editează înregistrarea de distribuire","editPauseRecord":"Editează înregistrarea de pauză","editRecord":"Editează înregistrarea","error":"Eroare","errorLoadingInventoryItems":"Eroare la preluarea elementelor din stoc","expired":"Expirat","filterByLocation":"Filtrează după locație","finalDiagnoses":"Diagnostice finale","for":"pentru","frequency":"Frecvență","historyComments":"Istoric și comentarii","home":"Acasă","last14Days":"Ultimele 14 zile","lastDispenser":"Ultimul distribuitor","loadingInventoryItems":"Se încarcă elementele din stoc...","location":"Locație","medicationDispenseActionMenu":"Meniu acțiuni distribuire medicament","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"Lista de medicamente distribuite a fost actualizată.","missedCollections":"Colectări ratate","noAllergyDetailsFound":"Nu s-au găsit detalii despre alergii","noPrescriptionsToDisplay":"Nu există prescripții de afișat","noRefills":"Fără reînnoiri","numberIsNotValid":"Numărul nu este valid","onsetDate":"Data debutului","ordered":"Comandat","orderedMedication ":"medicament comandat","orders":"Comenzi","ordersForHomeDelivery":"Comenzi pentru livrare la domiciliu","patientInstructions":"Instrucțiuni pentru pacient","patientName":"Nume pacient","pause":"Pauză","paused":"Pauzat","pausedDispense":"distribuire pauzată","pausePrescription":"Pauzează prescripția","prescribed":"Prescris","prescribedBy":"Prescribed By","prescriber":"Prescriptor","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"Detalii prescripție","prescriptionInstructions":"Instrucțiuni pentru prescripție","prescriptionsToFillToday":"Prescripții de completat azi","print":"Printează","printPrescriptions":"Printează prescripții","quantity":"Cantitate","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"Motiv închidere","reasonForPause":"Motiv pauză","refills":"Reînnoiri","route":"Rută","search":"Search","searchByPatientIdOrName":"Caută după ID pacient sau nume","searchForPatient":"Search for a patient by name or identifier number","searchForPatientHeader":"Search for a patient","selectPrescriptions":"Bifează prescripțiile pentru printare","selectStockDispense":"Selectează stocul din care se distribuie","status":"Stare","stockDispense":"Distribuire din stoc","stockDispensed":"Stoc distribuit","stockDispenseDetails":"Lot: {{batchNumber}} – Cantitate: {{quantity}} ({{quantityUoM}}) – Expiră: {{expiration}}","stockDispensedSuccessfully":"Stocul a fost distribuit cu succes și lotul a fost actualizat.","substitutionReason":"Motiv substituire","substitutionType":"Tip substituire","success":"Success","tabList":"Listă taburi","today":"Astăzi","updateStatusFailed":"Update Status Failed","view":"Vezi","visitFinalDiagnoses":"Diagnostice finale vizită"}')}}]);
package/dist/609.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[609],{7138:(n,e,t)=>{t.d(e,{A:()=>r});var i=t(54991),a=t.n(i),o=t(76314),s=t.n(o)()(a());s.push([n.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-dispensing__forms__productiveHeading02___lL\\+Tg{color:#525252;font-size:var(--cds-heading-02-font-size, 1rem);font-weight:var(--cds-heading-02-font-weight, 600);line-height:var(--cds-heading-02-line-height, 1.5);letter-spacing:var(--cds-heading-02-letter-spacing, 0)}.-esm-dispensing__forms__formWrapper___AYjwb{display:flex;flex-direction:column;justify-content:space-between;height:100%}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formWrapper___AYjwb{background-color:#f4f4f4}.omrs-breakpoint-gt-tablet .-esm-dispensing__forms__formWrapper___AYjwb{background-color:#fff}.-esm-dispensing__forms__formGroup___VFSOs{display:flex;margin-bottom:.25rem;padding:1rem}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formGroup___VFSOs>span{flex:1}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formGroup___VFSOs>div{flex:3}.-esm-dispensing__forms__bannerLoading___Fa3rm{width:100%;display:flex;justify-content:center}.-esm-dispensing__forms__patientInfo___Vdbqm{position:sticky;z-index:1000;background-color:#fff;top:3rem;overflow-y:auto}.-esm-dispensing__forms__dateTimeContainer___2UlhX{display:flex;margin:1rem 0}.-esm-dispensing__forms__timePickersContainer___I\\+jtq,.-esm-dispensing__forms__frequencyAndDay___oZCya{display:flex}.-esm-dispensing__forms__timePickersContainer___I\\+jtq>div,.-esm-dispensing__forms__frequencyAndDay___oZCya>div{margin-right:.5rem}.-esm-dispensing__forms__datePickerControl___gU9tY{display:flex;flex-direction:column}.-esm-dispensing__forms__datePickerControl___gU9tY>div{margin-bottom:1rem}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formGroup___VFSOs{flex-direction:row}.omrs-breakpoint-gt-tablet .-esm-dispensing__forms__formGroup___VFSOs{flex-direction:column}.-esm-dispensing__forms__buttonGroup___5ML3D{display:flex;position:sticky;bottom:0;width:100%}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__buttonGroup___5ML3D{padding:1rem 1.5rem;background-color:#fff}.-esm-dispensing__forms__buttonGroup___5ML3D button{max-width:none;width:50%;height:4rem;align-items:flex-start}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl{display:flex;width:fit-content;justify-content:flex-end;align-items:center;width:60%}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button{background-color:#fff}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div button:first-child{border-top:1px solid #a6c8ff;border-bottom:1px solid #a6c8ff;border-left:1px solid #a6c8ff;border-right:none;border-radius:.25rem 0 0px .25rem}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div button:last-child{border-top:1px solid #a6c8ff;border-bottom:1px solid #a6c8ff;border-right:1px solid #a6c8ff;border-left:none;border-radius:0px .25rem .25rem 0px}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true],.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true]:first-child{background-color:#edf5ff;color:#0f62fe;border-color:#0f62fe;border-right:1px solid #0f62fe}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true],.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true]:last-child{background-color:#edf5ff;color:#0f62fe;border-color:#0f62fe;border-left:1px solid #0f62fe}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true]:focus{box-shadow:none}.-esm-dispensing__forms__reviewContainer___Dvr7B{margin:.8rem 0 0 0 !important}","",{version:3,sources:["webpack://./node_modules/@openmrs/esm-styleguide/src/_vars.scss","webpack://./src/forms/forms.scss","webpack://./node_modules/@carbon/type/scss/_styles.scss","webpack://./node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCxDF,sDACE,aDKc,CEu1BZ,+CAAA,CAAA,kDAAA,CAAA,kDAAA,CAAA,sDAAA,CDx1BJ,6CACE,YAAA,CACA,qBAAA,CACA,6BAAA,CACA,WAAA,CAGF,yEACE,wBDGwB,CAAA,wECCxB,qBDnBM,CCsBR,2CACE,YAAA,CACA,oBEXW,CFYX,YEGW,CAAA,4EFCX,MAAA,CAGF,2EACE,MAAA,CAGF,+CACE,UAAA,CACA,YAAA,CACA,sBAAA,CAGF,6CACE,eAAA,CACA,YAAA,CACA,qBD7CM,CC8CN,QEEW,CFDX,eAAA,CAGF,mDACE,YAAA,CACA,aAAA,CAGF,wGAEE,YAAA,CAEA,gHACE,kBE1CS,CF8Cb,mDACE,YAAA,CACA,qBAAA,CAEA,uDACE,kBEzCS,CF6Cb,uEACE,kBAAA,CAGF,sEACE,qBAAA,CAGF,6CACE,YAAA,CACA,eAAA,CACA,QAAA,CACA,UAAA,CAGF,yEACE,mBAAA,CACA,qBD1FM,CC6FR,oDACE,cAAA,CACA,SAAA,CACA,WE3CW,CF4CX,sBAAA,CAGF,wDACE,YAAA,CACA,iBAAA,CACA,wBAAA,CACA,kBAAA,CACA,SAAA,CAGF,mEACE,qBD7GM,CCgHR,+EACE,4BAAA,CACA,+BAAA,CACA,6BAAA,CACA,iBAAA,CACA,iCAAA,CAGF,8EACE,4BAAA,CACA,+BAAA,CACA,8BAAA,CACA,gBAAA,CACA,mCAAA,CAGF,0LAEE,wBDvHc,CCwHd,aDzHgB,CC0HhB,oBD1HgB,CC2HhB,8BAAA,CAGF,yLAEE,wBD/Hc,CCgId,aDjIgB,CCkIhB,oBDlIgB,CCmIhB,6BAAA,CAGF,6FACE,eAAA,CAGF,iDACE,6BAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '@carbon/type';\n@use '@openmrs/esm-styleguide/src/vars' as *;\n\n.productiveHeading02 {\n color: $color-gray-70;\n @include type.type-style('heading-02');\n}\n\n.formWrapper {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n height: 100%;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formWrapper {\n background-color: $openmrs-background-grey;\n}\n\n:global(.omrs-breakpoint-gt-tablet) .formWrapper {\n background-color: $ui-02;\n}\n\n.formGroup {\n display: flex;\n margin-bottom: layout.$spacing-02;\n padding: layout.$spacing-05;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formGroup > span {\n flex: 1;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formGroup > div {\n flex: 3;\n}\n\n.bannerLoading {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n\n.patientInfo {\n position: sticky;\n z-index: 1000;\n background-color: $ui-02;\n top: layout.$spacing-09;\n overflow-y: auto;\n}\n\n.dateTimeContainer {\n display: flex;\n margin: layout.$spacing-05 0;\n}\n\n.timePickersContainer,\n.frequencyAndDay {\n display: flex;\n\n > div {\n margin-right: layout.$spacing-03;\n }\n}\n\n.datePickerControl {\n display: flex;\n flex-direction: column;\n\n > div {\n margin-bottom: layout.$spacing-05;\n }\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formGroup {\n flex-direction: row;\n}\n\n:global(.omrs-breakpoint-gt-tablet) .formGroup {\n flex-direction: column;\n}\n\n.buttonGroup {\n display: flex;\n position: sticky;\n bottom: 0;\n width: 100%;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .buttonGroup {\n padding: layout.$spacing-05 layout.$spacing-06;\n background-color: $ui-02;\n}\n\n.buttonGroup button {\n max-width: none;\n width: 50%;\n height: layout.$spacing-10;\n align-items: flex-start;\n}\n\n.contentSwitcherWrapper {\n display: flex;\n width: fit-content;\n justify-content: flex-end;\n align-items: center;\n width: 60%;\n}\n\n.contentSwitcherWrapper > div > button {\n background-color: $ui-02;\n}\n\n.contentSwitcherWrapper > div button:first-child {\n border-top: 1px solid colors.$blue-30;\n border-bottom: 1px solid colors.$blue-30;\n border-left: 1px solid colors.$blue-30;\n border-right: none;\n border-radius: layout.$spacing-02 0 0px layout.$spacing-02;\n}\n\n.contentSwitcherWrapper > div button:last-child {\n border-top: 1px solid colors.$blue-30;\n border-bottom: 1px solid colors.$blue-30;\n border-right: 1px solid colors.$blue-30;\n border-left: none;\n border-radius: 0px layout.$spacing-02 layout.$spacing-02 0px;\n}\n\n.contentSwitcherWrapper > div > button[aria-selected='true'],\n.contentSwitcherWrapper > div > button[aria-selected='true']:first-child {\n background-color: $color-blue-10;\n color: $color-blue-60-2;\n border-color: $color-blue-60-2;\n border-right: 1px solid $color-blue-60-2;\n}\n\n.contentSwitcherWrapper > div > button[aria-selected='true'],\n.contentSwitcherWrapper > div > button[aria-selected='true']:last-child {\n background-color: $color-blue-10;\n color: $color-blue-60-2;\n border-color: $color-blue-60-2;\n border-left: 1px solid $color-blue-60-2;\n}\n\n.contentSwitcherWrapper > div > button[aria-selected='true']:focus {\n box-shadow: none;\n}\n\n.reviewContainer {\n margin: 0.8rem 0 0 0 !important;\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),s.locals={productiveHeading02:"-esm-dispensing__forms__productiveHeading02___lL+Tg",formWrapper:"-esm-dispensing__forms__formWrapper___AYjwb",formGroup:"-esm-dispensing__forms__formGroup___VFSOs",bannerLoading:"-esm-dispensing__forms__bannerLoading___Fa3rm",patientInfo:"-esm-dispensing__forms__patientInfo___Vdbqm",dateTimeContainer:"-esm-dispensing__forms__dateTimeContainer___2UlhX",timePickersContainer:"-esm-dispensing__forms__timePickersContainer___I+jtq",frequencyAndDay:"-esm-dispensing__forms__frequencyAndDay___oZCya",datePickerControl:"-esm-dispensing__forms__datePickerControl___gU9tY",buttonGroup:"-esm-dispensing__forms__buttonGroup___5ML3D",contentSwitcherWrapper:"-esm-dispensing__forms__contentSwitcherWrapper___oTWRl",reviewContainer:"-esm-dispensing__forms__reviewContainer___Dvr7B"};const r=s},40609:(n,e,t)=>{t.d(e,{A:()=>y});var i=t(85072),a=t.n(i),o=t(97825),s=t.n(o),r=t(77659),p=t.n(r),l=t(55056),c=t.n(l),d=t(10540),f=t.n(d),g=t(41113),u=t.n(g),h=t(7138),b={};b.styleTagTransform=u(),b.setAttributes=c(),b.insert=p().bind(null,"head"),b.domAPI=s(),b.insertStyleElement=f(),a()(h.A,b);const y=h.A&&h.A.locals?h.A.locals:void 0}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[609],{7138:(n,e,t)=>{t.d(e,{A:()=>r});var i=t(54991),a=t.n(i),o=t(76314),s=t.n(o)()(a());s.push([n.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-dispensing__forms__productiveHeading02___lL\\+Tg{color:#525252;font-size:var(--cds-heading-02-font-size, 1rem);font-weight:var(--cds-heading-02-font-weight, 600);line-height:var(--cds-heading-02-line-height, 1.5);letter-spacing:var(--cds-heading-02-letter-spacing, 0)}.-esm-dispensing__forms__formWrapper___AYjwb{display:flex;flex-direction:column;justify-content:space-between;height:100%}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formWrapper___AYjwb{background-color:#f4f4f4}.omrs-breakpoint-gt-tablet .-esm-dispensing__forms__formWrapper___AYjwb{background-color:#fff}.-esm-dispensing__forms__formGroup___VFSOs{display:flex;margin-bottom:.25rem;padding:1rem}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formGroup___VFSOs>span{flex:1}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formGroup___VFSOs>div{flex:3}.-esm-dispensing__forms__bannerLoading___Fa3rm{width:100%;display:flex;justify-content:center}.-esm-dispensing__forms__patientInfo___Vdbqm{position:sticky;z-index:1000;background-color:#fff;top:3rem;overflow-y:auto}.-esm-dispensing__forms__dateTimeContainer___2UlhX{display:flex;margin:1rem 0}.-esm-dispensing__forms__timePickersContainer___I\\+jtq,.-esm-dispensing__forms__frequencyAndDay___oZCya{display:flex}.-esm-dispensing__forms__timePickersContainer___I\\+jtq>div,.-esm-dispensing__forms__frequencyAndDay___oZCya>div{margin-right:.5rem}.-esm-dispensing__forms__datePickerControl___gU9tY{display:flex;flex-direction:column}.-esm-dispensing__forms__datePickerControl___gU9tY>div{margin-bottom:1rem}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__formGroup___VFSOs{flex-direction:row}.omrs-breakpoint-gt-tablet .-esm-dispensing__forms__formGroup___VFSOs{flex-direction:column}.-esm-dispensing__forms__buttonGroup___5ML3D{display:flex;position:sticky;bottom:0;width:100%}.omrs-breakpoint-lt-desktop .-esm-dispensing__forms__buttonGroup___5ML3D{padding:1rem 1.5rem;background-color:#fff}.-esm-dispensing__forms__buttonGroup___5ML3D button{max-width:none;width:50%;height:4rem;align-items:flex-start}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl{display:flex;width:fit-content;justify-content:flex-end;align-items:center;width:60%}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button{background-color:#fff}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div button:first-child{border-top:1px solid #a6c8ff;border-bottom:1px solid #a6c8ff;border-left:1px solid #a6c8ff;border-right:none;border-radius:.25rem 0 0px .25rem}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div button:last-child{border-top:1px solid #a6c8ff;border-bottom:1px solid #a6c8ff;border-right:1px solid #a6c8ff;border-left:none;border-radius:0px .25rem .25rem 0px}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true],.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true]:first-child{background-color:#edf5ff;color:#0f62fe;border-color:#0f62fe;border-right:1px solid #0f62fe}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true],.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true]:last-child{background-color:#edf5ff;color:#0f62fe;border-color:#0f62fe;border-left:1px solid #0f62fe}.-esm-dispensing__forms__contentSwitcherWrapper___oTWRl>div>button[aria-selected=true]:focus{box-shadow:none}.-esm-dispensing__forms__reviewContainer___Dvr7B{margin:.8rem 0 0 0 !important}.-esm-dispensing__forms__prescriptionFormSectionHeader___UWIkd{font-size:var(--cds-heading-01-font-size, 0.875rem);font-weight:var(--cds-heading-01-font-weight, 600);line-height:var(--cds-heading-01-line-height, 1.42857);letter-spacing:var(--cds-heading-01-letter-spacing, 0.16px);margin-bottom:1rem}.-esm-dispensing__forms__prescriptionFormField___NfA8z{margin-bottom:1rem}.-esm-dispensing__forms__prescriptionFormField___NfA8z .cds--label{vertical-align:middle}","",{version:3,sources:["webpack://./node_modules/@openmrs/esm-styleguide/src/_vars.scss","webpack://./src/forms/forms.scss","webpack://./node_modules/@carbon/type/scss/_styles.scss","webpack://./node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCxDF,sDACE,aDKc,CEu1BZ,+CAAA,CAAA,kDAAA,CAAA,kDAAA,CAAA,sDAAA,CDx1BJ,6CACE,YAAA,CACA,qBAAA,CACA,6BAAA,CACA,WAAA,CAGF,yEACE,wBDGwB,CAAA,wECCxB,qBDnBM,CCsBR,2CACE,YAAA,CACA,oBEXW,CFYX,YEGW,CAAA,4EFCX,MAAA,CAGF,2EACE,MAAA,CAGF,+CACE,UAAA,CACA,YAAA,CACA,sBAAA,CAGF,6CACE,eAAA,CACA,YAAA,CACA,qBD7CM,CC8CN,QEEW,CFDX,eAAA,CAGF,mDACE,YAAA,CACA,aAAA,CAGF,wGAEE,YAAA,CAEA,gHACE,kBE1CS,CF8Cb,mDACE,YAAA,CACA,qBAAA,CAEA,uDACE,kBEzCS,CF6Cb,uEACE,kBAAA,CAGF,sEACE,qBAAA,CAGF,6CACE,YAAA,CACA,eAAA,CACA,QAAA,CACA,UAAA,CAGF,yEACE,mBAAA,CACA,qBD1FM,CC6FR,oDACE,cAAA,CACA,SAAA,CACA,WE3CW,CF4CX,sBAAA,CAGF,wDACE,YAAA,CACA,iBAAA,CACA,wBAAA,CACA,kBAAA,CACA,SAAA,CAGF,mEACE,qBD7GM,CCgHR,+EACE,4BAAA,CACA,+BAAA,CACA,6BAAA,CACA,iBAAA,CACA,iCAAA,CAGF,8EACE,4BAAA,CACA,+BAAA,CACA,8BAAA,CACA,gBAAA,CACA,mCAAA,CAGF,0LAEE,wBDvHc,CCwHd,aDzHgB,CC0HhB,oBD1HgB,CC2HhB,8BAAA,CAGF,yLAEE,wBD/Hc,CCgId,aDjIgB,CCkIhB,oBDlIgB,CCmIhB,6BAAA,CAGF,6FACE,eAAA,CAGF,iDACE,6BAAA,CAIF,+DCssBI,mDAAA,CAAA,kDAAA,CAAA,sDAAA,CAAA,2DAAA,CDpsBF,kBE/HW,CFmIb,uDACE,kBEpIW,CFsIX,mEACE,qBAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '@carbon/type';\n@use '@openmrs/esm-styleguide/src/vars' as *;\n\n.productiveHeading02 {\n color: $color-gray-70;\n @include type.type-style('heading-02');\n}\n\n.formWrapper {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n height: 100%;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formWrapper {\n background-color: $openmrs-background-grey;\n}\n\n:global(.omrs-breakpoint-gt-tablet) .formWrapper {\n background-color: $ui-02;\n}\n\n.formGroup {\n display: flex;\n margin-bottom: layout.$spacing-02;\n padding: layout.$spacing-05;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formGroup > span {\n flex: 1;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formGroup > div {\n flex: 3;\n}\n\n.bannerLoading {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n\n.patientInfo {\n position: sticky;\n z-index: 1000;\n background-color: $ui-02;\n top: layout.$spacing-09;\n overflow-y: auto;\n}\n\n.dateTimeContainer {\n display: flex;\n margin: layout.$spacing-05 0;\n}\n\n.timePickersContainer,\n.frequencyAndDay {\n display: flex;\n\n > div {\n margin-right: layout.$spacing-03;\n }\n}\n\n.datePickerControl {\n display: flex;\n flex-direction: column;\n\n > div {\n margin-bottom: layout.$spacing-05;\n }\n}\n\n:global(.omrs-breakpoint-lt-desktop) .formGroup {\n flex-direction: row;\n}\n\n:global(.omrs-breakpoint-gt-tablet) .formGroup {\n flex-direction: column;\n}\n\n.buttonGroup {\n display: flex;\n position: sticky;\n bottom: 0;\n width: 100%;\n}\n\n:global(.omrs-breakpoint-lt-desktop) .buttonGroup {\n padding: layout.$spacing-05 layout.$spacing-06;\n background-color: $ui-02;\n}\n\n.buttonGroup button {\n max-width: none;\n width: 50%;\n height: layout.$spacing-10;\n align-items: flex-start;\n}\n\n.contentSwitcherWrapper {\n display: flex;\n width: fit-content;\n justify-content: flex-end;\n align-items: center;\n width: 60%;\n}\n\n.contentSwitcherWrapper > div > button {\n background-color: $ui-02;\n}\n\n.contentSwitcherWrapper > div button:first-child {\n border-top: 1px solid colors.$blue-30;\n border-bottom: 1px solid colors.$blue-30;\n border-left: 1px solid colors.$blue-30;\n border-right: none;\n border-radius: layout.$spacing-02 0 0px layout.$spacing-02;\n}\n\n.contentSwitcherWrapper > div button:last-child {\n border-top: 1px solid colors.$blue-30;\n border-bottom: 1px solid colors.$blue-30;\n border-right: 1px solid colors.$blue-30;\n border-left: none;\n border-radius: 0px layout.$spacing-02 layout.$spacing-02 0px;\n}\n\n.contentSwitcherWrapper > div > button[aria-selected='true'],\n.contentSwitcherWrapper > div > button[aria-selected='true']:first-child {\n background-color: $color-blue-10;\n color: $color-blue-60-2;\n border-color: $color-blue-60-2;\n border-right: 1px solid $color-blue-60-2;\n}\n\n.contentSwitcherWrapper > div > button[aria-selected='true'],\n.contentSwitcherWrapper > div > button[aria-selected='true']:last-child {\n background-color: $color-blue-10;\n color: $color-blue-60-2;\n border-color: $color-blue-60-2;\n border-left: 1px solid $color-blue-60-2;\n}\n\n.contentSwitcherWrapper > div > button[aria-selected='true']:focus {\n box-shadow: none;\n}\n\n.reviewContainer {\n margin: 0.8rem 0 0 0 !important;\n}\n\n// copied from .sectionHeader of drug-order-form.scss\n.prescriptionFormSectionHeader {\n @include type.type-style('heading-01');\n margin-bottom: layout.$spacing-05;\n}\n\n// copied from .field of drug-order-form.scss\n.prescriptionFormField {\n margin-bottom: layout.$spacing-05;\n\n :global(.cds--label) {\n vertical-align: middle;\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),s.locals={productiveHeading02:"-esm-dispensing__forms__productiveHeading02___lL+Tg",formWrapper:"-esm-dispensing__forms__formWrapper___AYjwb",formGroup:"-esm-dispensing__forms__formGroup___VFSOs",bannerLoading:"-esm-dispensing__forms__bannerLoading___Fa3rm",patientInfo:"-esm-dispensing__forms__patientInfo___Vdbqm",dateTimeContainer:"-esm-dispensing__forms__dateTimeContainer___2UlhX",timePickersContainer:"-esm-dispensing__forms__timePickersContainer___I+jtq",frequencyAndDay:"-esm-dispensing__forms__frequencyAndDay___oZCya",datePickerControl:"-esm-dispensing__forms__datePickerControl___gU9tY",buttonGroup:"-esm-dispensing__forms__buttonGroup___5ML3D",contentSwitcherWrapper:"-esm-dispensing__forms__contentSwitcherWrapper___oTWRl",reviewContainer:"-esm-dispensing__forms__reviewContainer___Dvr7B",prescriptionFormSectionHeader:"-esm-dispensing__forms__prescriptionFormSectionHeader___UWIkd",prescriptionFormField:"-esm-dispensing__forms__prescriptionFormField___NfA8z"};const r=s},40609:(n,e,t)=>{t.d(e,{A:()=>y});var i=t(85072),a=t.n(i),o=t(97825),s=t.n(o),r=t(77659),p=t.n(r),l=t(55056),c=t.n(l),d=t(10540),g=t.n(d),f=t(41113),u=t.n(f),h=t(7138),b={};b.styleTagTransform=u(),b.setAttributes=c(),b.insert=p().bind(null,"head"),b.domAPI=s(),b.insertStyleElement=g(),a()(h.A,b);const y=h.A&&h.A.locals?h.A.locals:void 0}}]);
package/dist/609.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"609.js","mappings":"yMAGIA,E,MAA0B,GAA4B,KAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,wtHAAytH,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,kEAAkE,mCAAmC,0DAA0D,wEAAwE,MAAQ,GAAG,SAAW,0/BAA0/B,eAAiB,CAAC,g/DAAg/D,oxGAAoxG,u8uBAAu8uB,25DAA25D,WAAa,MAEzpnCH,EAAwBI,OAAS,CAChC,oBAAuB,sDACvB,YAAe,8CACf,UAAa,4CACb,cAAiB,gDACjB,YAAe,8CACf,kBAAqB,oDACrB,qBAAwB,uDACxB,gBAAmB,kDACnB,kBAAqB,oDACrB,YAAe,8CACf,uBAA0B,yDAC1B,gBAAmB,mDAEpB,S,yKCVIC,EAAU,CAAC,EAEfA,EAAQC,kBAAoB,IAC5BD,EAAQE,cAAgB,IAElBF,EAAQG,OAAS,SAAc,KAAM,QAE3CH,EAAQI,OAAS,IACjBJ,EAAQK,mBAAqB,IAEhB,IAAI,IAASL,GAKnB,QAAe,KAAW,IAAQD,OAAS,IAAQA,YAASO,C","sources":["webpack://@openmrs/esm-dispensing-app/./src/forms/forms.scss","webpack://@openmrs/esm-dispensing-app/./src/forms/forms.scss?e120"],"names":["___CSS_LOADER_EXPORT___","push","module","id","locals","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","undefined"],"sourceRoot":""}
1
+ {"version":3,"file":"609.js","mappings":"yMAGIA,E,MAA0B,GAA4B,KAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,uqIAAwqI,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,kEAAkE,mCAAmC,0DAA0D,wEAAwE,MAAQ,GAAG,SAAW,imCAAimC,eAAiB,CAAC,g/DAAg/D,qnHAAqnH,u8uBAAu8uB,25DAA25D,WAAa,MAEhjpCH,EAAwBI,OAAS,CAChC,oBAAuB,sDACvB,YAAe,8CACf,UAAa,4CACb,cAAiB,gDACjB,YAAe,8CACf,kBAAqB,oDACrB,qBAAwB,uDACxB,gBAAmB,kDACnB,kBAAqB,oDACrB,YAAe,8CACf,uBAA0B,yDAC1B,gBAAmB,kDACnB,8BAAiC,gEACjC,sBAAyB,yDAE1B,S,yKCZIC,EAAU,CAAC,EAEfA,EAAQC,kBAAoB,IAC5BD,EAAQE,cAAgB,IAElBF,EAAQG,OAAS,SAAc,KAAM,QAE3CH,EAAQI,OAAS,IACjBJ,EAAQK,mBAAqB,IAEhB,IAAI,IAASL,GAKnB,QAAe,KAAW,IAAQD,OAAS,IAAQA,YAASO,C","sources":["webpack://@openmrs/esm-dispensing-app/./src/forms/forms.scss","webpack://@openmrs/esm-dispensing-app/./src/forms/forms.scss?e120"],"names":["___CSS_LOADER_EXPORT___","push","module","id","locals","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","undefined"],"sourceRoot":""}
package/dist/6468.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6468],{36468:e=>{e.exports=JSON.parse('{"active":"Ativo","activecondition":"Active Condition","activeConditions":"Active Condition","activePrescriptions":"Prescrições ativas","age":"Idade","allergiesCount_one":"{{count}} alergia","allergiesCount_other":"{{count}} alergias","allPrescriptions":"Todas as prescrições","appName":"Farmácia","cancelled":"Cancelado","checkFilters":"Verifique os filtros acima","clearSearchInput":"Limpar entrada de pesquisa","close":"Fechar","closed":"Fechado","closedDispense":"Dispensa fechada","closePrescription":"Fechar prescrição","completed":"Concluído","completeOrderWithThisDispense":"Complete order with this dispense","conditions":"Condition","conditionsAndDiagnoses":"Conditions and diagnoses","couldNotDeleteMedicationDispense":"Could not delete medication dispense","couldNotUpdateMedicationRequestStatus":"Could not update medication request status","created":"Criado","datePrescribed":"Data prescrita","delete":"Excluir","deleteDispenseRecord":"Delete Dispense Record","deleteDispenseRecordMessage":"Are you sure you want to delete this dispense record?","deleteFailed":"Delete Failed","diagnosis":"Diagnosis","dispense":"Dispensar","dispensed":"Dispensado","dispenseDate":"Data da dispensa","dispensedBy":"Dispensado por","dispensedMedication":"medicação dispensada","dispensePrescription":"Dispensar prescrição","dispensing":"Dispensa","dispensingAppError":"Erro do aplicativo Dispensing","dispensingAppMisconfigurationMessage":"Entre em contato com a administração do sistema: Configuração incorreta - \'restrictTotalQuantityDispensed\' não pode ser ativado se \'allowModifyingPrescription\' estiver ativado.","dose":"Dose","doseUnit":"Unidade de dose","drugDispensingUnit":"Unidade de distribuição","drugs":"Medicamentos","editCloseRecord":"Edit Close Record","editDispenseRecord":"Editar registro de dispensa","editPauseRecord":"Editar registro de pausa","editRecord":"Editar registro","error":"Erro","errorLoadingInventoryItems":"Erro ao buscar itens de inventário","expired":"Expirado","filterByLocation":"Filtrar por local","finalDiagnoses":"Final Diagnoses","for":"para","frequency":"Frequência","historyComments":"Histórico e comentários","home":"Início","last14Days":"Últimos 14 dias","lastDispenser":"Último dispensador","loadingInventoryItems":"Carregando itens de inventário...","location":"Localização","medicationDispenseActionMenu":"Menu de ações de dispensação de medicamentos","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"A lista de dispensação de medicamentos foi atualizada.","missedCollections":"Coleções perdidas","noAllergyDetailsFound":"Nenhum detalhe de alergia encontrado","noPrescriptionsToDisplay":"Não há prescrições para exibir","noRefills":"Sem recargas","numberIsNotValid":"O número não é válido","onsetDate":"Onset Date","ordered":"Pedido","orderedMedication ":"medicação solicitada","orders":"Pedidos","ordersForHomeDelivery":"Pedidos para entrega em domicílio","patientInstructions":"Instruções para o paciente","patientName":"Nome do paciente","pause":"Pausa","paused":"Pausado","pausedDispense":"dispensa pausada","pausePrescription":"Pausa na prescrição","prescribed":"Prescrito","prescribedBy":"Prescribed By","prescriber":"Prescritor","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"Detalhes da prescrição","prescriptionInstructions":"Instruções de prescrição","prescriptionsToFillToday":"Prescrições a serem preenchidas hoje","print":"Imprimir","printPrescriptions":"Imprimir prescrições","quantity":"Quantidade","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"Motivo do fechamento","reasonForPause":"Motivo da pausa","refills":"Recargas","route":"Rota","searchByPatientIdOrName":"Pesquisar por ID ou nome do paciente","selectPrescriptions":"Verificar prescrições para impressão","selectStockDispense":"Selecionar estoque para dispensar","status":"Status","stockDispense":"Dispensa de estoque","stockDispensed":"Estoque dispensado","stockDispenseDetails":"Lote: {{batchNumber}} - Quantidade: {{quantity}} ({{quantityUoM}}) - Expiração: {{expiration}}","stockDispensedSuccessfully":"Estoque dispensado com sucesso e nível de lote atualizado.","substitutionReason":"Motivo da substituição","substitutionType":"Tipo de substituição","success":"Success","tabList":"Lista de guias","today":"Hoje","updateStatusFailed":"Update Status Failed","view":"Exibir","visitFinalDiagnoses":"Visit final diagnoses"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6468],{36468:e=>{e.exports=JSON.parse('{"active":"Ativo","activecondition":"Active Condition","activeConditions":"Active Condition","activePrescriptions":"Prescrições ativas","age":"Idade","allergiesCount_one":"{{count}} alergia","allergiesCount_other":"{{count}} alergias","allPrescriptions":"Todas as prescrições","appName":"Farmácia","cancelled":"Cancelado","checkFilters":"Verifique os filtros acima","clearSearchInput":"Limpar entrada de pesquisa","close":"Fechar","closed":"Fechado","closedDispense":"Dispensa fechada","closePrescription":"Fechar prescrição","completed":"Concluído","completeOrderWithThisDispense":"Complete order with this dispense","conditions":"Condition","conditionsAndDiagnoses":"Conditions and diagnoses","couldNotDeleteMedicationDispense":"Could not delete medication dispense","couldNotUpdateMedicationRequestStatus":"Could not update medication request status","created":"Criado","datePrescribed":"Data prescrita","delete":"Excluir","deleteDispenseRecord":"Delete Dispense Record","deleteDispenseRecordMessage":"Are you sure you want to delete this dispense record?","deleteFailed":"Delete Failed","diagnosis":"Diagnosis","dispense":"Dispensar","dispensed":"Dispensado","dispenseDate":"Data da dispensa","dispensedBy":"Dispensado por","dispensedMedication":"medicação dispensada","dispensePrescription":"Dispensar prescrição","dispensing":"Dispensa","dispensingAppError":"Erro do aplicativo Dispensing","dispensingAppMisconfigurationMessage":"Entre em contato com a administração do sistema: Configuração incorreta - \'restrictTotalQuantityDispensed\' não pode ser ativado se \'allowModifyingPrescription\' estiver ativado.","dose":"Dose","doseUnit":"Unidade de dose","drugDispensingUnit":"Unidade de distribuição","drugs":"Medicamentos","editCloseRecord":"Edit Close Record","editDispenseRecord":"Editar registro de dispensa","editPauseRecord":"Editar registro de pausa","editRecord":"Editar registro","error":"Erro","errorLoadingInventoryItems":"Erro ao buscar itens de inventário","expired":"Expirado","filterByLocation":"Filtrar por local","finalDiagnoses":"Final Diagnoses","for":"para","frequency":"Frequência","historyComments":"Histórico e comentários","home":"Início","last14Days":"Últimos 14 dias","lastDispenser":"Último dispensador","loadingInventoryItems":"Carregando itens de inventário...","location":"Localização","medicationDispenseActionMenu":"Menu de ações de dispensação de medicamentos","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"A lista de dispensação de medicamentos foi atualizada.","missedCollections":"Coleções perdidas","noAllergyDetailsFound":"Nenhum detalhe de alergia encontrado","noPrescriptionsToDisplay":"Não há prescrições para exibir","noRefills":"Sem recargas","numberIsNotValid":"O número não é válido","onsetDate":"Onset Date","ordered":"Pedido","orderedMedication ":"medicação solicitada","orders":"Pedidos","ordersForHomeDelivery":"Pedidos para entrega em domicílio","patientInstructions":"Instruções para o paciente","patientName":"Nome do paciente","pause":"Pausa","paused":"Pausado","pausedDispense":"dispensa pausada","pausePrescription":"Pausa na prescrição","prescribed":"Prescrito","prescribedBy":"Prescribed By","prescriber":"Prescritor","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"Detalhes da prescrição","prescriptionInstructions":"Instruções de prescrição","prescriptionsToFillToday":"Prescrições a serem preenchidas hoje","print":"Imprimir","printPrescriptions":"Imprimir prescrições","quantity":"Quantidade","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"Motivo do fechamento","reasonForPause":"Motivo da pausa","refills":"Recargas","route":"Rota","search":"Search","searchByPatientIdOrName":"Pesquisar por ID ou nome do paciente","searchForPatient":"Search for a patient by name or identifier number","searchForPatientHeader":"Search for a patient","selectPrescriptions":"Verificar prescrições para impressão","selectStockDispense":"Selecionar estoque para dispensar","status":"Status","stockDispense":"Dispensa de estoque","stockDispensed":"Estoque dispensado","stockDispenseDetails":"Lote: {{batchNumber}} - Quantidade: {{quantity}} ({{quantityUoM}}) - Expiração: {{expiration}}","stockDispensedSuccessfully":"Estoque dispensado com sucesso e nível de lote atualizado.","substitutionReason":"Motivo da substituição","substitutionType":"Tipo de substituição","success":"Success","tabList":"Lista de guias","today":"Hoje","updateStatusFailed":"Update Status Failed","view":"Exibir","visitFinalDiagnoses":"Visit final diagnoses"}')}}]);
package/dist/6540.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see 6540.js.LICENSE.txt */
2
- "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6540],{15287:(e,t)=>{var r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),i=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),s=Symbol.for("react.suspense"),l=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),y=Symbol.iterator,d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,h={};function m(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}function b(){}function v(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}m.prototype.isReactComponent={},m.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},b.prototype=m.prototype;var S=v.prototype=new b;S.constructor=v,_(S,m.prototype),S.isPureReactComponent=!0;var k=Array.isArray,w=Object.prototype.hasOwnProperty,E={current:null},$={key:!0,ref:!0,__self:!0,__source:!0};function R(e,t,n){var o,u={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)w.call(t,o)&&!$.hasOwnProperty(o)&&(u[o]=t[o]);var i=arguments.length-2;if(1===i)u.children=n;else if(1<i){for(var f=Array(i),s=0;s<i;s++)f[s]=arguments[s+2];u.children=f}if(e&&e.defaultProps)for(o in i=e.defaultProps)void 0===u[o]&&(u[o]=i[o]);return{$$typeof:r,type:e,key:a,ref:c,props:u,_owner:E.current}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}var g=/\/+/g;function j(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function O(e,t,o,u,a){var c=typeof e;"undefined"!==c&&"boolean"!==c||(e=null);var i=!1;if(null===e)i=!0;else switch(c){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case r:case n:i=!0}}if(i)return a=a(i=e),e=""===u?"."+j(i,0):u,k(a)?(o="",null!=e&&(o=e.replace(g,"$&/")+"/"),O(a,t,o,"",(function(e){return e}))):null!=a&&(C(a)&&(a=function(e,t){return{$$typeof:r,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(a,o+(!a.key||i&&i.key===a.key?"":(""+a.key).replace(g,"$&/")+"/")+e)),t.push(a)),1;if(i=0,u=""===u?".":u+":",k(e))for(var f=0;f<e.length;f++){var s=u+j(c=e[f],f);i+=O(c,t,o,s,a)}else if(s=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=y&&e[y]||e["@@iterator"])?e:null}(e),"function"==typeof s)for(e=s.call(e),f=0;!(c=e.next()).done;)i+=O(c=c.value,t,o,s=u+j(c,f++),a);else if("object"===c)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function x(e,t,r){if(null==e)return e;var n=[],o=0;return O(e,n,"","",(function(e){return t.call(r,e,o++)})),n}function P(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var I={current:null},T={transition:null},V={ReactCurrentDispatcher:I,ReactCurrentBatchConfig:T,ReactCurrentOwner:E};t.Children={map:x,forEach:function(e,t,r){x(e,(function(){t.apply(this,arguments)}),r)},count:function(e){var t=0;return x(e,(function(){t++})),t},toArray:function(e){return x(e,(function(e){return e}))||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=m,t.Fragment=o,t.Profiler=a,t.PureComponent=v,t.StrictMode=u,t.Suspense=s,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=V,t.cloneElement=function(e,t,n){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=_({},e.props),u=e.key,a=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,c=E.current),void 0!==t.key&&(u=""+t.key),e.type&&e.type.defaultProps)var i=e.type.defaultProps;for(f in t)w.call(t,f)&&!$.hasOwnProperty(f)&&(o[f]=void 0===t[f]&&void 0!==i?i[f]:t[f])}var f=arguments.length-2;if(1===f)o.children=n;else if(1<f){i=Array(f);for(var s=0;s<f;s++)i[s]=arguments[s+2];o.children=i}return{$$typeof:r,type:e.type,key:u,ref:a,props:o,_owner:c}},t.createContext=function(e){return(e={$$typeof:i,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:c,_context:e},e.Consumer=e},t.createElement=R,t.createFactory=function(e){var t=R.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=C,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:P}},t.memo=function(e,t){return{$$typeof:l,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=T.transition;T.transition={};try{e()}finally{T.transition=t}},t.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},t.useCallback=function(e,t){return I.current.useCallback(e,t)},t.useContext=function(e){return I.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return I.current.useDeferredValue(e)},t.useEffect=function(e,t){return I.current.useEffect(e,t)},t.useId=function(){return I.current.useId()},t.useImperativeHandle=function(e,t,r){return I.current.useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return I.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return I.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return I.current.useMemo(e,t)},t.useReducer=function(e,t,r){return I.current.useReducer(e,t,r)},t.useRef=function(e){return I.current.useRef(e)},t.useState=function(e){return I.current.useState(e)},t.useSyncExternalStore=function(e,t,r){return I.current.useSyncExternalStore(e,t,r)},t.useTransition=function(){return I.current.useTransition()},t.version="18.2.0"},96540:(e,t,r)=>{e.exports=r(15287)}}]);
2
+ "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6540],{15287:(e,t)=>{var r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),i=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),s=Symbol.for("react.suspense"),l=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),y=Symbol.iterator,d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,h={};function m(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}function b(){}function v(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}m.prototype.isReactComponent={},m.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},b.prototype=m.prototype;var S=v.prototype=new b;S.constructor=v,_(S,m.prototype),S.isPureReactComponent=!0;var k=Array.isArray,w=Object.prototype.hasOwnProperty,E={current:null},$={key:!0,ref:!0,__self:!0,__source:!0};function R(e,t,n){var o,u={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)w.call(t,o)&&!$.hasOwnProperty(o)&&(u[o]=t[o]);var i=arguments.length-2;if(1===i)u.children=n;else if(1<i){for(var f=Array(i),s=0;s<i;s++)f[s]=arguments[s+2];u.children=f}if(e&&e.defaultProps)for(o in i=e.defaultProps)void 0===u[o]&&(u[o]=i[o]);return{$$typeof:r,type:e,key:a,ref:c,props:u,_owner:E.current}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}var g=/\/+/g;function j(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function O(e,t,o,u,a){var c=typeof e;"undefined"!==c&&"boolean"!==c||(e=null);var i=!1;if(null===e)i=!0;else switch(c){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case r:case n:i=!0}}if(i)return a=a(i=e),e=""===u?"."+j(i,0):u,k(a)?(o="",null!=e&&(o=e.replace(g,"$&/")+"/"),O(a,t,o,"",(function(e){return e}))):null!=a&&(C(a)&&(a=function(e,t){return{$$typeof:r,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(a,o+(!a.key||i&&i.key===a.key?"":(""+a.key).replace(g,"$&/")+"/")+e)),t.push(a)),1;if(i=0,u=""===u?".":u+":",k(e))for(var f=0;f<e.length;f++){var s=u+j(c=e[f],f);i+=O(c,t,o,s,a)}else if(s=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=y&&e[y]||e["@@iterator"])?e:null}(e),"function"==typeof s)for(e=s.call(e),f=0;!(c=e.next()).done;)i+=O(c=c.value,t,o,s=u+j(c,f++),a);else if("object"===c)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function x(e,t,r){if(null==e)return e;var n=[],o=0;return O(e,n,"","",(function(e){return t.call(r,e,o++)})),n}function P(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var I={current:null},T={transition:null},V={ReactCurrentDispatcher:I,ReactCurrentBatchConfig:T,ReactCurrentOwner:E};function A(){throw Error("act(...) is not supported in production builds of React.")}t.Children={map:x,forEach:function(e,t,r){x(e,(function(){t.apply(this,arguments)}),r)},count:function(e){var t=0;return x(e,(function(){t++})),t},toArray:function(e){return x(e,(function(e){return e}))||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=m,t.Fragment=o,t.Profiler=a,t.PureComponent=v,t.StrictMode=u,t.Suspense=s,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=V,t.act=A,t.cloneElement=function(e,t,n){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=_({},e.props),u=e.key,a=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,c=E.current),void 0!==t.key&&(u=""+t.key),e.type&&e.type.defaultProps)var i=e.type.defaultProps;for(f in t)w.call(t,f)&&!$.hasOwnProperty(f)&&(o[f]=void 0===t[f]&&void 0!==i?i[f]:t[f])}var f=arguments.length-2;if(1===f)o.children=n;else if(1<f){i=Array(f);for(var s=0;s<f;s++)i[s]=arguments[s+2];o.children=i}return{$$typeof:r,type:e.type,key:u,ref:a,props:o,_owner:c}},t.createContext=function(e){return(e={$$typeof:i,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:c,_context:e},e.Consumer=e},t.createElement=R,t.createFactory=function(e){var t=R.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=C,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:P}},t.memo=function(e,t){return{$$typeof:l,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=T.transition;T.transition={};try{e()}finally{T.transition=t}},t.unstable_act=A,t.useCallback=function(e,t){return I.current.useCallback(e,t)},t.useContext=function(e){return I.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return I.current.useDeferredValue(e)},t.useEffect=function(e,t){return I.current.useEffect(e,t)},t.useId=function(){return I.current.useId()},t.useImperativeHandle=function(e,t,r){return I.current.useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return I.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return I.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return I.current.useMemo(e,t)},t.useReducer=function(e,t,r){return I.current.useReducer(e,t,r)},t.useRef=function(e){return I.current.useRef(e)},t.useState=function(e){return I.current.useState(e)},t.useSyncExternalStore=function(e,t,r){return I.current.useSyncExternalStore(e,t,r)},t.useTransition=function(){return I.current.useTransition()},t.version="18.3.1"},96540:(e,t,r)=>{e.exports=r(15287)}}]);
package/dist/6540.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"6540.js","mappings":"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","sources":["webpack://@openmrs/esm-dispensing-app/./node_modules/react/cjs/react.production.min.js","webpack://@openmrs/esm-dispensing-app/./node_modules/react/index.js"],"names":["l","Symbol","for","n","p","q","r","t","u","v","w","x","y","z","iterator","B","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","C","Object","assign","D","E","a","b","e","this","props","context","refs","updater","F","G","prototype","isReactComponent","setState","Error","forceUpdate","H","constructor","isPureReactComponent","I","Array","isArray","J","hasOwnProperty","K","current","L","key","ref","__self","__source","M","d","c","k","h","call","g","arguments","length","children","f","m","defaultProps","$$typeof","type","_owner","O","P","Q","replace","escape","toString","R","N","push","A","next","done","value","String","keys","join","S","T","_status","_result","then","default","U","V","transition","W","ReactCurrentDispatcher","ReactCurrentBatchConfig","ReactCurrentOwner","exports","Children","map","forEach","apply","count","toArray","only","Component","Fragment","Profiler","PureComponent","StrictMode","Suspense","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","cloneElement","createContext","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_defaultValue","_globalName","_context","createElement","createFactory","bind","createRef","forwardRef","render","isValidElement","lazy","_payload","_init","memo","compare","startTransition","unstable_act","useCallback","useContext","useDebugValue","useDeferredValue","useEffect","useId","useImperativeHandle","useInsertionEffect","useLayoutEffect","useMemo","useReducer","useRef","useState","useSyncExternalStore","useTransition","version","module"],"sourceRoot":""}
1
+ {"version":3,"file":"6540.js","mappings":"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","sources":["webpack://@openmrs/esm-dispensing-app/./node_modules/react/cjs/react.production.min.js","webpack://@openmrs/esm-dispensing-app/./node_modules/react/index.js"],"names":["l","Symbol","for","n","p","q","r","t","u","v","w","x","y","z","iterator","B","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","C","Object","assign","D","E","a","b","e","this","props","context","refs","updater","F","G","prototype","isReactComponent","setState","Error","forceUpdate","H","constructor","isPureReactComponent","I","Array","isArray","J","hasOwnProperty","K","current","L","key","ref","__self","__source","M","d","c","k","h","call","g","arguments","length","children","f","m","defaultProps","$$typeof","type","_owner","O","P","Q","replace","escape","toString","R","N","push","A","next","done","value","String","keys","join","S","T","_status","_result","then","default","U","V","transition","W","ReactCurrentDispatcher","ReactCurrentBatchConfig","ReactCurrentOwner","X","exports","Children","map","forEach","apply","count","toArray","only","Component","Fragment","Profiler","PureComponent","StrictMode","Suspense","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","act","cloneElement","createContext","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_defaultValue","_globalName","_context","createElement","createFactory","bind","createRef","forwardRef","render","isValidElement","lazy","_payload","_init","memo","compare","startTransition","unstable_act","useCallback","useContext","useDebugValue","useDeferredValue","useEffect","useId","useImperativeHandle","useInsertionEffect","useLayoutEffect","useMemo","useReducer","useRef","useState","useSyncExternalStore","useTransition","version","module"],"sourceRoot":""}
package/dist/6679.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6679],{96679:e=>{e.exports=JSON.parse('{"active":"Ativo","activecondition":"Active Condition","activeConditions":"Active Condition","activePrescriptions":"Prescrições ativas","age":"Age","allergiesCount_one":"{{count}} alergia","allergiesCount_other":"{{count}} alergias","allPrescriptions":"Todas prescrições","appName":"Farmácia","cancelled":"Cancelado","checkFilters":"Check the filters above","clearSearchInput":"Limpar entrada de pesquisa","close":"Fechar","closed":"Fechado","closedDispense":"dispensa fechada","closePrescription":"Fechar prescrição","completed":"Concluido","completeOrderWithThisDispense":"Complete order with this dispense","conditions":"Condition","conditionsAndDiagnoses":"Conditions and diagnoses","couldNotDeleteMedicationDispense":"Could not delete medication dispense","couldNotUpdateMedicationRequestStatus":"Could not update medication request status","created":"Criado","datePrescribed":"Date prescribed","delete":"Apagar","deleteDispenseRecord":"Delete Dispense Record","deleteDispenseRecordMessage":"Are you sure you want to delete this dispense record?","deleteFailed":"Delete Failed","diagnosis":"Diagnosis","dispense":"Dispensa","dispensed":"Dispensado","dispenseDate":"Date of Dispense","dispensedBy":"Dispensed by","dispensedMedication":"medicamento dispensado","dispensePrescription":"Dispensar prescrição","dispensing":"Dispensador","dispensingAppError":"Erro no aplicativo de dispensa","dispensingAppMisconfigurationMessage":"Entre em contato com o administrador do sistema: Configuração incorreta - \'restrictTotalQuantityDispensed\' não pode ser ativado se \'allowModifyingPrescription\' estiver ativado.","dose":"Dose","doseUnit":"Unidade de dosagem","drugDispensingUnit":"Unidade de dispensa","drugs":"Medicamentos","editCloseRecord":"Edit Close Record","editDispenseRecord":"Editar Registo de Dispensa","editPauseRecord":"Editar Registo de Pausa","editRecord":"Editar Registo","error":"Erro","errorLoadingInventoryItems":"Error fetching inventory items","expired":"Expirado","filterByLocation":"Filtrar por local","finalDiagnoses":"Final Diagnoses","for":"for","frequency":"Frequência","historyComments":"Histórico e comentários","home":"Home","last14Days":"Últimos 14 dias","lastDispenser":"Último dispensador","loadingInventoryItems":"Loading inventory items...","location":"Local","medicationDispenseActionMenu":"Menu de Ação de Dispensa de Medicação","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"A lista de dispensa de medicamentos foi atualizada.","missedCollections":"Coleções perdidas","noAllergyDetailsFound":"Nenhum detalhe de alergia foi encontrado","noPrescriptionsToDisplay":"No prescriptions to display","noRefills":"No refills","numberIsNotValid":"Número não é válido","onsetDate":"Onset Date","ordered":"Solicitado","orderedMedication ":"ordered medication","orders":"Pedidos","ordersForHomeDelivery":"Pedidos para entrega ao domicílio","patientInstructions":"Instruções do utente","patientName":"Nome do utente","pause":"Pausar","paused":"Pausado","pausedDispense":"dispensa suspensa","pausePrescription":"Suspender prescrição","prescribed":"Prescrito","prescribedBy":"Prescribed By","prescriber":"Prescritor","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"Detalhes da prescrição","prescriptionInstructions":"Prescription instructions","prescriptionsToFillToday":"Prescriptions to fill today","print":"Print","printPrescriptions":"Print prescriptions","quantity":"Quantidade","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"Motivo para fechar","reasonForPause":"Motivo para suspender","refills":"Repor","route":"Rota","searchByPatientIdOrName":"Pesquisar pelo Identificador ou nome do utente","selectPrescriptions":"Check prescriptions to print","selectStockDispense":"Select stock to dispense from","status":"Estado","stockDispense":"Stock Dispense","stockDispensed":"Stock dispensed","stockDispenseDetails":"Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}","stockDispensedSuccessfully":"Stock dispensed successfully and batch level updated.","substitutionReason":"Motivo da substituição","substitutionType":"Tipo da substituição","success":"Success","tabList":"Lista de Guia","today":"Hoje","updateStatusFailed":"Update Status Failed","view":"Visualizar","visitFinalDiagnoses":"Visit final diagnoses"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[6679],{96679:e=>{e.exports=JSON.parse('{"active":"Ativo","activecondition":"Active Condition","activeConditions":"Active Condition","activePrescriptions":"Prescrições ativas","age":"Age","allergiesCount_one":"{{count}} alergia","allergiesCount_other":"{{count}} alergias","allPrescriptions":"Todas prescrições","appName":"Farmácia","cancelled":"Cancelado","checkFilters":"Check the filters above","clearSearchInput":"Limpar entrada de pesquisa","close":"Fechar","closed":"Fechado","closedDispense":"dispensa fechada","closePrescription":"Fechar prescrição","completed":"Concluido","completeOrderWithThisDispense":"Complete order with this dispense","conditions":"Condition","conditionsAndDiagnoses":"Conditions and diagnoses","couldNotDeleteMedicationDispense":"Could not delete medication dispense","couldNotUpdateMedicationRequestStatus":"Could not update medication request status","created":"Criado","datePrescribed":"Date prescribed","delete":"Apagar","deleteDispenseRecord":"Delete Dispense Record","deleteDispenseRecordMessage":"Are you sure you want to delete this dispense record?","deleteFailed":"Delete Failed","diagnosis":"Diagnosis","dispense":"Dispensa","dispensed":"Dispensado","dispenseDate":"Date of Dispense","dispensedBy":"Dispensed by","dispensedMedication":"medicamento dispensado","dispensePrescription":"Dispensar prescrição","dispensing":"Dispensador","dispensingAppError":"Erro no aplicativo de dispensa","dispensingAppMisconfigurationMessage":"Entre em contato com o administrador do sistema: Configuração incorreta - \'restrictTotalQuantityDispensed\' não pode ser ativado se \'allowModifyingPrescription\' estiver ativado.","dose":"Dose","doseUnit":"Unidade de dosagem","drugDispensingUnit":"Unidade de dispensa","drugs":"Medicamentos","editCloseRecord":"Edit Close Record","editDispenseRecord":"Editar Registo de Dispensa","editPauseRecord":"Editar Registo de Pausa","editRecord":"Editar Registo","error":"Erro","errorLoadingInventoryItems":"Error fetching inventory items","expired":"Expirado","filterByLocation":"Filtrar por local","finalDiagnoses":"Final Diagnoses","for":"for","frequency":"Frequência","historyComments":"Histórico e comentários","home":"Home","last14Days":"Últimos 14 dias","lastDispenser":"Último dispensador","loadingInventoryItems":"Loading inventory items...","location":"Local","medicationDispenseActionMenu":"Menu de Ação de Dispensa de Medicação","medicationDispenseDeleted":"Medication dispense was deleted successfully","medicationFormulation":"Medication Formulation","medicationListUpdated":"A lista de dispensa de medicamentos foi atualizada.","missedCollections":"Coleções perdidas","noAllergyDetailsFound":"Nenhum detalhe de alergia foi encontrado","noPrescriptionsToDisplay":"No prescriptions to display","noRefills":"No refills","numberIsNotValid":"Número não é válido","onsetDate":"Onset Date","ordered":"Solicitado","orderedMedication ":"ordered medication","orders":"Pedidos","ordersForHomeDelivery":"Pedidos para entrega ao domicílio","patientInstructions":"Instruções do utente","patientName":"Nome do utente","pause":"Pausar","paused":"Pausado","pausedDispense":"dispensa suspensa","pausePrescription":"Suspender prescrição","prescribed":"Prescrito","prescribedBy":"Prescribed By","prescriber":"Prescritor","prescriptionCompleted":"Prescription completed","prescriptionCompletedSuccessfully":"Medication dispensed and prescription marked as completed","prescriptionDetails":"Detalhes da prescrição","prescriptionInstructions":"Prescription instructions","prescriptionsToFillToday":"Prescriptions to fill today","print":"Print","printPrescriptions":"Print prescriptions","quantity":"Quantidade","quantityDispensed":"Quantity Dispensed","quantityPrescribed":"Quantity Prescribed","quantityRemaining":"Quantity Remaining to Dispense","reasonForClose":"Motivo para fechar","reasonForPause":"Motivo para suspender","refills":"Repor","route":"Rota","search":"Search","searchByPatientIdOrName":"Pesquisar pelo Identificador ou nome do utente","searchForPatient":"Search for a patient by name or identifier number","searchForPatientHeader":"Search for a patient","selectPrescriptions":"Check prescriptions to print","selectStockDispense":"Select stock to dispense from","status":"Estado","stockDispense":"Stock Dispense","stockDispensed":"Stock dispensed","stockDispenseDetails":"Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}","stockDispensedSuccessfully":"Stock dispensed successfully and batch level updated.","substitutionReason":"Motivo da substituição","substitutionType":"Tipo da substituição","success":"Success","tabList":"Lista de Guia","today":"Hoje","updateStatusFailed":"Update Status Failed","view":"Visualizar","visitFinalDiagnoses":"Visit final diagnoses"}')}}]);