@gen-epix/ui-casedb 2.0.0 → 2.1.0

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 (362) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/dist/index.js +15603 -15632
  3. package/dist/index.js.map +1 -1
  4. package/dist/src/classes/errors/UploadError.d.ts +5 -0
  5. package/dist/src/classes/errors/index.d.ts +1 -0
  6. package/dist/src/classes/filters/SelectionFilter.d.ts +10 -0
  7. package/dist/src/classes/filters/TreeFilter.d.ts +10 -0
  8. package/dist/src/classes/managers/EpiDataManager/EpiDataManager.d.ts +14 -0
  9. package/dist/src/classes/managers/EpiDataManager/index.d.ts +1 -0
  10. package/dist/src/classes/managers/EpiEventBusManager/EpiEventBusManager.d.ts +48 -0
  11. package/dist/src/classes/managers/EpiEventBusManager/index.d.ts +1 -0
  12. package/dist/src/classes/managers/EpiHighlightingManager/EpiHighlightingManager.d.ts +9 -0
  13. package/dist/src/classes/managers/EpiHighlightingManager/index.d.ts +1 -0
  14. package/dist/src/classes/managers/EpiLineListCaseSetMembersManager/EpiListsCaseSetMembersManager.d.ts +11 -0
  15. package/dist/src/classes/managers/EpiLineListCaseSetMembersManager/index.d.ts +1 -0
  16. package/dist/src/components/epi/EpiAddCasesToEventDialog/EpiAddCasesToEventDialog.d.ts +11 -0
  17. package/dist/src/components/epi/EpiAddCasesToEventDialog/EpiAddCasesToEventDialogSuccessNotificationMessage.d.ts +6 -0
  18. package/dist/src/components/epi/EpiAddCasesToEventDialog/index.d.ts +1 -0
  19. package/dist/src/components/epi/EpiBulkEditCaseDialog/EpiBulkEditCaseDialog.d.ts +10 -0
  20. package/dist/src/components/epi/EpiBulkEditCaseDialog/index.d.ts +1 -0
  21. package/dist/src/components/epi/EpiCaseInfoDialog/EpiCaseCaseSetInfo.d.ts +6 -0
  22. package/dist/src/components/epi/EpiCaseInfoDialog/EpiCaseContent.d.ts +6 -0
  23. package/dist/src/components/epi/EpiCaseInfoDialog/EpiCaseForm.d.ts +9 -0
  24. package/dist/src/components/epi/EpiCaseInfoDialog/EpiCaseInfoDialog.d.ts +10 -0
  25. package/dist/src/components/epi/EpiCaseInfoDialog/EpiCaseSharingForm.d.ts +9 -0
  26. package/dist/src/components/epi/EpiCaseInfoDialog/EpiCaseSharingInfo.d.ts +3 -0
  27. package/dist/src/components/epi/EpiCaseInfoDialog/EpiReadOnlyCaseContent.d.ts +6 -0
  28. package/dist/src/components/epi/EpiCaseInfoDialog/index.d.ts +1 -0
  29. package/dist/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetContent.d.ts +6 -0
  30. package/dist/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetDescription.d.ts +6 -0
  31. package/dist/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetForm.d.ts +8 -0
  32. package/dist/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetInfoDialog.d.ts +11 -0
  33. package/dist/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetSharingForm.d.ts +10 -0
  34. package/dist/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetSharingInfo.d.ts +3 -0
  35. package/dist/src/components/epi/EpiCaseSetInfoDialog/index.d.ts +1 -0
  36. package/dist/src/components/epi/EpiCaseSummary/EpiCaseSummary.d.ts +5 -0
  37. package/dist/src/components/epi/EpiCaseSummary/index.d.ts +1 -0
  38. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoAccessRights.d.ts +5 -0
  39. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoColAccessRights.d.ts +4 -0
  40. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoData.d.ts +5 -0
  41. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoDialog.d.ts +8 -0
  42. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoDialogContent.d.ts +3 -0
  43. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoDialogWithLoader.d.ts +9 -0
  44. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoRegions.d.ts +5 -0
  45. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoTrees.d.ts +5 -0
  46. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoValues.d.ts +5 -0
  47. package/dist/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoVariableDetails.d.ts +6 -0
  48. package/dist/src/components/epi/EpiCaseTypeInfoDialog/index.d.ts +10 -0
  49. package/dist/src/components/epi/EpiCasesAlreadyInCaseSetWarning/EpiCasesAlreadyInCaseSetWarning.d.ts +5 -0
  50. package/dist/src/components/epi/EpiCasesAlreadyInCaseSetWarning/EpiCasesAlreadyInCaseSetWarningCaseSetLink.d.ts +5 -0
  51. package/dist/src/components/epi/EpiCasesAlreadyInCaseSetWarning/index.d.ts +1 -0
  52. package/dist/src/components/epi/EpiCompletCaseTypeLoader/EpiCompletCaseTypeLoader.d.ts +7 -0
  53. package/dist/src/components/epi/EpiCompletCaseTypeLoader/index.d.ts +1 -0
  54. package/dist/src/components/epi/EpiContextMenu/EpiContextMenu.d.ts +20 -0
  55. package/dist/src/components/epi/EpiContextMenu/index.d.ts +1 -0
  56. package/dist/src/components/epi/EpiCreateEventDialog/EpiCreateEventDialog.d.ts +11 -0
  57. package/dist/src/components/epi/EpiCreateEventDialog/EpiCreateEventDialogSuccessNotificationMessage.d.ts +6 -0
  58. package/dist/src/components/epi/EpiCreateEventDialog/index.d.ts +1 -0
  59. package/dist/src/components/epi/EpiCurveWidget/EpiCurveWidget.d.ts +1 -0
  60. package/dist/src/components/epi/EpiCurveWidget/index.d.ts +1 -0
  61. package/dist/src/components/epi/EpiCustomTabPanel/EpiCustomTabPanel.d.ts +6 -0
  62. package/dist/src/components/epi/EpiCustomTabPanel/index.d.ts +1 -0
  63. package/dist/src/components/epi/EpiDashboard/EpiDashboard.d.ts +8 -0
  64. package/dist/src/components/epi/EpiDashboard/EpiDashboardDownloadSidebarItem.d.ts +8 -0
  65. package/dist/src/components/epi/EpiDashboard/EpiDashboardGeneralSettingsForm.d.ts +4 -0
  66. package/dist/src/components/epi/EpiDashboard/EpiDashboardLayoutRenderer.d.ts +13 -0
  67. package/dist/src/components/epi/EpiDashboard/EpiDashboardLayoutSettingsForm.d.ts +4 -0
  68. package/dist/src/components/epi/EpiDashboard/EpiDashboardSettingsSidebarItem.d.ts +10 -0
  69. package/dist/src/components/epi/EpiDashboard/EpiDashboardTreeSettingsForm.d.ts +4 -0
  70. package/dist/src/components/epi/EpiDashboard/index.d.ts +1 -0
  71. package/dist/src/components/epi/EpiDashboardStoreLoader/EpiDashboardStoreLoader.d.ts +7 -0
  72. package/dist/src/components/epi/EpiDashboardStoreLoader/EpiDashboardStoreLoaderContent.d.ts +8 -0
  73. package/dist/src/components/epi/EpiDashboardStoreLoader/index.d.ts +2 -0
  74. package/dist/src/components/epi/EpiDashboardStoreLoader/withEpiDashboardStore.d.ts +4 -0
  75. package/dist/src/components/epi/EpiDataCollectionAccessInfo/EpiDataCollectionAccessInfo.d.ts +1 -0
  76. package/dist/src/components/epi/EpiDataCollectionAccessInfo/index.d.ts +1 -0
  77. package/dist/src/components/epi/EpiFindSimilarCasesDialog/EpiFindSimilarCasesDialog.d.ts +12 -0
  78. package/dist/src/components/epi/EpiFindSimilarCasesDialog/index.d.ts +1 -0
  79. package/dist/src/components/epi/EpiLegendaItem/EpiLegendaItem.d.ts +10 -0
  80. package/dist/src/components/epi/EpiLegendaItem/index.d.ts +1 -0
  81. package/dist/src/components/epi/EpiLineListWidget/EpiLineListWidget.d.ts +10 -0
  82. package/dist/src/components/epi/EpiLineListWidget/EpiLineListWidgetPrimaryMenu.d.ts +5 -0
  83. package/dist/src/components/epi/EpiLineListWidget/EpiLineListWidgetSecondaryMenu.d.ts +4 -0
  84. package/dist/src/components/epi/EpiLineListWidget/EpiLineListWidgetTitle.d.ts +1 -0
  85. package/dist/src/components/epi/EpiLineListWidget/index.d.ts +1 -0
  86. package/dist/src/components/epi/EpiLineListWidget/useEpiLineListWidgetEmitDownloadOptions.d.ts +1 -0
  87. package/dist/src/components/epi/EpiMapWidget/EpiMapWidget.d.ts +1 -0
  88. package/dist/src/components/epi/EpiMapWidget/index.d.ts +1 -0
  89. package/dist/src/components/epi/EpiRemoveCasesFromEventDialog/EpiRemoveCasesFromEventDialog.d.ts +11 -0
  90. package/dist/src/components/epi/EpiRemoveCasesFromEventDialog/index.d.ts +1 -0
  91. package/dist/src/components/epi/EpiRemoveFindSimilarCasesResultDialog/EpiRemoveFindSimilarCasesResultDialog.d.ts +10 -0
  92. package/dist/src/components/epi/EpiSequenceDownloadDialog/EpiSequenceDownloadDialog.d.ts +11 -0
  93. package/dist/src/components/epi/EpiSequenceDownloadDialog/index.d.ts +1 -0
  94. package/dist/src/components/epi/EpiStratification/EpiStratification.d.ts +1 -0
  95. package/dist/src/components/epi/EpiStratification/index.d.ts +1 -0
  96. package/dist/src/components/epi/EpiTreeDescription/EpiTreeDescription.d.ts +5 -0
  97. package/dist/src/components/epi/EpiTreeDescription/index.d.ts +1 -0
  98. package/dist/src/components/epi/EpiTreeWidget/EpiTreeWidget.d.ts +14 -0
  99. package/dist/src/components/epi/EpiTreeWidget/index.d.ts +1 -0
  100. package/dist/src/components/epi/EpiUpload/EpiUpload.d.ts +1 -0
  101. package/dist/src/components/epi/EpiUpload/EpiUploadCaseResultTable.d.ts +13 -0
  102. package/dist/src/components/epi/EpiUpload/EpiUploadCreateCases.d.ts +1 -0
  103. package/dist/src/components/epi/EpiUpload/EpiUploadMapColumns.d.ts +1 -0
  104. package/dist/src/components/epi/EpiUpload/EpiUploadMapSequences.d.ts +1 -0
  105. package/dist/src/components/epi/EpiUpload/EpiUploadNavigation.d.ts +10 -0
  106. package/dist/src/components/epi/EpiUpload/EpiUploadSelectFile.d.ts +2 -0
  107. package/dist/src/components/epi/EpiUpload/EpiUploadSelectSequenceFiles.d.ts +1 -0
  108. package/dist/src/components/epi/EpiUpload/EpiUploadValidate.d.ts +2 -0
  109. package/dist/src/components/epi/EpiUpload/EpiUploadValidateNavigation.d.ts +5 -0
  110. package/dist/src/components/epi/EpiUpload/index.d.ts +1 -0
  111. package/dist/src/components/epi/EpiUserRightsDialog/EpiUserRightsDialog.d.ts +10 -0
  112. package/dist/src/components/epi/EpiUserRightsDialog/EpiUserRightsDialogCaseAccessPolicy.d.ts +5 -0
  113. package/dist/src/components/epi/EpiUserRightsDialog/index.d.ts +1 -0
  114. package/dist/src/components/epi/EpiWarning/EpiWarning.d.ts +4 -0
  115. package/dist/src/components/epi/EpiWarning/index.d.ts +1 -0
  116. package/dist/src/components/epi/EpiWidget/EpiWidget.d.ts +13 -0
  117. package/dist/src/components/epi/EpiWidget/index.d.ts +1 -0
  118. package/dist/src/components/epi/EpiWidgetHeaderIconButton/EpiWidgetHeaderIconButton.d.ts +5 -0
  119. package/dist/src/components/epi/EpiWidgetHeaderIconButton/index.d.ts +1 -0
  120. package/dist/src/components/epi/EpiWidgetMenu/EpiWidgetMenu.d.ts +6 -0
  121. package/dist/src/components/epi/EpiWidgetMenu/index.d.ts +1 -0
  122. package/dist/src/components/epi/EpiWidgetUnavailable/EpiWidgetUnavailable.d.ts +6 -0
  123. package/dist/src/components/epi/EpiWidgetUnavailable/index.d.ts +1 -0
  124. package/dist/src/components/ui/FileSelector/FileSelector.d.ts +7 -0
  125. package/dist/src/components/ui/FileSelector/index.d.ts +1 -0
  126. package/dist/src/components/ui/HomePageTrends/HomePageTrendCard.d.ts +9 -0
  127. package/dist/src/components/ui/HomePageTrends/HomePageTrends.d.ts +4 -0
  128. package/dist/src/components/ui/HomePageTrends/index.d.ts +1 -0
  129. package/dist/src/components/ui/PhylogeneticTreeComponent/PhylogeneticTreeComponent.d.ts +41 -0
  130. package/dist/src/components/ui/PhylogeneticTreeComponent/index.d.ts +1 -0
  131. package/dist/src/components/ui/UsersEffectiveRightsDetailsDialog/UsersEffectiveRightsDetailsDialog.d.ts +14 -0
  132. package/dist/src/components/ui/UsersEffectiveRightsDetailsDialog/index.d.ts +1 -0
  133. package/dist/src/context/caseAbac/CaseAbacContext.d.ts +15 -0
  134. package/dist/src/context/caseAbac/CaseAbacContextProvider.d.ts +6 -0
  135. package/dist/src/context/caseAbac/index.d.ts +3 -0
  136. package/dist/src/context/caseAbac/useCaseAbacContext.d.ts +2 -0
  137. package/dist/src/context/caseTypeAbac/CaseTypeAbacContext.d.ts +15 -0
  138. package/dist/src/context/caseTypeAbac/CaseTypeAbacContextProvider.d.ts +6 -0
  139. package/dist/src/context/caseTypeAbac/index.d.ts +3 -0
  140. package/dist/src/context/caseTypeAbac/useCaseTypeAbacContext.d.ts +2 -0
  141. package/dist/src/data/query.d.ts +61 -0
  142. package/dist/src/dataHooks/useAssemblyProtocolsQuery/index.d.ts +1 -0
  143. package/dist/src/dataHooks/useAssemblyProtocolsQuery/useAssemblyProtocolsQuery.d.ts +6 -0
  144. package/dist/src/dataHooks/useCaseRightsQuery/index.d.ts +1 -0
  145. package/dist/src/dataHooks/useCaseRightsQuery/useCaseRightsQuery.d.ts +3 -0
  146. package/dist/src/dataHooks/useCaseSetCategoriesQuery/index.d.ts +1 -0
  147. package/dist/src/dataHooks/useCaseSetCategoriesQuery/useCaseSetCategoriesQuery.d.ts +6 -0
  148. package/dist/src/dataHooks/useCaseSetRightsQuery/index.d.ts +1 -0
  149. package/dist/src/dataHooks/useCaseSetRightsQuery/useCaseSetRightsQuery.d.ts +3 -0
  150. package/dist/src/dataHooks/useCaseSetStatsQuery/index.d.ts +1 -0
  151. package/dist/src/dataHooks/useCaseSetStatsQuery/useCaseSetStatsQuery.d.ts +5 -0
  152. package/dist/src/dataHooks/useCaseSetStatusesQuery/index.d.ts +1 -0
  153. package/dist/src/dataHooks/useCaseSetStatusesQuery/useCaseSetStatusesQuery.d.ts +6 -0
  154. package/dist/src/dataHooks/useCaseSetsQuery/index.d.ts +1 -0
  155. package/dist/src/dataHooks/useCaseSetsQuery/useCaseSetsQuery.d.ts +6 -0
  156. package/dist/src/dataHooks/useCaseTypeSetCategoriesQuery/index.d.ts +1 -0
  157. package/dist/src/dataHooks/useCaseTypeSetCategoriesQuery/useCaseTypeSetCategoriesQuery.d.ts +6 -0
  158. package/dist/src/dataHooks/useCaseTypeSetCategoryPurposeQuery/index.d.ts +1 -0
  159. package/dist/src/dataHooks/useCaseTypeSetCategoryPurposeQuery/useCaseTypeSetCategoryPurposeQuery.d.ts +4 -0
  160. package/dist/src/dataHooks/useCaseTypeSetMembersQuery/index.d.ts +1 -0
  161. package/dist/src/dataHooks/useCaseTypeSetMembersQuery/useCaseTypeSetMembersQuery.d.ts +3 -0
  162. package/dist/src/dataHooks/useCaseTypeSetsQuery/index.d.ts +1 -0
  163. package/dist/src/dataHooks/useCaseTypeSetsQuery/useCaseTypeSetsQuery.d.ts +7 -0
  164. package/dist/src/dataHooks/useCaseTypeStatsQuery/index.d.ts +1 -0
  165. package/dist/src/dataHooks/useCaseTypeStatsQuery/useCaseTypeStatsQuery.d.ts +3 -0
  166. package/dist/src/dataHooks/useCaseTypesQuery/index.d.ts +1 -0
  167. package/dist/src/dataHooks/useCaseTypesQuery/useCaseTypesQuery.d.ts +9 -0
  168. package/dist/src/dataHooks/useColSetMembersQuery/index.d.ts +1 -0
  169. package/dist/src/dataHooks/useColSetMembersQuery/useColSetMembersQuery.d.ts +3 -0
  170. package/dist/src/dataHooks/useColSetsQuery/index.d.ts +1 -0
  171. package/dist/src/dataHooks/useColSetsQuery/useColSetsQuery.d.ts +6 -0
  172. package/dist/src/dataHooks/useColTypesQuery/index.d.ts +1 -0
  173. package/dist/src/dataHooks/useColTypesQuery/useColTypesQuery.d.ts +4 -0
  174. package/dist/src/dataHooks/useColsQuery/index.d.ts +1 -0
  175. package/dist/src/dataHooks/useColsQuery/useColsQuery.d.ts +7 -0
  176. package/dist/src/dataHooks/useConceptQuery/index.d.ts +1 -0
  177. package/dist/src/dataHooks/useConceptQuery/useConceptQuery.d.ts +7 -0
  178. package/dist/src/dataHooks/useConceptRelationTypeQuery/index.d.ts +1 -0
  179. package/dist/src/dataHooks/useConceptRelationTypeQuery/useConceptRelationTypeQuery.d.ts +4 -0
  180. package/dist/src/dataHooks/useConceptSetTypeQuery/index.d.ts +1 -0
  181. package/dist/src/dataHooks/useConceptSetTypeQuery/useConceptSetTypeQuery.d.ts +4 -0
  182. package/dist/src/dataHooks/useConceptSetsQuery/index.d.ts +1 -0
  183. package/dist/src/dataHooks/useConceptSetsQuery/useConceptSetsQuery.d.ts +6 -0
  184. package/dist/src/dataHooks/useDataCollectionSetMembersQuery/index.d.ts +1 -0
  185. package/dist/src/dataHooks/useDataCollectionSetMembersQuery/useDataCollectionSetMembersQuery.d.ts +3 -0
  186. package/dist/src/dataHooks/useDataCollectionsQuery/index.d.ts +1 -0
  187. package/dist/src/dataHooks/useDataCollectionsQuery/useDataCollectionsQuery.d.ts +6 -0
  188. package/dist/src/dataHooks/useDimTypesQuery/index.d.ts +1 -0
  189. package/dist/src/dataHooks/useDimTypesQuery/useDimTypesQuery.d.ts +4 -0
  190. package/dist/src/dataHooks/useDimsQuery/index.d.ts +1 -0
  191. package/dist/src/dataHooks/useDimsQuery/useDimsQuery.d.ts +7 -0
  192. package/dist/src/dataHooks/useDiseasesQuery/index.d.ts +1 -0
  193. package/dist/src/dataHooks/useDiseasesQuery/useDiseasesQuery.d.ts +6 -0
  194. package/dist/src/dataHooks/useEtiologicalAgentsQuery/index.d.ts +1 -0
  195. package/dist/src/dataHooks/useEtiologicalAgentsQuery/useEtiologicalAgentsQuery.d.ts +6 -0
  196. package/dist/src/dataHooks/useGeneticDistanceProtocolsQuery/index.d.ts +1 -0
  197. package/dist/src/dataHooks/useGeneticDistanceProtocolsQuery/useGeneticDistanceProtocolsQuery.d.ts +5 -0
  198. package/dist/src/dataHooks/useOrganizationAccessCasePoliciesQuery/index.d.ts +1 -0
  199. package/dist/src/dataHooks/useOrganizationAccessCasePoliciesQuery/useOrganizationAccessCasePoliciesQuery.d.ts +3 -0
  200. package/dist/src/dataHooks/useOrganizationShareCasePoliciesQuery/index.d.ts +1 -0
  201. package/dist/src/dataHooks/useOrganizationShareCasePoliciesQuery/useOrganizationShareCasePoliciesQuery.d.ts +3 -0
  202. package/dist/src/dataHooks/useRefColsQuery/index.d.ts +1 -0
  203. package/dist/src/dataHooks/useRefColsQuery/useRefColsQuery.d.ts +6 -0
  204. package/dist/src/dataHooks/useRefColsValidationRulesQuery/index.d.ts +1 -0
  205. package/dist/src/dataHooks/useRefColsValidationRulesQuery/useRefColsValidationRulesQuery.d.ts +3 -0
  206. package/dist/src/dataHooks/useRefDimsQuery/index.d.ts +1 -0
  207. package/dist/src/dataHooks/useRefDimsQuery/useRefDimsQuery.d.ts +6 -0
  208. package/dist/src/dataHooks/useRegionQuery/index.d.ts +1 -0
  209. package/dist/src/dataHooks/useRegionQuery/useRegionQuery.d.ts +7 -0
  210. package/dist/src/dataHooks/useRegionRelationTypeQuery/index.d.ts +1 -0
  211. package/dist/src/dataHooks/useRegionRelationTypeQuery/useRegionRelationTypeQuery.d.ts +4 -0
  212. package/dist/src/dataHooks/useRegionSetsQuery/index.d.ts +1 -0
  213. package/dist/src/dataHooks/useRegionSetsQuery/useRegionSetsQuery.d.ts +6 -0
  214. package/dist/src/dataHooks/useSequencingProtocolsQuery/index.d.ts +1 -0
  215. package/dist/src/dataHooks/useSequencingProtocolsQuery/useSequencingProtocolsQuery.d.ts +6 -0
  216. package/dist/src/dataHooks/useTreeAlgorithmCodesQuery/index.d.ts +1 -0
  217. package/dist/src/dataHooks/useTreeAlgorithmCodesQuery/useTreeAlgorithmCodesQuery.d.ts +4 -0
  218. package/dist/src/dataHooks/useUserAccessCasePoliciesQuery/index.d.ts +1 -0
  219. package/dist/src/dataHooks/useUserAccessCasePoliciesQuery/useUserAccessCasePoliciesQuery.d.ts +3 -0
  220. package/dist/src/dataHooks/useUserEffectiveRightsQuery/index.d.ts +1 -0
  221. package/dist/src/dataHooks/useUserEffectiveRightsQuery/useUserEffectiveRightsQuery.d.ts +16 -0
  222. package/dist/src/dataHooks/useUserShareCasePoliciesQuery/index.d.ts +1 -0
  223. package/dist/src/dataHooks/useUserShareCasePoliciesQuery/useUserShareCasePoliciesQuery.d.ts +3 -0
  224. package/dist/src/hooks/useOrganizationCasePolicyNameFactory/index.d.ts +1 -0
  225. package/dist/src/hooks/useOrganizationCasePolicyNameFactory/useOrganizationCasePolicyNameFactory.d.ts +3 -0
  226. package/dist/src/hooks/useUserCasePolicyNameFactory/index.d.ts +1 -0
  227. package/dist/src/hooks/useUserCasePolicyNameFactory/useUserCasePolicyNameFactory.d.ts +3 -0
  228. package/dist/src/index.d.ts +154 -0
  229. package/dist/src/models/caseAccess.d.ts +15 -0
  230. package/dist/src/models/config.d.ts +54 -0
  231. package/dist/src/models/epi.d.ts +185 -0
  232. package/dist/src/models/theme.d.ts +17 -0
  233. package/dist/src/models/tree.d.ts +55 -0
  234. package/dist/src/pages/CaseDbUsersAdminPage/CaseDbUsersAdminPage.d.ts +1 -0
  235. package/dist/src/pages/CaseDbUsersAdminPage/index.d.ts +1 -0
  236. package/dist/src/pages/CaseSetCategoryAdminPage/CaseSetCategoryAdminPage.d.ts +1 -0
  237. package/dist/src/pages/CaseSetCategoryAdminPage/index.d.ts +1 -0
  238. package/dist/src/pages/CaseSetStatusAdminPage/CaseSetStatusAdminPage.d.ts +1 -0
  239. package/dist/src/pages/CaseSetStatusAdminPage/index.d.ts +1 -0
  240. package/dist/src/pages/CaseTypeSetCategoriesAdminPage/CaseTypeSetCategoriesAdminPage.d.ts +1 -0
  241. package/dist/src/pages/CaseTypeSetCategoriesAdminPage/index.d.ts +1 -0
  242. package/dist/src/pages/CaseTypeSetsAdminPage/CaseTypeSetsAdminPage.d.ts +1 -0
  243. package/dist/src/pages/CaseTypeSetsAdminPage/index.d.ts +1 -0
  244. package/dist/src/pages/CaseTypesAdminPage/CaseTypesAdminPage.d.ts +1 -0
  245. package/dist/src/pages/CaseTypesAdminPage/index.d.ts +1 -0
  246. package/dist/src/pages/CasesDetailPage/CasesDetailPage.d.ts +1 -0
  247. package/dist/src/pages/CasesDetailPage/index.d.ts +1 -0
  248. package/dist/src/pages/CasesPage/CasesPage.d.ts +1 -0
  249. package/dist/src/pages/CasesPage/index.d.ts +1 -0
  250. package/dist/src/pages/ColSetsAdminPage/ColSetsAdminPage.d.ts +1 -0
  251. package/dist/src/pages/ColSetsAdminPage/index.d.ts +1 -0
  252. package/dist/src/pages/ColsAdminPage/ColsAdminPage.d.ts +1 -0
  253. package/dist/src/pages/ColsAdminPage/index.d.ts +1 -0
  254. package/dist/src/pages/ConceptRelationsAdminPage/ConceptRelationsAdminPage.d.ts +1 -0
  255. package/dist/src/pages/ConceptRelationsAdminPage/index.d.ts +1 -0
  256. package/dist/src/pages/ConceptSetsAdminPage/ConceptSetsAdminPage.d.ts +1 -0
  257. package/dist/src/pages/ConceptSetsAdminPage/index.d.ts +1 -0
  258. package/dist/src/pages/ConceptsAdminPage/ConceptsAdminPage.d.ts +1 -0
  259. package/dist/src/pages/ConceptsAdminPage/index.d.ts +1 -0
  260. package/dist/src/pages/DataCollectionSetsAdminPage/DataCollectionSetsAdminPage.d.ts +1 -0
  261. package/dist/src/pages/DataCollectionSetsAdminPage/index.d.ts +1 -0
  262. package/dist/src/pages/DataCollectionVisualizationPage/DataCollectionVisualizationPage.d.ts +1 -0
  263. package/dist/src/pages/DataCollectionVisualizationPage/index.d.ts +1 -0
  264. package/dist/src/pages/DataCollectionsAdminPage/DataCollectionsAdminPage.d.ts +1 -0
  265. package/dist/src/pages/DataCollectionsAdminPage/index.d.ts +1 -0
  266. package/dist/src/pages/DimsAdminPage/DimsAdminPage.d.ts +1 -0
  267. package/dist/src/pages/DimsAdminPage/index.d.ts +1 -0
  268. package/dist/src/pages/DiseasesAdminPage/DiseasesAdminPage.d.ts +1 -0
  269. package/dist/src/pages/DiseasesAdminPage/index.d.ts +1 -0
  270. package/dist/src/pages/EtiologicalAgentsAdminPage/EtiologicalAgentsAdminPage.d.ts +1 -0
  271. package/dist/src/pages/EtiologicalAgentsAdminPage/index.d.ts +1 -0
  272. package/dist/src/pages/EtiologiesAdminPage/EtiologiesAdminPage.d.ts +1 -0
  273. package/dist/src/pages/EtiologiesAdminPage/index.d.ts +1 -0
  274. package/dist/src/pages/EventsDetailPage/EventsDetailPage.d.ts +1 -0
  275. package/dist/src/pages/EventsDetailPage/index.d.ts +1 -0
  276. package/dist/src/pages/EventsPage/EventsPage.d.ts +1 -0
  277. package/dist/src/pages/EventsPage/index.d.ts +1 -0
  278. package/dist/src/pages/HomePage/HomePage.d.ts +1 -0
  279. package/dist/src/pages/HomePage/index.d.ts +1 -0
  280. package/dist/src/pages/OrganizationAccessCasePoliciesAdminPage/OrganizationAccessCasePoliciesAdminPage.d.ts +1 -0
  281. package/dist/src/pages/OrganizationAccessCasePoliciesAdminPage/index.d.ts +1 -0
  282. package/dist/src/pages/OrganizationShareCasePoliciesAdminPage/OrganizationShareCasePoliciesAdminPage.d.ts +1 -0
  283. package/dist/src/pages/OrganizationShareCasePoliciesAdminPage/index.d.ts +1 -0
  284. package/dist/src/pages/RefColsAdminPage/RefColsAdminPage.d.ts +1 -0
  285. package/dist/src/pages/RefColsAdminPage/index.d.ts +1 -0
  286. package/dist/src/pages/RefDimsAdminPage/RefDimsAdminPage.d.ts +1 -0
  287. package/dist/src/pages/RefDimsAdminPage/index.d.ts +1 -0
  288. package/dist/src/pages/RegionRelationsAdminPage/RegionRelationsAdminPage.d.ts +1 -0
  289. package/dist/src/pages/RegionRelationsAdminPage/index.d.ts +1 -0
  290. package/dist/src/pages/RegionSetShapesAdminPage/RegionSetShapesAdminPage.d.ts +1 -0
  291. package/dist/src/pages/RegionSetShapesAdminPage/index.d.ts +1 -0
  292. package/dist/src/pages/RegionSetsAdminPage/RegionSetsAdminPage.d.ts +1 -0
  293. package/dist/src/pages/RegionSetsAdminPage/index.d.ts +1 -0
  294. package/dist/src/pages/RegionsAdminPage/RegionsAdminPage.d.ts +1 -0
  295. package/dist/src/pages/RegionsAdminPage/index.d.ts +1 -0
  296. package/dist/src/pages/TrendsPage/TrendsPage.d.ts +1 -0
  297. package/dist/src/pages/TrendsPage/index.d.ts +1 -0
  298. package/dist/src/pages/UploadPage/UploadPage.d.ts +1 -0
  299. package/dist/src/pages/UploadPage/index.d.ts +1 -0
  300. package/dist/src/pages/UserAccessCasePoliciesAdminPage/UserAccessCasePoliciesAdminPage.d.ts +1 -0
  301. package/dist/src/pages/UserAccessCasePoliciesAdminPage/index.d.ts +1 -0
  302. package/dist/src/pages/UserEffectiveRightsAdminPage/UserEffectiveRightsAdminPage.d.ts +1 -0
  303. package/dist/src/pages/UserEffectiveRightsAdminPage/index.d.ts +1 -0
  304. package/dist/src/pages/UserEffectiveRightsTesterAdminPage/UserEffectiveRightsTesterAdminPage.d.ts +1 -0
  305. package/dist/src/pages/UserEffectiveRightsTesterAdminPage/index.d.ts +1 -0
  306. package/dist/src/pages/UserShareCasePoliciesAdminPage/UserShareCasePoliciesAdminPage.d.ts +1 -0
  307. package/dist/src/pages/UserShareCasePoliciesAdminPage/index.d.ts +1 -0
  308. package/dist/src/routes/adminRoutes.d.ts +6 -0
  309. package/dist/src/routes/index.d.ts +2 -0
  310. package/dist/src/routes/routes.d.ts +6 -0
  311. package/dist/src/setup/index.d.ts +1 -0
  312. package/dist/src/setup/setup.d.ts +1 -0
  313. package/dist/src/stores/epiDashboardStore/epiDashboardStore.d.ts +99 -0
  314. package/dist/src/stores/epiDashboardStore/epiDashboardStoreContext.d.ts +4 -0
  315. package/dist/src/stores/epiDashboardStore/index.d.ts +2 -0
  316. package/dist/src/stores/epiUploadStore/epiUploadStore.d.ts +57 -0
  317. package/dist/src/stores/epiUploadStore/epiUploadStoreContext.d.ts +4 -0
  318. package/dist/src/stores/epiUploadStore/index.d.ts +2 -0
  319. package/dist/src/stores/userProfileStore/index.d.ts +1 -0
  320. package/dist/src/stores/userProfileStore/userProfileStore.d.ts +42 -0
  321. package/dist/src/test/lib/CaseDbDemoConfigUtil.d.ts +4 -0
  322. package/dist/src/test/lib/index.d.ts +1 -0
  323. package/dist/src/theme/demoTheme/index.d.ts +2 -0
  324. package/dist/src/utils/AbacUtil/AbacUtil.d.ts +7 -0
  325. package/dist/src/utils/AbacUtil/index.d.ts +1 -0
  326. package/dist/src/utils/CaseDbDataUtil/CaseDbDataUtil.d.ts +30 -0
  327. package/dist/src/utils/CaseDbDataUtil/index.d.ts +1 -0
  328. package/dist/src/utils/CaseDbDownloadUtil/CaseDbDownloadUtil.d.ts +17 -0
  329. package/dist/src/utils/CaseDbDownloadUtil/index.d.ts +1 -0
  330. package/dist/src/utils/CaseDbTableUtil/CaseDbTableUtil.d.ts +6 -0
  331. package/dist/src/utils/CaseDbTableUtil/index.d.ts +1 -0
  332. package/dist/src/utils/CaseSelectionUtil/CaseSelectionUtil.d.ts +8 -0
  333. package/dist/src/utils/CaseSelectionUtil/index.d.ts +1 -0
  334. package/dist/src/utils/CaseSetUtil/CaseSetUtil.d.ts +4 -0
  335. package/dist/src/utils/CaseSetUtil/index.d.ts +1 -0
  336. package/dist/src/utils/CaseTypeUtil/CaseTypeUtil.d.ts +38 -0
  337. package/dist/src/utils/CaseTypeUtil/index.d.ts +1 -0
  338. package/dist/src/utils/CaseUtil/CaseUtil.d.ts +25 -0
  339. package/dist/src/utils/CaseUtil/index.d.ts +1 -0
  340. package/dist/src/utils/DashboardUtil/DashboardUtil.d.ts +9 -0
  341. package/dist/src/utils/DashboardUtil/index.d.ts +1 -0
  342. package/dist/src/utils/DataSetUtil/DataSetUtil.d.ts +17 -0
  343. package/dist/src/utils/DataSetUtil/index.d.ts +1 -0
  344. package/dist/src/utils/EffectiveRightsUtil/EffectiveRightsUtil.d.ts +29 -0
  345. package/dist/src/utils/EffectiveRightsUtil/index.d.ts +1 -0
  346. package/dist/src/utils/EpiCurveUtil/EpiCurveUtil.d.ts +28 -0
  347. package/dist/src/utils/EpiCurveUtil/index.d.ts +1 -0
  348. package/dist/src/utils/EpiFilterUtil/EpiFilterUtil.d.ts +9 -0
  349. package/dist/src/utils/EpiFilterUtil/index.d.ts +1 -0
  350. package/dist/src/utils/EpiLineListUtil/EpiLineListUtil.d.ts +5 -0
  351. package/dist/src/utils/EpiLineListUtil/index.d.ts +1 -0
  352. package/dist/src/utils/EpiMapUtil/EpiMapUtil.d.ts +25 -0
  353. package/dist/src/utils/EpiMapUtil/index.d.ts +1 -0
  354. package/dist/src/utils/EpiTreeUtil/EpiTreeUtil.d.ts +481 -0
  355. package/dist/src/utils/EpiTreeUtil/index.d.ts +1 -0
  356. package/dist/src/utils/EpiUploadUtil/EpiUploadUtil.d.ts +110 -0
  357. package/dist/src/utils/EpiUploadUtil/index.d.ts +1 -0
  358. package/dist/src/utils/FileUtil/FileUtil.d.ts +5 -0
  359. package/dist/src/utils/FileUtil/index.d.ts +1 -0
  360. package/dist/src/utils/NewickUtil/NewickUtil.d.ts +5 -0
  361. package/dist/src/utils/NewickUtil/index.d.ts +1 -0
  362. package/package.json +45 -45
