@openmrs/esm-patient-allergies-app 11.2.2-pre.8773 → 11.3.1-patch.9064

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 (128) hide show
  1. package/.turbo/turbo-build.log +24 -25
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/1533.js +2 -0
  5. package/dist/1533.js.map +1 -0
  6. package/dist/2146.js +1 -1
  7. package/dist/2690.js +1 -1
  8. package/dist/3099.js +1 -1
  9. package/dist/3357.js +1 -0
  10. package/dist/3357.js.map +1 -0
  11. package/dist/3584.js +1 -1
  12. package/dist/4055.js +1 -1
  13. package/dist/4132.js +1 -1
  14. package/dist/4300.js +1 -1
  15. package/dist/4335.js +1 -1
  16. package/dist/4618.js +1 -1
  17. package/dist/4652.js +1 -1
  18. package/dist/4944.js +1 -1
  19. package/dist/5173.js +1 -1
  20. package/dist/5241.js +1 -1
  21. package/dist/5442.js +1 -1
  22. package/dist/5563.js +1 -1
  23. package/dist/5661.js +1 -1
  24. package/dist/5670.js +1 -0
  25. package/dist/5670.js.map +1 -0
  26. package/dist/5836.js +2 -0
  27. package/dist/5836.js.map +1 -0
  28. package/dist/6022.js +1 -1
  29. package/dist/6468.js +1 -1
  30. package/dist/6679.js +1 -1
  31. package/dist/6840.js +1 -1
  32. package/dist/6859.js +1 -1
  33. package/dist/6884.js +1 -1
  34. package/dist/6884.js.map +1 -1
  35. package/dist/7097.js +1 -1
  36. package/dist/7159.js +1 -1
  37. package/dist/723.js +1 -1
  38. package/dist/7617.js +1 -1
  39. package/dist/795.js +1 -1
  40. package/dist/8163.js +1 -1
  41. package/dist/8349.js +1 -1
  42. package/dist/8618.js +1 -1
  43. package/dist/8803.js +1 -0
  44. package/dist/8803.js.map +1 -0
  45. package/dist/890.js +1 -1
  46. package/dist/9214.js +1 -1
  47. package/dist/9538.js +1 -1
  48. package/dist/9569.js +1 -1
  49. package/dist/986.js +1 -1
  50. package/dist/9879.js +1 -1
  51. package/dist/9895.js +1 -1
  52. package/dist/9900.js +1 -1
  53. package/dist/9913.js +1 -1
  54. package/dist/main.js +1 -1
  55. package/dist/main.js.map +1 -1
  56. package/dist/openmrs-esm-patient-allergies-app.js +1 -1
  57. package/dist/openmrs-esm-patient-allergies-app.js.buildmanifest.json +229 -280
  58. package/dist/openmrs-esm-patient-allergies-app.js.map +1 -1
  59. package/dist/routes.json +1 -1
  60. package/package.json +3 -3
  61. package/src/allergies/allergies-action-menu.component.tsx +2 -2
  62. package/src/allergies/allergies-list.extension.tsx +55 -0
  63. package/src/allergies/allergies-list.scss +35 -0
  64. package/src/allergies/allergies-list.test.tsx +131 -0
  65. package/src/allergies/{allergies-tile.component.tsx → allergies-tile.extension.tsx} +7 -5
  66. package/src/allergies/allergies-tile.scss +5 -0
  67. package/src/allergies/allergies-tile.test.tsx +16 -7
  68. package/src/allergies/allergy-intolerance.resource.ts +3 -3
  69. package/src/allergies/delete-allergy.modal.tsx +2 -2
  70. package/src/dashboard.meta.ts +3 -1
  71. package/src/index.ts +6 -7
  72. package/src/routes.json +11 -4
  73. package/src/utils.ts +5 -0
  74. package/translations/am.json +2 -1
  75. package/translations/ar.json +2 -1
  76. package/translations/ar_SY.json +2 -1
  77. package/translations/bn.json +2 -1
  78. package/translations/de.json +2 -1
  79. package/translations/en.json +2 -1
  80. package/translations/en_US.json +2 -1
  81. package/translations/es.json +2 -1
  82. package/translations/es_MX.json +2 -1
  83. package/translations/fr.json +2 -1
  84. package/translations/he.json +2 -1
  85. package/translations/hi.json +2 -1
  86. package/translations/hi_IN.json +2 -1
  87. package/translations/id.json +2 -1
  88. package/translations/it.json +2 -1
  89. package/translations/ka.json +2 -1
  90. package/translations/km.json +2 -1
  91. package/translations/ku.json +2 -1
  92. package/translations/ky.json +2 -1
  93. package/translations/lg.json +2 -1
  94. package/translations/ne.json +2 -1
  95. package/translations/pl.json +2 -1
  96. package/translations/pt.json +2 -1
  97. package/translations/pt_BR.json +2 -1
  98. package/translations/qu.json +2 -1
  99. package/translations/ro_RO.json +2 -1
  100. package/translations/ru_RU.json +2 -1
  101. package/translations/si.json +2 -1
  102. package/translations/sw.json +2 -1
  103. package/translations/sw_KE.json +2 -1
  104. package/translations/tr.json +2 -1
  105. package/translations/tr_TR.json +2 -1
  106. package/translations/uk.json +2 -1
  107. package/translations/uz.json +2 -1
  108. package/translations/uz@Latn.json +2 -1
  109. package/translations/uz_UZ.json +2 -1
  110. package/translations/vi.json +2 -1
  111. package/translations/zh.json +2 -1
  112. package/translations/zh_CN.json +2 -1
  113. package/dist/4051.js +0 -1
  114. package/dist/4051.js.map +0 -1
  115. package/dist/4130.js +0 -2
  116. package/dist/4130.js.map +0 -1
  117. package/dist/5048.js +0 -1
  118. package/dist/5048.js.map +0 -1
  119. package/dist/5421.js +0 -2
  120. package/dist/5421.js.map +0 -1
  121. package/dist/6432.js +0 -1
  122. package/dist/6432.js.map +0 -1
  123. package/dist/717.js +0 -1
  124. package/dist/717.js.map +0 -1
  125. package/dist/8170.js +0 -1
  126. package/dist/8170.js.map +0 -1
  127. /package/dist/{4130.js.LICENSE.txt → 1533.js.LICENSE.txt} +0 -0
  128. /package/dist/{5421.js.LICENSE.txt → 5836.js.LICENSE.txt} +0 -0
