@openmrs/esm-reports-app 4.2.2-pre.356 → 4.2.2-pre.394

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 (140) hide show
  1. package/.turbo/turbo-build.log +17 -17
  2. package/dist/1104.js +1 -0
  3. package/dist/1104.js.map +1 -0
  4. package/dist/1119.js +1 -1
  5. package/dist/1197.js +1 -1
  6. package/dist/1650.js +1 -1
  7. package/dist/1650.js.map +1 -1
  8. package/dist/2146.js +1 -1
  9. package/dist/2252.js +2 -0
  10. package/dist/2252.js.map +1 -0
  11. package/dist/2690.js +1 -1
  12. package/dist/2820.js +1 -0
  13. package/dist/289.js +1 -0
  14. package/dist/289.js.map +1 -0
  15. package/dist/3099.js +1 -1
  16. package/dist/3203.js +2 -0
  17. package/dist/3203.js.map +1 -0
  18. package/dist/3584.js +1 -1
  19. package/dist/3715.js +1 -1
  20. package/dist/3877.js +1 -0
  21. package/dist/3877.js.map +1 -0
  22. package/dist/4055.js +1 -1
  23. package/dist/4132.js +1 -1
  24. package/dist/4300.js +1 -1
  25. package/dist/4335.js +1 -1
  26. package/dist/439.js +2 -0
  27. package/dist/439.js.map +1 -0
  28. package/dist/4584.js +1 -1
  29. package/dist/4618.js +1 -1
  30. package/dist/4652.js +1 -1
  31. package/dist/4944.js +1 -1
  32. package/dist/5173.js +1 -1
  33. package/dist/5241.js +1 -1
  34. package/dist/5442.js +1 -1
  35. package/dist/5661.js +1 -1
  36. package/dist/6022.js +1 -1
  37. package/dist/6468.js +1 -1
  38. package/dist/6589.js +1 -0
  39. package/dist/6679.js +1 -1
  40. package/dist/6840.js +1 -1
  41. package/dist/6859.js +1 -1
  42. package/dist/7097.js +1 -1
  43. package/dist/7159.js +1 -1
  44. package/dist/723.js +1 -1
  45. package/dist/7617.js +1 -1
  46. package/dist/795.js +1 -1
  47. package/dist/8163.js +1 -1
  48. package/dist/826.js +1 -1
  49. package/dist/826.js.map +1 -1
  50. package/dist/8349.js +1 -1
  51. package/dist/8371.js +1 -0
  52. package/dist/8390.js +1 -1
  53. package/dist/8488.js +2 -0
  54. package/dist/8488.js.map +1 -0
  55. package/dist/8618.js +1 -1
  56. package/dist/890.js +1 -1
  57. package/dist/9090.js +1 -1
  58. package/dist/9090.js.map +1 -1
  59. package/dist/9214.js +1 -1
  60. package/dist/9538.js +1 -1
  61. package/dist/9569.js +1 -1
  62. package/dist/986.js +1 -1
  63. package/dist/9879.js +1 -1
  64. package/dist/9895.js +1 -1
  65. package/dist/9900.js +1 -1
  66. package/dist/9913.js +1 -1
  67. package/dist/main.js +1 -1
  68. package/dist/main.js.map +1 -1
  69. package/dist/openmrs-esm-reports-app.js +1 -1
  70. package/dist/openmrs-esm-reports-app.js.buildmanifest.json +325 -234
  71. package/dist/routes.json +1 -1
  72. package/package.json +1 -1
  73. package/src/components/concept-search/concept-search-input.component.tsx +59 -0
  74. package/src/components/concept-search/concept-search-input.scss +13 -0
  75. package/src/components/concept-search/concept-search-input.test.tsx +119 -0
  76. package/src/components/concept-search/concept-search-results.scss +107 -0
  77. package/src/components/concept-search/concept-search-results.tsx +135 -0
  78. package/src/components/report-parameter-input.component.tsx +84 -19
  79. package/src/components/report-parameter.component.tsx +23 -0
  80. package/src/hooks/useConceptSearch.ts +20 -0
  81. package/src/hooks/useConceptSearchInput.test.ts +118 -0
  82. package/src/hooks/useConceptSearchInput.ts +65 -0
  83. package/translations/am.json +1 -0
  84. package/translations/ar.json +1 -0
  85. package/translations/ar_SY.json +1 -0
  86. package/translations/bn.json +1 -0
  87. package/translations/cs.json +87 -0
  88. package/translations/de.json +1 -0
  89. package/translations/en.json +1 -0
  90. package/translations/en_US.json +1 -0
  91. package/translations/es.json +1 -0
  92. package/translations/es_MX.json +1 -0
  93. package/translations/fr.json +1 -0
  94. package/translations/he.json +1 -0
  95. package/translations/hi.json +1 -0
  96. package/translations/hi_IN.json +1 -0
  97. package/translations/id.json +1 -0
  98. package/translations/it.json +1 -0
  99. package/translations/ka.json +1 -0
  100. package/translations/km.json +1 -0
  101. package/translations/ku.json +1 -0
  102. package/translations/ky.json +1 -0
  103. package/translations/lg.json +1 -0
  104. package/translations/ne.json +1 -0
  105. package/translations/pl.json +1 -0
  106. package/translations/pt.json +1 -0
  107. package/translations/pt_BR.json +1 -0
  108. package/translations/qu.json +1 -0
  109. package/translations/ro_RO.json +1 -0
  110. package/translations/ru_RU.json +1 -0
  111. package/translations/si.json +1 -0
  112. package/translations/sq.json +87 -0
  113. package/translations/sw.json +1 -0
  114. package/translations/sw_KE.json +1 -0
  115. package/translations/tr.json +1 -0
  116. package/translations/tr_TR.json +1 -0
  117. package/translations/uk.json +1 -0
  118. package/translations/uz.json +1 -0
  119. package/translations/uz@Latn.json +1 -0
  120. package/translations/uz_UZ.json +1 -0
  121. package/translations/vi.json +1 -0
  122. package/translations/zh.json +1 -0
  123. package/translations/zh_CN.json +1 -0
  124. package/translations/zh_TW.json +87 -0
  125. package/dist/1877.js +0 -1
  126. package/dist/1877.js.map +0 -1
  127. package/dist/2316.js +0 -2
  128. package/dist/2316.js.map +0 -1
  129. package/dist/2345.js +0 -2
  130. package/dist/2345.js.map +0 -1
  131. package/dist/2358.js +0 -1
  132. package/dist/2358.js.map +0 -1
  133. package/dist/5520.js +0 -2
  134. package/dist/5520.js.map +0 -1
  135. package/dist/8178.js +0 -2
  136. package/dist/8178.js.map +0 -1
  137. /package/dist/{2345.js.LICENSE.txt → 2252.js.LICENSE.txt} +0 -0
  138. /package/dist/{2316.js.LICENSE.txt → 3203.js.LICENSE.txt} +0 -0
  139. /package/dist/{5520.js.LICENSE.txt → 439.js.LICENSE.txt} +0 -0
  140. /package/dist/{8178.js.LICENSE.txt → 8488.js.LICENSE.txt} +0 -0