@openmrs/esm-framework 6.3.1-pre.3092 → 6.3.1-pre.3104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/openmrs-esm-framework.js +2 -2
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +310 -8579
- package/docs/classes/OpenmrsFetchError.md +88 -117
- package/docs/enumerations/Type.md +77 -0
- package/docs/enumerations/VisitMode.md +29 -0
- package/docs/enumerations/VisitStatus.md +21 -0
- package/docs/functions/ConfigurableLink.md +19 -0
- package/docs/functions/CustomOverflowMenu.md +17 -0
- package/docs/functions/DashboardExtension.md +17 -0
- package/docs/functions/ExtensionSlot.md +46 -0
- package/docs/functions/OpenmrsAppContext.md +36 -0
- package/docs/functions/PatientBannerActionsMenu.md +17 -0
- package/docs/functions/PatientBannerContactDetails.md +17 -0
- package/docs/functions/PatientBannerPatientIdentifiers.md +17 -0
- package/docs/functions/PatientBannerPatientInfo.md +17 -0
- package/docs/functions/PatientBannerToggleContactDetailsButton.md +17 -0
- package/docs/functions/PatientPhoto.md +19 -0
- package/docs/functions/WorkspaceContainer.md +55 -0
- package/docs/functions/age.md +32 -0
- package/docs/functions/attach.md +40 -0
- package/docs/functions/beginEditSynchronizationItem.md +22 -0
- package/docs/functions/canAccessStorage.md +25 -0
- package/docs/functions/canBeginEditSynchronizationItemsOfType.md +22 -0
- package/docs/functions/clearCurrentUser.md +11 -0
- package/docs/functions/closeWorkspace.md +27 -0
- package/docs/functions/compile.md +30 -0
- package/docs/functions/convertToLocaleCalendar.md +25 -0
- package/docs/functions/createAttachment.md +21 -0
- package/docs/functions/createErrorHandler.md +21 -0
- package/docs/functions/createGlobalStore.md +36 -0
- package/docs/functions/createUseStore.md +66 -0
- package/docs/functions/defineConfigSchema.md +33 -0
- package/docs/functions/defineExtensionConfigSchema.md +38 -0
- package/docs/functions/deleteAttachmentPermanently.md +21 -0
- package/docs/functions/deleteSynchronizationItem.md +21 -0
- package/docs/functions/detach.md +25 -0
- package/docs/functions/detachAll.md +21 -0
- package/docs/functions/dispatchNotificationShown.md +17 -0
- package/docs/functions/dispatchPrecacheStaticDependencies.md +17 -0
- package/docs/functions/displayName.md +21 -0
- package/docs/functions/evaluate.md +84 -0
- package/docs/functions/evaluateAsBoolean.md +31 -0
- package/docs/functions/evaluateAsBooleanAsync.md +31 -0
- package/docs/functions/evaluateAsNumber.md +31 -0
- package/docs/functions/evaluateAsNumberAsync.md +31 -0
- package/docs/functions/evaluateAsType.md +46 -0
- package/docs/functions/evaluateAsTypeAsync.md +46 -0
- package/docs/functions/evaluateAsync.md +87 -0
- package/docs/functions/extractVariableNames.md +50 -0
- package/docs/functions/fetchCurrentPatient.md +25 -0
- package/docs/functions/filterBreadcrumbs.md +21 -0
- package/docs/functions/formatDate.md +39 -0
- package/docs/functions/formatDatetime.md +29 -0
- package/docs/functions/formatPartialDate.md +39 -0
- package/docs/functions/formatPatientName.md +23 -0
- package/docs/functions/formatTime.md +20 -0
- package/docs/functions/formattedName.md +21 -0
- package/docs/functions/generateOfflineUuid.md +13 -0
- package/docs/functions/getAssignedExtensions.md +23 -0
- package/docs/functions/getAsyncLifecycle.md +31 -0
- package/docs/functions/getAttachmentByUuid.md +21 -0
- package/docs/functions/getAttachments.md +25 -0
- package/docs/functions/getBreadcrumbs.md +11 -0
- package/docs/functions/getBreadcrumbsFor.md +17 -0
- package/docs/functions/getConfig.md +31 -0
- package/docs/functions/getContext.md +29 -0
- package/docs/functions/getCoreTranslation.md +35 -0
- package/docs/functions/getCurrentOfflineMode.md +11 -0
- package/docs/functions/getCurrentUser.md +154 -0
- package/docs/functions/getDefaultCalendar.md +21 -0
- package/docs/functions/getDefaultsFromConfigSchema.md +32 -0
- package/docs/functions/getDynamicOfflineDataEntries.md +28 -0
- package/docs/functions/getDynamicOfflineDataEntriesFor.md +34 -0
- package/docs/functions/getDynamicOfflineDataHandlers.md +13 -0
- package/docs/functions/getExtensionNameFromId.md +30 -0
- package/docs/functions/getExtensionStore.md +14 -0
- package/docs/functions/getFeatureFlag.md +21 -0
- package/docs/functions/getFhirServerPaginationHandlers.md +17 -0
- package/docs/functions/getFullSynchronizationItems.md +27 -0
- package/docs/functions/getFullSynchronizationItemsFor.md +33 -0
- package/docs/functions/getGlobalStore.md +36 -0
- package/docs/functions/getHistory.md +13 -0
- package/docs/functions/getLifecycle.md +27 -0
- package/docs/functions/getLocale.md +15 -0
- package/docs/functions/getLocations.md +21 -0
- package/docs/functions/getLoggedInUser.md +11 -0
- package/docs/functions/getOfflinePatientDataStore.md +15 -0
- package/docs/functions/getPatientName.md +26 -0
- package/docs/functions/getSessionLocation.md +11 -0
- package/docs/functions/getSessionStore.md +11 -0
- package/docs/functions/getSyncLifecycle.md +31 -0
- package/docs/functions/getSynchronizationItem.md +27 -0
- package/docs/functions/getSynchronizationItems.md +27 -0
- package/docs/functions/getVisitStore.md +11 -0
- package/docs/functions/getVisitTypes.md +11 -0
- package/docs/functions/getVisitsForPatient.md +29 -0
- package/docs/functions/goBackInHistory.md +25 -0
- package/docs/functions/importDynamic.md +58 -0
- package/docs/functions/inRange.md +27 -0
- package/docs/functions/interpolateString.md +34 -0
- package/docs/functions/interpolateUrl.md +48 -0
- package/docs/functions/isDesktop.md +17 -0
- package/docs/functions/isDevEnabled.md +11 -0
- package/docs/functions/isOfflineUuid.md +19 -0
- package/docs/functions/isOmrsDateStrict.md +20 -0
- package/docs/functions/isOmrsDateToday.md +19 -0
- package/docs/functions/isOnline.md +17 -0
- package/docs/functions/isUrlWithTemplateParameters.md +22 -0
- package/docs/functions/isVersionSatisfied.md +21 -0
- package/docs/functions/launchWorkspace.md +56 -0
- package/docs/functions/launchWorkspaceGroup.md +38 -0
- package/docs/functions/makeUrl.md +26 -0
- package/docs/functions/messageOmrsServiceWorker.md +23 -0
- package/docs/functions/navigate.md +48 -0
- package/docs/functions/navigateAndLaunchWorkspace.md +33 -0
- package/docs/functions/oneOf.md +21 -0
- package/docs/functions/openmrsFetch.md +75 -0
- package/docs/functions/openmrsObservableFetch.md +55 -0
- package/docs/functions/parseDate.md +20 -0
- package/docs/functions/provide.md +21 -0
- package/docs/functions/putDynamicOfflineData.md +28 -0
- package/docs/functions/putDynamicOfflineDataFor.md +34 -0
- package/docs/functions/queueSynchronizationItem.md +39 -0
- package/docs/functions/refetchCurrentUser.md +33 -0
- package/docs/functions/registerBreadcrumb.md +17 -0
- package/docs/functions/registerBreadcrumbs.md +17 -0
- package/docs/functions/registerContext.md +34 -0
- package/docs/functions/registerDefaultCalendar.md +33 -0
- package/docs/functions/registerFeatureFlag.md +36 -0
- package/docs/functions/registerOfflinePatientHandler.md +25 -0
- package/docs/functions/removeDynamicOfflineData.md +28 -0
- package/docs/functions/removeDynamicOfflineDataFor.md +34 -0
- package/docs/functions/renderExtension.md +41 -0
- package/docs/functions/reportError.md +17 -0
- package/docs/functions/retry.md +44 -0
- package/docs/functions/saveVisit.md +21 -0
- package/docs/functions/selectPreferredName.md +46 -0
- package/docs/functions/setCurrentVisit.md +21 -0
- package/docs/functions/setLeftNav.md +23 -0
- package/docs/functions/setSessionLocation.md +21 -0
- package/docs/functions/setUserLanguage.md +17 -0
- package/docs/functions/setUserProperties.md +23 -0
- package/docs/functions/setupDynamicOfflineDataHandler.md +22 -0
- package/docs/functions/setupOfflineSync.md +49 -0
- package/docs/functions/shallowEqual.md +32 -0
- package/docs/functions/showActionableNotification.md +21 -0
- package/docs/functions/showModal.md +44 -0
- package/docs/functions/showNotification.md +21 -0
- package/docs/functions/showSnackbar.md +21 -0
- package/docs/functions/showToast.md +21 -0
- package/docs/functions/subscribeActionableNotificationShown.md +21 -0
- package/docs/functions/subscribeConnectivity.md +21 -0
- package/docs/functions/subscribeConnectivityChanged.md +21 -0
- package/docs/functions/subscribeNotificationShown.md +21 -0
- package/docs/functions/subscribePrecacheStaticDependencies.md +21 -0
- package/docs/functions/subscribeSnackbarShown.md +21 -0
- package/docs/functions/subscribeTo.md +75 -0
- package/docs/functions/subscribeToContext.md +39 -0
- package/docs/functions/subscribeToastShown.md +21 -0
- package/docs/functions/syncAllDynamicOfflineData.md +27 -0
- package/docs/functions/syncDynamicOfflineData.md +33 -0
- package/docs/functions/syncOfflinePatientData.md +21 -0
- package/docs/functions/toDateObjectStrict.md +20 -0
- package/docs/functions/toLocationObject.md +17 -0
- package/docs/functions/toOmrsIsoString.md +23 -0
- package/docs/functions/toVisitTypeObject.md +17 -0
- package/docs/functions/translateFrom.md +55 -0
- package/docs/functions/unregisterContext.md +20 -0
- package/docs/functions/unsetLeftNav.md +23 -0
- package/docs/functions/updateContext.md +29 -0
- package/docs/functions/updateVisit.md +25 -0
- package/docs/functions/useAbortController.md +32 -0
- package/docs/functions/useAppContext.md +43 -0
- package/docs/functions/useAssignedExtensionIds.md +26 -0
- package/docs/functions/useAssignedExtensions.md +21 -0
- package/docs/functions/useAttachments.md +41 -0
- package/docs/functions/useBodyScrollLock.md +17 -0
- package/docs/functions/useConfig.md +27 -0
- package/docs/functions/useConnectivity.md +11 -0
- package/docs/functions/useDebounce.md +57 -0
- package/docs/functions/useDefineAppContext.md +70 -0
- package/docs/functions/useEmrConfiguration.md +35 -0
- package/docs/functions/useExtensionSlotMeta.md +25 -0
- package/docs/functions/useExtensionSlotStore.md +17 -0
- package/docs/functions/useFeatureFlag.md +30 -0
- package/docs/functions/useFhirFetchAll.md +44 -0
- package/docs/functions/useFhirInfinite.md +46 -0
- package/docs/functions/useFhirPagination.md +129 -0
- package/docs/functions/useLayoutType.md +11 -0
- package/docs/functions/useLeftNav.md +17 -0
- package/docs/functions/useLeftNavStore.md +11 -0
- package/docs/functions/useLocations.md +21 -0
- package/docs/functions/useOnClickOutside.md +27 -0
- package/docs/functions/useOnVisible.md +28 -0
- package/docs/functions/useOpenmrsFetchAll.md +46 -0
- package/docs/functions/useOpenmrsInfinite.md +54 -0
- package/docs/functions/useOpenmrsPagination.md +140 -0
- package/docs/functions/useOpenmrsSWR.md +71 -0
- package/docs/functions/usePagination.md +89 -0
- package/docs/functions/usePatient.md +38 -0
- package/docs/functions/usePatientPhoto.md +17 -0
- package/docs/functions/usePrimaryIdentifierCode.md +23 -0
- package/docs/functions/useRenderableExtensions.md +43 -0
- package/docs/functions/useSession.md +19 -0
- package/docs/functions/useStore.md +131 -0
- package/docs/functions/useStoreWithActions.md +33 -0
- package/docs/functions/useVisit.md +41 -0
- package/docs/functions/useVisitContextStore.md +23 -0
- package/docs/functions/useVisitTypes.md +11 -0
- package/docs/functions/useWorkspaces.md +11 -0
- package/docs/functions/userHasAccess.md +27 -0
- package/docs/functions/validator.md +44 -0
- package/docs/interfaces/ActionMenuButtonProps.md +33 -57
- package/docs/interfaces/ActionableNotificationDescriptor.md +37 -67
- package/docs/interfaces/AssignedExtension.md +30 -57
- package/docs/interfaces/Attachment.md +23 -47
- package/docs/interfaces/AttachmentResponse.md +20 -41
- package/docs/interfaces/AuditInfo.md +49 -88
- package/docs/interfaces/BreadcrumbRegistration.md +8 -17
- package/docs/interfaces/BreadcrumbSettings.md +18 -33
- package/docs/interfaces/CancelLoading.md +6 -10
- package/docs/interfaces/ClearDynamicRoutesMessage.md +9 -17
- package/docs/interfaces/CloseWorkspaceOptions.md +18 -29
- package/docs/interfaces/ComponentConfig.md +11 -23
- package/docs/interfaces/Concept.md +83 -131
- package/docs/interfaces/ConceptClass.md +46 -67
- package/docs/interfaces/ConceptDatatype.md +50 -74
- package/docs/interfaces/ConceptName.md +50 -74
- package/docs/interfaces/Config.md +4 -2
- package/docs/interfaces/ConfigObject.md +12 -21
- package/docs/interfaces/ConfigSchema.md +15 -27
- package/docs/interfaces/ConfigurableLinkProps.md +24 -4314
- package/docs/interfaces/ConnectedExtension.md +25 -41
- package/docs/interfaces/ConnectivityChangedEvent.md +4 -10
- package/docs/interfaces/CurrentPatientOptions.md +9 -18
- package/docs/interfaces/DashboardExtensionProps.md +13 -28
- package/docs/interfaces/DefaultWorkspaceProps.md +44 -51
- package/docs/interfaces/Diagnosis.md +80 -104
- package/docs/interfaces/DisplayConditionsConfigObject.md +18 -33
- package/docs/interfaces/DynamicOfflineData.md +23 -41
- package/docs/interfaces/DynamicOfflineDataHandler.md +47 -54
- package/docs/interfaces/DynamicOfflineDataSyncState.md +29 -39
- package/docs/interfaces/EmrApiConfigurationResponse.md +243 -350
- package/docs/interfaces/Encounter.md +67 -110
- package/docs/interfaces/EncounterProvider.md +39 -61
- package/docs/interfaces/EncounterRole.md +43 -68
- package/docs/interfaces/EncounterType.md +43 -68
- package/docs/interfaces/ErrorStateProps.md +7 -16
- package/docs/interfaces/ExtensionData.md +10 -22
- package/docs/interfaces/ExtensionMeta.md +4 -2
- package/docs/interfaces/ExtensionRegistration.md +36 -69
- package/docs/interfaces/ExtensionSlotBaseProps.md +35 -35
- package/docs/interfaces/ExtensionSlotConfig.md +17 -32
- package/docs/interfaces/ExtensionSlotConfigObject.md +14 -26
- package/docs/interfaces/ExtensionSlotConfigureValueObject.md +4 -2
- package/docs/interfaces/ExtensionSlotProps.md +3520 -0
- package/docs/interfaces/ExtensionSlotState.md +9 -18
- package/docs/interfaces/ExtensionStore.md +5 -11
- package/docs/interfaces/FHIRCode.md +11 -23
- package/docs/interfaces/FHIRLocationResource.md +25 -18
- package/docs/interfaces/FHIRResource.md +105 -41
- package/docs/interfaces/FeatureFlagDefinition.md +14 -26
- package/docs/interfaces/FetchConfig.md +80 -117
- package/docs/interfaces/FetchError.md +8 -21
- package/docs/interfaces/FetchHeaders.md +4 -2
- package/docs/interfaces/FetchResponse.md +124 -130
- package/docs/interfaces/FetchResponseJson.md +4 -2
- package/docs/interfaces/ImportMap.md +4 -10
- package/docs/interfaces/LeftNavStore.md +14 -29
- package/docs/interfaces/Link.md +11 -23
- package/docs/interfaces/Location.md +147 -250
- package/docs/interfaces/LoggedInUser.md +68 -70
- package/docs/interfaces/LoggedInUserFetchResponse.md +120 -128
- package/docs/interfaces/MessageServiceWorkerResult.md +17 -29
- package/docs/interfaces/NavigateOptions.md +9 -18
- package/docs/interfaces/NewVisitPayload.md +32 -48
- package/docs/interfaces/NotificationDescriptor.md +31 -58
- package/docs/interfaces/Obs.md +99 -166
- package/docs/interfaces/OfflineModeResult.md +11 -23
- package/docs/interfaces/OfflinePatientArgs.md +13 -20
- package/docs/interfaces/OfflinePatientDataSyncHandler.md +17 -27
- package/docs/interfaces/OfflinePatientDataSyncState.md +29 -51
- package/docs/interfaces/OfflinePatientDataSyncStore.md +13 -20
- package/docs/interfaces/OmrsServiceWorkerMessage.md +13 -23
- package/docs/interfaces/OnImportMapChangedMessage.md +12 -23
- package/docs/interfaces/OnlyThePatient.md +9 -17
- package/docs/interfaces/OpenWorkspace.md +116 -170
- package/docs/interfaces/OpenmrsAppContextProps.md +14 -23
- package/docs/interfaces/OpenmrsAppRoutes.md +41 -71
- package/docs/interfaces/OpenmrsDatePickerProps.md +346 -483
- package/docs/interfaces/OpenmrsResource.md +39 -57
- package/docs/interfaces/OpenmrsResourceStrict.md +27 -51
- package/docs/interfaces/PageHeaderContentProps.md +12 -24
- package/docs/interfaces/PageHeaderWrapperProps.md +9 -18
- package/docs/interfaces/Patient.md +41 -70
- package/docs/interfaces/PatientBannerActionsMenuProps.md +15 -30
- package/docs/interfaces/PatientBannerToggleContactDetailsButtonProps.md +17 -32
- package/docs/interfaces/PatientIdentifier.md +49 -84
- package/docs/interfaces/PatientIdentifierType.md +65 -112
- package/docs/interfaces/PatientPhotoProps.md +8 -17
- package/docs/interfaces/PatientWithFullResponse.md +9 -17
- package/docs/interfaces/Person.md +96 -160
- package/docs/interfaces/PersonAddress.md +136 -230
- package/docs/interfaces/PersonAttribute.md +43 -68
- package/docs/interfaces/PersonName.md +72 -118
- package/docs/interfaces/PrecacheStaticDependenciesEvent.md +3 -1
- package/docs/interfaces/PrimaryIdentifier.md +5 -11
- package/docs/interfaces/Privilege.md +11 -23
- package/docs/interfaces/Prompt.md +20 -41
- package/docs/interfaces/QueueItemDescriptor.md +23 -30
- package/docs/interfaces/RegisterDynamicRouteMessage.md +21 -38
- package/docs/interfaces/ResourceLoader.md +10 -14
- package/docs/interfaces/ResponsiveWrapperProps.md +5 -11
- package/docs/interfaces/RetryOptions.md +36 -37
- package/docs/interfaces/Role.md +10 -22
- package/docs/interfaces/Session.md +31 -54
- package/docs/interfaces/SessionLocation.md +10 -22
- package/docs/interfaces/SetLeftNavParams.md +15 -30
- package/docs/interfaces/ShowActionableNotificationEvent.md +26 -50
- package/docs/interfaces/ShowNotificationEvent.md +20 -38
- package/docs/interfaces/ShowSnackbarEvent.md +34 -64
- package/docs/interfaces/ShowToastEvent.md +22 -43
- package/docs/interfaces/SnackbarDescriptor.md +41 -76
- package/docs/interfaces/SnackbarMeta.md +55 -93
- package/docs/interfaces/SpaConfig.md +30 -40
- package/docs/interfaces/StyleguideConfigObject.md +39 -70
- package/docs/interfaces/SyncItem.md +34 -57
- package/docs/interfaces/SyncProcessOptions.md +22 -40
- package/docs/interfaces/ToastDescriptor.md +29 -55
- package/docs/interfaces/ToastNotificationMeta.md +40 -69
- package/docs/interfaces/UploadedFile.md +25 -49
- package/docs/interfaces/UseConfigOptions.md +6 -12
- package/docs/interfaces/UsePatientPhotoResult.md +12 -24
- package/docs/interfaces/UseServerFetchAllOptions.md +41 -61
- package/docs/interfaces/UseServerInfiniteOptions.md +29 -46
- package/docs/interfaces/UseServerPaginationOptions.md +26 -41
- package/docs/interfaces/User.md +34 -46
- package/docs/interfaces/UserHasAccessProps.md +13 -25
- package/docs/interfaces/Visit.md +36 -66
- package/docs/interfaces/VisitItem.md +16 -31
- package/docs/interfaces/VisitReturnType.md +24 -51
- package/docs/interfaces/VisitStoreState.md +14 -26
- package/docs/interfaces/VisitType.md +11 -23
- package/docs/interfaces/WorkspaceContainerProps.md +20 -38
- package/docs/interfaces/WorkspaceGroupDefinition.md +10 -19
- package/docs/interfaces/WorkspaceRegistration.md +43 -82
- package/docs/interfaces/WorkspacesInfo.md +26 -40
- package/docs/type-aliases/ActionFunction.md +27 -0
- package/docs/type-aliases/ActionableNotificationType.md +7 -0
- package/docs/type-aliases/Actions.md +13 -0
- package/docs/type-aliases/ArgumentsTuple.md +7 -0
- package/docs/type-aliases/BoundActions.md +17 -0
- package/docs/type-aliases/ConfigValue.md +7 -0
- package/docs/type-aliases/ContextCallback.md +23 -0
- package/docs/type-aliases/CoreTranslationKey.md +7 -0
- package/docs/type-aliases/CurrentPatient.md +7 -0
- package/docs/type-aliases/DateInput.md +7 -0
- package/docs/type-aliases/DefaultEvaluateReturnType.md +9 -0
- package/docs/type-aliases/ExtensionDefinition.md +69 -0
- package/docs/type-aliases/ExtensionProps.md +13 -0
- package/docs/type-aliases/FormatDateMode.md +7 -0
- package/docs/type-aliases/FormatDateOptions.md +102 -0
- package/docs/type-aliases/IconProps.md +31 -0
- package/docs/type-aliases/InlineNotificationType.md +7 -0
- package/docs/type-aliases/Key.md +7 -0
- package/docs/type-aliases/KnownOmrsServiceWorkerMessages.md +7 -0
- package/docs/type-aliases/LayoutType.md +7 -0
- package/docs/type-aliases/LoadedSessionStore.md +23 -0
- package/docs/type-aliases/ModalDefinition.md +17 -0
- package/docs/type-aliases/NameUse.md +7 -0
- package/docs/type-aliases/NullablePatient.md +7 -0
- package/docs/type-aliases/OfflineMode.md +7 -0
- package/docs/type-aliases/OmrsOfflineCachingStrategy.md +12 -0
- package/docs/type-aliases/OmrsOfflineHttpHeaderNames.md +7 -0
- package/docs/type-aliases/OmrsOfflineHttpHeaders.md +44 -0
- package/docs/type-aliases/OpenmrsRoutes.md +10 -0
- package/docs/type-aliases/PageDefinition.md +41 -0
- package/docs/type-aliases/PageHeaderProps.md +7 -0
- package/docs/type-aliases/PatientUuid.md +7 -0
- package/docs/type-aliases/PictogramProps.md +23 -0
- package/docs/type-aliases/ProvidedConfig.md +23 -0
- package/docs/type-aliases/ResourceName.md +7 -0
- package/docs/type-aliases/SessionStore.md +7 -0
- package/docs/type-aliases/SnackbarType.md +7 -0
- package/docs/type-aliases/SpaEnvironment.md +7 -0
- package/docs/type-aliases/SvgIconProps.md +23 -0
- package/docs/type-aliases/SvgPictogramProps.md +27 -0
- package/docs/type-aliases/TemplateParams.md +11 -0
- package/docs/type-aliases/ToastType.md +7 -0
- package/docs/type-aliases/UnloadedSessionStore.md +23 -0
- package/docs/type-aliases/UpdateVisitPayload.md +7 -0
- package/docs/type-aliases/UseOpenmrsSWROptions.md +39 -0
- package/docs/type-aliases/Validator.md +17 -0
- package/docs/type-aliases/ValidatorFunction.md +17 -0
- package/docs/type-aliases/VariablesMap.md +13 -0
- package/docs/type-aliases/WorkspaceDefinition.md +78 -0
- package/docs/type-aliases/WorkspaceWindowState.md +7 -0
- package/docs/variables/ActionMenuButton.md +7 -0
- package/docs/variables/ActivityIcon.md +7 -0
- package/docs/variables/AddIcon.md +7 -0
- package/docs/variables/AllergiesIcon.md +7 -0
- package/docs/variables/AppointmentsPictogram.md +7 -0
- package/docs/variables/ArrowDownIcon.md +7 -0
- package/docs/variables/ArrowLeftIcon.md +7 -0
- package/docs/variables/ArrowRightIcon.md +7 -0
- package/docs/variables/ArrowUpIcon.md +7 -0
- package/docs/variables/AttachmentIcon.md +7 -0
- package/docs/variables/BabyIcon.md +7 -0
- package/docs/variables/CalendarHeatMapIcon.md +7 -0
- package/docs/variables/CalendarIcon.md +7 -0
- package/docs/variables/CaretDownIcon.md +7 -0
- package/docs/variables/CaretLeftIcon.md +7 -0
- package/docs/variables/CaretRightIcon.md +7 -0
- package/docs/variables/CaretUpIcon.md +7 -0
- package/docs/variables/ChartAverageIcon.md +7 -0
- package/docs/variables/CheckmarkFilledIcon.md +7 -0
- package/docs/variables/CheckmarkOutlineIcon.md +7 -0
- package/docs/variables/ChemistryIcon.md +7 -0
- package/docs/variables/ChevronDownIcon.md +7 -0
- package/docs/variables/ChevronLeftIcon.md +7 -0
- package/docs/variables/ChevronRightIcon.md +7 -0
- package/docs/variables/ChevronUpIcon.md +7 -0
- package/docs/variables/CloseFilledIcon.md +7 -0
- package/docs/variables/CloseIcon.md +7 -0
- package/docs/variables/CloseOutlineIcon.md +7 -0
- package/docs/variables/ConditionsIcon.md +11 -0
- package/docs/variables/DiagnosisTags.md +11 -0
- package/docs/variables/DocumentAttachmentIcon.md +7 -0
- package/docs/variables/DocumentIcon.md +7 -0
- package/docs/variables/DownloadIcon.md +7 -0
- package/docs/variables/DrugOrderIcon.md +7 -0
- package/docs/variables/EditIcon.md +7 -0
- package/docs/variables/ErrorState.md +7 -0
- package/docs/variables/EventScheduleIcon.md +7 -0
- package/docs/variables/EventsIcon.md +7 -0
- package/docs/variables/Extension.md +15 -0
- package/docs/variables/GenderFemaleIcon.md +7 -0
- package/docs/variables/GenderMaleIcon.md +7 -0
- package/docs/variables/GenderOtherIcon.md +7 -0
- package/docs/variables/GenderUnknownIcon.md +7 -0
- package/docs/variables/GenericOrderTypeIcon.md +7 -0
- package/docs/variables/GroupAccessIcon.md +7 -0
- package/docs/variables/GroupIcon.md +7 -0
- package/docs/variables/HomePictogram.md +7 -0
- package/docs/variables/HospitalBedIcon.md +7 -0
- package/docs/variables/Icon.md +9 -0
- package/docs/variables/ImageMedicalIcon.md +7 -0
- package/docs/variables/InPatientPictogram.md +7 -0
- package/docs/variables/InformationFilledIcon.md +7 -0
- package/docs/variables/InformationIcon.md +7 -0
- package/docs/variables/InformationSquareIcon.md +7 -0
- package/docs/variables/InventoryManagementIcon.md +7 -0
- package/docs/variables/LabOrderIcon.md +7 -0
- package/docs/variables/LaboratoryPictogram.md +7 -0
- package/docs/variables/LeftNavMenu.md +13 -0
- package/docs/variables/ListCheckedIcon.md +7 -0
- package/docs/variables/LocationIcon.md +7 -0
- package/docs/variables/LocationPicker.md +7 -0
- package/docs/variables/MaterialOrderIcon.md +7 -0
- package/docs/variables/MaximizeIcon.md +7 -0
- package/docs/variables/MaybeIcon.md +16 -0
- package/docs/variables/MaybePictogram.md +16 -0
- package/docs/variables/MedicationIcon.md +7 -0
- package/docs/variables/MessageQueueIcon.md +7 -0
- package/docs/variables/MicroscopeIcon.md +7 -0
- package/docs/variables/MoneyIcon.md +9 -0
- package/docs/variables/MotherIcon.md +7 -0
- package/docs/variables/MovementIcon.md +7 -0
- package/docs/variables/OpenmrsDatePicker.md +9 -0
- package/docs/variables/OverflowMenuHorizontalIcon.md +7 -0
- package/docs/variables/OverflowMenuVerticalIcon.md +7 -0
- package/docs/variables/PageHeader.md +30 -0
- package/docs/variables/PageHeaderContent.md +21 -0
- package/docs/variables/PasswordIcon.md +7 -0
- package/docs/variables/PatientListsPictogram.md +7 -0
- package/docs/variables/PedestrianFamilyIcon.md +7 -0
- package/docs/variables/PenIcon.md +7 -0
- package/docs/variables/PharmacyPictogram.md +7 -0
- package/docs/variables/Pictogram.md +9 -0
- package/docs/variables/PrinterIcon.md +7 -0
- package/docs/variables/ProcedureOrderIcon.md +7 -0
- package/docs/variables/ProgramsIcon.md +7 -0
- package/docs/variables/RadiologyIcon.md +7 -0
- package/docs/variables/ReferralOrderIcon.md +7 -0
- package/docs/variables/RegistrationPictogram.md +7 -0
- package/docs/variables/RenderIfValueIsTruthy.md +21 -0
- package/docs/variables/RenewIcon.md +7 -0
- package/docs/variables/ReportIcon.md +7 -0
- package/docs/variables/ResetIcon.md +7 -0
- package/docs/variables/ResponsiveWrapper.md +11 -0
- package/docs/variables/SaveIcon.md +7 -0
- package/docs/variables/SearchIcon.md +7 -0
- package/docs/variables/ServiceQueuesPictogram.md +7 -0
- package/docs/variables/ShoppingCartAddItemIcon.md +11 -0
- package/docs/variables/ShoppingCartArrowDownIcon.md +9 -0
- package/docs/variables/ShoppingCartIcon.md +9 -0
- package/docs/variables/StickyNoteAddIcon.md +9 -0
- package/docs/variables/StockManagementPictogram.md +7 -0
- package/docs/variables/SwitcherIcon.md +7 -0
- package/docs/variables/SyringeIcon.md +7 -0
- package/docs/variables/TableIcon.md +7 -0
- package/docs/variables/TableOfContentsIcon.md +9 -0
- package/docs/variables/TimeIcon.md +9 -0
- package/docs/variables/ToolsIcon.md +7 -0
- package/docs/variables/TranslateIcon.md +7 -0
- package/docs/variables/TrashCanIcon.md +7 -0
- package/docs/variables/TreeViewAltIcon.md +7 -0
- package/docs/variables/UserAvatarIcon.md +9 -0
- package/docs/variables/UserFollowIcon.md +7 -0
- package/docs/variables/UserHasAccess.md +35 -0
- package/docs/variables/UserIcon.md +7 -0
- package/docs/variables/UserXrayIcon.md +11 -0
- package/docs/variables/ViewIcon.md +7 -0
- package/docs/variables/ViewOffIcon.md +7 -0
- package/docs/variables/WarningIcon.md +7 -0
- package/docs/variables/attachmentUrl.md +7 -0
- package/docs/variables/backendDependencies.md +17 -0
- package/docs/variables/defaultVisitCustomRepresentation.md +7 -0
- package/docs/variables/fhirBaseUrl.md +7 -0
- package/docs/variables/getAsyncExtensionLifecycle.md +35 -0
- package/docs/variables/getStartedVisit.md +9 -0
- package/docs/variables/isUrl.md +9 -0
- package/docs/variables/offlineUuidPrefix.md +7 -0
- package/docs/variables/omrsOfflineCachingStrategyHttpHeaderName.md +7 -0
- package/docs/variables/omrsOfflineResponseBodyHttpHeaderName.md +7 -0
- package/docs/variables/omrsOfflineResponseStatusHttpHeaderName.md +7 -0
- package/docs/variables/restBaseUrl.md +7 -0
- package/docs/variables/sessionEndpoint.md +7 -0
- package/docs/variables/useConnectedExtensions.md +25 -0
- package/docs/variables/useExtensionStore.md +55 -0
- package/docs/variables/validators.md +78 -0
- package/package.json +24 -20
- package/rspack.config.cjs +1 -8
- package/tsconfig.build.json +2 -1
- package/typedoc.json +16 -4
- package/docs/.nojekyll +0 -1
- package/docs/enums/Type.md +0 -107
- package/docs/enums/VisitMode.md +0 -41
- package/docs/enums/VisitStatus.md +0 -30
- package/docs/interfaces/OldExtensionSlotBaseProps.md +0 -67
@@ -0,0 +1,21 @@
|
|
1
|
+
[O3 Framework](../API.md) / formattedName
|
2
|
+
|
3
|
+
# Function: ~~formattedName()~~
|
4
|
+
|
5
|
+
> **formattedName**(`name`): `string`
|
6
|
+
|
7
|
+
Defined in: packages/framework/esm-utils/dist/patient-helpers.d.ts:22
|
8
|
+
|
9
|
+
## Parameters
|
10
|
+
|
11
|
+
### name
|
12
|
+
|
13
|
+
`undefined` | `HumanName`
|
14
|
+
|
15
|
+
## Returns
|
16
|
+
|
17
|
+
`string`
|
18
|
+
|
19
|
+
## Deprecated
|
20
|
+
|
21
|
+
Use `formatPatientName`
|
@@ -0,0 +1,13 @@
|
|
1
|
+
[O3 Framework](../API.md) / generateOfflineUuid
|
2
|
+
|
3
|
+
# Function: generateOfflineUuid()
|
4
|
+
|
5
|
+
> **generateOfflineUuid**(): `string`
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-offline/src/uuid-support.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-offline/src/uuid-support.ts#L7)
|
8
|
+
|
9
|
+
Generates a UUID-like string which is used for uniquely identifying objects while offline.
|
10
|
+
|
11
|
+
## Returns
|
12
|
+
|
13
|
+
`string`
|
@@ -0,0 +1,23 @@
|
|
1
|
+
[O3 Framework](../API.md) / getAssignedExtensions
|
2
|
+
|
3
|
+
# Function: getAssignedExtensions()
|
4
|
+
|
5
|
+
> **getAssignedExtensions**(`slotName`): [`AssignedExtension`](../interfaces/AssignedExtension.md)[]
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-extensions/src/extensions.ts:399](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-extensions/src/extensions.ts#L399)
|
8
|
+
|
9
|
+
Gets the list of extensions assigned to a given slot
|
10
|
+
|
11
|
+
## Parameters
|
12
|
+
|
13
|
+
### slotName
|
14
|
+
|
15
|
+
`string`
|
16
|
+
|
17
|
+
The slot to load the assigned extensions for
|
18
|
+
|
19
|
+
## Returns
|
20
|
+
|
21
|
+
[`AssignedExtension`](../interfaces/AssignedExtension.md)[]
|
22
|
+
|
23
|
+
An array of extensions assigned to the named slot
|
@@ -0,0 +1,31 @@
|
|
1
|
+
[O3 Framework](../API.md) / getAsyncLifecycle
|
2
|
+
|
3
|
+
# Function: getAsyncLifecycle()
|
4
|
+
|
5
|
+
> **getAsyncLifecycle**\<`T`\>(`lazy`, `options`): () => `Promise`\<`ReactAppOrParcel`\<`T`\>\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-react-utils/src/getLifecycle.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-react-utils/src/getLifecycle.ts#L18)
|
8
|
+
|
9
|
+
## Type Parameters
|
10
|
+
|
11
|
+
### T
|
12
|
+
|
13
|
+
`T`
|
14
|
+
|
15
|
+
## Parameters
|
16
|
+
|
17
|
+
### lazy
|
18
|
+
|
19
|
+
() => `Promise`\<\{ `default`: `ComponentType`\<`T`\>; \}\>
|
20
|
+
|
21
|
+
### options
|
22
|
+
|
23
|
+
`ComponentDecoratorOptions`
|
24
|
+
|
25
|
+
## Returns
|
26
|
+
|
27
|
+
> (): `Promise`\<`ReactAppOrParcel`\<`T`\>\>
|
28
|
+
|
29
|
+
### Returns
|
30
|
+
|
31
|
+
`Promise`\<`ReactAppOrParcel`\<`T`\>\>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
[O3 Framework](../API.md) / getAttachmentByUuid
|
2
|
+
|
3
|
+
# Function: getAttachmentByUuid()
|
4
|
+
|
5
|
+
> **getAttachmentByUuid**(`attachmentUuid`, `abortController`): `Promise`\<`FetchResponse`\<`any`\>\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-emr-api/src/attachments.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-emr-api/src/attachments.ts#L7)
|
8
|
+
|
9
|
+
## Parameters
|
10
|
+
|
11
|
+
### attachmentUuid
|
12
|
+
|
13
|
+
`string`
|
14
|
+
|
15
|
+
### abortController
|
16
|
+
|
17
|
+
`AbortController`
|
18
|
+
|
19
|
+
## Returns
|
20
|
+
|
21
|
+
`Promise`\<`FetchResponse`\<`any`\>\>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
[O3 Framework](../API.md) / getAttachments
|
2
|
+
|
3
|
+
# Function: getAttachments()
|
4
|
+
|
5
|
+
> **getAttachments**(`patientUuid`, `includeEncounterless`, `abortController`): `Promise`\<`FetchResponse`\<`any`\>\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-emr-api/src/attachments.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-emr-api/src/attachments.ts#L13)
|
8
|
+
|
9
|
+
## Parameters
|
10
|
+
|
11
|
+
### patientUuid
|
12
|
+
|
13
|
+
`string`
|
14
|
+
|
15
|
+
### includeEncounterless
|
16
|
+
|
17
|
+
`boolean`
|
18
|
+
|
19
|
+
### abortController
|
20
|
+
|
21
|
+
`AbortController`
|
22
|
+
|
23
|
+
## Returns
|
24
|
+
|
25
|
+
`Promise`\<`FetchResponse`\<`any`\>\>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
[O3 Framework](../API.md) / getBreadcrumbs
|
2
|
+
|
3
|
+
# Function: getBreadcrumbs()
|
4
|
+
|
5
|
+
> **getBreadcrumbs**(): [`BreadcrumbRegistration`](../interfaces/BreadcrumbRegistration.md)[]
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-navigation/src/breadcrumbs/db.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-navigation/src/breadcrumbs/db.ts#L32)
|
8
|
+
|
9
|
+
## Returns
|
10
|
+
|
11
|
+
[`BreadcrumbRegistration`](../interfaces/BreadcrumbRegistration.md)[]
|
@@ -0,0 +1,17 @@
|
|
1
|
+
[O3 Framework](../API.md) / getBreadcrumbsFor
|
2
|
+
|
3
|
+
# Function: getBreadcrumbsFor()
|
4
|
+
|
5
|
+
> **getBreadcrumbsFor**(`path`): [`BreadcrumbRegistration`](../interfaces/BreadcrumbRegistration.md)[]
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-navigation/src/breadcrumbs/filter.ts:54](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-navigation/src/breadcrumbs/filter.ts#L54)
|
8
|
+
|
9
|
+
## Parameters
|
10
|
+
|
11
|
+
### path
|
12
|
+
|
13
|
+
`string`
|
14
|
+
|
15
|
+
## Returns
|
16
|
+
|
17
|
+
[`BreadcrumbRegistration`](../interfaces/BreadcrumbRegistration.md)[]
|
@@ -0,0 +1,31 @@
|
|
1
|
+
[O3 Framework](../API.md) / getConfig
|
2
|
+
|
3
|
+
# Function: getConfig()
|
4
|
+
|
5
|
+
> **getConfig**\<`T`\>(`moduleName`): `Promise`\<`T`\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-config/src/module-config/module-config.ts:277](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-config/src/module-config/module-config.ts#L277)
|
8
|
+
|
9
|
+
A promise-based way to access the config as soon as it is fully loaded.
|
10
|
+
If it is already loaded, resolves the config in its present state.
|
11
|
+
|
12
|
+
This is a useful function if you need to get the config in the course
|
13
|
+
of the execution of a function.
|
14
|
+
|
15
|
+
## Type Parameters
|
16
|
+
|
17
|
+
### T
|
18
|
+
|
19
|
+
`T` = `Record`\<`string`, `any`\>
|
20
|
+
|
21
|
+
## Parameters
|
22
|
+
|
23
|
+
### moduleName
|
24
|
+
|
25
|
+
`string`
|
26
|
+
|
27
|
+
The name of the module for which to look up the config
|
28
|
+
|
29
|
+
## Returns
|
30
|
+
|
31
|
+
`Promise`\<`T`\>
|
@@ -0,0 +1,29 @@
|
|
1
|
+
[O3 Framework](../API.md) / getContext
|
2
|
+
|
3
|
+
# Function: getContext()
|
4
|
+
|
5
|
+
> **getContext**\<`T`\>(`namespace`): `null` \| `Readonly`\<`T`\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-context/src/context.ts:60](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-context/src/context.ts#L60)
|
8
|
+
|
9
|
+
Returns an _immutable_ version of the state of the namespace as it is currently
|
10
|
+
|
11
|
+
## Type Parameters
|
12
|
+
|
13
|
+
### T
|
14
|
+
|
15
|
+
`T` *extends* `object` = \{ \}
|
16
|
+
|
17
|
+
The type of the value stored in the namespace
|
18
|
+
|
19
|
+
## Parameters
|
20
|
+
|
21
|
+
### namespace
|
22
|
+
|
23
|
+
`string`
|
24
|
+
|
25
|
+
The namespace to load properties from
|
26
|
+
|
27
|
+
## Returns
|
28
|
+
|
29
|
+
`null` \| `Readonly`\<`T`\>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
[O3 Framework](../API.md) / getCoreTranslation
|
2
|
+
|
3
|
+
# Function: getCoreTranslation()
|
4
|
+
|
5
|
+
> **getCoreTranslation**(`key`, `defaultText?`, `options?`): `string`
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-translations/src/index.ts:66](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-translations/src/index.ts#L66)
|
8
|
+
|
9
|
+
Use this function to obtain a translation from the core translations. This is a way to avoid having
|
10
|
+
to define common translations in your app, and to ensure that translations are consistent across
|
11
|
+
different apps. This function is also used to obtain translations in the framework and app shell.
|
12
|
+
|
13
|
+
The complete set of core translations is available on the `CoreTranslationKey` type. Providing an
|
14
|
+
invalid key to this function will result in a type error.
|
15
|
+
|
16
|
+
## Parameters
|
17
|
+
|
18
|
+
### key
|
19
|
+
|
20
|
+
`"error"` | `"delete"` | `"actions"` | `"address"` | `"age"` | `"cancel"` | `"change"` | `"Clinic"` | `"close"` | `"confirm"` | `"contactAdministratorIfIssuePersists"` | `"contactDetails"` | `"edit"` | `"errorCopy"` | `"female"` | `"loading"` | `"male"` | `"other"` | `"patientIdentifierSticker"` | `"patientLists"` | `"print"` | `"printError"` | `"printErrorExplainer"` | `"printIdentifierSticker"` | `"printing"` | `"relationships"` | `"resetOverrides"` | `"save"` | `"scriptLoadingFailed"` | `"scriptLoadingError"` | `"seeMoreLists"` | `"sex"` | `"showLess"` | `"showMore"` | `"toggleDevTools"` | `"unknown"` | `"closeAllOpenedWorkspaces"` | `"closingAllWorkspacesPromptBody"` | `"closingAllWorkspacesPromptTitle"` | `"discard"` | `"hide"` | `"maximize"` | `"minimize"` | `"openAnyway"` | `"unsavedChangesInOpenedWorkspace"` | `"unsavedChangesInWorkspace"` | `"unsavedChangesTitleText"` | `"workspaceHeader"` | `"address1"` | `"address2"` | `"address3"` | `"address4"` | `"address5"` | `"address6"` | `"city"` | `"cityVillage"` | `"country"` | `"countyDistrict"` | `"district"` | `"postalCode"` | `"state"` | `"stateProvince"`
|
21
|
+
|
22
|
+
### defaultText?
|
23
|
+
|
24
|
+
`string`
|
25
|
+
|
26
|
+
### options?
|
27
|
+
|
28
|
+
`Omit`\<`TOptions`, `"ns"` \| `"defaultValue"`\>
|
29
|
+
|
30
|
+
Object passed to the i18next `t` function. See https://www.i18next.com/translation-function/essentials#overview-options
|
31
|
+
for more information. `ns` and `defaultValue` are already set and may not be used.
|
32
|
+
|
33
|
+
## Returns
|
34
|
+
|
35
|
+
`string`
|
@@ -0,0 +1,11 @@
|
|
1
|
+
[O3 Framework](../API.md) / getCurrentOfflineMode
|
2
|
+
|
3
|
+
# Function: getCurrentOfflineMode()
|
4
|
+
|
5
|
+
> **getCurrentOfflineMode**(): [`OfflineModeResult`](../interfaces/OfflineModeResult.md)
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-offline/src/mode.ts:45](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-offline/src/mode.ts#L45)
|
8
|
+
|
9
|
+
## Returns
|
10
|
+
|
11
|
+
[`OfflineModeResult`](../interfaces/OfflineModeResult.md)
|
@@ -0,0 +1,154 @@
|
|
1
|
+
[O3 Framework](../API.md) / getCurrentUser
|
2
|
+
|
3
|
+
# Function: getCurrentUser()
|
4
|
+
|
5
|
+
## Call Signature
|
6
|
+
|
7
|
+
> **getCurrentUser**(): `Observable`\<[`Session`](../interfaces/Session.md)\>
|
8
|
+
|
9
|
+
Defined in: [packages/framework/esm-api/src/current-user.ts:66](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-api/src/current-user.ts#L66)
|
10
|
+
|
11
|
+
The getCurrentUser function returns an observable that produces
|
12
|
+
**zero or more values, over time**. It will produce zero values
|
13
|
+
by default if the user is not logged in. And it will provide a
|
14
|
+
first value when the logged in user is fetched from the server.
|
15
|
+
Subsequent values will be produced whenever the user object is
|
16
|
+
updated.
|
17
|
+
|
18
|
+
### Returns
|
19
|
+
|
20
|
+
`Observable`\<[`Session`](../interfaces/Session.md)\>
|
21
|
+
|
22
|
+
An Observable that produces zero or more values (as
|
23
|
+
described above). The values produced will be a user object (if
|
24
|
+
`includeAuthStatus` is set to `false`) or an object with a session
|
25
|
+
and authenticated property (if `includeAuthStatus` is set to `true`).
|
26
|
+
|
27
|
+
#### Example
|
28
|
+
|
29
|
+
```js
|
30
|
+
import { getCurrentUser } from '@openmrs/esm-api'
|
31
|
+
const subscription = getCurrentUser().subscribe(
|
32
|
+
user => console.log(user)
|
33
|
+
)
|
34
|
+
subscription.unsubscribe()
|
35
|
+
getCurrentUser({includeAuthStatus: true}).subscribe(
|
36
|
+
data => console.log(data.authenticated)
|
37
|
+
)
|
38
|
+
```
|
39
|
+
|
40
|
+
#### Be sure to unsubscribe when your component unmounts
|
41
|
+
|
42
|
+
Otherwise your code will continue getting updates to the user object
|
43
|
+
even after the UI component is gone from the screen. This is a memory
|
44
|
+
leak and source of bugs.
|
45
|
+
|
46
|
+
## Call Signature
|
47
|
+
|
48
|
+
> **getCurrentUser**(`opts`): `Observable`\<[`Session`](../interfaces/Session.md)\>
|
49
|
+
|
50
|
+
Defined in: [packages/framework/esm-api/src/current-user.ts:67](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-api/src/current-user.ts#L67)
|
51
|
+
|
52
|
+
The getCurrentUser function returns an observable that produces
|
53
|
+
**zero or more values, over time**. It will produce zero values
|
54
|
+
by default if the user is not logged in. And it will provide a
|
55
|
+
first value when the logged in user is fetched from the server.
|
56
|
+
Subsequent values will be produced whenever the user object is
|
57
|
+
updated.
|
58
|
+
|
59
|
+
### Parameters
|
60
|
+
|
61
|
+
#### opts
|
62
|
+
|
63
|
+
An object with `includeAuthStatus` boolean
|
64
|
+
property that defaults to `false`. When `includeAuthStatus` is set
|
65
|
+
to `true`, the entire response object from the API will be provided.
|
66
|
+
When `includeAuthStatus` is set to `false`, only the `user` property
|
67
|
+
of the response object will be provided.
|
68
|
+
|
69
|
+
##### includeAuthStatus
|
70
|
+
|
71
|
+
`true`
|
72
|
+
|
73
|
+
### Returns
|
74
|
+
|
75
|
+
`Observable`\<[`Session`](../interfaces/Session.md)\>
|
76
|
+
|
77
|
+
An Observable that produces zero or more values (as
|
78
|
+
described above). The values produced will be a user object (if
|
79
|
+
`includeAuthStatus` is set to `false`) or an object with a session
|
80
|
+
and authenticated property (if `includeAuthStatus` is set to `true`).
|
81
|
+
|
82
|
+
#### Example
|
83
|
+
|
84
|
+
```js
|
85
|
+
import { getCurrentUser } from '@openmrs/esm-api'
|
86
|
+
const subscription = getCurrentUser().subscribe(
|
87
|
+
user => console.log(user)
|
88
|
+
)
|
89
|
+
subscription.unsubscribe()
|
90
|
+
getCurrentUser({includeAuthStatus: true}).subscribe(
|
91
|
+
data => console.log(data.authenticated)
|
92
|
+
)
|
93
|
+
```
|
94
|
+
|
95
|
+
#### Be sure to unsubscribe when your component unmounts
|
96
|
+
|
97
|
+
Otherwise your code will continue getting updates to the user object
|
98
|
+
even after the UI component is gone from the screen. This is a memory
|
99
|
+
leak and source of bugs.
|
100
|
+
|
101
|
+
## Call Signature
|
102
|
+
|
103
|
+
> **getCurrentUser**(`opts`): `Observable`\<[`LoggedInUser`](../interfaces/LoggedInUser.md)\>
|
104
|
+
|
105
|
+
Defined in: [packages/framework/esm-api/src/current-user.ts:68](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-api/src/current-user.ts#L68)
|
106
|
+
|
107
|
+
The getCurrentUser function returns an observable that produces
|
108
|
+
**zero or more values, over time**. It will produce zero values
|
109
|
+
by default if the user is not logged in. And it will provide a
|
110
|
+
first value when the logged in user is fetched from the server.
|
111
|
+
Subsequent values will be produced whenever the user object is
|
112
|
+
updated.
|
113
|
+
|
114
|
+
### Parameters
|
115
|
+
|
116
|
+
#### opts
|
117
|
+
|
118
|
+
An object with `includeAuthStatus` boolean
|
119
|
+
property that defaults to `false`. When `includeAuthStatus` is set
|
120
|
+
to `true`, the entire response object from the API will be provided.
|
121
|
+
When `includeAuthStatus` is set to `false`, only the `user` property
|
122
|
+
of the response object will be provided.
|
123
|
+
|
124
|
+
##### includeAuthStatus
|
125
|
+
|
126
|
+
`false`
|
127
|
+
|
128
|
+
### Returns
|
129
|
+
|
130
|
+
`Observable`\<[`LoggedInUser`](../interfaces/LoggedInUser.md)\>
|
131
|
+
|
132
|
+
An Observable that produces zero or more values (as
|
133
|
+
described above). The values produced will be a user object (if
|
134
|
+
`includeAuthStatus` is set to `false`) or an object with a session
|
135
|
+
and authenticated property (if `includeAuthStatus` is set to `true`).
|
136
|
+
|
137
|
+
#### Example
|
138
|
+
|
139
|
+
```js
|
140
|
+
import { getCurrentUser } from '@openmrs/esm-api'
|
141
|
+
const subscription = getCurrentUser().subscribe(
|
142
|
+
user => console.log(user)
|
143
|
+
)
|
144
|
+
subscription.unsubscribe()
|
145
|
+
getCurrentUser({includeAuthStatus: true}).subscribe(
|
146
|
+
data => console.log(data.authenticated)
|
147
|
+
)
|
148
|
+
```
|
149
|
+
|
150
|
+
#### Be sure to unsubscribe when your component unmounts
|
151
|
+
|
152
|
+
Otherwise your code will continue getting updates to the user object
|
153
|
+
even after the UI component is gone from the screen. This is a memory
|
154
|
+
leak and source of bugs.
|
@@ -0,0 +1,21 @@
|
|
1
|
+
[O3 Framework](../API.md) / getDefaultCalendar
|
2
|
+
|
3
|
+
# Function: getDefaultCalendar()
|
4
|
+
|
5
|
+
> **getDefaultCalendar**(`locale`): `undefined` \| `CalendarIdentifier`
|
6
|
+
|
7
|
+
Defined in: packages/framework/esm-utils/dist/dates/date-util.d.ts:48
|
8
|
+
|
9
|
+
Retrieves the default calendar for the specified locale if any.
|
10
|
+
|
11
|
+
## Parameters
|
12
|
+
|
13
|
+
### locale
|
14
|
+
|
15
|
+
the locale to look-up
|
16
|
+
|
17
|
+
`undefined` | `string` | `Locale`
|
18
|
+
|
19
|
+
## Returns
|
20
|
+
|
21
|
+
`undefined` \| `CalendarIdentifier`
|
@@ -0,0 +1,32 @@
|
|
1
|
+
[O3 Framework](../API.md) / getDefaultsFromConfigSchema
|
2
|
+
|
3
|
+
# Function: getDefaultsFromConfigSchema()
|
4
|
+
|
5
|
+
> **getDefaultsFromConfigSchema**\<`T`\>(`schema`): `T`
|
6
|
+
|
7
|
+
Defined in: packages/framework/esm-utils/dist/test-helpers.d.ts:12
|
8
|
+
|
9
|
+
Given a config schema, this returns an object like is returned by `useConfig`
|
10
|
+
with all default values.
|
11
|
+
|
12
|
+
This should be used in tests and not in production code.
|
13
|
+
|
14
|
+
If all you need is the default values in your tests, these are returned by
|
15
|
+
default from the `useConfig`/`getConfig` mock. This function is useful if you
|
16
|
+
need to override some of the default values.
|
17
|
+
|
18
|
+
## Type Parameters
|
19
|
+
|
20
|
+
### T
|
21
|
+
|
22
|
+
`T` = `Record`\<`string`, `any`\>
|
23
|
+
|
24
|
+
## Parameters
|
25
|
+
|
26
|
+
### schema
|
27
|
+
|
28
|
+
`Record`\<`string` \| `number` \| `symbol`, `unknown`\>
|
29
|
+
|
30
|
+
## Returns
|
31
|
+
|
32
|
+
`T`
|
@@ -0,0 +1,28 @@
|
|
1
|
+
[O3 Framework](../API.md) / getDynamicOfflineDataEntries
|
2
|
+
|
3
|
+
# Function: getDynamicOfflineDataEntries()
|
4
|
+
|
5
|
+
> **getDynamicOfflineDataEntries**\<`T`\>(`type?`): `Promise`\<`T`[]\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-offline/src/dynamic-offline-data.ts:128](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-offline/src/dynamic-offline-data.ts#L128)
|
8
|
+
|
9
|
+
Returns all [DynamicOfflineData](../interfaces/DynamicOfflineData.md) entries which registered for the currently logged in user.
|
10
|
+
Optionally returns only entries of a given type.
|
11
|
+
|
12
|
+
## Type Parameters
|
13
|
+
|
14
|
+
### T
|
15
|
+
|
16
|
+
`T` *extends* [`DynamicOfflineData`](../interfaces/DynamicOfflineData.md)
|
17
|
+
|
18
|
+
## Parameters
|
19
|
+
|
20
|
+
### type?
|
21
|
+
|
22
|
+
`string`
|
23
|
+
|
24
|
+
The type of the entries to be returned. If `undefined`, returns all types.
|
25
|
+
|
26
|
+
## Returns
|
27
|
+
|
28
|
+
`Promise`\<`T`[]\>
|
@@ -0,0 +1,34 @@
|
|
1
|
+
[O3 Framework](../API.md) / getDynamicOfflineDataEntriesFor
|
2
|
+
|
3
|
+
# Function: getDynamicOfflineDataEntriesFor()
|
4
|
+
|
5
|
+
> **getDynamicOfflineDataEntriesFor**\<`T`\>(`userId`, `type?`): `Promise`\<`T`[]\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-offline/src/dynamic-offline-data.ts:139](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-offline/src/dynamic-offline-data.ts#L139)
|
8
|
+
|
9
|
+
Returns all [DynamicOfflineData](../interfaces/DynamicOfflineData.md) entries which registered for the given user.
|
10
|
+
Optionally returns only entries of a given type.
|
11
|
+
|
12
|
+
## Type Parameters
|
13
|
+
|
14
|
+
### T
|
15
|
+
|
16
|
+
`T` *extends* [`DynamicOfflineData`](../interfaces/DynamicOfflineData.md)
|
17
|
+
|
18
|
+
## Parameters
|
19
|
+
|
20
|
+
### userId
|
21
|
+
|
22
|
+
`string`
|
23
|
+
|
24
|
+
The ID of the user whose entries are to be retrieved.
|
25
|
+
|
26
|
+
### type?
|
27
|
+
|
28
|
+
`string`
|
29
|
+
|
30
|
+
The type of the entries to be returned. If `undefined`, returns all types.
|
31
|
+
|
32
|
+
## Returns
|
33
|
+
|
34
|
+
`Promise`\<`T`[]\>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
[O3 Framework](../API.md) / getDynamicOfflineDataHandlers
|
2
|
+
|
3
|
+
# Function: getDynamicOfflineDataHandlers()
|
4
|
+
|
5
|
+
> **getDynamicOfflineDataHandlers**(): [`DynamicOfflineDataHandler`](../interfaces/DynamicOfflineDataHandler.md)[]
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-offline/src/dynamic-offline-data.ts:104](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-offline/src/dynamic-offline-data.ts#L104)
|
8
|
+
|
9
|
+
Returns all handlers which have been setup using the [setupDynamicOfflineDataHandler](setupDynamicOfflineDataHandler.md) function.
|
10
|
+
|
11
|
+
## Returns
|
12
|
+
|
13
|
+
[`DynamicOfflineDataHandler`](../interfaces/DynamicOfflineDataHandler.md)[]
|
@@ -0,0 +1,30 @@
|
|
1
|
+
[O3 Framework](../API.md) / getExtensionNameFromId
|
2
|
+
|
3
|
+
# Function: getExtensionNameFromId()
|
4
|
+
|
5
|
+
> **getExtensionNameFromId**(`extensionId`): `string`
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-extensions/src/extensions.ts:163](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-extensions/src/extensions.ts#L163)
|
8
|
+
|
9
|
+
Given an extension ID, which is a string uniquely identifying
|
10
|
+
an instance of an extension within an extension slot, this
|
11
|
+
returns the extension name.
|
12
|
+
|
13
|
+
## Parameters
|
14
|
+
|
15
|
+
### extensionId
|
16
|
+
|
17
|
+
`string`
|
18
|
+
|
19
|
+
## Returns
|
20
|
+
|
21
|
+
`string`
|
22
|
+
|
23
|
+
## Example
|
24
|
+
|
25
|
+
```js
|
26
|
+
getExtensionNameFromId("foo#bar")
|
27
|
+
--> "foo"
|
28
|
+
getExtensionNameFromId("baz")
|
29
|
+
--> "baz"
|
30
|
+
```
|
@@ -0,0 +1,14 @@
|
|
1
|
+
[O3 Framework](../API.md) / getExtensionStore
|
2
|
+
|
3
|
+
# Function: getExtensionStore()
|
4
|
+
|
5
|
+
> **getExtensionStore**(): `StoreApi`\<[`ExtensionStore`](../interfaces/ExtensionStore.md)\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-extensions/src/store.ts:125](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-extensions/src/store.ts#L125)
|
8
|
+
|
9
|
+
This returns a store that modules can use to get information about the
|
10
|
+
state of the extension system.
|
11
|
+
|
12
|
+
## Returns
|
13
|
+
|
14
|
+
`StoreApi`\<[`ExtensionStore`](../interfaces/ExtensionStore.md)\>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
[O3 Framework](../API.md) / getFeatureFlag
|
2
|
+
|
3
|
+
# Function: getFeatureFlag()
|
4
|
+
|
5
|
+
> **getFeatureFlag**(`flagName`): `boolean`
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-feature-flags/src/feature-flags.ts:87](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-feature-flags/src/feature-flags.ts#L87)
|
8
|
+
|
9
|
+
Use this function to access the current value of the feature flag
|
10
|
+
|
11
|
+
If you are using React, use `useFeatureFlag` instead.
|
12
|
+
|
13
|
+
## Parameters
|
14
|
+
|
15
|
+
### flagName
|
16
|
+
|
17
|
+
`string`
|
18
|
+
|
19
|
+
## Returns
|
20
|
+
|
21
|
+
`boolean`
|
@@ -0,0 +1,17 @@
|
|
1
|
+
[O3 Framework](../API.md) / getFhirServerPaginationHandlers
|
2
|
+
|
3
|
+
# Function: getFhirServerPaginationHandlers()
|
4
|
+
|
5
|
+
> **getFhirServerPaginationHandlers**\<`T`\>(): `FhirServerPaginationHandlers`\<`T`\>
|
6
|
+
|
7
|
+
Defined in: [packages/framework/esm-react-utils/src/useFhirPagination.ts:36](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-react-utils/src/useFhirPagination.ts#L36)
|
8
|
+
|
9
|
+
## Type Parameters
|
10
|
+
|
11
|
+
### T
|
12
|
+
|
13
|
+
`T`
|
14
|
+
|
15
|
+
## Returns
|
16
|
+
|
17
|
+
`FhirServerPaginationHandlers`\<`T`\>
|