@@ -1,29 +1,28 @@
1
- assets by path *.js 3.44 MiB
2
- assets by chunk 2.53 MiB (id hint: vendors)
3
- assets by status 2.28 MiB [big]
4
- asset 5421.js 1.89 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
5
- asset 4130.js 392 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
1
+ assets by path *.js 3.66 MiB
2
+ assets by chunk 2.66 MiB (id hint: vendors)
3
+ assets by status 2.42 MiB [big]
4
+ asset 5836.js 2.03 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
5
+ asset 1533.js 398 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
6
6
  asset 7038.js 84 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
7
7
  asset 2913.js 67.8 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
8
- asset 717.js 47.1 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
9
8
  asset 2457.js 45.4 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
9
+ asset 5670.js 44.5 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
10
10
  asset 2372.js 6.1 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
11
- asset 6432.js 3.83 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
12
- + 54 assets
13
- assets by path *.json 31.8 KiB
14
- asset openmrs-esm-patient-allergies-app.js.buildmanifest.json 30.9 KiB [emitted]
15
- asset routes.json 900 bytes [emitted] [from: src/routes.json] [copied]
16
- orphan modules 9.78 MiB [orphan] 3139 modules
17
- runtime modules 44.1 KiB 28 modules
18
- built modules 7.57 MiB (javascript) 420 bytes (share-init) 420 bytes (consume-shared) [built]
19
- modules by path ../../node_modules/ 7.11 MiB 594 modules
20
- modules by path ./ 242 KiB
21
- optional modules 78.5 KiB [optional] 39 modules
22
- javascript modules 164 KiB 9 modules
11
+ + 53 assets
12
+ assets by path *.json 30.9 KiB
13
+ asset openmrs-esm-patient-allergies-app.js.buildmanifest.json 29.9 KiB [emitted]
14
+ asset routes.json 975 bytes [emitted] [from: src/routes.json] [copied]
15
+ orphan modules 9.99 MiB [orphan] 3162 modules
16
+ runtime modules 44 KiB 28 modules
17
+ built modules 8.11 MiB (javascript) 420 bytes (share-init) 420 bytes (consume-shared) [built]
18
+ modules by path ../../node_modules/ 7.59 MiB 599 modules
19
+ modules by path ./ 291 KiB
20
+ optional modules 79.2 KiB [optional] 39 modules
21
+ javascript modules 211 KiB 10 modules
23
22
  provide-module modules 420 bytes 10 modules
