@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.
- package/.turbo/turbo-build.log +17 -17
- package/dist/1104.js +1 -0
- package/dist/1104.js.map +1 -0
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/1650.js +1 -1
- package/dist/1650.js.map +1 -1
- package/dist/2146.js +1 -1
- package/dist/2252.js +2 -0
- package/dist/2252.js.map +1 -0
- package/dist/2690.js +1 -1
- package/dist/2820.js +1 -0
- package/dist/289.js +1 -0
- package/dist/289.js.map +1 -0
- package/dist/3099.js +1 -1
- package/dist/3203.js +2 -0
- package/dist/3203.js.map +1 -0
- package/dist/3584.js +1 -1
- package/dist/3715.js +1 -1
- package/dist/3877.js +1 -0
- package/dist/3877.js.map +1 -0
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/439.js +2 -0
- package/dist/439.js.map +1 -0
- package/dist/4584.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/6022.js +1 -1
- package/dist/6468.js +1 -1
- package/dist/6589.js +1 -0
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/826.js +1 -1
- package/dist/826.js.map +1 -1
- package/dist/8349.js +1 -1
- package/dist/8371.js +1 -0
- package/dist/8390.js +1 -1
- package/dist/8488.js +2 -0
- package/dist/8488.js.map +1 -0
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9090.js +1 -1
- package/dist/9090.js.map +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-reports-app.js +1 -1
- package/dist/openmrs-esm-reports-app.js.buildmanifest.json +325 -234
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/components/concept-search/concept-search-input.component.tsx +59 -0
- package/src/components/concept-search/concept-search-input.scss +13 -0
- package/src/components/concept-search/concept-search-input.test.tsx +119 -0
- package/src/components/concept-search/concept-search-results.scss +107 -0
- package/src/components/concept-search/concept-search-results.tsx +135 -0
- package/src/components/report-parameter-input.component.tsx +84 -19
- package/src/components/report-parameter.component.tsx +23 -0
- package/src/hooks/useConceptSearch.ts +20 -0
- package/src/hooks/useConceptSearchInput.test.ts +118 -0
- package/src/hooks/useConceptSearchInput.ts +65 -0
- package/translations/am.json +1 -0
- package/translations/ar.json +1 -0
- package/translations/ar_SY.json +1 -0
- package/translations/bn.json +1 -0
- package/translations/cs.json +87 -0
- package/translations/de.json +1 -0
- package/translations/en.json +1 -0
- package/translations/en_US.json +1 -0
- package/translations/es.json +1 -0
- package/translations/es_MX.json +1 -0
- package/translations/fr.json +1 -0
- package/translations/he.json +1 -0
- package/translations/hi.json +1 -0
- package/translations/hi_IN.json +1 -0
- package/translations/id.json +1 -0
- package/translations/it.json +1 -0
- package/translations/ka.json +1 -0
- package/translations/km.json +1 -0
- package/translations/ku.json +1 -0
- package/translations/ky.json +1 -0
- package/translations/lg.json +1 -0
- package/translations/ne.json +1 -0
- package/translations/pl.json +1 -0
- package/translations/pt.json +1 -0
- package/translations/pt_BR.json +1 -0
- package/translations/qu.json +1 -0
- package/translations/ro_RO.json +1 -0
- package/translations/ru_RU.json +1 -0
- package/translations/si.json +1 -0
- package/translations/sq.json +87 -0
- package/translations/sw.json +1 -0
- package/translations/sw_KE.json +1 -0
- package/translations/tr.json +1 -0
- package/translations/tr_TR.json +1 -0
- package/translations/uk.json +1 -0
- package/translations/uz.json +1 -0
- package/translations/uz@Latn.json +1 -0
- package/translations/uz_UZ.json +1 -0
- package/translations/vi.json +1 -0
- package/translations/zh.json +1 -0
- package/translations/zh_CN.json +1 -0
- package/translations/zh_TW.json +87 -0
- package/dist/1877.js +0 -1
- package/dist/1877.js.map +0 -1
- package/dist/2316.js +0 -2
- package/dist/2316.js.map +0 -1
- package/dist/2345.js +0 -2
- package/dist/2345.js.map +0 -1
- package/dist/2358.js +0 -1
- package/dist/2358.js.map +0 -1
- package/dist/5520.js +0 -2
- package/dist/5520.js.map +0 -1
- package/dist/8178.js +0 -2
- package/dist/8178.js.map +0 -1
- /package/dist/{2345.js.LICENSE.txt → 2252.js.LICENSE.txt} +0 -0
- /package/dist/{2316.js.LICENSE.txt → 3203.js.LICENSE.txt} +0 -0
- /package/dist/{5520.js.LICENSE.txt → 439.js.LICENSE.txt} +0 -0
- /package/dist/{8178.js.LICENSE.txt → 8488.js.LICENSE.txt} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.