@@ -0,0 +1,12 @@
1
+ import { CaseDbCase, CaseDbCompleteCaseType } from '@gen-epix/api-casedb';
2
+ import { WithDialogRefMethods, WithDialogRenderProps, WithDialogState } from '@gen-epix/ui';
3
+ import { ComponentClass } from 'react';
4
+ export interface EpiFindSimilarCasesDialogOpenProps {
5
+ allRows: CaseDbCase[];
6
+ completeCaseType: CaseDbCompleteCaseType;
7
+ selectedRows: CaseDbCase[];
8
+ }
9
+ export interface EpiFindSimilarCasesDialogProps extends WithDialogRenderProps<EpiFindSimilarCasesDialogOpenProps> {
10
+ }
11
+ export type EpiFindSimilarCasesDialogRefMethods = WithDialogRefMethods<EpiFindSimilarCasesDialogProps, EpiFindSimilarCasesDialogOpenProps>;
12
+ export declare const EpiFindSimilarCasesDialog: ComponentClass<EpiFindSimilarCasesDialogProps, WithDialogState<EpiFindSimilarCasesDialogOpenProps>>;
@@ -0,0 +1 @@
1
+ export * from './EpiFindSimilarCasesDialog';
@@ -0,0 +1,10 @@
1
+ import { TooltipProps } from '@mui/material';
2
+ import { ReactNode } from 'react';
3
+ import { StratificationLegendaItem } from '../../../models/epi';
4
+ export type EpiLegendaItemProps = {
5
+ readonly children?: ReactNode;
6
+ readonly item: StratificationLegendaItem;
7
+ readonly tooltip?: boolean;
8
+ readonly tooltipProps?: Partial<TooltipProps>;
9
+ };
10
+ export declare const EpiLegendaItem: ({ children, item, tooltip, tooltipProps }: EpiLegendaItemProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiLegendaItem';
@@ -0,0 +1,10 @@
1
+ import { CaseDbCaseSet } from '@gen-epix/api-casedb';
2
+ import { Subject } from '@gen-epix/ui';
3
+ import { EpiLineListRangeSubjectValue, EpiLinkedScrollSubjectValue } from '../../../models/epi';
4
+ export type EpiLineListWidgetProps = {
5
+ readonly caseSet?: CaseDbCaseSet;
6
+ readonly lineListRangeSubject: Subject<EpiLineListRangeSubjectValue>;
7
+ readonly linkedScrollSubject: Subject<EpiLinkedScrollSubjectValue>;
8
+ readonly onLink: () => void;
9
+ };
10
+ export declare const EpiLineListWidget: ({ caseSet, lineListRangeSubject, linkedScrollSubject, onLink }: EpiLineListWidgetProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { CaseDbCaseSet } from '@gen-epix/api-casedb';
2
+ export type EpiLineListWidgetPrimaryMenuProps = {
3
+ readonly caseSet?: CaseDbCaseSet;
4
+ };
5
+ export declare const EpiLineListWidgetPrimaryMenu: ({ caseSet, }: EpiLineListWidgetPrimaryMenuProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export type EpiLineListWidgetSecondaryMenuProps = {
2
+ readonly onLink: () => void;
3
+ };
4
+ export declare const EpiLineListWidgetSecondaryMenu: ({ onLink, }: EpiLineListWidgetSecondaryMenuProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const EpiLineListWidgetTitle: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiLineListWidget';
@@ -0,0 +1 @@
1
+ export declare const useEpiLineListWidgetEmitDownloadOptions: () => void;
@@ -0,0 +1 @@
1
+ export declare const EpiMapWidget: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiMapWidget';
@@ -0,0 +1,11 @@
1
+ import { CaseDbCase, CaseDbCaseSet } from '@gen-epix/api-casedb';
2
+ import { WithDialogRefMethods, WithDialogRenderProps, WithDialogState } from '@gen-epix/ui';
3
+ import { ComponentClass } from 'react';
4
+ export interface EpiRemoveCasesFromEventDialogOpenProps {
5
+ caseSet: CaseDbCaseSet;
6
+ rows: CaseDbCase[];
7
+ }
8
+ export interface EpiRemoveCasesFromEventDialogProps extends WithDialogRenderProps<EpiRemoveCasesFromEventDialogOpenProps> {
9
+ }
10
+ export type EpiRemoveCasesFromEventDialogRefMethods = WithDialogRefMethods<EpiRemoveCasesFromEventDialogProps, EpiRemoveCasesFromEventDialogOpenProps>;
11
+ export declare const EpiRemoveCasesFromEventDialog: ComponentClass<EpiRemoveCasesFromEventDialogProps, WithDialogState<EpiRemoveCasesFromEventDialogOpenProps>>;
@@ -0,0 +1 @@
1
+ export * from './EpiRemoveCasesFromEventDialog';
@@ -0,0 +1,10 @@
1
+ import { CaseDbCompleteCaseType } from '@gen-epix/api-casedb';
2
+ import { WithDialogRefMethods, WithDialogRenderProps, WithDialogState } from '@gen-epix/ui';
3
+ import { ComponentClass } from 'react';
4
+ export interface EpiRemoveFindSimilarCasesResultDialogOpenProps {
5
+ completeCaseType: CaseDbCompleteCaseType;
6
+ }
7
+ export interface EpiRemoveFindSimilarCasesResultDialogProps extends WithDialogRenderProps<EpiRemoveFindSimilarCasesResultDialogOpenProps> {
8
+ }
9
+ export type EpiRemoveFindSimilarCasesResultDialogRefMethods = WithDialogRefMethods<EpiRemoveFindSimilarCasesResultDialogProps, EpiRemoveFindSimilarCasesResultDialogOpenProps>;
10
+ export declare const EpiRemoveFindSimilarCasesResultDialog: ComponentClass<EpiRemoveFindSimilarCasesResultDialogProps, WithDialogState<EpiRemoveFindSimilarCasesResultDialogOpenProps>>;
@@ -0,0 +1,11 @@
1
+ import { CaseDbCase } from '@gen-epix/api-casedb';
2
+ import { WithDialogRefMethods, WithDialogRenderProps, WithDialogState } from '@gen-epix/ui';
3
+ import { ComponentClass } from 'react';
4
+ export interface EpiSequenceDownloadDialogOpenProps {
5
+ cases: CaseDbCase[];
6
+ geneticSequenceColId?: string;
7
+ }
8
+ export interface EpiSequenceDownloadDialogProps extends WithDialogRenderProps<EpiSequenceDownloadDialogOpenProps> {
9
+ }
10
+ export type EpiSequenceDownloadDialogRefMethods = WithDialogRefMethods<EpiSequenceDownloadDialogProps, EpiSequenceDownloadDialogOpenProps>;
11
+ export declare const EpiSequenceDownloadDialog: ComponentClass<EpiSequenceDownloadDialogProps, WithDialogState<EpiSequenceDownloadDialogOpenProps>>;
@@ -0,0 +1 @@
1
+ export * from './EpiSequenceDownloadDialog';
@@ -0,0 +1 @@
1
+ export declare const EpiStratification: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiStratification';
@@ -0,0 +1,5 @@
1
+ import { TreeConfiguration } from '../../../models/epi';
2
+ export type EpiTreeDescriptionProps = {
3
+ readonly treeConfiguration: TreeConfiguration;
4
+ };
5
+ export declare const EpiTreeDescription: ({ treeConfiguration, }: EpiTreeDescriptionProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiTreeDescription';
@@ -0,0 +1,14 @@
1
+ import { Ref } from 'react';
2
+ import { Subject } from '@gen-epix/ui';
3
+ import { EpiLineListRangeSubjectValue, EpiLinkedScrollSubjectValue } from '../../../models/epi';
4
+ export interface EpiTreeWidgetRef {
5
+ link: () => void;
6
+ }
7
+ type EpiTreeWidgetProps = {
8
+ readonly itemHeight: number;
9
+ readonly lineListRangeSubject: Subject<EpiLineListRangeSubjectValue>;
10
+ readonly linkedScrollSubject: Subject<EpiLinkedScrollSubjectValue>;
11
+ readonly ref: Ref<EpiTreeWidgetRef>;
12
+ };
13
+ export declare const EpiTreeWidget: ({ itemHeight, lineListRangeSubject, linkedScrollSubject, ref }: EpiTreeWidgetProps) => import("react/jsx-runtime").JSX.Element;
14
+ export {};
@@ -0,0 +1 @@
1
+ export * from './EpiTreeWidget';
@@ -0,0 +1 @@
1
+ export declare const EpiUpload: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ import { StoreApi } from 'zustand';
2
+ import { CaseDbCaseUploadResult, CaseDbCompleteCaseType } from '@gen-epix/api-casedb';
3
+ import { TableStore } from '@gen-epix/ui';
4
+ import { CaseUploadResultWithGeneratedId, EpiUploadMappedColumn } from '../../../models/epi';
5
+ export type EpiUploadCaseResultTableProps = {
6
+ readonly completeCaseType: CaseDbCompleteCaseType;
7
+ readonly mappedColumns: EpiUploadMappedColumn[];
8
+ readonly rawData?: string[][];
9
+ readonly rowsWithGeneratedId?: CaseUploadResultWithGeneratedId[];
10
+ readonly tableStore: StoreApi<TableStore<CaseUploadResultWithGeneratedId>>;
11
+ readonly validatedCases?: CaseDbCaseUploadResult[];
12
+ };
13
+ export declare const EpiUploadCaseResultTable: ({ completeCaseType, mappedColumns, rawData, rowsWithGeneratedId, tableStore, validatedCases }: EpiUploadCaseResultTableProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const EpiUploadCreateCases: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const EpiUploadMapColumns: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const EpiUploadMapSequences: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { ContainerOwnProps } from '@mui/material';
2
+ export type EpiUploadNavigationProps = {
3
+ readonly backLabel?: string;
4
+ readonly containerProps?: ContainerOwnProps;
5
+ readonly onGoBackButtonClick?: () => void;
6
+ readonly onProceedButtonClick?: () => void;
7
+ readonly proceedDisabled?: boolean;
8
+ readonly proceedLabel?: string;
9
+ };
10
+ export declare const EpiUploadNavigation: ({ backLabel, onGoBackButtonClick: onGoBack, onProceedButtonClick: onProceedButtonClick, proceedDisabled, proceedLabel }: EpiUploadNavigationProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ declare const EpiUploadSelectFile: () => import("react/jsx-runtime").JSX.Element;
2
+ export default EpiUploadSelectFile;
@@ -0,0 +1 @@
1
+ export declare const EpiUploadSelectSequenceFiles: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export declare const EpiUploadValidateInner: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const EpiUploadValidate: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export type EpiUploadValidateNavigationProps = {
2
+ readonly onGoBackButtonClick: () => void;
3
+ readonly onProceedButtonClick: () => void;
4
+ };
5
+ export declare const EpiUploadValidateNavigation: ({ onGoBackButtonClick, onProceedButtonClick }: EpiUploadValidateNavigationProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiUpload';
@@ -0,0 +1,10 @@
1
+ import { CaseDbUser } from '@gen-epix/api-casedb';
2
+ import { WithDialogRefMethods, WithDialogRenderProps, WithDialogState } from '@gen-epix/ui';
3
+ import { ComponentClass } from 'react';
4
+ export interface EpiUserRightsDialogOpenProps {
5
+ user: CaseDbUser;
6
+ }
7
+ export interface EpiUserRightsDialogProps extends WithDialogRenderProps<EpiUserRightsDialogOpenProps> {
8
+ }
9
+ export type EpiUserRightsDialogRefMethods = WithDialogRefMethods<EpiUserRightsDialogProps, EpiUserRightsDialogOpenProps>;
10
+ export declare const EpiUserRightsDialog: ComponentClass<EpiUserRightsDialogProps, WithDialogState<EpiUserRightsDialogOpenProps>>;
@@ -0,0 +1,5 @@
1
+ import { CaseDbUser } from '@gen-epix/api-casedb';
2
+ export type EpiUserRightsDialogCaseAccessPolicyProps = {
3
+ readonly user: CaseDbUser;
4
+ };
5
+ export declare const EpiUserRightsDialogCaseAccessPolicy: ({ user }: EpiUserRightsDialogCaseAccessPolicyProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiUserRightsDialog';
@@ -0,0 +1,4 @@
1
+ export type EpiWarningProps = {
2
+ readonly warningMessage: string;
3
+ };
4
+ export declare const EpiWarning: ({ warningMessage }: EpiWarningProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiWarning';
@@ -0,0 +1,13 @@
1
+ import { PropsWithChildren, ReactNode } from 'react';
2
+ import { MenuItemData } from '@gen-epix/ui';
3
+ import { EPI_ZONE } from '../../../models/epi';
4
+ export type WidgetProps = PropsWithChildren<{
5
+ readonly expandDisabled?: boolean;
6
+ readonly isLoading?: boolean;
7
+ readonly primaryMenu?: MenuItemData[] | ReactNode;
8
+ readonly secondaryMenu?: MenuItemData[] | ReactNode;
9
+ readonly title: MenuItemData | ReactNode | string;
10
+ readonly warningMessage?: string;
11
+ readonly zone: EPI_ZONE;
12
+ }>;
13
+ export declare const EpiWidget: ({ children, expandDisabled, isLoading, primaryMenu, secondaryMenu, title, warningMessage, zone }: WidgetProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiWidget';
@@ -0,0 +1,5 @@
1
+ import { IconButtonProps } from '@mui/material';
2
+ export interface WidgetHeaderIconButtonProps extends IconButtonProps {
3
+ readonly label: string;
4
+ }
5
+ export declare const WidgetHeaderIconButton: ({ label, ...props }: WidgetHeaderIconButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiWidgetHeaderIconButton';
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ import { MenuItemData } from '@gen-epix/ui';
3
+ export type EpiWidgetMenuProps = {
4
+ readonly menu: MenuItemData[] | ReactNode;
5
+ };
6
+ export declare const EpiWidgetMenu: ({ menu, }: EpiWidgetMenuProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiWidgetMenu';
@@ -0,0 +1,6 @@
1
+ import { EPI_ZONE } from '../../../models/epi';
2
+ export type EpiWidgetUnavailableProps = {
3
+ readonly epiZone: EPI_ZONE;
4
+ readonly widgetName: string;
5
+ };
6
+ export declare const EpiWidgetUnavailable: ({ epiZone, widgetName }: EpiWidgetUnavailableProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './EpiWidgetUnavailable';
@@ -0,0 +1,7 @@
1
+ export type FileSelectorProps = {
2
+ readonly accept: string;
3
+ readonly initialDataTransfer?: DataTransfer;
4
+ readonly numFilesAllowed?: number;
5
+ readonly onDataTransferChange: (dataTransfer: DataTransfer) => void;
6
+ };
7
+ export declare const FileSelector: ({ accept, initialDataTransfer: initialDataTransferProp, numFilesAllowed, onDataTransferChange, }: FileSelectorProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './FileSelector';
@@ -0,0 +1,9 @@
1
+ export type HomagePageTrendCardProps = {
2
+ readonly callback?: () => void;
3
+ readonly callbackLabel?: string;
4
+ readonly diffPercentage: number;
5
+ readonly header: string;
6
+ readonly sinceLabel: string;
7
+ readonly value: number;
8
+ };
9
+ export declare const HomePageTrendCard: ({ callback, callbackLabel, diffPercentage, header, sinceLabel, value }: HomagePageTrendCardProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export declare const HomePageTrends: {
2
+ (props: Record<string, never>): import("react/jsx-runtime").JSX.Element;
3
+ displayName: string;
4
+ };
@@ -0,0 +1 @@
1
+ export * from './HomePageTrends';
@@ -0,0 +1,41 @@
1
+ import { Ref } from 'react';
2
+ import { Subject } from '@gen-epix/ui';
3
+ import { EpiLineListRangeSubjectValue, EpiLinkedScrollSubjectValue, Highlighting, Stratification } from '../../../models/epi';
4
+ import { TreeNode, TreePathProperties } from '../../../models/tree';
5
+ export type PhylogeneticTreeComponentPathClickEvent = {
6
+ mouseEvent: MouseEvent;
7
+ pathProperties: TreePathProperties;
8
+ };
9
+ export type PhylogeneticTreeComponentProps = {
10
+ readonly ariaLabel: string;
11
+ readonly externalScrollSubject?: Subject<EpiLinkedScrollSubjectValue>;
12
+ readonly externalVisibleRangeSubject?: Subject<EpiLineListRangeSubjectValue>;
13
+ readonly highlightingSubject?: Subject<Highlighting>;
14
+ readonly initialViewState?: Partial<PhylogeneticTreeComponentViewState>;
15
+ readonly itemHeight: number;
16
+ readonly leafOrder: string[];
17
+ readonly onCanvasChange?: (canvas?: HTMLCanvasElement) => void;
18
+ readonly onLinkStateChange?: (isLinked: boolean) => void;
19
+ readonly onPathClick?: (event: PhylogeneticTreeComponentPathClickEvent) => void;
20
+ readonly onViewStateChange?: (viewState: PhylogeneticTreeComponentViewState) => void;
21
+ readonly ref?: Ref<PhylogeneticTreeComponentRef>;
22
+ readonly shouldShowDistances: boolean;
23
+ readonly shouldShowSupportLinesWhenUnlinked: boolean;
24
+ readonly stratification?: Stratification;
25
+ readonly tree?: TreeNode;
26
+ };
27
+ export interface PhylogeneticTreeComponentRef {
28
+ link: (verticalPosition?: number) => void;
29
+ syncExternalScrollToVisibleTree: () => void;
30
+ unlink: (viewState: {
31
+ positionX: number;
32
+ positionY: number;
33
+ zoomLevel: number;
34
+ }) => void;
35
+ }
36
+ export type PhylogeneticTreeComponentViewState = {
37
+ horizontalScrollPosition: number;
38
+ verticalScrollPosition: number;
39
+ zoomLevel: number;
40
+ };
41
+ export declare const PhylogeneticTreeComponent: ({ ariaLabel, externalScrollSubject, externalVisibleRangeSubject, highlightingSubject, initialViewState, itemHeight, leafOrder, onCanvasChange, onLinkStateChange, onPathClick, onViewStateChange, ref, shouldShowDistances, shouldShowSupportLinesWhenUnlinked, stratification, tree, }: PhylogeneticTreeComponentProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './PhylogeneticTreeComponent';
@@ -0,0 +1,14 @@
1
+ import { CaseDbUser } from '@gen-epix/api-casedb';
2
+ import { WithDialogRefMethods, WithDialogRenderProps, WithDialogState } from '@gen-epix/ui';
3
+ import { UserEffectiveRight } from '../../../models/caseAccess';
4
+ import { ComponentClass } from 'react';
5
+ export interface UsersEffectiveRightsDetailsDialogOpenProps {
6
+ type: 'caseTypeSets' | 'readColSets' | 'writeColSets';
7
+ user: CaseDbUser;
8
+ userEffectiveRight: UserEffectiveRight;
9
+ }
10
+ export type UsersEffectiveRightsDetailsType = 'caseTypeSets' | 'readColSets' | 'writeColSets';
11
+ export interface UsersEffectiveRightsDetailsDialogProps extends WithDialogRenderProps<UsersEffectiveRightsDetailsDialogOpenProps> {
12
+ }
13
+ export type UsersEffectiveRightsDetailsDialogRefMethods = WithDialogRefMethods<UsersEffectiveRightsDetailsDialogProps, UsersEffectiveRightsDetailsDialogOpenProps>;
14
+ export declare const UsersEffectiveRightsDetailsDialog: ComponentClass<UsersEffectiveRightsDetailsDialogProps, WithDialogState<UsersEffectiveRightsDetailsDialogOpenProps>>;
@@ -0,0 +1 @@
1
+ export * from './UsersEffectiveRightsDetailsDialog';
@@ -0,0 +1,15 @@
1
+ import { CaseDbCaseDataCollectionLink, CaseDbCaseRights, CaseDbCaseSetDataCollectionLink, CaseDbCaseSetRights, CaseDbDataCollection } from '@gen-epix/api-casedb';
2
+ import { OptionBase } from '@gen-epix/ui';
3
+ import { Context } from 'react';
4
+ export type CaseAbacContext = {
5
+ createdInDataCollection?: CaseDbDataCollection;
6
+ itemDataCollectionLinks: Array<Array<CaseDbCaseDataCollectionLink | CaseDbCaseSetDataCollectionLink>>;
7
+ itemDataCollectionOptions?: Array<OptionBase<string>[]>;
8
+ itemDataCollections?: Array<CaseDbDataCollection[]>;
9
+ itemSharedInDataCollections?: Array<CaseDbDataCollection[]>;
10
+ rights: Array<CaseDbCaseRights | CaseDbCaseSetRights>;
11
+ userDataCollectionOptions: OptionBase<string>[];
12
+ userDataCollections: CaseDbDataCollection[];
13
+ userDataCollectionsMap: Map<string, CaseDbDataCollection>;
14
+ };
15
+ export declare const EpiCaseAbacContext: Context<CaseAbacContext>;
@@ -0,0 +1,6 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { CaseAbacContext } from './CaseAbacContext';
3
+ export type CaseAbacContextProviderProps = PropsWithChildren<{
4
+ readonly caseAbac: CaseAbacContext;
5
+ }>;
6
+ export declare const CaseAbacContextProvider: (props: CaseAbacContextProviderProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ export * from './CaseAbacContext';
2
+ export * from './CaseAbacContextProvider';
3
+ export * from './useCaseAbacContext';
@@ -0,0 +1,2 @@
1
+ import { CaseAbacContext } from './CaseAbacContext';
2
+ export declare const useCaseAbacContext: () => CaseAbacContext;
@@ -0,0 +1,15 @@
1
+ import { CaseDbCaseTypeAccessAbac, CaseDbDataCollection } from '@gen-epix/api-casedb';
2
+ import { Context } from 'react';
3
+ export type CaseTypeAbacContext = {
4
+ caseTypeAccessAbacDict: {
5
+ [key: string]: CaseDbCaseTypeAccessAbac;
6
+ };
7
+ caseTypeAccessAbacs?: CaseDbCaseTypeAccessAbac[];
8
+ effectiveColumnAccessRights?: Map<string, {
9
+ read: boolean;
10
+ write: boolean;
11
+ }>;
12
+ userDataCollections: CaseDbDataCollection[];
13
+ userDataCollectionsMap: Map<string, CaseDbDataCollection>;
14
+ };
15
+ export declare const EpiCaseTypeAbacContext: Context<CaseTypeAbacContext>;
@@ -0,0 +1,6 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { CaseTypeAbacContext } from './CaseTypeAbacContext';
3
+ export type CaseTypeAbacContextProviderProps = PropsWithChildren<{
4
+ readonly caseTypeAbac: CaseTypeAbacContext;
5
+ }>;
6
+ export declare const CaseTypeAbacContextProvider: (props: CaseTypeAbacContextProviderProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ export * from './CaseTypeAbacContext';
2
+ export * from './CaseTypeAbacContextProvider';
3
+ export * from './useCaseTypeAbacContext';
@@ -0,0 +1,2 @@
1
+ import { CaseTypeAbacContext } from './CaseTypeAbacContext';
2
+ export declare const useCaseTypeAbacContext: () => CaseTypeAbacContext;
@@ -0,0 +1,61 @@
1
+ import { COMMON_QUERY_KEY } from '@gen-epix/ui';
2
+ export declare const CASEDB_QUERY_KEY: {
3
+ readonly ALLELE_PROFILES: "ALLELE_PROFILES";
4
+ readonly ASSEMBLY_PROTOCOLS: "ASSEMBLY_PROTOCOLS";
5
+ readonly CASE_DATA_COLLECTION_LINKS: "CASE_DATA_COLLECTION_LINKS";
6
+ readonly CASE_IDS_BY_QUERY: "CASE_IDS_BY_QUERY";
7
+ readonly CASE_RIGHTS: "CASE_RIGHTS";
8
+ readonly CASE_SET_CATEGORIES: "CASE_SET_CATEGORIES";
9
+ readonly CASE_SET_DATA_COLLECTION_LINKS: "CASE_SET_DATA_COLLECTION_LINKS";
10
+ readonly CASE_SET_MEMBERS: "CASE_SET_MEMBERS";
11
+ readonly CASE_SET_RIGHTS: "CASE_SET_RIGHTS";
12
+ readonly CASE_SET_STATS: "CASE_SET_STATS";
13
+ readonly CASE_SET_STATUSES: "CASE_SET_STATUSES";
14
+ readonly CASE_SETS: "CASE_SETS";
15
+ readonly CASE_TYPE_SET_CATEGORIES: "CASE_TYPE_SET_CATEGORIES";
16
+ readonly CASE_TYPE_SET_MEMBERS: "CASE_TYPE_SET_MEMBERS";
17
+ readonly CASE_TYPE_SETS: "CASE_TYPE_SETS";
18
+ readonly CASE_TYPE_STATS: "CASE_TYPE_STATS";
19
+ readonly CASE_TYPES: "CASE_TYPES";
20
+ readonly CASES: "CASES";
21
+ readonly CASES_LAZY: "CASES_LAZY";
22
+ readonly COL_SET_MEMBERS: "COL_SET_MEMBERS";
23
+ readonly COL_SETS: "COL_SETS";
24
+ readonly COLS: "COLS";
25
+ readonly COMPLETE_CASE_TYPES: "COMPLETE_CASE_TYPES";
26
+ readonly CONCEPT_RELATIONS: "CONCEPT_RELATIONS";
27
+ readonly CONCEPT_SETS: "CONCEPT_SETS";
28
+ readonly CONCEPTS: "CONCEPTS";
29
+ readonly DATA_COLLECTION_SET_MEMBERS: "DATA_COLLECTION_SET_MEMBERS";
30
+ readonly DATA_COLLECTION_SETS: "DATA_COLLECTION_SETS";
31
+ readonly DATA_COLLECTIONS: "DATA_COLLECTIONS";
32
+ readonly DIMS: "DIMS";
33
+ readonly DISEASES: "DISEASES";
34
+ readonly ETIOLOGICAL_AGENTS: "ETIOLOGICAL_AGENTS";
35
+ readonly ETIOLOGIES: "ETIOLOGIES";
36
+ readonly GENETIC_DISTANCE_PROTOCOLS: "GENETIC_DISTANCE_PROTOCOLS";
37
+ readonly GENETIC_SEQUENCES: "GENETIC_SEQUENCES";
38
+ readonly ORGANIZATION_ACCESS_CASE_POLICIES: "ORGANIZATION_ACCESS_CASE_POLICIES";
39
+ readonly ORGANIZATION_SHARE_CASE_POLICIES: "ORGANIZATION_SHARE_CASE_POLICIES";
40
+ readonly PHYLOGENETIC_TREE: "PHYLOGENETIC_TREE";
41
+ readonly REF_COLS: "REF_COLS";
42
+ readonly REF_COLS_VALIDATION_RULES: "REF_COLS_VALIDATION_RULES";
43
+ readonly REF_DIMS: "REF_DIMS";
44
+ readonly REGION_RELATIONS: "REGION_RELATIONS";
45
+ readonly REGION_SET_SHAPES: "REGION_SET_SHAPES";
46
+ readonly REGION_SETS: "REGION_SETS";
47
+ readonly REGION_SETS_LAZY: "REGION_SETS_LAZY";
48
+ readonly REGIONS: "REGIONS";
49
+ readonly REGIONS_LAZY: "REGIONS_LAZY";
50
+ readonly SEQUENCING_PROTOCOLS: "SEQUENCING_PROTOCOLS";
51
+ readonly SIMILAR_CASES: "SIMILAR_CASES";
52
+ readonly SUBJECTS: "SUBJECT_IDENTIFIERS";
53
+ readonly TREE_ALGORITHM_CLASSES: "TREE_ALGORITHM_CLASSES";
54
+ readonly TREE_ALGORITHMS: "TREE_ALGORITHMS";
55
+ readonly USER_ACCESS_CASE_POLICIES: "USER_ACCESS_CASE_POLICIES";
56
+ readonly USER_SHARE_CASE_POLICIES: "USER_SHARE_CASE_POLICIES";
57
+ readonly VALIDATE_CASES: "VALIDATE_CASES";
58
+ readonly XXX_CASE_ID_HAS_CASE_SET: "XXX_CASE_ID_HAS_CASE_SET";
59
+ };
60
+ export type CASEDB_QUERY_KEY = typeof CASEDB_QUERY_KEY[keyof typeof CASEDB_QUERY_KEY];
61
+ export declare const CASEDB_QUERY_DEPENDENCIES: Record<CASEDB_QUERY_KEY, (CASEDB_QUERY_KEY | COMMON_QUERY_KEY)[]>;
@@ -0,0 +1 @@
1
+ export * from './useAssemblyProtocolsQuery';
@@ -0,0 +1,6 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { CaseDbProtocol } from '@gen-epix/api-casedb';
3
+ import { UseMap, UseOptions } from '@gen-epix/ui';
4
+ export declare const useAssemblyProtocolsQuery: () => UseQueryResult<CaseDbProtocol[]>;
5
+ export declare const useAssemblyProtocolMapQuery: () => UseMap<CaseDbProtocol>;
6
+ export declare const useAssemblyProtocolOptionsQuery: () => UseOptions<string>;
@@ -0,0 +1 @@
1
+ export * from './useCaseRightsQuery';
@@ -0,0 +1,3 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { CaseDbCaseRights } from '@gen-epix/api-casedb';
3
+ export declare const useCaseRightsQuery: (caseIds: string[], caseTypeId: string) => UseQueryResult<CaseDbCaseRights[]>;
@@ -0,0 +1 @@
1
+ export * from './useCaseSetCategoriesQuery';
@@ -0,0 +1,6 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { CaseDbCaseSetCategory } from '@gen-epix/api-casedb';
3
+ import { UseMap, UseOptions } from '@gen-epix/ui';
4
+ export declare const useCaseSetCategoriesQuery: () => UseQueryResult<CaseDbCaseSetCategory[]>;
5
+ export declare const useCaseSetCategoryMapQuery: () => UseMap<CaseDbCaseSetCategory>;
6
+ export declare const useCaseSetCategoryOptionsQuery: () => UseOptions<string>;
@@ -0,0 +1 @@
1
+ export * from './useCaseSetRightsQuery';
@@ -0,0 +1,3 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { CaseDbCaseSetRights } from '@gen-epix/api-casedb';
3
+ export declare const useCaseSetRightsQuery: (caseSetIds: string[]) => UseQueryResult<CaseDbCaseSetRights[]>;
@@ -0,0 +1 @@
1
+ export * from './useCaseSetStatsQuery';
@@ -0,0 +1,5 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { CaseDbCaseStats } from '@gen-epix/api-casedb';
3
+ import { UseMap } from '@gen-epix/ui';
4
+ export declare const useCaseSetStatsQuery: (caseSetIds: string[]) => UseQueryResult<CaseDbCaseStats[]>;
5
+ export declare const useCaseSetStatsMapQuery: (caseSetIds: string[]) => UseMap<CaseDbCaseStats>;
@@ -0,0 +1 @@
1
+ export * from './useCaseSetStatusesQuery';
@@ -0,0 +1,6 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { CaseDbCaseSetStatus } from '@gen-epix/api-casedb';
3
+ import { UseMap, UseOptions } from '@gen-epix/ui';
4
+ export declare const useCaseSetStatusesQuery: () => UseQueryResult<CaseDbCaseSetStatus[]>;
5
+ export declare const useCaseSetStatusMapQuery: () => UseMap<CaseDbCaseSetStatus>;
6
+ export declare const useCaseSetStatusOptionsQuery: () => UseOptions<string>;
@@ -0,0 +1 @@
1
+ export * from './useCaseSetsQuery';