24
23
  consume-shared-module modules 420 bytes 10 modules
25
- modules by path ../esm-patient-common-lib/src/ 226 KiB
26
- ../esm-patient-common-lib/src/index.ts + 37 modules 97.5 KiB [built] [code generated]
24
+ modules by path ../esm-patient-common-lib/src/ 244 KiB
25
+ ../esm-patient-common-lib/src/index.ts + 61 modules 115 KiB [built] [code generated]
27
26
  ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../esm-patient-common-lib/src/cards/card-header.scss 31.4 KiB [built] [code generated]
28
27
  + 3 modules
29
28
  container entry 42 bytes [built] [code generated]
@@ -31,14 +30,14 @@ built modules 7.57 MiB (javascript) 420 bytes (share-init) 420 bytes (consume-sh
31
30
  WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
32
31
  This can impact web performance.
33
32
  Assets:
34
- main.js (466 KiB)
35
- 5421.js (1.89 MiB)
36
- 4130.js (392 KiB)
33
+ main.js (517 KiB)
34
+ 5836.js (2.03 MiB)
35
+ 1533.js (398 KiB)
37
36
 
38
37
  WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
39
38
  Entrypoints:
40
- main (466 KiB)
39
+ main (517 KiB)
41
40
  main.js
42
41
  
43
42
 
44
- webpack 5.99.9 compiled with 2 warnings in 119179 ms
43
+ webpack 5.99.9 compiled with 2 warnings in 143597 ms
package/dist/1119.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_patient_allergies_app=globalThis.webpackChunk_openmrs_esm_patient_allergies_app||[]).push([[1119],{41119:e=>{e.exports=JSON.parse('{"add":"Add","allergen":"Allergen","allergenRequired":"Allergen is required","allergies":"Allergies","Allergies":"Allergies","allergyDeleted":"Allergy deleted","allergyIntolerances":"allergy intolerances","allergyNowVisible":"It is now visible on the Allergies page","allergySaved":"Allergy saved","allergySaveError":"Error saving allergy","allergyUpdated":"Allergy updated","atLeastOneReactionRequired":"At least one reaction is required","cancel":"Cancel","comments":"Comments","delete":"Delete","deleteModalConfirmationText":"Are you sure you want to delete this allergy?","deletePatientAllergy":"Delete allergy","deleting":"Deleting","discard":"Discard","edit":"Edit","editAllergy":"Edit an Allergy","editOrDeleteAllergy":"Edit or delete allergy","errorDeletingAllergy":"Error deleting allergy","loading":"Loading","mild":"Mild","moderate":"Moderate","name":"Name","nonCodedAllergenRequired":"Please specify the non-coded allergen","nonCodedAllergenWarningDescription":"Adding a custom allergen may impact system-wide allergy notifications. It\'s recommended to choose from the provided list for accurate alerts. Custom entries may not trigger notifications in all relevant contexts.","nonCodedAllergenWarningTitle":"Warning: Custom Allergen Entry","nonCodedAllergicReactionRequired":"Please specify the non-coded allergic reaction","other":"Other","otherNonCodedAllergen":"Other non-coded allergen","otherNonCodedAllergicReaction":"Other non-coded allergic reaction","reaction":"Reaction","reactions":"Reactions","recordNewAllergy":"Record a new allergy","saveAndClose":"Save and close","saving":"Saving","seeAll":"See all","selectAllergen":"Select the allergen","selectReactions":"Select the reactions","severe":"Severe","severityandReaction":"Severity","severityOfWorstReaction":"Severity of worst reaction","severityRequired":"Severity is required","typeAdditionalComments":"Type any additional comments here","typeAllergenName":"Please type in the name of the allergen","typeAllergicReactionName":"Please type in the name of the allergic reaction"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_patient_allergies_app=globalThis.webpackChunk_openmrs_esm_patient_allergies_app||[]).push([[1119],{41119:e=>{e.exports=JSON.parse('{"add":"Add","allergen":"Allergen","allergenRequired":"Allergen is required","allergies":"Allergies","Allergies":"Allergies","allergyDeleted":"Allergy deleted","allergyIntolerances":"allergy intolerances","allergyNowVisible":"It is now visible on the Allergies page","allergySaved":"Allergy saved","allergySaveError":"Error saving allergy","allergyUpdated":"Allergy updated","atLeastOneReactionRequired":"At least one reaction is required","cancel":"Cancel","comments":"Comments","delete":"Delete","deleteModalConfirmationText":"Are you sure you want to delete this allergy?","deletePatientAllergy":"Delete allergy","deleting":"Deleting","discard":"Discard","edit":"Edit","editAllergy":"Edit an Allergy","editOrDeleteAllergy":"Edit or delete allergy","errorDeletingAllergy":"Error deleting allergy","loading":"Loading","mild":"Mild","moderate":"Moderate","name":"Name","nonCodedAllergenRequired":"Please specify the non-coded allergen","nonCodedAllergenWarningDescription":"Adding a custom allergen may impact system-wide allergy notifications. It\'s recommended to choose from the provided list for accurate alerts. Custom entries may not trigger notifications in all relevant contexts.","nonCodedAllergenWarningTitle":"Warning: Custom Allergen Entry","nonCodedAllergicReactionRequired":"Please specify the non-coded allergic reaction","other":"Other","otherNonCodedAllergen":"Other non-coded allergen","otherNonCodedAllergicReaction":"Other non-coded allergic reaction","reaction":"Reaction","reactions":"Reactions","recordNewAllergy":"Record a new allergy","saveAndClose":"Save and close","saving":"Saving","seeAll":"See all","selectAllergen":"Select the allergen","selectReactions":"Select the reactions","severe":"Severe","severityandReaction":"Severity","severityOfWorstReaction":"Severity of worst reaction","severityRequired":"Severity is required","typeAdditionalComments":"Type any additional comments here","typeAllergenName":"Please type in the name of the allergen","typeAllergicReactionName":"Please type in the name of the allergic reaction","unknown":"Unknown"}')}}]);
package/dist/1197.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_patient_allergies_app=globalThis.webpackChunk_openmrs_esm_patient_allergies_app||[]).push([[1197],{81197:e=>{e.exports=JSON.parse('{"add":"Add","allergen":"Allergen","allergenRequired":"Allergen is required","allergies":"Allergies","Allergies":"Allergies","allergyDeleted":"Allergy deleted","allergyIntolerances":"allergy intolerances","allergyNowVisible":"It is now visible on the Allergies page","allergySaved":"Allergy saved","allergySaveError":"Error saving allergy","allergyUpdated":"Allergy updated","atLeastOneReactionRequired":"At least one reaction is required","cancel":"Cancel","comments":"Comments","delete":"Delete","deleteModalConfirmationText":"Are you sure you want to delete this allergy?","deletePatientAllergy":"Delete allergy","deleting":"Deleting","discard":"Discard","edit":"Edit","editAllergy":"Edit an Allergy","editOrDeleteAllergy":"Edit or delete allergy","errorDeletingAllergy":"Error deleting allergy","loading":"Loading","mild":"Mild","moderate":"Moderate","name":"Name","nonCodedAllergenRequired":"Please specify the non-coded allergen","nonCodedAllergenWarningDescription":"Adding a custom allergen may impact system-wide allergy notifications. It\'s recommended to choose from the provided list for accurate alerts. Custom entries may not trigger notifications in all relevant contexts.","nonCodedAllergenWarningTitle":"Warning: Custom Allergen Entry","nonCodedAllergicReactionRequired":"Please specify the non-coded allergic reaction","other":"Other","otherNonCodedAllergen":"Other non-coded allergen","otherNonCodedAllergicReaction":"Other non-coded allergic reaction","reaction":"Reaction","reactions":"Reactions","recordNewAllergy":"Record a new allergy","saveAndClose":"Save and close","saving":"Saving","seeAll":"See all","selectAllergen":"Select the allergen","selectReactions":"Select the reactions","severe":"Severe","severityandReaction":"Severity","severityOfWorstReaction":"Severity of worst reaction","severityRequired":"Severity is required","typeAdditionalComments":"Type any additional comments here","typeAllergenName":"Please type in the name of the allergen","typeAllergicReactionName":"Please type in the name of the allergic reaction"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_patient_allergies_app=globalThis.webpackChunk_openmrs_esm_patient_allergies_app||[]).push([[1197],{81197:e=>{e.exports=JSON.parse('{"add":"Add","allergen":"Allergen","allergenRequired":"Allergen is required","allergies":"Allergies","Allergies":"Allergies","allergyDeleted":"Allergy deleted","allergyIntolerances":"allergy intolerances","allergyNowVisible":"It is now visible on the Allergies page","allergySaved":"Allergy saved","allergySaveError":"Error saving allergy","allergyUpdated":"Allergy updated","atLeastOneReactionRequired":"At least one reaction is required","cancel":"Cancel","comments":"Comments","delete":"Delete","deleteModalConfirmationText":"Are you sure you want to delete this allergy?","deletePatientAllergy":"Delete allergy","deleting":"Deleting","discard":"Discard","edit":"Edit","editAllergy":"Edit an Allergy","editOrDeleteAllergy":"Edit or delete allergy","errorDeletingAllergy":"Error deleting allergy","loading":"Loading","mild":"Mild","moderate":"Moderate","name":"Name","nonCodedAllergenRequired":"Please specify the non-coded allergen","nonCodedAllergenWarningDescription":"Adding a custom allergen may impact system-wide allergy notifications. It\'s recommended to choose from the provided list for accurate alerts. Custom entries may not trigger notifications in all relevant contexts.","nonCodedAllergenWarningTitle":"Warning: Custom Allergen Entry","nonCodedAllergicReactionRequired":"Please specify the non-coded allergic reaction","other":"Other","otherNonCodedAllergen":"Other non-coded allergen","otherNonCodedAllergicReaction":"Other non-coded allergic reaction","reaction":"Reaction","reactions":"Reactions","recordNewAllergy":"Record a new allergy","saveAndClose":"Save and close","saving":"Saving","seeAll":"See all","selectAllergen":"Select the allergen","selectReactions":"Select the reactions","severe":"Severe","severityandReaction":"Severity","severityOfWorstReaction":"Severity of worst reaction","severityRequired":"Severity is required","typeAdditionalComments":"Type any additional comments here","typeAllergenName":"Please type in the name of the allergen","typeAllergicReactionName":"Please type in the name of the allergic reaction","unknown":"Unknown"}')}}]);