@medplum/react 5.1.5 → 5.1.7
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/dist/cjs/index.cjs +8 -7
- package/dist/cjs/index.cjs.map +4 -4
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +4 -4
- package/dist/cjs/index.d.ts +210 -4
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +4 -4
- package/dist/esm/index.d.ts +210 -4
- package/dist/esm/index.mjs +8 -7
- package/dist/esm/index.mjs.map +4 -4
- package/package.json +22 -25
package/dist/esm/index.css.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/AppShell/AppShell.module.css", "../../src/AppShell/Header.module.css", "../../src/AppShell/HeaderSearchInput.module.css", "../../src/AppShell/Navbar.module.css", "../../src/AppShell/Spotlight.module.css", "../../src/DescriptionList/DescriptionList.module.css", "../../src/Container/Container.module.css", "../../src/Panel/Panel.module.css", "../../src/auth/ChooseProfileForm.module.css", "../../src/FormSection/FormSection.module.css", "../../src/ResourceArrayInput/ResourceArrayInput.module.css", "../../src/BackboneElementInput/BackboneElementInput.module.css", "../../src/CalendarInput/CalendarInput.module.css", "../../src/chat/BaseChat/BaseChat.module.css", "../../src/chat/ChatModal/ChatModal.module.css", "../../src/chat/ThreadInbox/ChatListItem.module.css", "../../src/chat/ThreadInbox/ParticipantFilter.module.css", "../../src/PatientSummary/
|
|
4
|
-
"sourcesContent": [".main {\n flex: 1;\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n overflow-x: auto;\n}\n", ".logoButton {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.user {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n\n &[data-active] {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.userName {\n font-weight: 500;\n line-height: 1px;\n margin-right: 3px;\n\n @media (max-width: $mantine-breakpoint-xs) {\n display: none;\n }\n}\n", ".searchInput {\n input {\n width: 220px;\n transition: width 0.1s ease-in-out;\n }\n\n input:focus {\n width: 400px;\n }\n\n @media (max-width: 800px) {\n input {\n width: 150px;\n }\n input:focus {\n width: 150px;\n }\n }\n}\n", ".navbar {\n padding: 0;\n transition-property: width;\n}\n\n.logoButton {\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: fit-content;\n padding: 8px 7px;\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n\n & > * {\n display: block;\n }\n}\n\n.menuTitle {\n height: 40px;\n margin: 0;\n padding-left: 10px;\n display: flex;\n align-items: flex-end;\n padding-bottom: 8px;\n box-sizing: border-box;\n font-size: var(--mantine-font-size-xs);\n line-height: 1;\n white-space: nowrap;\n overflow: hidden;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-6));\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.menuTitle:empty,\n.menuTitle:blank {\n display: none;\n}\n\n.link {\n width: 100%;\n height: 36px;\n border-radius: var(--mantine-radius-sm);\n font-weight: 450;\n display: flex;\n align-items: center;\n justify-content: start;\n padding: 0 var(--mantine-spacing-xs);\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n outline: none;\n overflow: hidden;\n text-overflow: ellipsis;\n text-decoration: none;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n text-decoration: none;\n }\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &[data-active] {\n &,\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-6));\n }\n }\n\n & .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n }\n }\n}\n\n.link:focus-visible {\n outline: none;\n}\n\n.linkLabel {\n margin-left: 8px;\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.iconWrapper {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.alertDot {\n position: absolute;\n bottom: -2px;\n left: 13px;\n width: 8px;\n height: 8px;\n border-radius: 50%;\n background-color: var(--mantine-color-red-6);\n pointer-events: none;\n}\n\n.linkCount {\n margin-left: auto;\n font-size: var(--mantine-font-size-xs);\n font-weight: 500;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-3));\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n\n &[data-alert] {\n color: var(--mantine-color-white);\n background-color: var(--mantine-color-red-6);\n font-weight: 600;\n font-size: 10px;\n min-width: 18px;\n height: 18px;\n line-height: 18px;\n text-align: center;\n border-radius: 9px;\n padding: 0 5px;\n }\n}\n\n.dismissButton {\n display: none;\n margin-left: auto;\n align-items: center;\n justify-content: center;\n padding: 4px;\n border-radius: 4px;\n cursor: pointer;\n}\n\n.link:hover .dismissButton {\n display: flex;\n}\n\n.link .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n}\n\n.addBookmarkLink {\n margin-top: 40px;\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n }\n}\n\n.toggleButton {\n width: 38px;\n height: 36px;\n border-radius: var(--mantine-radius-sm);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 0;\n transition: background-color 100ms ease;\n cursor: ew-resize;\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n}\n\n.divider {\n border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n", "/*\n * Spotlight component style overrides.\n * Uses Mantine's classNames API for maintainability across Mantine upgrades.\n * See: https://mantine.dev/styles/styles-api/\n */\n\n/* Action section (avatar/icon) margins */\n.actionSection[data-position='left'] {\n margin-inline-end: var(--mantine-spacing-xs);\n}\n\n.actionSection[data-position='right'] {\n margin-inline-start: var(--mantine-spacing-xs);\n}\n\n/* Action item styling - matches navbar link colors */\n.action:where(:not([data-selected])):hover,\n.action:where(:not([data-selected])):active {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.action:where([data-selected]) {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n}\n\n.action:where([data-selected]) .actionDescription {\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-5));\n}\n\n/* Action group styling */\n.actionsGroup {\n gap: 4px;\n margin-top: 4px;\n padding-top: var(--mantine-spacing-md);\n}\n\n/* First group: compensate for container padding */\n.actionsGroup:first-child {\n margin-top: 0;\n padding-top: calc(var(--mantine-spacing-md) - 2px);\n}\n\n/* Add divider between action groups */\n.actionsGroup:not(:first-child) {\n border-top: calc(0.0625rem * var(--mantine-scale)) solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n\n/* Group label spacing */\n.actionsGroup::before {\n padding-bottom: 2px;\n}\n\n/* Actions list container */\n.actionsList {\n padding-top: 2px;\n}\n\n/* Modal content wrapper */\n.content {\n box-shadow: light-dark(\n 0 0.5rem 2rem rgba(0, 0, 0, 0.15),\n 0 0.5rem 2rem rgba(0, 0, 0, 0.5)\n );\n}\n", ".root {\n display: grid;\n grid-template-columns: 30% 70%;\n margin: 0;\n\n & > dt,\n & > dd {\n padding: var(--mantine-spacing-xs);\n border-top: 0.1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));\n margin: 0;\n }\n\n & > dt:first-of-type,\n & > dd:first-of-type {\n border-top: 0;\n }\n}\n\n.compact {\n grid-template-columns: auto 1fr;\n\n & > dt,\n & > dd {\n border: 0;\n padding: 0;\n }\n\n & > dt {\n padding-right: var(--mantine-spacing-xs);\n }\n\n & > dd {\n padding-left: var(--mantine-spacing-xs);\n }\n\n & > dt:last-of-type,\n & > dd:last-of-type {\n padding-bottom: var(--mantine-spacing-xs);\n }\n}\n", ".root {\n @media (max-width: 800px) {\n padding-left: 4px;\n padding-right: 4px;\n }\n}\n", ".paper {\n margin: var(--mantine-spacing-xl) auto;\n padding: var(--mantine-spacing-md);\n\n @media (max-width: 800px) {\n padding: 8px;\n }\n\n & img {\n width: 100%;\n max-width: 100%;\n }\n\n & video {\n width: 100%;\n max-width: 100%;\n }\n}\n\n.fill {\n padding: 0;\n}\n", ".option {\n border-radius: var(--mantine-radius-sm);\n padding: 8px 12px;\n cursor: pointer;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n\n & .iconBox {\n color: light-dark(var(--mantine-color-black), var(--mantine-color-white));\n }\n }\n}\n\n.iconBox {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n height: 32px;\n border-radius: var(--mantine-radius-sm);\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));\n}\n", ".dimmed {\n color: var(--mantine-color-dimmed);\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".indented {\n margin-top: 0.5rem;\n border-left: 3px solid var(--mantine-color-gray-4);\n padding: 0.5rem 0 0.5rem 0.5rem;\n}\n", ".nested {\n padding-left: var(--mantine-spacing-md);\n padding-top: var(--mantine-spacing-md);\n padding-bottom: var(--mantine-spacing-sm);\n}\n", ".table {\n width: 350px;\n\n & th {\n font-weight: normal;\n font-size: 11px;\n padding: 8px;\n text-align: center;\n }\n\n & td {\n padding: 2px 4px;\n }\n\n & td button {\n width: 44px;\n height: 44px;\n color: theme.colors[theme.primaryColor][5];\n font-size: 16px;\n font-weight: 500;\n text-align: center;\n padding: 0;\n background-color: theme.colors[theme.primaryColor][0];\n border: 0;\n border-radius: 50px;\n cursor: pointer;\n }\n\n & td button:hover {\n background-color: theme.colors[theme.primaryColor][1];\n }\n\n & td button:disabled {\n background-color: transparen;\n cursor: defaul;\n color: var(--mantine-color-gray-4);\n font-weight: normal;\n }\n}\n", ".chatPaper {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n\n.chatTitle {\n background-color: light-dark(var(--mantine-color-blue-7), var(--mantine-color-blue-8));\n color: light-dark(var(--mantine-color-white), var(--mantine-color-gray-3));\n font-size: var(--mantine-font-size-sm);\n font-weight: 500;\n padding: var(--mantine-spacing-sm);\n user-select: none;\n}\n\n.chatBody {\n background-color: var(--mantine-color-body);\n flex: 1;\n min-height: 0;\n position: relative;\n}\n\n.chatScrollArea {\n padding: var(--mantine-spacing-xs);\n}\n\n.chatInputContainer {\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n flex-shrink: 0;\n padding: 6px 8px;\n position: relative;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleOuterWrap {\n max-width: 75%;\n padding-bottom: 10px;\n}\n\n.chatBubbleRightAlignedInnerWrap {\n display: flex;\n flex-direction: row-reverse;\n}\n\n.chatBubbleLeftAlignedInnerWrap {\n display: flex;\n flex-direction: row;\n}\n\n.chatBubble {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-blue-7));\n border-radius: var(--mantine-radius-lg);\n padding: var(--mantine-spacing-sm);\n min-width: 40px;\n color: light-dark(var(--mantine-color-dark), var(--mantine-color-gray-2));\n\n & p {\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n }\n\n & pre {\n max-width: 280px;\n overflow: auto;\n }\n}\n\n.chatBubbleNameRight {\n text-align: right;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleAttachmentWithText {\n margin-top: 6px;\n}\n\n.chatBubbleAttachmentIcon {\n flex-shrink: 0;\n display: flex;\n align-items: center;\n}\n\n.chatBubbleMenu {\n align-self: center;\n}\n", ".iconContainer {\n position: fixed;\n bottom: 0.5rem;\n right: 0.5rem;\n z-index: 100px;\n}\n\n.icon {\n background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n\n.chatModalContainer {\n position: fixed;\n bottom: 3rem;\n right: 0.5rem;\n z-index: 100px;\n width: 400px;\n height: 450px;\n max-height: 450px;\n overflow: hidden;\n border-radius: var(--mantine-radius-md);\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n", ".content {\n word-wrap: break-word;\n overflow-wrap: break-word;\n white-space: normal;\n word-break: break-word;\n}\n\n.contentContainer:hover {\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-9));\n}\n\n.contentContainer {\n transition: all 0.2s ease;\n cursor: pointer;\n border: 1px solid transparent;\n text-decoration: none;\n color: light-dark(var(--mantine-color-dark-9), var(--mantine-color-gray-0));\n}\n\n.contentContainer.selected {\n background: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-9));\n}\n", ".participantItem {\n padding: 4px 0;\n}\n\n.participantItem:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-9));\n border-radius: var(--mantine-radius-sm);\n}\n", "/* CollapsibleSection.module.css */\n\n.root {\n position: relative;\n}\n\n.header {\n width: 100%;\n cursor: default;\n}\n\n.chevron {\n transition: transform 0.2s ease;\n cursor: pointer;\n}\n\n.chevron[data-collapsed] {\n transform: rotate(-90deg);\n}\n\n.title {\n cursor: pointer;\n}\n\n.addButton {\n position: absolute;\n right: 0;\n top: 0;\n stroke-width: 1;\n}\n", ".gradient {\n position: absolute;\n right: 28px;\n top: 0;\n bottom: 0;\n width: 48px;\n\n z-index: 1;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-dark-8));\n}\n\n[data-mantine-color-scheme='light'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-white));\n}\n\n.container {\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n width: 28px;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .container {\n background: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .container {\n background: var(--mantine-color-white);\n}\n\n.chevron {\n position: static;\n margin: 0;\n padding: 0;\n transition: opacity 0.2s;\n opacity: 1;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.item:hover .gradient,\n.item:hover .container {\n opacity: 1;\n pointer-events: auto;\n}\n\n.item {\n position: relative;\n max-width: 100%;\n cursor: pointer;\n}\n\n.itemText {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n", ".panel {\n height: 100%;\n}\n\n[data-mantine-color-scheme='dark'] .panel {\n background-color: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .panel {\n background-color: var(--mantine-color-white);\n}\n\n.patientSummaryBadge {\n cursor: pointer;\n}\n\n.patientSummaryAddButton {\n opacity: 0;\n transition: opacity 0.2s;\n position: absolute;\n right: 0;\n top: 0;\n transform: none;\n stroke-width: 1;\n}\n\n.patientSummaryHeader {\n width: 100%;\n cursor: default;\n}\n\n.patientSummaryHeader :global(.mantine-ActionIcon-root),\n.patientSummaryHeader :global(.mantine-Text-root) {\n cursor: pointer;\n margin: 0;\n}\n\n.patientSummaryCollapseIcon {\n transition: transform 0.2s;\n}\n\n.patientSummaryCollapseIcon.collapsed {\n transform: rotate(-90deg);\n}\n", ".noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".table {\n border: 0.1px solid var(--mantine-color-gray-5);\n border-collapse: collapse;\n\n & td,\n & th {\n border: 0.1px solid var(--mantine-color-gray-5);\n padding: 4px;\n }\n}\n\n.criticalRow {\n background: light-dark(var(--mantine-color-red-1), var(--mantine-color-red-7));\n border: 0.1px solid var(--mantine-color-red-5);\n color: var(--mantine-color-red-5);\n font-weight: 500;\n\n & td {\n border: 0.1px solid var(--mantine-color-red-5);\n }\n}\n\n.noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".container {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n flex: 1;\n}\n\n.rightBorder {\n border-right: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-gray-8));\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".root {\n border-collapse: collapse;\n width: 100%;\n\n & tr {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n }\n\n & th,\n & td {\n padding: var(--mantine-spacing-sm) var(--mantine-spacing-sm);\n vertical-align: top;\n word-wrap: break-word;\n overflow-wrap: anywhere;\n white-space: normal;\n min-width: 100px;\n }\n}\n\n.removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".item {\n white-space: pre-wrap;\n}\n\n.itemPadding {\n padding: 0 16px 16px 16px;\n}\n", ".pinnedComment {\n background-color: var(--mantine-color-blue-0);\n}\n", ".root {\n max-width: 100%;\n overflow: auto;\n text-align: left;\n margin-bottom: 20px;\n}\n\n.table {\n cursor: pointer;\n}\n\n.tr {\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.th {\n padding: 0 !important;\n}\n\n.control {\n width: 100%;\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.icon {\n width: 21px;\n height: 21px;\n border-radius: 21px;\n}\n", ".root {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 10px;\n}\n\n.entry {\n display: inline-block;\n margin: 5px 20px 5px 5px;\n}\n\n.key {\n color: var(--mantine-color-gray-6);\n text-transform: uppercase;\n font-size: var(--mantine-font-size-xs);\n white-space: nowrap;\n}\n\n.value {\n font-size: var(--mantine-font-size-md);\n font-weight: 600;\n margin-left: 0;\n white-space: nowrap;\n}\n", ".list {\n white-space: nowrap;\n flex-wrap: nowrap;\n}\n\n.link {\n color: var(--mantine-color-text);\n line-height: 1;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n}\n", ".pharmacyItem {\n border: 1px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n transition: border-color 0.2s, box-shadow 0.2s;\n}\n\n.pharmacyItem:hover {\n border-color: var(--mantine-color-blue-4);\n}\n\n.pharmacyItemSelected {\n border: 2px solid var(--mantine-color-blue-6);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n}\n", ".section {\n position: relative;\n padding: 6px 0 16px 0;\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-1);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n min-height: 100px;\n}\n\n.questionBody {\n max-width: 600px;\n}\n\n.topActions {\n position: absolute;\n right: 32px;\n top: 1px;\n padding: 4px;\n color: var(--mantine-color-gray-5);\n font-size: var(--mantine-font-size-xs);\n}\n\n.bottomActions {\n position: absolute;\n right: 4px;\n bottom: 0;\n --text-fz: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementActions {\n position: absolute;\n right: 8px;\n top: 0;\n padding-top: 8px;\n font-size: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementIcons {\n color: var(--mantine-color-gray-5);\n}\n\n.columnAlignment {\n display: flex;\n flex-direction: column;\n}\n\n.linkIdInput {\n width: 100px;\n margin-bottom: 4px;\n}\n\n.typeSelect {\n width: 100px;\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n", ".container {\n overflow-x: auto;\n}\n\n.root {\n border: 0.1px solid var(--mantine-color-gray-3);\n border-collapse: collapse;\n border-radius: var(--mantine-radius-sm);\n border-spacing: 0;\n font-size: var(--mantine-font-size-xs);\n width: 100%;\n\n & td {\n padding: 2px 4px 0 4px;\n vertical-align: top;\n white-space: nowrap;\n }\n}\n\n.startRow {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n white-space: nowrap;\n}\n\n.normalRow {\n border-top: 0;\n white-space: nowrap;\n}\n\n.author {\n line-height: 10px;\n}\n\n.dateTime {\n border-right: 0.1px solid var(--mantine-color-gray-3);\n line-height: 10px;\n text-align: right;\n}\n\n.lineNumber {\n background-color: var(--mantine-color-gray-1);\n border: 0;\n color: var(--mantine-color-gray-5);\n font-family: var(--mantine-font-family-monospace);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n text-align: right;\n}\n\n.line {\n font-family: var(--mantine-font-family-monospace);\n font-size: var(--mantine-font-size-xs);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n}\n\n.pre {\n margin: 0;\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".splitButton {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.menuControl {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border: 0;\n border-left: rem(1px) solid var(--mantine-color-body);\n}\n", ".container {\n display: flex;\n min-height: 400px;\n}\n\n.info {\n min-width: 300px;\n padding: 20px;\n border-right: 1px solid var(--mantine-color-gray-3);\n}\n\n.selection {\n min-width: 300px;\n padding: 20px;\n}\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["main", "logoButton", "user", "userName", "searchInput", "navbar", "logoButton", "menuTitle", "link", "dismissButton", "linkLabel", "iconWrapper", "alertDot", "linkCount", "addBookmarkLink", "toggleButton", "divider", "actionSection", "action", "actionDescription", "actionsGroup", "actionsList", "content", "root", "compact", "root", "paper", "fill", "option", "iconBox", "dimmed", "preserveBreaks", "indented", "nested", "table", "chatPaper", "chatTitle", "chatBody", "chatScrollArea", "chatInputContainer", "chatBubbleOuterWrap", "chatBubbleRightAlignedInnerWrap", "chatBubbleLeftAlignedInnerWrap", "chatBubble", "chatBubbleNameRight", "chatPendingFile", "chatBubbleAttachmentWithText", "chatBubbleAttachmentIcon", "chatBubbleMenu", "iconContainer", "icon", "chatModalContainer", "content", "contentContainer", "selected", "participantItem", "
|
|
3
|
+
"sources": ["../../src/AppShell/AppShell.module.css", "../../src/AppShell/Header.module.css", "../../src/AppShell/HeaderSearchInput.module.css", "../../src/AppShell/Navbar.module.css", "../../src/AppShell/Spotlight.module.css", "../../src/DescriptionList/DescriptionList.module.css", "../../src/Container/Container.module.css", "../../src/Panel/Panel.module.css", "../../src/auth/ChooseProfileForm.module.css", "../../src/FormSection/FormSection.module.css", "../../src/ResourceArrayInput/ResourceArrayInput.module.css", "../../src/BackboneElementInput/BackboneElementInput.module.css", "../../src/CalendarInput/CalendarInput.module.css", "../../src/chat/BaseChat/BaseChat.module.css", "../../src/chat/ChatModal/ChatModal.module.css", "../../src/chat/ThreadInbox/ChatListItem.module.css", "../../src/chat/ThreadInbox/ParticipantFilter.module.css", "../../src/PatientSummary/PatientSummary.module.css", "../../src/PatientSummary/CollapsibleSection.module.css", "../../src/PatientSummary/SummaryItem.module.css", "../../src/NoteDisplay/NoteDisplay.module.css", "../../src/DiagnosticReportDisplay/DiagnosticReportDisplay.module.css", "../../src/chat/ThreadInbox/ThreadInbox.module.css", "../../src/ResourceDiffRow/ResourceDiffRow.module.css", "../../src/ResourceDiffTable/ResourceDiffTable.module.css", "../../src/Timeline/Timeline.module.css", "../../src/ResourceTimeline/ResourceTimeline.module.css", "../../src/SearchControl/SearchControl.module.css", "../../src/InfoBar/InfoBar.module.css", "../../src/LinkTabs/LinkTabs.module.css", "../../src/PatientSummary/PharmacyDialog.module.css", "../../src/PlanDefinitionBuilder/PlanDefinitionBuilder.module.css", "../../src/QuestionnaireBuilder/QuestionnaireBuilder.module.css", "../../src/ReferenceRangeEditor/ReferenceRangeEditor.module.css", "../../src/ResourceBlame/ResourceBlame.module.css", "../../src/ResourceDiff/ResourceDiff.module.css", "../../src/ResourceForm/ResourceForm.module.css", "../../src/Scheduler/Scheduler.module.css"],
|
|
4
|
+
"sourcesContent": [".main {\n flex: 1;\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n overflow-x: auto;\n}\n", ".logoButton {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.user {\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: var(--mantine-primary-color-light-hover);\n }\n\n &[data-active] {\n background-color: var(--mantine-primary-color-light-hover);\n }\n}\n\n.userName {\n font-weight: 500;\n line-height: 1px;\n margin-right: 3px;\n\n @media (max-width: $mantine-breakpoint-xs) {\n display: none;\n }\n}\n", ".searchInput {\n input {\n width: 220px;\n transition: width 0.1s ease-in-out;\n }\n\n input:focus {\n width: 400px;\n }\n\n @media (max-width: 800px) {\n input {\n width: 150px;\n }\n input:focus {\n width: 150px;\n }\n }\n}\n", ".navbar {\n padding: 0;\n transition-property: width;\n}\n\n.logoButton {\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: fit-content;\n padding: 8px 7px;\n border-radius: var(--mantine-radius-sm);\n transition: background-color 100ms ease;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n\n & > * {\n display: block;\n }\n}\n\n.menuTitle {\n height: 40px;\n margin: 0;\n padding-left: 10px;\n display: flex;\n align-items: flex-end;\n padding-bottom: 8px;\n box-sizing: border-box;\n font-size: var(--mantine-font-size-xs);\n line-height: 1;\n white-space: nowrap;\n overflow: hidden;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-6));\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.menuTitle:empty,\n.menuTitle:blank {\n display: none;\n}\n\n.link {\n width: 100%;\n height: 36px;\n border-radius: var(--mantine-radius-sm);\n font-weight: 450;\n display: flex;\n align-items: center;\n justify-content: start;\n padding: 0 var(--mantine-spacing-xs);\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n outline: none;\n overflow: hidden;\n text-overflow: ellipsis;\n text-decoration: none;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n text-decoration: none;\n }\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &[data-active] {\n &,\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-6));\n }\n }\n\n & .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n }\n }\n}\n\n.link:focus-visible {\n outline: none;\n}\n\n.linkLabel {\n margin-left: 8px;\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n}\n\n.iconWrapper {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.alertDot {\n position: absolute;\n bottom: -2px;\n left: 13px;\n width: 8px;\n height: 8px;\n border-radius: 50%;\n background-color: var(--mantine-color-red-6);\n pointer-events: none;\n}\n\n.linkCount {\n margin-left: auto;\n font-size: var(--mantine-font-size-xs);\n font-weight: 500;\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-3));\n white-space: nowrap;\n opacity: 0;\n transition: opacity 150ms ease;\n\n &[data-opened] {\n opacity: 1;\n }\n\n &[data-alert] {\n color: var(--mantine-color-white);\n background-color: var(--mantine-color-red-6);\n font-weight: 600;\n font-size: 10px;\n min-width: 18px;\n height: 18px;\n line-height: 18px;\n text-align: center;\n border-radius: 9px;\n padding: 0 5px;\n }\n}\n\n.dismissButton {\n display: none;\n margin-left: auto;\n align-items: center;\n justify-content: center;\n padding: 4px;\n border-radius: 4px;\n cursor: pointer;\n}\n\n.link:hover .dismissButton {\n display: flex;\n}\n\n.link .dismissButton {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-3));\n\n & svg:global(.tabler-icon) {\n color: inherit;\n }\n\n &:hover {\n color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-0));\n }\n}\n\n.addBookmarkLink {\n margin-top: 40px;\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n }\n}\n\n.toggleButton {\n width: 38px;\n height: 36px;\n border-radius: var(--mantine-radius-sm);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 0;\n transition: background-color 100ms ease;\n cursor: ew-resize;\n\n & svg:global(.tabler-icon) {\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));\n stroke-width: 2;\n width: 18px;\n height: 18px;\n min-width: 18px;\n max-width: 18px;\n }\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n }\n}\n\n.divider {\n border-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n", "/*\n * Spotlight component style overrides.\n * Uses Mantine's classNames API for maintainability across Mantine upgrades.\n * See: https://mantine.dev/styles/styles-api/\n */\n\n/* Action section (avatar/icon) margins */\n.actionSection[data-position='left'] {\n margin-inline-end: var(--mantine-spacing-xs);\n}\n\n.actionSection[data-position='right'] {\n margin-inline-start: var(--mantine-spacing-xs);\n}\n\n/* Action item styling - matches navbar link colors */\n.action:where(:not([data-selected])):hover,\n.action:where(:not([data-selected])):active {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));\n}\n\n.action:where([data-selected]) {\n background-color: light-dark(var(--mantine-color-gray-1), var(--mantine-color-dark-6));\n color: light-dark(var(--mantine-primary-color-light-color), var(--mantine-primary-color-5));\n}\n\n.action:where([data-selected]) .actionDescription {\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-gray-5));\n}\n\n/* Action group styling */\n.actionsGroup {\n gap: 4px;\n margin-top: 4px;\n padding-top: var(--mantine-spacing-md);\n}\n\n/* First group: compensate for container padding */\n.actionsGroup:first-child {\n margin-top: 0;\n padding-top: calc(var(--mantine-spacing-md) - 2px);\n}\n\n/* Add divider between action groups */\n.actionsGroup:not(:first-child) {\n border-top: calc(0.0625rem * var(--mantine-scale)) solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n}\n\n/* Group label spacing */\n.actionsGroup::before {\n padding-bottom: 2px;\n}\n\n/* Actions list container */\n.actionsList {\n padding-top: 2px;\n}\n\n/* Modal content wrapper */\n.content {\n box-shadow: light-dark(\n 0 0.5rem 2rem rgba(0, 0, 0, 0.15),\n 0 0.5rem 2rem rgba(0, 0, 0, 0.5)\n );\n}\n", ".root {\n display: grid;\n grid-template-columns: 30% 70%;\n margin: 0;\n\n & > dt,\n & > dd {\n padding: var(--mantine-spacing-xs);\n border-top: 0.1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));\n margin: 0;\n }\n\n & > dt:first-of-type,\n & > dd:first-of-type {\n border-top: 0;\n }\n}\n\n.compact {\n grid-template-columns: auto 1fr;\n\n & > dt,\n & > dd {\n border: 0;\n padding: 0;\n }\n\n & > dt {\n padding-right: var(--mantine-spacing-xs);\n }\n\n & > dd {\n padding-left: var(--mantine-spacing-xs);\n }\n\n & > dt:last-of-type,\n & > dd:last-of-type {\n padding-bottom: var(--mantine-spacing-xs);\n }\n}\n", ".root {\n @media (max-width: 800px) {\n padding-left: 4px;\n padding-right: 4px;\n }\n}\n", ".paper {\n margin: var(--mantine-spacing-xl) auto;\n padding: var(--mantine-spacing-md);\n\n @media (max-width: 800px) {\n padding: 8px;\n }\n\n & img {\n width: 100%;\n max-width: 100%;\n }\n\n & video {\n width: 100%;\n max-width: 100%;\n }\n}\n\n.fill {\n padding: 0;\n}\n", ".option {\n border-radius: var(--mantine-radius-sm);\n padding: 8px 12px;\n cursor: pointer;\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n\n & .iconBox {\n color: light-dark(var(--mantine-color-black), var(--mantine-color-white));\n }\n }\n}\n\n.iconBox {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n height: 32px;\n border-radius: var(--mantine-radius-sm);\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));\n}\n", ".dimmed {\n color: var(--mantine-color-dimmed);\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".indented {\n margin-top: 0.5rem;\n border-left: 3px solid var(--mantine-color-gray-4);\n padding: 0.5rem 0 0.5rem 0.5rem;\n}\n", ".nested {\n padding-left: var(--mantine-spacing-md);\n padding-top: var(--mantine-spacing-md);\n padding-bottom: var(--mantine-spacing-sm);\n}\n", ".table {\n width: 350px;\n\n & th {\n font-weight: normal;\n font-size: 11px;\n padding: 8px;\n text-align: center;\n }\n\n & td {\n padding: 2px 4px;\n }\n\n & td button {\n width: 44px;\n height: 44px;\n color: theme.colors[theme.primaryColor][5];\n font-size: 16px;\n font-weight: 500;\n text-align: center;\n padding: 0;\n background-color: theme.colors[theme.primaryColor][0];\n border: 0;\n border-radius: 50px;\n cursor: pointer;\n }\n\n & td button:hover {\n background-color: theme.colors[theme.primaryColor][1];\n }\n\n & td button:disabled {\n background-color: transparen;\n cursor: defaul;\n color: var(--mantine-color-gray-4);\n font-weight: normal;\n }\n}\n", ".chatPaper {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n\n.chatTitle {\n background-color: light-dark(var(--mantine-color-blue-7), var(--mantine-color-blue-8));\n color: light-dark(var(--mantine-color-white), var(--mantine-color-gray-3));\n font-size: var(--mantine-font-size-sm);\n font-weight: 500;\n padding: var(--mantine-spacing-sm);\n user-select: none;\n}\n\n.chatBody {\n background-color: var(--mantine-color-body);\n flex: 1;\n min-height: 0;\n position: relative;\n}\n\n.chatScrollArea {\n padding: var(--mantine-spacing-xs);\n}\n\n.chatInputContainer {\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n flex-shrink: 0;\n padding: 6px 8px;\n position: relative;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleOuterWrap {\n max-width: 75%;\n padding-bottom: 10px;\n}\n\n.chatBubbleRightAlignedInnerWrap {\n display: flex;\n flex-direction: row-reverse;\n}\n\n.chatBubbleLeftAlignedInnerWrap {\n display: flex;\n flex-direction: row;\n}\n\n.chatBubble {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-blue-7));\n border-radius: var(--mantine-radius-lg);\n padding: var(--mantine-spacing-sm);\n min-width: 40px;\n color: light-dark(var(--mantine-color-dark), var(--mantine-color-gray-2));\n\n & p {\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n }\n\n & pre {\n max-width: 280px;\n overflow: auto;\n }\n}\n\n.chatBubbleNameRight {\n text-align: right;\n}\n\n.chatPendingFile {\n position: absolute;\n bottom: 100%;\n left: 0;\n right: 0;\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-4));\n border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-3));\n padding: 4px 8px;\n}\n\n.chatBubbleAttachmentWithText {\n margin-top: 6px;\n}\n\n.chatBubbleAttachmentIcon {\n flex-shrink: 0;\n display: flex;\n align-items: center;\n}\n\n.chatBubbleMenu {\n align-self: center;\n}\n", ".iconContainer {\n position: fixed;\n bottom: 0.5rem;\n right: 0.5rem;\n z-index: 100px;\n}\n\n.icon {\n background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-7));\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n\n.chatModalContainer {\n position: fixed;\n bottom: 3rem;\n right: 0.5rem;\n z-index: 100px;\n width: 400px;\n height: 450px;\n max-height: 450px;\n overflow: hidden;\n border-radius: var(--mantine-radius-md);\n box-shadow:\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05),\n 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);\n}\n", ".content {\n word-wrap: break-word;\n overflow-wrap: break-word;\n white-space: normal;\n word-break: break-word;\n}\n\n.contentContainer:hover {\n background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-9));\n}\n\n.contentContainer {\n transition: all 0.2s ease;\n cursor: pointer;\n border: 1px solid transparent;\n text-decoration: none;\n color: light-dark(var(--mantine-color-dark-9), var(--mantine-color-gray-0));\n}\n\n.contentContainer.selected {\n background: light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-9));\n}\n", ".participantItem {\n padding: 4px 0;\n}\n\n.participantItem:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-9));\n border-radius: var(--mantine-radius-sm);\n}\n", ".panel {\n height: 100%;\n}\n\n[data-mantine-color-scheme='dark'] .panel {\n background-color: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .panel {\n background-color: var(--mantine-color-white);\n}\n\n.patientSummaryBadge {\n cursor: pointer;\n}\n\n.patientSummaryAddButton {\n opacity: 0;\n transition: opacity 0.2s;\n position: absolute;\n right: 0;\n top: 0;\n transform: none;\n stroke-width: 1;\n}\n\n.patientSummaryHeader {\n width: 100%;\n cursor: default;\n}\n\n.patientSummaryHeader :global(.mantine-ActionIcon-root),\n.patientSummaryHeader :global(.mantine-Text-root) {\n cursor: pointer;\n margin: 0;\n}\n\n.patientSummaryCollapseIcon {\n transition: transform 0.2s;\n}\n\n.patientSummaryCollapseIcon.collapsed {\n transform: rotate(-90deg);\n}\n", "/* CollapsibleSection.module.css */\n\n.root {\n position: relative;\n}\n\n.header {\n width: 100%;\n cursor: default;\n}\n\n.chevron {\n transition: transform 0.2s ease;\n cursor: pointer;\n}\n\n.chevron[data-collapsed] {\n transform: rotate(-90deg);\n}\n\n.title {\n cursor: pointer;\n}\n\n.addButton {\n position: absolute;\n right: 0;\n top: 0;\n stroke-width: 1;\n}\n", ".gradient {\n position: absolute;\n right: 28px;\n top: 0;\n bottom: 0;\n width: 48px;\n\n z-index: 1;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-dark-8));\n}\n\n[data-mantine-color-scheme='light'] .gradient {\n background: linear-gradient(to right, transparent, var(--mantine-color-white));\n}\n\n.container {\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n width: 28px;\n z-index: 2;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s;\n}\n\n[data-mantine-color-scheme='dark'] .container {\n background: var(--mantine-color-dark-8);\n}\n\n[data-mantine-color-scheme='light'] .container {\n background: var(--mantine-color-white);\n}\n\n.chevron {\n position: static;\n margin: 0;\n padding: 0;\n transition: opacity 0.2s;\n opacity: 1;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.item:hover .gradient,\n.item:hover .container {\n opacity: 1;\n pointer-events: auto;\n}\n\n.item {\n position: relative;\n max-width: 100%;\n cursor: pointer;\n}\n\n.itemText {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n", ".noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".table {\n border: 0.1px solid var(--mantine-color-gray-5);\n border-collapse: collapse;\n\n & td,\n & th {\n border: 0.1px solid var(--mantine-color-gray-5);\n padding: 4px;\n }\n}\n\n.criticalRow {\n background: light-dark(var(--mantine-color-red-1), var(--mantine-color-red-7));\n border: 0.1px solid var(--mantine-color-red-5);\n color: var(--mantine-color-red-5);\n font-weight: 500;\n\n & td {\n border: 0.1px solid var(--mantine-color-red-5);\n }\n}\n\n.noteBody {\n font-size: var(--mantine-font-size-sm);\n}\n\n.noteCite {\n font-size: var(--mantine-font-size-xs);\n margin-block-start: 3;\n}\n\n.noteRoot {\n padding: 5px;\n}\n", ".container {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n flex: 1;\n}\n\n.rightBorder {\n border-right: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-gray-8));\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".root {\n border-collapse: collapse;\n width: 100%;\n\n & tr {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n }\n\n & th,\n & td {\n padding: var(--mantine-spacing-sm) var(--mantine-spacing-sm);\n vertical-align: top;\n word-wrap: break-word;\n overflow-wrap: anywhere;\n white-space: normal;\n min-width: 100px;\n }\n}\n\n.removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".item {\n white-space: pre-wrap;\n}\n\n.itemPadding {\n padding: 0 16px 16px 16px;\n}\n", ".pinnedComment {\n background-color: var(--mantine-color-blue-0);\n}\n", ".root {\n max-width: 100%;\n overflow: auto;\n text-align: left;\n margin-bottom: 20px;\n}\n\n.table {\n cursor: pointer;\n}\n\n.tr {\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.th {\n padding: 0 !important;\n}\n\n.control {\n width: 100%;\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);\n\n &:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n }\n}\n\n.icon {\n width: 21px;\n height: 21px;\n border-radius: 21px;\n}\n", ".root {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 10px;\n}\n\n.entry {\n display: inline-block;\n margin: 5px 20px 5px 5px;\n}\n\n.key {\n color: var(--mantine-color-gray-6);\n text-transform: uppercase;\n font-size: var(--mantine-font-size-xs);\n white-space: nowrap;\n}\n\n.value {\n font-size: var(--mantine-font-size-md);\n font-weight: 600;\n margin-left: 0;\n white-space: nowrap;\n}\n", ".list {\n white-space: nowrap;\n flex-wrap: nowrap;\n}\n\n.link {\n color: var(--mantine-color-text);\n line-height: 1;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n}\n", ".pharmacyItem {\n border: 1px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n transition:\n border-color 0.2s,\n box-shadow 0.2s;\n}\n\n.pharmacyItem:hover {\n border-color: var(--mantine-color-blue-4);\n}\n\n.pharmacyItemSelected {\n border: 2px solid var(--mantine-color-blue-6);\n border-radius: var(--mantine-radius-sm);\n cursor: pointer;\n}\n", ".section {\n position: relative;\n padding: 6px 0 16px 0;\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-1);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n\n.hovering {\n border: 1.5px solid var(--mantine-color-blue-5);\n}\n\n.editing {\n border: 1.5px solid var(--mantine-color-gray-1);\n border-left: 4px solid var(--mantine-color-blue-5);\n min-height: 100px;\n}\n\n.questionBody {\n max-width: 600px;\n}\n\n.topActions {\n position: absolute;\n right: 32px;\n top: 1px;\n padding: 4px;\n color: var(--mantine-color-gray-5);\n font-size: var(--mantine-font-size-xs);\n}\n\n.bottomActions {\n position: absolute;\n right: 4px;\n bottom: 0;\n --text-fz: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementActions {\n position: absolute;\n right: 8px;\n top: 0;\n padding-top: 8px;\n font-size: var(--mantine-font-size-xs);\n\n & a {\n margin-left: 8px;\n }\n}\n\n.movementIcons {\n color: var(--mantine-color-gray-5);\n}\n\n.columnAlignment {\n display: flex;\n flex-direction: column;\n}\n\n.linkIdInput {\n width: 100px;\n margin-bottom: 4px;\n}\n\n.typeSelect {\n width: 100px;\n}\n\n.preserveBreaks {\n white-space: pre-wrap;\n}\n", ".section {\n position: relative;\n margin: 4px 4px 8px;\n padding: 6px 12px 16px 6px;\n border: 1.5px solid var(--mantine-color-gray-3);\n border-radius: var(--mantine-radius-sm);\n transition: all 0.1;\n}\n", ".container {\n overflow-x: auto;\n}\n\n.root {\n border: 0.1px solid var(--mantine-color-gray-3);\n border-collapse: collapse;\n border-radius: var(--mantine-radius-sm);\n border-spacing: 0;\n font-size: var(--mantine-font-size-xs);\n width: 100%;\n\n & td {\n padding: 2px 4px 0 4px;\n vertical-align: top;\n white-space: nowrap;\n }\n}\n\n.startRow {\n border-top: 0.1px solid var(--mantine-color-gray-3);\n white-space: nowrap;\n}\n\n.normalRow {\n border-top: 0;\n white-space: nowrap;\n}\n\n.author {\n line-height: 10px;\n}\n\n.dateTime {\n border-right: 0.1px solid var(--mantine-color-gray-3);\n line-height: 10px;\n text-align: right;\n}\n\n.lineNumber {\n background-color: var(--mantine-color-gray-1);\n border: 0;\n color: var(--mantine-color-gray-5);\n font-family: var(--mantine-font-family-monospace);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n text-align: right;\n}\n\n.line {\n font-family: var(--mantine-font-family-monospace);\n font-size: var(--mantine-font-size-xs);\n padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);\n}\n\n.pre {\n margin: 0;\n}\n", ".removed {\n color: var(--mantine-color-red-7);\n text-decoration: line-through;\n}\n\n.added {\n color: var(--mantine-color-green-7);\n}\n", ".splitButton {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.menuControl {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border: 0;\n border-left: rem(1px) solid var(--mantine-color-body);\n}\n", ".container {\n display: flex;\n min-height: 400px;\n}\n\n.info {\n min-width: 300px;\n padding: 20px;\n border-right: 1px solid var(--mantine-color-gray-3);\n}\n\n.selection {\n min-width: 300px;\n padding: 20px;\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["main", "logoButton", "user", "userName", "searchInput", "navbar", "logoButton", "menuTitle", "link", "dismissButton", "linkLabel", "iconWrapper", "alertDot", "linkCount", "addBookmarkLink", "toggleButton", "divider", "actionSection", "action", "actionDescription", "actionsGroup", "actionsList", "content", "root", "compact", "root", "paper", "fill", "option", "iconBox", "dimmed", "preserveBreaks", "indented", "nested", "table", "chatPaper", "chatTitle", "chatBody", "chatScrollArea", "chatInputContainer", "chatBubbleOuterWrap", "chatBubbleRightAlignedInnerWrap", "chatBubbleLeftAlignedInnerWrap", "chatBubble", "chatBubbleNameRight", "chatPendingFile", "chatBubbleAttachmentWithText", "chatBubbleAttachmentIcon", "chatBubbleMenu", "iconContainer", "icon", "chatModalContainer", "content", "contentContainer", "selected", "participantItem", "panel", "patientSummaryBadge", "patientSummaryAddButton", "patientSummaryHeader", "patientSummaryCollapseIcon", "collapsed", "root", "header", "chevron", "title", "addButton", "gradient", "container", "chevron", "item", "itemText", "noteBody", "noteCite", "noteRoot", "table", "criticalRow", "noteBody", "noteCite", "noteRoot", "container", "rightBorder", "removed", "added", "root", "removed", "added", "item", "itemPadding", "pinnedComment", "root", "table", "tr", "th", "control", "icon", "root", "entry", "key", "value", "list", "link", "pharmacyItem", "pharmacyItemSelected", "section", "hovering", "editing", "section", "hovering", "editing", "questionBody", "topActions", "bottomActions", "movementActions", "movementIcons", "columnAlignment", "linkIdInput", "typeSelect", "preserveBreaks", "section", "container", "root", "startRow", "normalRow", "author", "dateTime", "lineNumber", "line", "pre", "removed", "added", "splitButton", "menuControl", "container", "info", "selection"]
|
|
7
7
|
}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -226,6 +226,9 @@ export declare function addYearToDateFilter(definition: SearchRequest, field: st
|
|
|
226
226
|
*/
|
|
227
227
|
export declare function addYesterdayFilter(definition: SearchRequest, field: string): SearchRequest;
|
|
228
228
|
|
|
229
|
+
/** Allergies section — searches for AllergyIntolerance resources. */
|
|
230
|
+
export declare const AllergiesSection: PatientSummarySectionConfig;
|
|
231
|
+
|
|
229
232
|
export declare function AnnotationInput(props: AnnotationInputProps): JSX.Element;
|
|
230
233
|
|
|
231
234
|
export declare interface AnnotationInputProps extends ComplexTypeInputProps<Annotation> {
|
|
@@ -570,6 +573,23 @@ export declare function convertIsoToLocal(isoString: string | undefined): string
|
|
|
570
573
|
*/
|
|
571
574
|
export declare function convertLocalToIso(localString: string | undefined): string;
|
|
572
575
|
|
|
576
|
+
/**
|
|
577
|
+
* Labs section — searches for both ServiceRequest and DiagnosticReport resources.
|
|
578
|
+
* Accepts an optional `onRequestLabs` callback via closure.
|
|
579
|
+
* @param onRequestLabs - Optional callback invoked when the user requests labs.
|
|
580
|
+
* @returns A section config for labs.
|
|
581
|
+
*/
|
|
582
|
+
export declare function createLabsSection(onRequestLabs?: () => void): PatientSummarySectionConfig;
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* Pharmacies section — no FHIR searches; the Pharmacies component resolves its own data
|
|
586
|
+
* from patient extensions.
|
|
587
|
+
* Accepts an optional `pharmacyDialogComponent` via closure.
|
|
588
|
+
* @param pharmacyDialogComponent - Optional component for the pharmacy search dialog.
|
|
589
|
+
* @returns A section config for pharmacies.
|
|
590
|
+
*/
|
|
591
|
+
export declare function createPharmaciesSection(pharmacyDialogComponent?: ComponentType<PharmacyDialogBaseProps>): PatientSummarySectionConfig;
|
|
592
|
+
|
|
573
593
|
export { createPreferredPharmacyExtension }
|
|
574
594
|
|
|
575
595
|
/**
|
|
@@ -612,6 +632,9 @@ export declare interface DefaultResourceTimelineProps extends Pick<ResourceTimel
|
|
|
612
632
|
*/
|
|
613
633
|
export declare function deleteFilter(definition: SearchRequest, index: number): SearchRequest;
|
|
614
634
|
|
|
635
|
+
/** Demographics section — no FHIR searches, renders patient info items directly. */
|
|
636
|
+
export declare const DemographicsSection: PatientSummarySectionConfig;
|
|
637
|
+
|
|
615
638
|
export declare function DescriptionList(props: DescriptionListProps): JSX.Element;
|
|
616
639
|
|
|
617
640
|
export declare function DescriptionListEntry(props: DescriptionListEntryProps): JSX.Element;
|
|
@@ -664,6 +687,13 @@ export declare interface EncounterTimelineProps extends Pick<ResourceTimelinePro
|
|
|
664
687
|
readonly encounter: Encounter | Reference<Encounter>;
|
|
665
688
|
}
|
|
666
689
|
|
|
690
|
+
export declare interface EPrescribingIFrameOptions {
|
|
691
|
+
readonly patientId?: string;
|
|
692
|
+
readonly onPatientSyncSuccess?: () => void;
|
|
693
|
+
readonly onIframeSuccess?: (url: string) => void;
|
|
694
|
+
readonly onError?: (err: unknown) => void;
|
|
695
|
+
}
|
|
696
|
+
|
|
667
697
|
/**
|
|
668
698
|
* ErrorBoundary is a React component that handles errors in its child components.
|
|
669
699
|
* See: https://reactjs.org/docs/error-boundaries.html
|
|
@@ -729,6 +759,20 @@ export declare interface FhirPathTableProps {
|
|
|
729
759
|
readonly onBulk?: (ids: string[]) => void;
|
|
730
760
|
}
|
|
731
761
|
|
|
762
|
+
/** Descriptor for a single FHIR search that a section needs. */
|
|
763
|
+
export declare interface FhirSearchDescriptor {
|
|
764
|
+
/** Unique key used to access this search's results via `SectionResults[key]`. */
|
|
765
|
+
readonly key: string;
|
|
766
|
+
readonly resourceType: ResourceType;
|
|
767
|
+
/** Which search param references the patient. Defaults to 'subject'. Examples: 'patient', 'beneficiary'. */
|
|
768
|
+
readonly patientParam?: string;
|
|
769
|
+
/**
|
|
770
|
+
* Additional search params — same format as the 2nd arg to medplum.searchResources().
|
|
771
|
+
* When using a string, do not include _count or _sort; they are appended automatically.
|
|
772
|
+
*/
|
|
773
|
+
readonly query?: QueryTypes;
|
|
774
|
+
}
|
|
775
|
+
|
|
732
776
|
export declare function Form(props: FormProps): JSX.Element;
|
|
733
777
|
|
|
734
778
|
export declare interface FormProps {
|
|
@@ -759,6 +803,14 @@ export declare interface FormSectionProps {
|
|
|
759
803
|
*/
|
|
760
804
|
export declare function getAppName(): string;
|
|
761
805
|
|
|
806
|
+
/**
|
|
807
|
+
* Returns the default set of sections, matching the original hardcoded PatientSummary layout.
|
|
808
|
+
* The `onRequestLabs` callback is threaded through to the Labs section.
|
|
809
|
+
* @param onRequestLabs - Optional callback invoked when the user requests labs.
|
|
810
|
+
* @returns The default array of section configs.
|
|
811
|
+
*/
|
|
812
|
+
export declare function getDefaultSections(onRequestLabs?: () => void): PatientSummarySectionConfig[];
|
|
813
|
+
|
|
762
814
|
export declare function getErrorsForInput(outcome: OperationOutcome | undefined, expression: string | undefined): string | undefined;
|
|
763
815
|
|
|
764
816
|
/**
|
|
@@ -895,6 +947,9 @@ export declare interface InfoBarValueProps {
|
|
|
895
947
|
*/
|
|
896
948
|
export declare function initRecaptcha(siteKey: string): void;
|
|
897
949
|
|
|
950
|
+
/** Insurance section — searches for Coverage resources. */
|
|
951
|
+
export declare const InsuranceSection: PatientSummarySectionConfig;
|
|
952
|
+
|
|
898
953
|
export declare type IntervalGroup = {
|
|
899
954
|
id: string;
|
|
900
955
|
filters: Record<string, any>;
|
|
@@ -947,6 +1002,9 @@ export declare function isSupportedProfileStructureDefinition(profile?: Structur
|
|
|
947
1002
|
*/
|
|
948
1003
|
export declare function killEvent(e: Event | SyntheticEvent): void;
|
|
949
1004
|
|
|
1005
|
+
/** Default Labs section constant (no onRequestLabs callback). */
|
|
1006
|
+
export declare const LabsSection: PatientSummarySectionConfig;
|
|
1007
|
+
|
|
950
1008
|
export declare function LinkTabs(props: LinkTabsProps): JSX.Element;
|
|
951
1009
|
|
|
952
1010
|
export declare interface LinkTabsProps extends Omit<TabsProps, 'value' | 'onChange'> {
|
|
@@ -970,6 +1028,9 @@ export declare interface MeasureReportDisplayProps {
|
|
|
970
1028
|
readonly measureReport: MeasureReport | Reference<MeasureReport>;
|
|
971
1029
|
}
|
|
972
1030
|
|
|
1031
|
+
/** Medications section — searches for MedicationRequest resources. */
|
|
1032
|
+
export declare const MedicationsSection: PatientSummarySectionConfig;
|
|
1033
|
+
|
|
973
1034
|
export declare interface MedplumContext {
|
|
974
1035
|
medplum: MedplumClient;
|
|
975
1036
|
navigate: MedplumNavigateFunction;
|
|
@@ -1150,6 +1211,13 @@ export declare interface ParticipantFilterProps {
|
|
|
1150
1211
|
|
|
1151
1212
|
export { PATIENT_PREFERRED_PHARMACY_URL }
|
|
1152
1213
|
|
|
1214
|
+
export declare function PatientAccountsForm(props: PatientAccountsFormProps): JSX.Element;
|
|
1215
|
+
|
|
1216
|
+
export declare interface PatientAccountsFormProps {
|
|
1217
|
+
readonly patient: Patient;
|
|
1218
|
+
readonly onSaved?: () => void;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1153
1221
|
export declare function PatientExportForm(props: PatientExportFormProps): JSX.Element;
|
|
1154
1222
|
|
|
1155
1223
|
export declare interface PatientExportFormProps {
|
|
@@ -1164,11 +1232,34 @@ export declare interface PatientHeaderProps {
|
|
|
1164
1232
|
|
|
1165
1233
|
export declare function PatientSummary(props: PatientSummaryProps): JSX.Element | null;
|
|
1166
1234
|
|
|
1235
|
+
export declare interface PatientSummaryData {
|
|
1236
|
+
/** One SectionResults map per section, indexed to match the sections array. */
|
|
1237
|
+
readonly sectionData: SectionResults[];
|
|
1238
|
+
readonly loading: boolean;
|
|
1239
|
+
readonly error: Error | undefined;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1167
1242
|
export declare interface PatientSummaryProps {
|
|
1168
1243
|
readonly patient: Patient | Reference<Patient>;
|
|
1169
1244
|
readonly onClickResource?: (resource: Resource) => void;
|
|
1170
1245
|
readonly onRequestLabs?: () => void;
|
|
1171
|
-
readonly
|
|
1246
|
+
readonly sections?: PatientSummarySectionConfig[];
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
/**
|
|
1250
|
+
* Configuration for a single section in the PatientSummary.
|
|
1251
|
+
* The `searches` field is an array to support sections like Labs which need multiple resource types.
|
|
1252
|
+
*/
|
|
1253
|
+
export declare interface PatientSummarySectionConfig {
|
|
1254
|
+
readonly key: string;
|
|
1255
|
+
readonly title: string;
|
|
1256
|
+
readonly searches?: FhirSearchDescriptor[];
|
|
1257
|
+
/**
|
|
1258
|
+
* React component that renders this section.
|
|
1259
|
+
* Using ComponentType (rather than a render-prop function) ensures React treats it as a real
|
|
1260
|
+
* component, so hooks inside custom sections work correctly.
|
|
1261
|
+
*/
|
|
1262
|
+
readonly component: ComponentType<SectionRenderContext>;
|
|
1172
1263
|
}
|
|
1173
1264
|
|
|
1174
1265
|
export declare function PatientTimeline(props: PatientTimelineProps): JSX.Element;
|
|
@@ -1186,6 +1277,9 @@ export declare interface PharmaciesProps {
|
|
|
1186
1277
|
readonly pharmacyDialogComponent?: ComponentType<PharmacyDialogBaseProps>;
|
|
1187
1278
|
}
|
|
1188
1279
|
|
|
1280
|
+
/** Default Pharmacies section constant (no pharmacy dialog component). */
|
|
1281
|
+
export declare const PharmaciesSection: PatientSummarySectionConfig;
|
|
1282
|
+
|
|
1189
1283
|
export { PHARMACY_PREFERENCE_TYPE_SYSTEM }
|
|
1190
1284
|
|
|
1191
1285
|
export { PHARMACY_TYPE_PREFERRED }
|
|
@@ -1238,6 +1332,9 @@ export declare interface PrimitiveTypeInputProps {
|
|
|
1238
1332
|
readonly disabled?: boolean;
|
|
1239
1333
|
}
|
|
1240
1334
|
|
|
1335
|
+
/** Problem List section — searches for Condition resources. */
|
|
1336
|
+
export declare const ProblemListSection: PatientSummarySectionConfig;
|
|
1337
|
+
|
|
1241
1338
|
export declare function QuantityDisplay(props: QuantityDisplayProps): JSX.Element | null;
|
|
1242
1339
|
|
|
1243
1340
|
export declare interface QuantityDisplayProps {
|
|
@@ -1681,7 +1778,8 @@ export declare interface ResourceTimelineProps<T extends Resource> {
|
|
|
1681
1778
|
readonly getMenu?: (context: ResourceTimelineMenuItemContext) => ReactNode;
|
|
1682
1779
|
}
|
|
1683
1780
|
|
|
1684
|
-
|
|
1781
|
+
declare function Scheduler_2(props: SchedulerProps): JSX.Element | null;
|
|
1782
|
+
export { Scheduler_2 as Scheduler }
|
|
1685
1783
|
|
|
1686
1784
|
export declare interface SchedulerProps {
|
|
1687
1785
|
readonly schedule?: Schedule | Reference<Schedule> | Schedule[] | Reference<Schedule>[];
|
|
@@ -1785,8 +1883,20 @@ export declare class SearchLoadEvent extends Event {
|
|
|
1785
1883
|
|
|
1786
1884
|
export declare type SearchOptions = {
|
|
1787
1885
|
debounceMs?: number;
|
|
1886
|
+
enabled?: boolean;
|
|
1788
1887
|
};
|
|
1789
1888
|
|
|
1889
|
+
/** Context passed to every section's component. */
|
|
1890
|
+
export declare interface SectionRenderContext {
|
|
1891
|
+
readonly patient: Patient;
|
|
1892
|
+
readonly onClickResource?: (resource: Resource) => void;
|
|
1893
|
+
/** Named results for each search in the section's `searches` array, keyed by `FhirSearchDescriptor.key`. */
|
|
1894
|
+
readonly results: SectionResults;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
/** Named map of FHIR results for a section: `results[searchKey]` returns the Resource[] for that search. */
|
|
1898
|
+
export declare type SectionResults = Record<string, Resource[]>;
|
|
1899
|
+
|
|
1790
1900
|
/**
|
|
1791
1901
|
* Sends a structured command to the iframe using postMessage.
|
|
1792
1902
|
*
|
|
@@ -1852,6 +1962,9 @@ export declare function setQuestionnaireItemReferenceTargetTypes(item: Questionn
|
|
|
1852
1962
|
*/
|
|
1853
1963
|
export declare function setSort(definition: SearchRequest, sort: string, desc?: boolean): SearchRequest;
|
|
1854
1964
|
|
|
1965
|
+
/** Sexual Orientation section — searches for Observation resources by LOINC 76690-7. */
|
|
1966
|
+
export declare const SexualOrientationSection: PatientSummarySectionConfig;
|
|
1967
|
+
|
|
1855
1968
|
export declare function SignatureInput(props: SignatureInputProps): JSX.Element;
|
|
1856
1969
|
|
|
1857
1970
|
export declare interface SignatureInputProps extends PaperProps {
|
|
@@ -1911,6 +2024,9 @@ export declare interface SmartSearchResponse {
|
|
|
1911
2024
|
};
|
|
1912
2025
|
}
|
|
1913
2026
|
|
|
2027
|
+
/** Smoking Status section — searches for Observation resources by LOINC 72166-2. */
|
|
2028
|
+
export declare const SmokingStatusSection: PatientSummarySectionConfig;
|
|
2029
|
+
|
|
1914
2030
|
/**
|
|
1915
2031
|
* Sorts an array of resources in place by meta.lastUpdated ascending.
|
|
1916
2032
|
* @param resources - Array of resources.
|
|
@@ -1934,6 +2050,44 @@ export declare function SubmitButton(props: ButtonProps): JSX.Element;
|
|
|
1934
2050
|
|
|
1935
2051
|
export declare type SubmitButtonProps = Omit<ButtonProps, 'type' | 'loading'>;
|
|
1936
2052
|
|
|
2053
|
+
export declare interface SummaryResourceListOptions {
|
|
2054
|
+
/** Unique key for React reconciliation. */
|
|
2055
|
+
readonly key: string;
|
|
2056
|
+
/** Section title displayed in the collapsible header. */
|
|
2057
|
+
readonly title: string;
|
|
2058
|
+
/** FHIR search configuration. */
|
|
2059
|
+
readonly search: {
|
|
2060
|
+
readonly resourceType: ResourceType;
|
|
2061
|
+
/** Which search param references the patient. Defaults to 'subject'. */
|
|
2062
|
+
readonly patientParam?: string;
|
|
2063
|
+
/** Additional search params. */
|
|
2064
|
+
readonly query?: Record<string, string | number | boolean | undefined>;
|
|
2065
|
+
};
|
|
2066
|
+
/** Override the default display string for each resource. */
|
|
2067
|
+
readonly getDisplayString?: (resource: Resource) => string;
|
|
2068
|
+
/** Return a status badge config, or undefined to show no badge. */
|
|
2069
|
+
readonly getStatus?: (resource: Resource) => {
|
|
2070
|
+
label: string;
|
|
2071
|
+
color: string;
|
|
2072
|
+
} | undefined;
|
|
2073
|
+
/** Return secondary text (shown dimmed below the primary text). */
|
|
2074
|
+
readonly getSecondaryText?: (resource: Resource) => string | undefined;
|
|
2075
|
+
/** Filter resources before display. */
|
|
2076
|
+
readonly filter?: (resource: Resource) => boolean;
|
|
2077
|
+
/** Sort resources before display. */
|
|
2078
|
+
readonly sort?: (a: Resource, b: Resource) => number;
|
|
2079
|
+
/** Callback for the "+" add button. If omitted, no add button is shown. */
|
|
2080
|
+
readonly onAdd?: () => void;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
/**
|
|
2084
|
+
* Creates a `PatientSummarySectionConfig` that renders a list of resources
|
|
2085
|
+
* using the same visual pattern as built-in sections (CollapsibleSection + SummaryItem + StatusBadge).
|
|
2086
|
+
* @param options - Configuration for the resource list section.
|
|
2087
|
+
* @returns A section config that renders a generic resource list.
|
|
2088
|
+
*/
|
|
2089
|
+
export declare function summaryResourceListSection(options: SummaryResourceListOptions): PatientSummarySectionConfig;
|
|
2090
|
+
|
|
1937
2091
|
export declare type SupportedProfileStructureDefinition = StructureDefinition & {
|
|
1938
2092
|
url: NonNullable<StructureDefinition['url']>;
|
|
1939
2093
|
name: NonNullable<StructureDefinition['name']>;
|
|
@@ -1965,7 +2119,7 @@ export declare function ThreadInbox(props: ThreadInboxProps): JSX.Element;
|
|
|
1965
2119
|
* @param threadId - The id of the thread to select.
|
|
1966
2120
|
* @param subject - The default subject when creating a new thread.
|
|
1967
2121
|
* @param showPatientSummary - Whether to show the patient summary.
|
|
1968
|
-
* @param
|
|
2122
|
+
* @param sections - Optional sections configuration for the patient summary.
|
|
1969
2123
|
* @param onNew - A function to handle a new thread.
|
|
1970
2124
|
* @param getThreadUri - A function to build thread URIs.
|
|
1971
2125
|
* @param onChange - A function to handle search changes.
|
|
@@ -1977,7 +2131,7 @@ export declare interface ThreadInboxProps {
|
|
|
1977
2131
|
readonly threadId: string | undefined;
|
|
1978
2132
|
readonly subject?: Reference<Patient> | Patient;
|
|
1979
2133
|
readonly showPatientSummary?: boolean;
|
|
1980
|
-
readonly
|
|
2134
|
+
readonly sections?: PatientSummarySectionConfig[];
|
|
1981
2135
|
readonly onNew: (message: Communication) => void;
|
|
1982
2136
|
readonly getThreadUri: (topic: Communication) => string;
|
|
1983
2137
|
readonly onChange: (search: SearchRequest) => void;
|
|
@@ -2024,6 +2178,23 @@ export declare function typedValueToResponseItem(item: QuestionnaireItem, value:
|
|
|
2024
2178
|
|
|
2025
2179
|
export declare const useCachedBinaryUrl: (binaryUrl: string | undefined) => string | undefined;
|
|
2026
2180
|
|
|
2181
|
+
/**
|
|
2182
|
+
* Generic React hook that syncs a patient to an e-prescribing system and
|
|
2183
|
+
* returns the iframe URL.
|
|
2184
|
+
*
|
|
2185
|
+
* Executes the patient-sync bot first (if patientId is provided), then
|
|
2186
|
+
* the iframe bot to obtain the prescribing UI URL.
|
|
2187
|
+
*
|
|
2188
|
+
* Uses an effect cleanup flag so React 18 Strict Mode double-mount does not
|
|
2189
|
+
* trigger duplicate bot executions.
|
|
2190
|
+
*
|
|
2191
|
+
* @param syncBotIdentifier - Bot identifier for the patient sync bot.
|
|
2192
|
+
* @param iframeBotIdentifier - Bot identifier for the iframe URL bot.
|
|
2193
|
+
* @param options - Configuration and callback options.
|
|
2194
|
+
* @returns The e-prescribing iframe URL, or undefined while loading.
|
|
2195
|
+
*/
|
|
2196
|
+
export declare function useEPrescribingIFrame(syncBotIdentifier: Identifier, iframeBotIdentifier: Identifier, options: EPrescribingIFrameOptions): string | undefined;
|
|
2197
|
+
|
|
2027
2198
|
/**
|
|
2028
2199
|
* Returns the MedplumClient instance.
|
|
2029
2200
|
* This is a shortcut for useMedplumContext().medplum.
|
|
@@ -2068,6 +2239,38 @@ export declare interface UseNotificationCountOptions {
|
|
|
2068
2239
|
readonly subscriptionCriteria: string;
|
|
2069
2240
|
}
|
|
2070
2241
|
|
|
2242
|
+
/**
|
|
2243
|
+
* Hook that collects all FHIR searches from section configs, deduplicates them,
|
|
2244
|
+
* executes them in parallel, and routes results back to each section.
|
|
2245
|
+
* Uses Promise.allSettled so a single failing search does not block all sections —
|
|
2246
|
+
* sections whose searches fail gracefully receive empty arrays.
|
|
2247
|
+
* @param patient - The patient or patient reference to fetch data for.
|
|
2248
|
+
* @param sections - The section configs defining which searches to execute.
|
|
2249
|
+
* @returns Section data, loading state, and any error.
|
|
2250
|
+
*/
|
|
2251
|
+
export declare function usePatientSummaryData(patient: Patient | Reference<Patient>, sections: {
|
|
2252
|
+
readonly key: string;
|
|
2253
|
+
readonly searches?: FhirSearchDescriptor[];
|
|
2254
|
+
}[]): PatientSummaryData;
|
|
2255
|
+
|
|
2256
|
+
/**
|
|
2257
|
+
* Generic React hook that provides pharmacy search and add-to-favorites
|
|
2258
|
+
* functionality for any e-prescribing integration.
|
|
2259
|
+
*
|
|
2260
|
+
* Encapsulates calls to a search-pharmacy bot and an add-patient-pharmacy bot,
|
|
2261
|
+
* and can be composed with the generic `PharmacyDialog` component from `@medplum/react`.
|
|
2262
|
+
*
|
|
2263
|
+
* @param searchBotIdentifier - Bot identifier for the pharmacy search bot.
|
|
2264
|
+
* @param addPharmacyBotIdentifier - Bot identifier for the add-patient-pharmacy bot.
|
|
2265
|
+
* @returns An object with `searchPharmacies` and `addToFavorites` callbacks.
|
|
2266
|
+
*/
|
|
2267
|
+
export declare function usePharmacySearch(searchBotIdentifier: Identifier, addPharmacyBotIdentifier: Identifier): UsePharmacySearchReturn;
|
|
2268
|
+
|
|
2269
|
+
export declare interface UsePharmacySearchReturn {
|
|
2270
|
+
searchPharmacies: (params: PharmacySearchParams) => Promise<Organization[]>;
|
|
2271
|
+
addToFavorites: (params: AddFavoriteParams) => Promise<AddPharmacyResponse>;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2071
2274
|
/**
|
|
2072
2275
|
* React Hook to keep track of the passed-in value from the previous render of the containing component.
|
|
2073
2276
|
* @param value - The value to track.
|
|
@@ -2198,4 +2401,7 @@ export declare interface ValueSetAutocompleteProps extends Omit<AsyncAutocomplet
|
|
|
2198
2401
|
readonly withHelpText?: boolean;
|
|
2199
2402
|
}
|
|
2200
2403
|
|
|
2404
|
+
/** Vitals section — searches for Observation resources with category vital-signs. */
|
|
2405
|
+
export declare const VitalsSection: PatientSummarySectionConfig;
|
|
2406
|
+
|
|
2201
2407
|
export { }
|