@openmrs/esm-generic-patient-widgets-app 11.3.0 → 11.3.1-patch.9310

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 (132) hide show
  1. package/.turbo/turbo-build.log +33 -26
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/2146.js +1 -1
  5. package/dist/2499.js +2 -0
  6. package/dist/2499.js.map +1 -0
  7. package/dist/251.js +2 -0
  8. package/dist/251.js.map +1 -0
  9. package/dist/2690.js +1 -1
  10. package/dist/3099.js +1 -1
  11. package/dist/3204.js +2 -0
  12. package/dist/{9582.js.LICENSE.txt → 3204.js.LICENSE.txt} +1 -1
  13. package/dist/3204.js.map +1 -0
  14. package/dist/3584.js +1 -1
  15. package/dist/4055.js +1 -1
  16. package/dist/4132.js +1 -1
  17. package/dist/4300.js +1 -1
  18. package/dist/4335.js +1 -1
  19. package/dist/4341.js +1 -0
  20. package/dist/4341.js.map +1 -0
  21. package/dist/4618.js +1 -1
  22. package/dist/4652.js +1 -1
  23. package/dist/4944.js +1 -1
  24. package/dist/5173.js +1 -1
  25. package/dist/5241.js +1 -1
  26. package/dist/5442.js +1 -1
  27. package/dist/5661.js +1 -1
  28. package/dist/5670.js +1 -0
  29. package/dist/5670.js.map +1 -0
  30. package/dist/6022.js +1 -1
  31. package/dist/6336.js +1 -0
  32. package/dist/6336.js.map +1 -0
  33. package/dist/6468.js +1 -1
  34. package/dist/6679.js +1 -1
  35. package/dist/6840.js +1 -1
  36. package/dist/6859.js +1 -1
  37. package/dist/7097.js +1 -1
  38. package/dist/7159.js +1 -1
  39. package/dist/723.js +1 -1
  40. package/dist/7617.js +1 -1
  41. package/dist/795.js +1 -1
  42. package/dist/8163.js +1 -1
  43. package/dist/8349.js +1 -1
  44. package/dist/8618.js +1 -1
  45. package/dist/890.js +1 -1
  46. package/dist/9214.js +1 -1
  47. package/dist/9351.js +1 -0
  48. package/dist/9351.js.map +1 -0
  49. package/dist/9538.js +1 -1
  50. package/dist/9569.js +1 -1
  51. package/dist/986.js +1 -1
  52. package/dist/9879.js +1 -1
  53. package/dist/9895.js +1 -1
  54. package/dist/9900.js +1 -1
  55. package/dist/9913.js +1 -1
  56. package/dist/main.js +1 -1
  57. package/dist/main.js.LICENSE.txt +1 -1
  58. package/dist/main.js.map +1 -1
  59. package/dist/openmrs-esm-generic-patient-widgets-app.js +1 -1
  60. package/dist/openmrs-esm-generic-patient-widgets-app.js.buildmanifest.json +241 -292
  61. package/dist/openmrs-esm-generic-patient-widgets-app.js.map +1 -1
  62. package/dist/routes.json +1 -1
  63. package/package.json +6 -5
  64. package/src/config-schema-obs-switchable.ts +9 -2
  65. package/src/obs-graph/obs-graph.component.tsx +175 -83
  66. package/src/obs-graph/obs-graph.scss +21 -22
  67. package/src/obs-switchable/obs-switchable.component.tsx +27 -27
  68. package/src/obs-switchable/obs-switchable.scss +1 -1
  69. package/src/obs-switchable/obs-switchable.test.tsx +291 -0
  70. package/src/obs-table/obs-table.component.tsx +6 -4
  71. package/src/obs-table-horizontal/obs-table-horizontal.component.tsx +7 -4
  72. package/src/resources/useConcepts.ts +41 -0
  73. package/src/resources/useObs.ts +32 -5
  74. package/translations/am.json +2 -4
  75. package/translations/ar.json +2 -4
  76. package/translations/ar_SY.json +2 -4
  77. package/translations/bn.json +2 -4
  78. package/translations/de.json +2 -4
  79. package/translations/en.json +2 -4
  80. package/translations/en_US.json +2 -4
  81. package/translations/es.json +2 -4
  82. package/translations/es_MX.json +2 -4
  83. package/translations/fr.json +2 -4
  84. package/translations/he.json +2 -4
  85. package/translations/hi.json +2 -4
  86. package/translations/hi_IN.json +2 -4
  87. package/translations/id.json +2 -4
  88. package/translations/it.json +2 -4
  89. package/translations/ka.json +2 -4
  90. package/translations/km.json +2 -4
  91. package/translations/ku.json +2 -4
  92. package/translations/ky.json +2 -4
  93. package/translations/lg.json +2 -4
  94. package/translations/ne.json +2 -4
  95. package/translations/pl.json +2 -4
  96. package/translations/pt.json +2 -4
  97. package/translations/pt_BR.json +2 -4
  98. package/translations/qu.json +2 -4
  99. package/translations/ro_RO.json +2 -4
  100. package/translations/ru_RU.json +2 -4
  101. package/translations/si.json +2 -4
  102. package/translations/sw.json +2 -4
  103. package/translations/sw_KE.json +2 -4
  104. package/translations/tr.json +2 -4
  105. package/translations/tr_TR.json +2 -4
  106. package/translations/uk.json +2 -4
  107. package/translations/uz.json +2 -4
  108. package/translations/uz@Latn.json +2 -4
  109. package/translations/uz_UZ.json +2 -4
  110. package/translations/vi.json +2 -4
  111. package/translations/zh.json +2 -4
  112. package/translations/zh_CN.json +2 -4
  113. package/dist/30.js +0 -2
  114. package/dist/30.js.map +0 -1
  115. package/dist/4051.js +0 -1
  116. package/dist/4051.js.map +0 -1
  117. package/dist/5048.js +0 -1
  118. package/dist/5048.js.map +0 -1
  119. package/dist/521.js +0 -2
  120. package/dist/521.js.map +0 -1
  121. package/dist/5639.js +0 -1
  122. package/dist/5639.js.map +0 -1
  123. package/dist/5986.js +0 -1
  124. package/dist/5986.js.map +0 -1
  125. package/dist/6432.js +0 -1
  126. package/dist/6432.js.map +0 -1
  127. package/dist/717.js +0 -1
  128. package/dist/717.js.map +0 -1
  129. package/dist/9582.js +0 -2
  130. package/dist/9582.js.map +0 -1
  131. /package/dist/{521.js.LICENSE.txt → 2499.js.LICENSE.txt} +0 -0
  132. /package/dist/{30.js.LICENSE.txt → 251.js.LICENSE.txt} +0 -0
@@ -4,4 +4,4 @@
4
4
  http://jedwatson.github.io/classnames
5
5
  */
6
6
 
7
- /*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */
7
+ /*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */