@careevolution/mydatahelps-ui 2.11.0 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +12 -189
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaActionPlanManager/AsthmaActionPlanManager.d.ts +9 -0
- package/dist/cjs/types/components/asthma/components/AsthmaActionPlanManager/AsthmaActionPlanManager.stories.d.ts +32 -0
- package/dist/cjs/types/components/asthma/components/AsthmaActionPlanManager/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.d.ts +11 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +7 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +37 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.d.ts +9 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.stories.d.ts +34 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverNotice/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverTrigger/AsthmaAlertTakeoverTrigger.d.ts +11 -0
- package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverTrigger/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +12 -0
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +12 -0
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +32 -0
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +12 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +46 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +32 -0
- package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +13 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.stories.d.ts +39 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +11 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +7 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +32 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/AsthmaPostEnrollmentSurveyTrigger.d.ts +8 -0
- package/dist/cjs/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/index.d.ts +10 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +26 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +20 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/index.d.ts +8 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/shared.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/steps.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/index.d.ts +4 -0
- package/dist/cjs/types/components/asthma/model/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/model/types.d.ts +66 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.stories.d.ts +29 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActionPlanView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +30 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.stories.d.ts +41 -0
- package/dist/cjs/types/components/asthma/views/AsthmaAirQualityView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.d.ts +7 -0
- package/dist/cjs/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.stories.d.ts +23 -0
- package/dist/cjs/types/components/asthma/views/AsthmaAlertTakeoverView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +15 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +23 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDayView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +41 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.stories.d.ts +29 -0
- package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +30 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/index.d.ts +8 -0
- package/dist/cjs/types/components/container/RecentDailyDataBarChart/RecentDailyDataBarChart.d.ts +17 -0
- package/dist/cjs/types/components/container/RecentDailyDataBarChart/RecentDailyDataBarChart.stories.d.ts +58 -0
- package/dist/cjs/types/components/container/RecentDailyDataBarChart/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +1 -0
- package/dist/cjs/types/components/index.d.ts +3 -2
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/cjs/types/components/presentational/Layout/index.d.ts +1 -2
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Resource/Resource.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Resource/Resource.stories.d.ts +8 -0
- package/dist/cjs/types/components/presentational/ResourceList/ResourceList.d.ts +19 -0
- package/dist/cjs/types/components/presentational/ResourceList/ResourceList.previewData.d.ts +6 -0
- package/dist/cjs/types/components/presentational/ResourceList/ResourceList.stories.d.ts +50 -0
- package/dist/cjs/types/components/presentational/ResourceList/index.d.ts +2 -0
- package/dist/cjs/types/components/presentational/RotatingComponentCoordinator/RotatingComponentCoordinator.d.ts +9 -0
- package/dist/cjs/types/components/presentational/RotatingComponentCoordinator/RotatingComponentCoordinator.stories.d.ts +26 -0
- package/dist/cjs/types/components/presentational/RotatingComponentCoordinator/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SingleDataPoint/SingleDataPoint.d.ts +13 -0
- package/dist/cjs/types/components/presentational/SingleDataPoint/SingleDataPoint.stories.d.ts +55 -0
- package/dist/cjs/types/components/presentational/SingleDataPoint/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +3 -0
- package/dist/cjs/types/components/view/InboxView/InboxView.d.ts +1 -0
- package/dist/cjs/types/components/view/ResourceListView/ResourceListView.d.ts +11 -0
- package/dist/cjs/types/components/view/ResourceListView/ResourceListView.stories.d.ts +40 -0
- package/dist/cjs/types/components/view/ResourceListView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/index.d.ts +1 -0
- package/dist/cjs/types/helpers/daily-data-providers/air-quality-home.d.ts +2 -0
- package/dist/cjs/types/helpers/daily-data-providers/air-quality-work.d.ts +2 -0
- package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/shared.d.ts +4 -0
- package/dist/cjs/types/helpers/query-daily-data.d.ts +5 -1
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/esm/index.js +12 -189
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaActionPlanManager/AsthmaActionPlanManager.d.ts +9 -0
- package/dist/esm/types/components/asthma/components/AsthmaActionPlanManager/AsthmaActionPlanManager.stories.d.ts +32 -0
- package/dist/esm/types/components/asthma/components/AsthmaActionPlanManager/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.d.ts +11 -0
- package/dist/esm/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +7 -0
- package/dist/esm/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +37 -0
- package/dist/esm/types/components/asthma/components/AsthmaAirQualities/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.d.ts +9 -0
- package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.stories.d.ts +34 -0
- package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverNotice/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverTrigger/AsthmaAlertTakeoverTrigger.d.ts +11 -0
- package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverTrigger/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +12 -0
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +12 -0
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +32 -0
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +12 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +46 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +32 -0
- package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +13 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.stories.d.ts +39 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +11 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +7 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +32 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/AsthmaPostEnrollmentSurveyTrigger.d.ts +8 -0
- package/dist/esm/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/index.d.ts +10 -0
- package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +26 -0
- package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +20 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/index.d.ts +8 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/shared.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/steps.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/index.d.ts +4 -0
- package/dist/esm/types/components/asthma/model/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/model/types.d.ts +66 -0
- package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.stories.d.ts +29 -0
- package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +30 -0
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.stories.d.ts +41 -0
- package/dist/esm/types/components/asthma/views/AsthmaAirQualityView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.d.ts +7 -0
- package/dist/esm/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.stories.d.ts +23 -0
- package/dist/esm/types/components/asthma/views/AsthmaAlertTakeoverView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +15 -0
- package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +23 -0
- package/dist/esm/types/components/asthma/views/AsthmaDayView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +41 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.stories.d.ts +29 -0
- package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +30 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/index.d.ts +8 -0
- package/dist/esm/types/components/container/RecentDailyDataBarChart/RecentDailyDataBarChart.d.ts +17 -0
- package/dist/esm/types/components/container/RecentDailyDataBarChart/RecentDailyDataBarChart.stories.d.ts +58 -0
- package/dist/esm/types/components/container/RecentDailyDataBarChart/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +1 -0
- package/dist/esm/types/components/index.d.ts +3 -2
- package/dist/esm/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/esm/types/components/presentational/Layout/index.d.ts +1 -2
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +1 -0
- package/dist/esm/types/components/presentational/Resource/Resource.d.ts +1 -0
- package/dist/esm/types/components/presentational/Resource/Resource.stories.d.ts +8 -0
- package/dist/esm/types/components/presentational/ResourceList/ResourceList.d.ts +19 -0
- package/dist/esm/types/components/presentational/ResourceList/ResourceList.previewData.d.ts +6 -0
- package/dist/esm/types/components/presentational/ResourceList/ResourceList.stories.d.ts +50 -0
- package/dist/esm/types/components/presentational/ResourceList/index.d.ts +2 -0
- package/dist/esm/types/components/presentational/RotatingComponentCoordinator/RotatingComponentCoordinator.d.ts +9 -0
- package/dist/esm/types/components/presentational/RotatingComponentCoordinator/RotatingComponentCoordinator.stories.d.ts +26 -0
- package/dist/esm/types/components/presentational/RotatingComponentCoordinator/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/SingleDataPoint/SingleDataPoint.d.ts +13 -0
- package/dist/esm/types/components/presentational/SingleDataPoint/SingleDataPoint.stories.d.ts +55 -0
- package/dist/esm/types/components/presentational/SingleDataPoint/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +3 -0
- package/dist/esm/types/components/view/InboxView/InboxView.d.ts +1 -0
- package/dist/esm/types/components/view/ResourceListView/ResourceListView.d.ts +11 -0
- package/dist/esm/types/components/view/ResourceListView/ResourceListView.stories.d.ts +40 -0
- package/dist/esm/types/components/view/ResourceListView/index.d.ts +1 -0
- package/dist/esm/types/components/view/index.d.ts +1 -0
- package/dist/esm/types/helpers/daily-data-providers/air-quality-home.d.ts +2 -0
- package/dist/esm/types/helpers/daily-data-providers/air-quality-work.d.ts +2 -0
- package/dist/esm/types/helpers/daily-data-providers/index.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/shared.d.ts +4 -0
- package/dist/esm/types/helpers/query-daily-data.d.ts +5 -1
- package/dist/esm/types/index.d.ts +1 -0
- package/dist/index.d.ts +1154 -800
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,550 +1,352 @@
|
|
|
1
|
-
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode } from 'react';
|
|
1
|
+
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode, DependencyList } from 'react';
|
|
2
|
+
import { ParticipantInfo, DeviceInfo, SurveyAnswer, ExternalAccountStatus, DeviceDataNamespace, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, EventName } from '@careevolution/mydatahelps-js';
|
|
3
|
+
import { AxisDomain } from 'recharts/types/util/types';
|
|
2
4
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
3
|
-
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, ExternalAccountStatus, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, ParticipantInfo } from '@careevolution/mydatahelps-js';
|
|
4
5
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
7
|
+
interface AsthmaActionPlanManagerProps {
|
|
8
|
+
previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
|
|
9
|
+
learnMoreUrl: string;
|
|
10
|
+
editActionPlanSurveyName: string;
|
|
11
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
12
|
+
}
|
|
13
|
+
declare function export_default$2c(props: AsthmaActionPlanManagerProps): React.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare class AsthmaParticipant {
|
|
16
|
+
participantInfo: ParticipantInfo;
|
|
17
|
+
constructor(participantInfo: ParticipantInfo);
|
|
18
|
+
getFirstName(): string;
|
|
19
|
+
hasPairedDevice(): boolean;
|
|
20
|
+
hasEstablishedBaseline(): boolean;
|
|
21
|
+
getHomeAirQualityZipCode(): string;
|
|
22
|
+
getWorkAirQualityZipCode(): string;
|
|
23
|
+
getActionPlanTaskRunUUID(): string;
|
|
24
|
+
getDaytimeRestingHeartRateBaseline(): number | undefined;
|
|
25
|
+
getNighttimeRestingHeartRateBaseline(): number | undefined;
|
|
26
|
+
getRespiratoryRateBaseline(): number | undefined;
|
|
27
|
+
getStepsBaseline(): number | undefined;
|
|
28
|
+
getSleepDisturbancesBaseline(): number | undefined;
|
|
29
|
+
getDaytimeBloodOxygenLevelBaseline(): number | undefined;
|
|
30
|
+
getNighttimeBloodOxygenLevelBaseline(): number | undefined;
|
|
31
|
+
private hasEstablishedBaselineByType;
|
|
32
|
+
private getBaseline;
|
|
33
|
+
private getCustomFieldValue;
|
|
34
|
+
}
|
|
35
|
+
interface AsthmaControlMetrics {
|
|
36
|
+
date: string;
|
|
37
|
+
nighttimeAwakeningDaysPast7: number;
|
|
38
|
+
limitedActivityDaysPast7: number;
|
|
39
|
+
inhalerUseDaysPast7: number;
|
|
40
|
+
symptomDaysPast7: number;
|
|
41
|
+
loggedDaysPast7: number;
|
|
42
|
+
}
|
|
43
|
+
type AsthmaControlStatus = 'no-data' | 'not-controlled' | 'controlled' | 'not-determined';
|
|
44
|
+
interface AsthmaControlState {
|
|
45
|
+
status: AsthmaControlStatus;
|
|
46
|
+
symptomDaysPast7?: number;
|
|
47
|
+
nighttimeAwakeningDaysPast7?: number;
|
|
48
|
+
limitedActivityDaysPast7?: number;
|
|
49
|
+
inhalerUseDaysPast7?: number;
|
|
50
|
+
}
|
|
51
|
+
type AsthmaDataStatus = 'not-configured' | 'not-found' | 'not-determined' | 'establishing' | 'offline' | 'in-range' | 'out-of-range';
|
|
52
|
+
type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'steps' | 'sleep-disturbances' | 'daytime-blood-oxygen-level' | 'nighttime-blood-oxygen-level';
|
|
53
|
+
interface AsthmaBiometric {
|
|
54
|
+
type: AsthmaBiometricType;
|
|
55
|
+
status: AsthmaDataStatus;
|
|
56
|
+
value?: number;
|
|
57
|
+
}
|
|
58
|
+
type AsthmaAirQualityType = 'work' | 'home';
|
|
59
|
+
interface AsthmaAirQuality {
|
|
60
|
+
type: AsthmaAirQualityType;
|
|
61
|
+
status: AsthmaDataStatus;
|
|
62
|
+
value?: number;
|
|
63
|
+
description?: string;
|
|
64
|
+
}
|
|
65
|
+
type AsthmaSymptomLevel = 'none' | 'mild' | 'moderate' | 'severe';
|
|
66
|
+
type AsthmaSymptom = 'Difficulty breathing' | 'Wheezing' | 'Coughing' | 'Chest tightness or pressure';
|
|
67
|
+
type AsthmaImpact = 'Wake up at night' | 'Limit your daily activity' | 'Use your rescue inhaler';
|
|
68
|
+
type AsthmaTrigger = 'Cold/viral illness' | 'Animal exposure' | 'Seasonal allergens/pollen' | 'Smoke (tobacco or wood burning)' | 'Extreme weather changes' | 'Air pollution' | 'Strong smells' | 'Chemicals/cleaning supplies' | 'Dust' | 'Mold' | 'Dust mites' | 'Rodents' | 'Cockroaches' | 'Taken a NSAID (non-steroidal anti-inflammatory drugs including aspirin and ibuprofen)' | 'Taken a beta blocker' | 'Had heartburn' | 'Drank red wine' | 'Tried any new foods' | 'Cooked without a fan or open window' | 'Had a pet sleep in your bed' | 'Burned incense or a candle';
|
|
69
|
+
interface AsthmaLogEntry {
|
|
70
|
+
identifier: string;
|
|
71
|
+
symptomLevel: AsthmaSymptomLevel;
|
|
72
|
+
symptoms: AsthmaSymptom[];
|
|
73
|
+
impacts: AsthmaImpact[];
|
|
74
|
+
triggers: AsthmaTrigger[];
|
|
75
|
+
}
|
|
76
|
+
interface AsthmaActionPlan {
|
|
77
|
+
id: string;
|
|
78
|
+
url: string;
|
|
29
79
|
}
|
|
30
|
-
declare function export_default$1R(props: ActionProps): React.JSX.Element;
|
|
31
80
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
message?: string;
|
|
40
|
-
className?: string;
|
|
81
|
+
type AsthmaAirQualitiesPreviewState = 'neither configured' | 'one configured' | 'no data (control)' | 'no data (date)' | 'some data (control)' | 'some data (date)' | 'all data';
|
|
82
|
+
|
|
83
|
+
interface AsthmaAirQualitiesProps {
|
|
84
|
+
previewState?: 'loading' | AsthmaAirQualitiesPreviewState;
|
|
85
|
+
editZipCodesSurveyName?: string;
|
|
86
|
+
airQualityUrl: string;
|
|
87
|
+
date?: Date;
|
|
41
88
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
42
89
|
}
|
|
43
|
-
declare function export_default$
|
|
90
|
+
declare function export_default$2b(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
44
91
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
className?: string;
|
|
51
|
-
color?: ColorDefinition;
|
|
52
|
-
loading?: boolean;
|
|
53
|
-
variant?: ButtonVariant;
|
|
54
|
-
innerRef?: React.Ref<HTMLButtonElement>;
|
|
55
|
-
defaultMargin?: boolean;
|
|
56
|
-
fullWidth?: boolean;
|
|
92
|
+
interface AsthmaAlertTakeoverNoticeProps {
|
|
93
|
+
previewState?: 'loading' | 'loaded';
|
|
94
|
+
message: string;
|
|
95
|
+
logEntrySurveyName: string;
|
|
96
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
57
97
|
}
|
|
58
|
-
declare function export_default$
|
|
98
|
+
declare function export_default$2a(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
|
|
59
99
|
|
|
60
|
-
interface
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
100
|
+
interface AsthmaAlertTakeoverTriggerProps {
|
|
101
|
+
previewState?: boolean;
|
|
102
|
+
heartAndLungsUrl: string;
|
|
103
|
+
activityUrl: string;
|
|
104
|
+
sleepUrl: string;
|
|
105
|
+
airQualityUrl: string;
|
|
106
|
+
alertTakeoverUrl: string;
|
|
66
107
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
67
108
|
}
|
|
68
|
-
declare function export_default$
|
|
109
|
+
declare function export_default$29(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
69
110
|
|
|
70
|
-
type
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
day?: number;
|
|
79
|
-
stateConfiguration: CalendarDayStateConfiguration;
|
|
80
|
-
computeStateForDay: (date: Date) => string;
|
|
81
|
-
onClick?: (date: Date) => void;
|
|
111
|
+
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
112
|
+
|
|
113
|
+
interface AsthmaBiometricsProps {
|
|
114
|
+
previewState?: 'loading' | AsthmaBiometricsPreviewState;
|
|
115
|
+
heartAndLungsUrl: string;
|
|
116
|
+
activityUrl: string;
|
|
117
|
+
sleepUrl: string;
|
|
118
|
+
date?: Date;
|
|
82
119
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
83
120
|
}
|
|
84
|
-
declare function export_default$
|
|
121
|
+
declare function export_default$28(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
85
122
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
123
|
+
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
124
|
+
|
|
125
|
+
type AsthmaControlCalendarVariant = 'compact' | 'verbose';
|
|
126
|
+
interface AsthmaControlCalendarProps {
|
|
127
|
+
previewState?: AsthmaControlCalendarPreviewState;
|
|
128
|
+
dayViewUrl: string;
|
|
129
|
+
intervalStart?: Date;
|
|
130
|
+
variant?: AsthmaControlCalendarVariant;
|
|
90
131
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
91
|
-
variant?: "default" | "subtle" | "highlight";
|
|
92
|
-
backgroundColor?: ColorDefinition;
|
|
93
|
-
style?: React.CSSProperties;
|
|
94
132
|
}
|
|
95
|
-
declare function export_default$
|
|
133
|
+
declare function export_default$27(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
96
134
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
135
|
+
type AsthmaControlStatusHeaderPreviewState = 'no data' | 'abnormal dhr' | 'abnormal nhr' | 'abnormal rr' | 'abnormal activity' | 'abnormal sleep' | 'abnormal dbol' | 'abnormal nbol' | 'abnormal home aqi' | 'abnormal work aqi' | 'abnormal multiple' | 'not determined' | 'not controlled' | 'controlled';
|
|
136
|
+
|
|
137
|
+
interface AsthmaControlStatusHeaderProps {
|
|
138
|
+
previewState?: 'loading' | AsthmaControlStatusHeaderPreviewState;
|
|
139
|
+
participant: AsthmaParticipant;
|
|
101
140
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
102
|
-
color?: ColorDefinition;
|
|
103
141
|
}
|
|
104
|
-
declare function export_default$
|
|
142
|
+
declare function export_default$26(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
105
143
|
|
|
106
|
-
type
|
|
107
|
-
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
108
|
-
declare function getMonthStart(): Date;
|
|
144
|
+
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
109
145
|
|
|
110
|
-
interface
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
146
|
+
interface AsthmaLogEntryDetailsProps {
|
|
147
|
+
previewState?: 'loading' | AsthmaLogEntryDetailsPreviewState;
|
|
148
|
+
date: Date;
|
|
149
|
+
logTodayEntrySurveyName: string;
|
|
150
|
+
logYesterdayEntrySurveyName: string;
|
|
151
|
+
editLogEntryUrl: string;
|
|
152
|
+
infoUrl: string;
|
|
116
153
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
117
|
-
sticky?: boolean;
|
|
118
|
-
}
|
|
119
|
-
interface DateRangeContext {
|
|
120
|
-
intervalType: "Week" | "Month";
|
|
121
|
-
intervalStart: Date;
|
|
122
154
|
}
|
|
123
|
-
declare
|
|
124
|
-
declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
|
|
155
|
+
declare function export_default$25(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
|
|
125
156
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
157
|
+
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
158
|
+
|
|
159
|
+
interface AsthmaLogEntryHeaderProps {
|
|
160
|
+
previewState?: 'loading' | AsthmaLogEntryHeaderPreviewState;
|
|
161
|
+
logTodayEntrySurveyName: string;
|
|
162
|
+
logYesterdayEntrySurveyName: string;
|
|
163
|
+
dayViewUrl: string;
|
|
132
164
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
133
|
-
sticky?: boolean;
|
|
134
165
|
}
|
|
135
|
-
declare function export_default$
|
|
166
|
+
declare function export_default$24(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
136
167
|
|
|
137
|
-
interface
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
size?: "small" | "large";
|
|
168
|
+
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
169
|
+
previewState?: boolean;
|
|
170
|
+
postEnrollmentSurveyName: string;
|
|
171
|
+
postEnrollmentMobileSurveyName: string;
|
|
142
172
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
143
173
|
}
|
|
144
|
-
declare function export_default$
|
|
174
|
+
declare function export_default$23(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
145
175
|
|
|
146
|
-
|
|
147
|
-
|
|
176
|
+
declare enum AsthmaDailyDataType {
|
|
177
|
+
Steps = "Asthma.Steps",
|
|
178
|
+
DaytimeRestingHeartRate = "Asthma.DaytimeRestingHeartRate",
|
|
179
|
+
NighttimeRestingHeartRate = "Asthma.NighttimeRestingHeartRate",
|
|
180
|
+
RespiratoryRate = "Asthma.RespiratoryRate",
|
|
181
|
+
DaytimeBloodOxygenLevel = "Asthma.DaytimeBloodOxygenLevel",
|
|
182
|
+
NighttimeBloodOxygenLevel = "Asthma.NighttimeBloodOxygenLevel",
|
|
183
|
+
SleepDisturbances = "Asthma.SleepDisturbances"
|
|
148
184
|
}
|
|
149
|
-
interface
|
|
150
|
-
|
|
151
|
-
|
|
185
|
+
interface AsthmaDataService {
|
|
186
|
+
loadParticipant(): Promise<AsthmaParticipant>;
|
|
187
|
+
loadDeviceInfo(): Promise<DeviceInfo>;
|
|
188
|
+
loadLogEntries(fromDate?: Date, toDate?: Date): Promise<AsthmaLogEntry[]>;
|
|
189
|
+
loadBiometricsForControlStatus(): Promise<AsthmaBiometric[]>;
|
|
190
|
+
loadBiometricsForDate(date: Date): Promise<AsthmaBiometric[]>;
|
|
191
|
+
loadAirQualitiesForControlStatus(homeAirQualityZipCode: string, workAirQualityZipCode: string): Promise<AsthmaAirQuality[]>;
|
|
192
|
+
loadAirQualitiesForDate(date: Date): Promise<AsthmaAirQuality[]>;
|
|
193
|
+
saveLogEntry(logEntry: AsthmaLogEntry): Promise<void>;
|
|
194
|
+
loadAndClearAlertTakeover(): Promise<string | undefined>;
|
|
195
|
+
loadSurveyAnswers(surveyNames: string[]): Promise<SurveyAnswer[]>;
|
|
196
|
+
loadAsthmaActionPlan(): Promise<AsthmaActionPlan | undefined>;
|
|
152
197
|
}
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
198
|
+
declare const service: AsthmaDataService;
|
|
199
|
+
|
|
200
|
+
type ColorDefinition = string | {
|
|
201
|
+
lightMode?: string;
|
|
202
|
+
darkMode?: string;
|
|
203
|
+
};
|
|
204
|
+
declare function resolveColor(colorScheme: "light" | "dark", colorDefinition?: ColorDefinition): string | undefined;
|
|
205
|
+
|
|
206
|
+
declare const dateToAsthmaLogEntryIdentifier: (date: Date) => string;
|
|
207
|
+
declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
|
|
208
|
+
declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
|
|
209
|
+
declare const getAsthmaDataStatusColor: (status: AsthmaDataStatus) => ColorDefinition;
|
|
210
|
+
declare const getAsthmaSymptomLevelText: (symptomLevel: AsthmaSymptomLevel) => string;
|
|
211
|
+
declare const getAsthmaSymptomLevel: (symptomLevelText: string) => AsthmaSymptomLevel;
|
|
212
|
+
declare const getAsthmaSymptomTexts: (symptoms: AsthmaSymptom[] | undefined) => string[];
|
|
213
|
+
declare const getAsthmaSymptoms: (symptomTexts: string[]) => AsthmaSymptom[];
|
|
214
|
+
declare const getAsthmaImpactTexts: (impacts: AsthmaImpact[] | undefined) => string[];
|
|
215
|
+
declare const getAsthmaImpacts: (impactTexts: string[]) => AsthmaImpact[];
|
|
216
|
+
declare const getAsthmaTriggerTexts: (triggers: AsthmaTrigger[] | undefined) => string[];
|
|
217
|
+
declare const getAsthmaTriggers: (triggerTexts: string[]) => AsthmaTrigger[];
|
|
218
|
+
declare const isDaytimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
219
|
+
declare const isNighttimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
220
|
+
declare const isRespiratoryRateWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
221
|
+
declare const isStepsWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
222
|
+
declare const isSleepDisturbancesWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
223
|
+
declare const isBloodOxygenLevelWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
224
|
+
|
|
225
|
+
interface AsthmaActionPlanViewProps {
|
|
226
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
227
|
+
previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
|
|
228
|
+
learnMoreUrl: string;
|
|
229
|
+
editActionPlanSurveyName: string;
|
|
157
230
|
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
231
|
+
declare function export_default$22(props: AsthmaActionPlanViewProps): React.JSX.Element;
|
|
232
|
+
|
|
233
|
+
interface AsthmaActivityViewProps {
|
|
234
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
235
|
+
previewState?: 'default';
|
|
236
|
+
alert?: 'Steps';
|
|
237
|
+
logEntrySurveyName: string;
|
|
162
238
|
}
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
239
|
+
declare function export_default$21(props: AsthmaActivityViewProps): React.JSX.Element;
|
|
240
|
+
|
|
241
|
+
interface AsthmaAirQualityViewProps {
|
|
242
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
243
|
+
previewState?: 'default';
|
|
244
|
+
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
245
|
+
logEntrySurveyName: string;
|
|
166
246
|
}
|
|
167
|
-
declare
|
|
168
|
-
|
|
169
|
-
|
|
247
|
+
declare function export_default$20(props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
248
|
+
|
|
249
|
+
interface AsthmaAlertTakeoverViewProps {
|
|
250
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
251
|
+
previewState?: 'default';
|
|
252
|
+
logEntrySurveyName: string;
|
|
170
253
|
}
|
|
171
|
-
declare function export_default$
|
|
254
|
+
declare function export_default$1$(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
|
|
172
255
|
|
|
173
|
-
interface
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
256
|
+
interface AsthmaDayViewProps {
|
|
257
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
258
|
+
previewState?: 'default';
|
|
259
|
+
date: Date;
|
|
260
|
+
logTodayEntrySurveyName: string;
|
|
261
|
+
logYesterdayEntrySurveyName: string;
|
|
262
|
+
editLogEntryUrl: string;
|
|
263
|
+
logEntryInfoUrl: string;
|
|
264
|
+
heartAndLungsUrl: string;
|
|
265
|
+
activityUrl: string;
|
|
266
|
+
sleepUrl: string;
|
|
267
|
+
airQualityUrl: string;
|
|
268
|
+
}
|
|
269
|
+
declare function export_default$1_(props: AsthmaDayViewProps): React.JSX.Element;
|
|
270
|
+
|
|
271
|
+
interface AsthmaHeartAndLungsViewProps {
|
|
272
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
273
|
+
previewState?: 'default';
|
|
274
|
+
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
275
|
+
logEntrySurveyName: string;
|
|
179
276
|
}
|
|
180
|
-
declare function export_default$
|
|
277
|
+
declare function export_default$1Z(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
181
278
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
}[];
|
|
189
|
-
className?: string;
|
|
190
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
279
|
+
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
280
|
+
|
|
281
|
+
interface AsthmaLogEntryEditorViewProps {
|
|
282
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
283
|
+
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
284
|
+
date: Date;
|
|
191
285
|
}
|
|
192
|
-
declare function export_default$
|
|
286
|
+
declare function export_default$1Y(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
193
287
|
|
|
194
|
-
interface
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
className?: string;
|
|
200
|
-
noGlobalStyles?: boolean;
|
|
201
|
-
colorScheme?: "light" | "dark" | "auto";
|
|
202
|
-
/**
|
|
203
|
-
* @deprecated
|
|
204
|
-
*/
|
|
205
|
-
stylesheetPath?: string;
|
|
206
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
288
|
+
interface AsthmaSleepViewProps {
|
|
289
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
290
|
+
previewState?: 'default';
|
|
291
|
+
alert?: 'SleepDisturbances';
|
|
292
|
+
logEntrySurveyName: string;
|
|
207
293
|
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
294
|
+
declare function export_default$1X(props: AsthmaSleepViewProps): React.JSX.Element;
|
|
295
|
+
|
|
296
|
+
interface TermInformation {
|
|
297
|
+
TermFamily: string;
|
|
298
|
+
TermNamespace: string;
|
|
299
|
+
TermCode: string;
|
|
211
300
|
}
|
|
212
|
-
declare const LayoutContext: React.Context<LayoutContext>;
|
|
213
|
-
declare function export_default$1F(props: LayoutProps): React.JSX.Element;
|
|
214
301
|
|
|
215
|
-
interface
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
className?: string;
|
|
302
|
+
interface AllergiesListProps {
|
|
303
|
+
previewState?: "default";
|
|
304
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
219
305
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
220
306
|
}
|
|
221
|
-
declare function
|
|
307
|
+
declare function export_default$1W(props: AllergiesListProps): React.JSX.Element;
|
|
222
308
|
|
|
223
|
-
interface
|
|
309
|
+
interface AppDownloadProps {
|
|
310
|
+
previewProjectPlatforms?: string[];
|
|
311
|
+
previewDevicePlatform?: string;
|
|
312
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
224
313
|
title?: string;
|
|
225
|
-
|
|
226
|
-
showBackButton?: boolean;
|
|
227
|
-
showCloseButton?: boolean;
|
|
228
|
-
children?: React.ReactNode;
|
|
229
|
-
closeButtonText?: string;
|
|
230
|
-
backButtonText?: string;
|
|
231
|
-
className?: string;
|
|
232
|
-
variant?: 'default' | 'compressed';
|
|
233
|
-
titleColor?: ColorDefinition;
|
|
234
|
-
subtitleColor?: ColorDefinition;
|
|
235
|
-
buttonColor?: ColorDefinition;
|
|
236
|
-
navigationBarLeft?: React.ReactNode;
|
|
237
|
-
navigationBarRight?: React.ReactNode;
|
|
314
|
+
text?: string;
|
|
238
315
|
}
|
|
239
|
-
declare function export_default$
|
|
316
|
+
declare function export_default$1V(props: AppDownloadProps): React.JSX.Element | null;
|
|
240
317
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
318
|
+
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
319
|
+
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
320
|
+
declare function getMonthStart(): Date;
|
|
321
|
+
|
|
322
|
+
interface SurveyBloodPressureDataParameters {
|
|
323
|
+
surveyName: string;
|
|
324
|
+
dateResultIdentifier: string;
|
|
325
|
+
systolicResultIdentifier: string;
|
|
326
|
+
diastolicResultIdentifier: string;
|
|
327
|
+
}
|
|
328
|
+
interface BloodPressureDataPoint {
|
|
329
|
+
date: Date;
|
|
330
|
+
systolic: number;
|
|
331
|
+
diastolic: number;
|
|
246
332
|
}
|
|
247
|
-
declare function export_default$
|
|
333
|
+
declare function export_default$1U(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
|
|
248
334
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
steps?: {
|
|
255
|
-
percent: number;
|
|
256
|
-
icon: ReactElement;
|
|
257
|
-
}[];
|
|
335
|
+
type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
|
|
336
|
+
interface BloodPressureVisualizationProps {
|
|
337
|
+
previewState?: BloodPressurePreviewState;
|
|
338
|
+
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
339
|
+
weekStartsOn?: WeekStartsOn;
|
|
258
340
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
259
|
-
defaultMargin?: boolean;
|
|
260
341
|
}
|
|
261
|
-
declare function
|
|
262
|
-
declare namespace ProgressBar {
|
|
263
|
-
var defaultProps: {
|
|
264
|
-
backgroundColor: string;
|
|
265
|
-
fillColor: string;
|
|
266
|
-
fillPercent: number;
|
|
267
|
-
};
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
interface ProgressBarStepProps {
|
|
271
|
-
borderColor?: ColorDefinition;
|
|
272
|
-
backgroundColor?: ColorDefinition;
|
|
273
|
-
children?: React.ReactNode;
|
|
274
|
-
height: string;
|
|
275
|
-
}
|
|
276
|
-
declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
|
|
277
|
-
|
|
278
|
-
interface ProgressRingProps {
|
|
279
|
-
children: React.ReactNode;
|
|
280
|
-
style?: CSSProperties;
|
|
281
|
-
color?: ColorDefinition;
|
|
282
|
-
percentCompleted?: number;
|
|
283
|
-
animate?: boolean;
|
|
284
|
-
}
|
|
285
|
-
declare function export_default$1C(props: ProgressRingProps): React.JSX.Element;
|
|
286
|
-
|
|
287
|
-
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
288
|
-
interface ResourceProps {
|
|
289
|
-
imageUrl?: string;
|
|
290
|
-
title: string;
|
|
291
|
-
subTitle?: string;
|
|
292
|
-
imageAlignment?: ResourceImageAlignment;
|
|
293
|
-
buttonText?: string;
|
|
294
|
-
onClick: () => void;
|
|
295
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
296
|
-
}
|
|
297
|
-
declare function export_default$1B(props: ResourceProps): React.JSX.Element;
|
|
298
|
-
|
|
299
|
-
interface SectionProps {
|
|
300
|
-
children?: React.ReactNode;
|
|
301
|
-
className?: string;
|
|
302
|
-
noTopMargin?: boolean;
|
|
303
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
304
|
-
backgroundColor?: ColorDefinition;
|
|
305
|
-
style?: React.CSSProperties;
|
|
306
|
-
}
|
|
307
|
-
declare function export_default$1A(props: SectionProps): React.JSX.Element | null;
|
|
308
|
-
|
|
309
|
-
interface SegmentedControlProps {
|
|
310
|
-
segments: {
|
|
311
|
-
key: string;
|
|
312
|
-
title: string;
|
|
313
|
-
}[];
|
|
314
|
-
selectedSegment?: string;
|
|
315
|
-
onSegmentSelected(segmentKey: string): void;
|
|
316
|
-
className?: string;
|
|
317
|
-
color?: string;
|
|
318
|
-
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
319
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
320
|
-
}
|
|
321
|
-
declare function export_default$1z(props: SegmentedControlProps): React.JSX.Element;
|
|
322
|
-
|
|
323
|
-
declare function export_default$1y(): React.JSX.Element;
|
|
324
|
-
|
|
325
|
-
interface SingleExternalAccountProps {
|
|
326
|
-
externalAccount: ExternalAccount;
|
|
327
|
-
onAccountRemoved: (account: ExternalAccount) => void;
|
|
328
|
-
onReconnectAccount: (account: ExternalAccount) => void;
|
|
329
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
330
|
-
}
|
|
331
|
-
declare function export_default$1x(props: SingleExternalAccountProps): React.JSX.Element;
|
|
332
|
-
|
|
333
|
-
interface SingleNotificationProps {
|
|
334
|
-
notification: Notification;
|
|
335
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
336
|
-
}
|
|
337
|
-
declare function export_default$1w(props: SingleNotificationProps): React.JSX.Element;
|
|
338
|
-
|
|
339
|
-
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
340
|
-
interface SingleSurveyTaskProps {
|
|
341
|
-
task: SurveyTask;
|
|
342
|
-
onClick: () => void;
|
|
343
|
-
variant?: SingleSurveyTaskVariant;
|
|
344
|
-
descriptionIcon?: IconDefinition$1;
|
|
345
|
-
surveyActive?: boolean;
|
|
346
|
-
buttonColor?: ColorDefinition;
|
|
347
|
-
buttonVariant?: ButtonVariant;
|
|
348
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
349
|
-
}
|
|
350
|
-
declare function export_default$1v(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
351
|
-
|
|
352
|
-
interface SparkBarChartProps {
|
|
353
|
-
averageFillPercent: number;
|
|
354
|
-
bars: SparkBarChartBar[];
|
|
355
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
356
|
-
}
|
|
357
|
-
interface SparkBarChartBar {
|
|
358
|
-
color: string;
|
|
359
|
-
barFillPercent: number;
|
|
360
|
-
}
|
|
361
|
-
declare function export_default$1u(props: SparkBarChartProps): React.JSX.Element;
|
|
362
|
-
|
|
363
|
-
interface SwitchProps {
|
|
364
|
-
isOn: Boolean;
|
|
365
|
-
onBackgroundColor?: string;
|
|
366
|
-
onValueChanged(value: boolean): void;
|
|
367
|
-
className?: string;
|
|
368
|
-
innerRef?: React.Ref<HTMLButtonElement>;
|
|
369
|
-
}
|
|
370
|
-
declare function export_default$1t(props: SwitchProps): React.JSX.Element;
|
|
371
|
-
|
|
372
|
-
interface StatusBarBackgroundProps {
|
|
373
|
-
color?: string;
|
|
374
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
375
|
-
}
|
|
376
|
-
declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
|
|
377
|
-
|
|
378
|
-
interface TextBlockProps {
|
|
379
|
-
children?: React.ReactNode;
|
|
380
|
-
className?: string;
|
|
381
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
382
|
-
color?: ColorDefinition;
|
|
383
|
-
style?: React.CSSProperties;
|
|
384
|
-
}
|
|
385
|
-
declare function export_default$1s(props: TextBlockProps): React.JSX.Element | null;
|
|
386
|
-
|
|
387
|
-
interface TitleProps {
|
|
388
|
-
color?: ColorDefinition;
|
|
389
|
-
order?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
390
|
-
children?: React.ReactNode;
|
|
391
|
-
style?: React.CSSProperties;
|
|
392
|
-
className?: string;
|
|
393
|
-
image?: ReactNode;
|
|
394
|
-
autosizeImage?: boolean;
|
|
395
|
-
imageAlignment?: "top" | "left";
|
|
396
|
-
defaultMargin?: boolean;
|
|
397
|
-
}
|
|
398
|
-
declare function export_default$1r(props: TitleProps): React.JSX.Element;
|
|
399
|
-
|
|
400
|
-
interface TrackerItemProps {
|
|
401
|
-
selected: boolean;
|
|
402
|
-
text?: string;
|
|
403
|
-
color: string;
|
|
404
|
-
bordered?: boolean;
|
|
405
|
-
badge?: string;
|
|
406
|
-
onClick?: Function;
|
|
407
|
-
className?: string;
|
|
408
|
-
noBoxShadow?: boolean;
|
|
409
|
-
}
|
|
410
|
-
declare function export_default$1q(props: TrackerItemProps): React.JSX.Element;
|
|
411
|
-
|
|
412
|
-
interface UnstyledButtonProps {
|
|
413
|
-
onClick: MouseEventHandler;
|
|
414
|
-
className?: string;
|
|
415
|
-
children?: React.ReactNode;
|
|
416
|
-
title?: string;
|
|
417
|
-
style?: React.CSSProperties;
|
|
418
|
-
disabled?: boolean;
|
|
419
|
-
innerRef?: React.Ref<HTMLButtonElement>;
|
|
420
|
-
}
|
|
421
|
-
declare function export_default$1p(props: UnstyledButtonProps): React.JSX.Element;
|
|
422
|
-
|
|
423
|
-
interface ValueSelectorProps {
|
|
424
|
-
title?: string;
|
|
425
|
-
titleColor?: ColorDefinition;
|
|
426
|
-
subtitle?: string;
|
|
427
|
-
subtitleColor?: ColorDefinition;
|
|
428
|
-
values: string[];
|
|
429
|
-
valueBackgroundColor?: ColorDefinition;
|
|
430
|
-
valueTextColor?: ColorDefinition;
|
|
431
|
-
checkboxColor?: ColorDefinition;
|
|
432
|
-
selectedValues?: string[];
|
|
433
|
-
selectedButtonBackgroundColor?: ColorDefinition;
|
|
434
|
-
selectedButtonTextColor?: ColorDefinition;
|
|
435
|
-
selectedCheckboxColor?: ColorDefinition;
|
|
436
|
-
onChange?: (selectedValues: string[]) => void;
|
|
437
|
-
variant?: 'default' | 'checkboxes';
|
|
438
|
-
multiSelect?: boolean;
|
|
439
|
-
preventEmptySelections?: boolean;
|
|
440
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
441
|
-
}
|
|
442
|
-
declare function export_default$1o(props: ValueSelectorProps): React.JSX.Element;
|
|
443
|
-
|
|
444
|
-
interface ViewHeaderProps {
|
|
445
|
-
title?: string;
|
|
446
|
-
subtitle?: string;
|
|
447
|
-
titleColor?: ColorDefinition;
|
|
448
|
-
subtitleColor?: ColorDefinition;
|
|
449
|
-
action?: React.ReactNode;
|
|
450
|
-
}
|
|
451
|
-
declare function export_default$1n(props: ViewHeaderProps): React.JSX.Element | null;
|
|
452
|
-
|
|
453
|
-
interface WeekCalendarProps {
|
|
454
|
-
selectedDate?: Date;
|
|
455
|
-
hideDateLabel?: boolean;
|
|
456
|
-
startDate: Date;
|
|
457
|
-
onDateSelected?(date: Date): void;
|
|
458
|
-
loading: boolean;
|
|
459
|
-
onStartDateChange?(startDate: Date): void;
|
|
460
|
-
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
461
|
-
}
|
|
462
|
-
declare function export_default$1m(props: WeekCalendarProps): React.JSX.Element;
|
|
463
|
-
|
|
464
|
-
interface InboxCompletedListItemProps {
|
|
465
|
-
name: string;
|
|
466
|
-
status: string;
|
|
467
|
-
onClick?: () => void;
|
|
468
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
469
|
-
}
|
|
470
|
-
declare function export_default$1l(props: InboxCompletedListItemProps): React.JSX.Element;
|
|
471
|
-
|
|
472
|
-
interface InboxMessageListItemProps {
|
|
473
|
-
message: InboxMessage;
|
|
474
|
-
onClick: () => void;
|
|
475
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
476
|
-
}
|
|
477
|
-
declare function export_default$1k(props: InboxMessageListItemProps): React.JSX.Element | null;
|
|
478
|
-
|
|
479
|
-
interface InboxResourceListItemProps {
|
|
480
|
-
resource: InboxResource;
|
|
481
|
-
onClick: () => void;
|
|
482
|
-
imageAlignment?: ResourceImageAlignment;
|
|
483
|
-
buttonText?: string;
|
|
484
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
485
|
-
}
|
|
486
|
-
declare function export_default$1j(props: InboxResourceListItemProps): React.JSX.Element | null;
|
|
487
|
-
|
|
488
|
-
type InboxSurveyVariant = 'default' | 'expanded';
|
|
489
|
-
interface InboxSurveyListItemProps {
|
|
490
|
-
survey: InboxSurvey;
|
|
491
|
-
onClick: () => void;
|
|
492
|
-
variant?: InboxSurveyVariant;
|
|
493
|
-
surveyActive?: boolean;
|
|
494
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
495
|
-
}
|
|
496
|
-
declare function export_default$1i(props: InboxSurveyListItemProps): React.JSX.Element | null;
|
|
497
|
-
|
|
498
|
-
interface TermInformation {
|
|
499
|
-
TermFamily: string;
|
|
500
|
-
TermNamespace: string;
|
|
501
|
-
TermCode: string;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
interface AllergiesListProps {
|
|
505
|
-
previewState?: "default";
|
|
506
|
-
onViewTermInfo(termInfo: TermInformation): void;
|
|
507
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
508
|
-
}
|
|
509
|
-
declare function export_default$1h(props: AllergiesListProps): React.JSX.Element;
|
|
510
|
-
|
|
511
|
-
interface AppDownloadProps {
|
|
512
|
-
previewProjectPlatforms?: string[];
|
|
513
|
-
previewDevicePlatform?: string;
|
|
514
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
515
|
-
title?: string;
|
|
516
|
-
text?: string;
|
|
517
|
-
}
|
|
518
|
-
declare function export_default$1g(props: AppDownloadProps): React.JSX.Element | null;
|
|
519
|
-
|
|
520
|
-
interface SurveyBloodPressureDataParameters {
|
|
521
|
-
surveyName: string;
|
|
522
|
-
dateResultIdentifier: string;
|
|
523
|
-
systolicResultIdentifier: string;
|
|
524
|
-
diastolicResultIdentifier: string;
|
|
525
|
-
}
|
|
526
|
-
interface BloodPressureDataPoint {
|
|
527
|
-
date: Date;
|
|
528
|
-
systolic: number;
|
|
529
|
-
diastolic: number;
|
|
530
|
-
}
|
|
531
|
-
declare function export_default$1f(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
|
|
532
|
-
|
|
533
|
-
type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
|
|
534
|
-
interface BloodPressureVisualizationProps {
|
|
535
|
-
previewState?: BloodPressurePreviewState;
|
|
536
|
-
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
537
|
-
weekStartsOn?: WeekStartsOn;
|
|
538
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
539
|
-
}
|
|
540
|
-
declare function export_default$1e(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
342
|
+
declare function export_default$1T(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
541
343
|
|
|
542
344
|
interface ConditionsListProps {
|
|
543
345
|
previewState?: "default";
|
|
544
346
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
545
347
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
546
348
|
}
|
|
547
|
-
declare function export_default$
|
|
349
|
+
declare function export_default$1S(props: ConditionsListProps): React.JSX.Element;
|
|
548
350
|
|
|
549
351
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
550
352
|
interface ConnectDevicesMenuProps {
|
|
@@ -555,7 +357,7 @@ interface ConnectDevicesMenuProps {
|
|
|
555
357
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
556
358
|
headerVariant?: "large" | "medium";
|
|
557
359
|
}
|
|
558
|
-
declare function export_default$
|
|
360
|
+
declare function export_default$1R(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
559
361
|
|
|
560
362
|
interface ConnectEhrProps {
|
|
561
363
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -572,7 +374,7 @@ interface ConnectEhrProps {
|
|
|
572
374
|
}
|
|
573
375
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
574
376
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
575
|
-
declare function export_default$
|
|
377
|
+
declare function export_default$1Q(props: ConnectEhrProps): React.JSX.Element | null;
|
|
576
378
|
|
|
577
379
|
interface ConnectFitbitProps {
|
|
578
380
|
title?: string;
|
|
@@ -583,7 +385,7 @@ interface ConnectFitbitProps {
|
|
|
583
385
|
hideWhenConnected?: boolean;
|
|
584
386
|
}
|
|
585
387
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
586
|
-
declare function export_default$
|
|
388
|
+
declare function export_default$1P(props: ConnectFitbitProps): React.JSX.Element;
|
|
587
389
|
|
|
588
390
|
interface ConnectGarminProps {
|
|
589
391
|
title?: string;
|
|
@@ -594,7 +396,7 @@ interface ConnectGarminProps {
|
|
|
594
396
|
hideWhenConnected?: boolean;
|
|
595
397
|
}
|
|
596
398
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
597
|
-
declare function export_default$
|
|
399
|
+
declare function export_default$1O(props: ConnectGarminProps): React.JSX.Element;
|
|
598
400
|
|
|
599
401
|
type DailyDataQueryResult = {
|
|
600
402
|
[key: string]: number;
|
|
@@ -604,6 +406,7 @@ type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
|
604
406
|
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
605
407
|
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
606
408
|
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
409
|
+
declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
|
|
607
410
|
declare enum DailyDataType {
|
|
608
411
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
609
412
|
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
@@ -662,251 +465,789 @@ declare enum DailyDataType {
|
|
|
662
465
|
GarminSleepScore = "GarminSleepScore",
|
|
663
466
|
GoogleFitSteps = "GoogleFitSteps",
|
|
664
467
|
Steps = "Steps",
|
|
665
|
-
RestingHeartRate = "RestingHeartRate"
|
|
468
|
+
RestingHeartRate = "RestingHeartRate",
|
|
469
|
+
HomeAirQuality = "HomeAirQuality",
|
|
470
|
+
WorkAirQuality = "WorkAirQuality"
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
interface DailyDataChartProps {
|
|
474
|
+
title?: string;
|
|
475
|
+
intervalType?: "Week" | "Month";
|
|
476
|
+
weekStartsOn?: WeekStartsOn;
|
|
477
|
+
dailyDataType: string;
|
|
478
|
+
valueConverter?(value: number): number;
|
|
479
|
+
valueFormatter?(value: number): string;
|
|
480
|
+
chartType: "Line" | "Bar" | "Area";
|
|
481
|
+
options?: LineChartOptions | BarChartOptions | AreaChartOptions;
|
|
482
|
+
hideIfNoData?: boolean;
|
|
483
|
+
previewDataProvider?: DailyDataProvider;
|
|
484
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
485
|
+
}
|
|
486
|
+
interface LineChartOptions {
|
|
487
|
+
lineColor?: string;
|
|
488
|
+
domainMin?: number | "Auto";
|
|
489
|
+
}
|
|
490
|
+
interface BarChartOptions {
|
|
491
|
+
barColor?: string;
|
|
492
|
+
}
|
|
493
|
+
interface AreaChartOptions {
|
|
494
|
+
lineColor?: string;
|
|
495
|
+
areaColor?: string;
|
|
496
|
+
}
|
|
497
|
+
declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
|
|
498
|
+
|
|
499
|
+
interface DeviceDataMonthChartProps {
|
|
500
|
+
lines: DeviceDataChartLine[];
|
|
501
|
+
month: number;
|
|
502
|
+
year: number;
|
|
503
|
+
syncId?: string;
|
|
504
|
+
title?: string;
|
|
505
|
+
previewState?: DeviceDataMonthChartPreviewState;
|
|
506
|
+
onDataDetected?: Function;
|
|
507
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
508
|
+
}
|
|
509
|
+
interface DeviceDataChartLine {
|
|
510
|
+
label: string;
|
|
511
|
+
dailyDataType: string;
|
|
512
|
+
valueConverter?: Function;
|
|
513
|
+
showAverage?: boolean;
|
|
514
|
+
}
|
|
515
|
+
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
516
|
+
declare function export_default$1N(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
517
|
+
|
|
518
|
+
interface DeviceDataMonthChartsProps {
|
|
519
|
+
previewState?: DeviceDataMonthChartsPreviewState;
|
|
520
|
+
}
|
|
521
|
+
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
522
|
+
declare function export_default$1M(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
523
|
+
|
|
524
|
+
interface ExternalAccountListProps {
|
|
525
|
+
externalAccountProviderCategories?: string[];
|
|
526
|
+
previewState?: NotificationListPreviewState$1;
|
|
527
|
+
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
528
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
529
|
+
}
|
|
530
|
+
type NotificationListPreviewState$1 = "Default";
|
|
531
|
+
declare function export_default$1L(props: ExternalAccountListProps): React.JSX.Element;
|
|
532
|
+
|
|
533
|
+
interface ExternalAccountsLoadingIndicatorProps {
|
|
534
|
+
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
535
|
+
externalAccountCategories?: string[];
|
|
536
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
537
|
+
}
|
|
538
|
+
declare function export_default$1K(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
539
|
+
|
|
540
|
+
interface ExternalAccountsPreviewProps {
|
|
541
|
+
excludeProviders?: boolean;
|
|
542
|
+
excludeHealthPlans?: boolean;
|
|
543
|
+
excludeDeviceManufacturers?: boolean;
|
|
544
|
+
applicationUrl: ExternalAccountsApplicationUrl;
|
|
545
|
+
previewState?: ExternalAccountsPreviewPreviewState;
|
|
546
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
547
|
+
}
|
|
548
|
+
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
549
|
+
type ExternalAccountsPreviewPreviewState = "Default";
|
|
550
|
+
declare function export_default$1J(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
551
|
+
|
|
552
|
+
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
553
|
+
|
|
554
|
+
interface FitbitDevicesProps {
|
|
555
|
+
previewState?: ConnectedDevicesPreviewState;
|
|
556
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
557
|
+
}
|
|
558
|
+
declare function export_default$1I(props: FitbitDevicesProps): React.JSX.Element;
|
|
559
|
+
|
|
560
|
+
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
561
|
+
|
|
562
|
+
interface FitbitMonthChartsProps {
|
|
563
|
+
previewState?: MonthChartsPreviewState;
|
|
564
|
+
}
|
|
565
|
+
declare function export_default$1H(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
566
|
+
|
|
567
|
+
interface GarminDevicesProps {
|
|
568
|
+
previewState?: ConnectedDevicesPreviewState;
|
|
569
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
570
|
+
}
|
|
571
|
+
declare function export_default$1G(props: GarminDevicesProps): React.JSX.Element;
|
|
572
|
+
|
|
573
|
+
interface GarminMonthChartsProps {
|
|
574
|
+
previewState?: MonthChartsPreviewState;
|
|
575
|
+
}
|
|
576
|
+
declare function export_default$1F(props: GarminMonthChartsProps): React.JSX.Element;
|
|
577
|
+
|
|
578
|
+
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
579
|
+
interface HealthPreviewSectionProps {
|
|
580
|
+
concept: HealthPreviewSectionConcept;
|
|
581
|
+
onClick(): void;
|
|
582
|
+
previewState?: "NoData" | "Default";
|
|
583
|
+
indicatorPosition?: "default" | "topRight";
|
|
584
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
585
|
+
}
|
|
586
|
+
declare function export_default$1E(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
587
|
+
|
|
588
|
+
interface LabResultsSummaryProps {
|
|
589
|
+
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
590
|
+
onClick(): void;
|
|
591
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
592
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
593
|
+
}
|
|
594
|
+
declare function export_default$1D(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
595
|
+
|
|
596
|
+
interface MedicationsListProps {
|
|
597
|
+
previewState?: "default";
|
|
598
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
599
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
600
|
+
}
|
|
601
|
+
declare function export_default$1C(props: MedicationsListProps): React.JSX.Element;
|
|
602
|
+
|
|
603
|
+
interface MostRecentNotificationProps {
|
|
604
|
+
notificationType?: NotificationType;
|
|
605
|
+
onViewMore?: Function;
|
|
606
|
+
hideAfterHours?: number;
|
|
607
|
+
previewState?: MostRecentNotificationPreviewState;
|
|
608
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
609
|
+
}
|
|
610
|
+
type MostRecentNotificationPreviewState = "Default";
|
|
611
|
+
declare function export_default$1B(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
612
|
+
|
|
613
|
+
interface NotificationListProps {
|
|
614
|
+
notificationType?: NotificationType;
|
|
615
|
+
previewState?: NotificationListPreviewState;
|
|
616
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
617
|
+
}
|
|
618
|
+
type NotificationListPreviewState = "Default" | "NoData";
|
|
619
|
+
declare function export_default$1A(props: NotificationListProps): React.JSX.Element;
|
|
620
|
+
|
|
621
|
+
interface PlatformSpecificContentProps {
|
|
622
|
+
platforms: string[];
|
|
623
|
+
children?: React.ReactNode;
|
|
624
|
+
previewDevicePlatform?: string;
|
|
625
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
626
|
+
}
|
|
627
|
+
declare function export_default$1z(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
628
|
+
|
|
629
|
+
interface ProjectHeaderProps {
|
|
630
|
+
previewState?: ProjectHeaderPropsPreviewState;
|
|
631
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
632
|
+
}
|
|
633
|
+
type ProjectHeaderPropsPreviewState = "Default";
|
|
634
|
+
declare function export_default$1y(props: ProjectHeaderProps): React.JSX.Element;
|
|
635
|
+
|
|
636
|
+
interface ProjectSupportProps {
|
|
637
|
+
previewState?: ProjectSupportPropsPreviewState;
|
|
638
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
639
|
+
}
|
|
640
|
+
type ProjectSupportPropsPreviewState = "Default";
|
|
641
|
+
declare function export_default$1x(props: ProjectSupportProps): React.JSX.Element | null;
|
|
642
|
+
|
|
643
|
+
interface ProviderSearchProps {
|
|
644
|
+
previewState?: ProviderSearchPreviewState;
|
|
645
|
+
providerCategories?: string[];
|
|
646
|
+
onProviderConnected?: (provider: ExternalAccountProvider) => void;
|
|
647
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
648
|
+
}
|
|
649
|
+
type ProviderSearchPreviewState = "Default";
|
|
650
|
+
declare function export_default$1w(props: ProviderSearchProps): React.JSX.Element;
|
|
651
|
+
|
|
652
|
+
interface RecentDailyDataBarChartProps {
|
|
653
|
+
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
654
|
+
previewDataProvider?: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
|
|
655
|
+
title: string;
|
|
656
|
+
dailyDataType: string;
|
|
657
|
+
domain?: AxisDomain;
|
|
658
|
+
emptyDomain?: AxisDomain;
|
|
659
|
+
valueConverter?: (rawValue: number) => number;
|
|
660
|
+
valueFormatter?: (value: number) => string;
|
|
661
|
+
highlight?: (rawValue: number) => boolean;
|
|
662
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
663
|
+
}
|
|
664
|
+
declare function export_default$1v(props: RecentDailyDataBarChartProps): React.JSX.Element;
|
|
665
|
+
|
|
666
|
+
interface RelativeActivityTodayProps {
|
|
667
|
+
dataTypes: RelativeActivityDataType[];
|
|
668
|
+
previewState?: "Default";
|
|
669
|
+
title?: string;
|
|
670
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
671
|
+
}
|
|
672
|
+
interface RelativeActivityDataType {
|
|
673
|
+
dailyDataType: string;
|
|
674
|
+
label: string;
|
|
675
|
+
icon: React.ReactElement;
|
|
676
|
+
color: string;
|
|
677
|
+
formatter: (number: number) => string;
|
|
678
|
+
}
|
|
679
|
+
declare function export_default$1u(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
680
|
+
|
|
681
|
+
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
682
|
+
interface RestingHeartRateCalendarProps {
|
|
683
|
+
month: number;
|
|
684
|
+
year: number;
|
|
685
|
+
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
686
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
687
|
+
}
|
|
688
|
+
declare function export_default$1t(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
689
|
+
|
|
690
|
+
type ButtonVariant = "default" | "subtle" | "light";
|
|
691
|
+
interface ButtonProps {
|
|
692
|
+
children?: React.ReactNode;
|
|
693
|
+
disabled?: boolean;
|
|
694
|
+
onClick: Function;
|
|
695
|
+
className?: string;
|
|
696
|
+
color?: ColorDefinition;
|
|
697
|
+
loading?: boolean;
|
|
698
|
+
variant?: ButtonVariant;
|
|
699
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
700
|
+
defaultMargin?: boolean;
|
|
701
|
+
fullWidth?: boolean;
|
|
702
|
+
}
|
|
703
|
+
declare function export_default$1s(props: ButtonProps): React.JSX.Element;
|
|
704
|
+
|
|
705
|
+
interface SurveyTaskListProps {
|
|
706
|
+
status: SurveyTaskStatus;
|
|
707
|
+
limit?: number;
|
|
708
|
+
title?: string;
|
|
709
|
+
surveys?: string[];
|
|
710
|
+
onDetailLinkClick?: Function;
|
|
711
|
+
previewState?: SurveyTaskListListPreviewState;
|
|
712
|
+
variant?: "noCard" | "singleCard" | "multiCard";
|
|
713
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
714
|
+
titleColor?: ColorDefinition;
|
|
715
|
+
cardBackgroundColor?: ColorDefinition;
|
|
716
|
+
cardStyle?: React.CSSProperties;
|
|
717
|
+
buttonVariant?: ButtonVariant;
|
|
718
|
+
buttonColor?: ColorDefinition;
|
|
719
|
+
}
|
|
720
|
+
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
721
|
+
declare function export_default$1r(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
722
|
+
|
|
723
|
+
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
724
|
+
interface SeverityCalendarProps {
|
|
725
|
+
surveyName: string;
|
|
726
|
+
dateRecordedResultIdentifier?: string;
|
|
727
|
+
severityResultIdentifier: string;
|
|
728
|
+
severityValueMapper?: (value: string) => string;
|
|
729
|
+
intervalStart?: Date;
|
|
730
|
+
previewState?: SeverityCalendarPreviewState;
|
|
731
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
732
|
+
}
|
|
733
|
+
declare function export_default$1q(props: SeverityCalendarProps): React.JSX.Element;
|
|
734
|
+
|
|
735
|
+
interface ViewEhrProps {
|
|
736
|
+
onClick(): void;
|
|
737
|
+
title?: string;
|
|
738
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
739
|
+
previewState?: "fetchComplete" | "fetchingData";
|
|
740
|
+
buttonColor?: ColorDefinition;
|
|
741
|
+
buttonVariant?: ButtonVariant;
|
|
742
|
+
}
|
|
743
|
+
declare function export_default$1p(props: ViewEhrProps): React.JSX.Element | null;
|
|
744
|
+
|
|
745
|
+
interface ActionProps {
|
|
746
|
+
title?: string;
|
|
747
|
+
titleIcon?: ReactElement;
|
|
748
|
+
icon?: ReactElement;
|
|
749
|
+
subtitle?: string;
|
|
750
|
+
onClick?: Function;
|
|
751
|
+
children?: React.ReactNode;
|
|
752
|
+
className?: string;
|
|
753
|
+
indicatorIcon?: IconDefinition;
|
|
754
|
+
indicator?: ReactElement;
|
|
755
|
+
indicatorValue?: string;
|
|
756
|
+
indicatorPosition?: "default" | "topRight";
|
|
757
|
+
bottomBorder?: boolean;
|
|
758
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
759
|
+
titleColor?: ColorDefinition;
|
|
760
|
+
subtitleColor?: ColorDefinition;
|
|
761
|
+
renderAs?: "div" | "button";
|
|
762
|
+
}
|
|
763
|
+
declare function export_default$1o(props: ActionProps): React.JSX.Element;
|
|
764
|
+
|
|
765
|
+
interface ActivityMeterProps {
|
|
766
|
+
label: string;
|
|
767
|
+
value: string;
|
|
768
|
+
icon: ReactElement;
|
|
769
|
+
fillPercent: number;
|
|
770
|
+
averageFillPercent: number;
|
|
771
|
+
color: string;
|
|
772
|
+
message?: string;
|
|
773
|
+
className?: string;
|
|
774
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
775
|
+
}
|
|
776
|
+
declare function export_default$1n(props: ActivityMeterProps): React.JSX.Element;
|
|
777
|
+
|
|
778
|
+
interface CalendarProps {
|
|
779
|
+
month: number;
|
|
780
|
+
year: number;
|
|
781
|
+
dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
|
|
782
|
+
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
783
|
+
className?: string;
|
|
784
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
785
|
+
}
|
|
786
|
+
declare function export_default$1m(props: CalendarProps): React.JSX.Element;
|
|
787
|
+
|
|
788
|
+
type CalendarDayStateConfiguration = Record<string, {
|
|
789
|
+
style?: CSSProperties;
|
|
790
|
+
streak?: boolean;
|
|
791
|
+
streakColor?: ColorDefinition;
|
|
792
|
+
}>;
|
|
793
|
+
interface CalendarDayProps {
|
|
794
|
+
year: number;
|
|
795
|
+
month: number;
|
|
796
|
+
day?: number;
|
|
797
|
+
stateConfiguration: CalendarDayStateConfiguration;
|
|
798
|
+
computeStateForDay: (date: Date) => string;
|
|
799
|
+
onClick?: (date: Date) => void;
|
|
800
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
801
|
+
}
|
|
802
|
+
declare function export_default$1l(props: CalendarDayProps): React.JSX.Element;
|
|
803
|
+
|
|
804
|
+
interface CardProps {
|
|
805
|
+
className?: string;
|
|
806
|
+
children?: React.ReactNode;
|
|
807
|
+
allowOverflow?: boolean;
|
|
808
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
809
|
+
variant?: "default" | "subtle" | "highlight";
|
|
810
|
+
backgroundColor?: ColorDefinition;
|
|
811
|
+
style?: React.CSSProperties;
|
|
812
|
+
}
|
|
813
|
+
declare function export_default$1k(props: CardProps): React.JSX.Element | null;
|
|
814
|
+
|
|
815
|
+
interface CardTitleProps {
|
|
816
|
+
title: string;
|
|
817
|
+
onDetailClick?: Function;
|
|
818
|
+
detailLinkText?: string;
|
|
819
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
820
|
+
color?: ColorDefinition;
|
|
821
|
+
}
|
|
822
|
+
declare function export_default$1j(props: CardTitleProps): React.JSX.Element;
|
|
823
|
+
|
|
824
|
+
interface DateRangeCoordinatorProps {
|
|
825
|
+
initialIntervalStart?: Date;
|
|
826
|
+
intervalType: "Week" | "Month";
|
|
827
|
+
weekStartsOn?: WeekStartsOn;
|
|
828
|
+
variant?: "default" | "rounded";
|
|
829
|
+
children: React.ReactNode;
|
|
830
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
831
|
+
sticky?: boolean;
|
|
832
|
+
}
|
|
833
|
+
interface DateRangeContext {
|
|
834
|
+
intervalType: "Week" | "Month";
|
|
835
|
+
intervalStart: Date;
|
|
836
|
+
}
|
|
837
|
+
declare const DateRangeContext: React.Context<DateRangeContext | null>;
|
|
838
|
+
declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
|
|
839
|
+
|
|
840
|
+
interface DateRangeNavigatorProps {
|
|
841
|
+
intervalType: "Week" | "Month";
|
|
842
|
+
intervalStart: Date;
|
|
843
|
+
variant?: "default" | "rounded";
|
|
844
|
+
onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
|
|
845
|
+
className?: string;
|
|
846
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
847
|
+
sticky?: boolean;
|
|
848
|
+
}
|
|
849
|
+
declare function export_default$1i(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
850
|
+
|
|
851
|
+
interface DayTrackerSymbolProps {
|
|
852
|
+
primaryColors: string[];
|
|
853
|
+
secondaryColors: string[];
|
|
854
|
+
className?: string;
|
|
855
|
+
size?: "small" | "large";
|
|
856
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
857
|
+
}
|
|
858
|
+
declare function export_default$1h(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
859
|
+
|
|
860
|
+
interface ClosedInterval {
|
|
861
|
+
values: number[];
|
|
862
|
+
}
|
|
863
|
+
interface DataPoint {
|
|
864
|
+
dataSet1: ClosedInterval;
|
|
865
|
+
dataSet2: ClosedInterval;
|
|
866
|
+
}
|
|
867
|
+
interface Dumbbell {
|
|
868
|
+
dataPoint?: DataPoint;
|
|
869
|
+
xValue: string;
|
|
870
|
+
class?: DumbbellClass;
|
|
871
|
+
}
|
|
872
|
+
interface Axis {
|
|
873
|
+
yRange: ClosedInterval;
|
|
874
|
+
yIncrement: number;
|
|
875
|
+
xIncrement: number;
|
|
876
|
+
}
|
|
877
|
+
interface DumbBellChartProps {
|
|
878
|
+
axis: Axis;
|
|
879
|
+
dumbbells: Dumbbell[];
|
|
880
|
+
}
|
|
881
|
+
declare enum DumbbellClass {
|
|
882
|
+
"mdhui-dumbbell-in-range" = 0,
|
|
883
|
+
"mdhui-dumbbell-out-of-range" = 1
|
|
884
|
+
}
|
|
885
|
+
declare function export_default$1g(props: DumbBellChartProps): React.JSX.Element;
|
|
886
|
+
|
|
887
|
+
interface FaceProps {
|
|
888
|
+
faceValue?: number;
|
|
889
|
+
selected?: boolean;
|
|
890
|
+
onClick?: MouseEventHandler;
|
|
891
|
+
className?: string;
|
|
892
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
893
|
+
}
|
|
894
|
+
declare function export_default$1f(props: FaceProps): React.JSX.Element;
|
|
895
|
+
|
|
896
|
+
interface HistogramProps {
|
|
897
|
+
entries: {
|
|
898
|
+
label: string;
|
|
899
|
+
color: string;
|
|
900
|
+
value: number;
|
|
901
|
+
onSelect?(): void;
|
|
902
|
+
}[];
|
|
903
|
+
className?: string;
|
|
904
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
905
|
+
}
|
|
906
|
+
declare function export_default$1e(props: HistogramProps): React.JSX.Element;
|
|
907
|
+
|
|
908
|
+
interface LayoutProps {
|
|
909
|
+
children?: React.ReactNode;
|
|
910
|
+
bodyBackgroundColor?: ColorDefinition;
|
|
911
|
+
primaryColor?: ColorDefinition;
|
|
912
|
+
statusBarStyle?: StatusBarStyle;
|
|
913
|
+
className?: string;
|
|
914
|
+
noGlobalStyles?: boolean;
|
|
915
|
+
colorScheme?: "light" | "dark" | "auto";
|
|
916
|
+
/**
|
|
917
|
+
* @deprecated
|
|
918
|
+
*/
|
|
919
|
+
stylesheetPath?: string;
|
|
920
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
921
|
+
}
|
|
922
|
+
interface LayoutContext {
|
|
923
|
+
colorScheme: "light" | "dark";
|
|
924
|
+
bodyBackgroundColor: string;
|
|
925
|
+
}
|
|
926
|
+
declare const LayoutContext: React.Context<LayoutContext>;
|
|
927
|
+
declare function export_default$1d(props: LayoutProps): React.JSX.Element;
|
|
928
|
+
|
|
929
|
+
interface LoadingIndicatorProps {
|
|
930
|
+
variant?: "default" | "inline";
|
|
931
|
+
color?: string;
|
|
932
|
+
className?: string;
|
|
933
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
934
|
+
}
|
|
935
|
+
declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
|
|
936
|
+
|
|
937
|
+
interface NavigationBarProps {
|
|
938
|
+
title?: string;
|
|
939
|
+
subtitle?: string;
|
|
940
|
+
showBackButton?: boolean;
|
|
941
|
+
showCloseButton?: boolean;
|
|
942
|
+
children?: React.ReactNode;
|
|
943
|
+
closeButtonText?: string;
|
|
944
|
+
backButtonText?: string;
|
|
945
|
+
className?: string;
|
|
946
|
+
variant?: 'default' | 'compressed';
|
|
947
|
+
titleColor?: ColorDefinition;
|
|
948
|
+
subtitleColor?: ColorDefinition;
|
|
949
|
+
buttonColor?: ColorDefinition;
|
|
950
|
+
navigationBarLeft?: React.ReactNode;
|
|
951
|
+
navigationBarRight?: React.ReactNode;
|
|
952
|
+
backgroundColor?: ColorDefinition;
|
|
953
|
+
}
|
|
954
|
+
declare function export_default$1c(props: NavigationBarProps): React.JSX.Element;
|
|
955
|
+
|
|
956
|
+
interface NotesInputProps {
|
|
957
|
+
autoTimestamp?: boolean;
|
|
958
|
+
placeholder?: string;
|
|
959
|
+
onChange(value: string): void;
|
|
960
|
+
value: string;
|
|
666
961
|
}
|
|
962
|
+
declare function export_default$1b(props: NotesInputProps): React.JSX.Element;
|
|
667
963
|
|
|
668
|
-
interface
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
hideIfNoData?: boolean;
|
|
678
|
-
previewDataProvider?: DailyDataProvider;
|
|
964
|
+
interface ProgressBarProps {
|
|
965
|
+
backgroundColor?: ColorDefinition;
|
|
966
|
+
borderColor?: ColorDefinition;
|
|
967
|
+
fillColor?: ColorDefinition;
|
|
968
|
+
fillPercent: number;
|
|
969
|
+
steps?: {
|
|
970
|
+
percent: number;
|
|
971
|
+
icon: ReactElement;
|
|
972
|
+
}[];
|
|
679
973
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
974
|
+
defaultMargin?: boolean;
|
|
680
975
|
}
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
976
|
+
declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
|
|
977
|
+
declare namespace ProgressBar {
|
|
978
|
+
var defaultProps: {
|
|
979
|
+
backgroundColor: string;
|
|
980
|
+
fillColor: string;
|
|
981
|
+
fillPercent: number;
|
|
982
|
+
};
|
|
684
983
|
}
|
|
685
|
-
|
|
686
|
-
|
|
984
|
+
|
|
985
|
+
interface ProgressBarStepProps {
|
|
986
|
+
borderColor?: ColorDefinition;
|
|
987
|
+
backgroundColor?: ColorDefinition;
|
|
988
|
+
children?: React.ReactNode;
|
|
989
|
+
height: string;
|
|
687
990
|
}
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
991
|
+
declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
|
|
992
|
+
|
|
993
|
+
interface ProgressRingProps {
|
|
994
|
+
children: React.ReactNode;
|
|
995
|
+
style?: CSSProperties;
|
|
996
|
+
color?: ColorDefinition;
|
|
997
|
+
percentCompleted?: number;
|
|
998
|
+
animate?: boolean;
|
|
691
999
|
}
|
|
692
|
-
declare function
|
|
1000
|
+
declare function export_default$1a(props: ProgressRingProps): React.JSX.Element;
|
|
693
1001
|
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
1002
|
+
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
1003
|
+
interface ResourceProps {
|
|
1004
|
+
imageUrl?: string;
|
|
1005
|
+
title: string;
|
|
1006
|
+
subTitle?: string;
|
|
1007
|
+
imageAlignment?: ResourceImageAlignment;
|
|
1008
|
+
buttonText?: string;
|
|
1009
|
+
onClick: () => void;
|
|
1010
|
+
hideButton?: boolean;
|
|
702
1011
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
703
1012
|
}
|
|
704
|
-
|
|
705
|
-
label: string;
|
|
706
|
-
dailyDataType: string;
|
|
707
|
-
valueConverter?: Function;
|
|
708
|
-
showAverage?: boolean;
|
|
709
|
-
}
|
|
710
|
-
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
711
|
-
declare function export_default$18(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
1013
|
+
declare function export_default$19(props: ResourceProps): React.JSX.Element;
|
|
712
1014
|
|
|
713
|
-
|
|
714
|
-
previewState?: DeviceDataMonthChartsPreviewState;
|
|
715
|
-
}
|
|
716
|
-
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
717
|
-
declare function export_default$17(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
1015
|
+
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
718
1016
|
|
|
719
|
-
interface
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
1017
|
+
interface ResourceDefinition {
|
|
1018
|
+
title: string;
|
|
1019
|
+
subTitle?: string;
|
|
1020
|
+
url: string;
|
|
1021
|
+
imageUrl?: string;
|
|
1022
|
+
}
|
|
1023
|
+
interface ResourceListProps {
|
|
1024
|
+
previewState?: ResourceListPreviewState;
|
|
1025
|
+
resources: ResourceDefinition[];
|
|
1026
|
+
onViewResource: (resource: ResourceDefinition) => void;
|
|
1027
|
+
emptyText?: string;
|
|
1028
|
+
imageAlignment?: ResourceImageAlignment;
|
|
723
1029
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
724
1030
|
}
|
|
725
|
-
|
|
726
|
-
declare function export_default$16(props: ExternalAccountListProps): React.JSX.Element;
|
|
1031
|
+
declare function export_default$18(props: ResourceListProps): React.JSX.Element;
|
|
727
1032
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
1033
|
+
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
1034
|
+
interface RotatingComponentCoordinatorProps {
|
|
1035
|
+
interval?: RotatingComponentInterval;
|
|
1036
|
+
children: React.ReactNode;
|
|
1037
|
+
startDate: Date;
|
|
731
1038
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
732
1039
|
}
|
|
733
|
-
declare function export_default$
|
|
1040
|
+
declare function export_default$17(props: RotatingComponentCoordinatorProps): React.JSX.Element;
|
|
734
1041
|
|
|
735
|
-
interface
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
applicationUrl: ExternalAccountsApplicationUrl;
|
|
740
|
-
previewState?: ExternalAccountsPreviewPreviewState;
|
|
1042
|
+
interface SectionProps {
|
|
1043
|
+
children?: React.ReactNode;
|
|
1044
|
+
className?: string;
|
|
1045
|
+
noTopMargin?: boolean;
|
|
741
1046
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1047
|
+
backgroundColor?: ColorDefinition;
|
|
1048
|
+
style?: React.CSSProperties;
|
|
742
1049
|
}
|
|
743
|
-
|
|
744
|
-
type ExternalAccountsPreviewPreviewState = "Default";
|
|
745
|
-
declare function export_default$14(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
746
|
-
|
|
747
|
-
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1050
|
+
declare function export_default$16(props: SectionProps): React.JSX.Element | null;
|
|
748
1051
|
|
|
749
|
-
interface
|
|
750
|
-
|
|
1052
|
+
interface SegmentedControlProps {
|
|
1053
|
+
segments: {
|
|
1054
|
+
key: string;
|
|
1055
|
+
title: string;
|
|
1056
|
+
}[];
|
|
1057
|
+
selectedSegment?: string;
|
|
1058
|
+
onSegmentSelected(segmentKey: string): void;
|
|
1059
|
+
className?: string;
|
|
1060
|
+
color?: string;
|
|
1061
|
+
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
751
1062
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
752
1063
|
}
|
|
753
|
-
declare function export_default$
|
|
1064
|
+
declare function export_default$15(props: SegmentedControlProps): React.JSX.Element;
|
|
754
1065
|
|
|
755
|
-
|
|
1066
|
+
declare function export_default$14(): React.JSX.Element;
|
|
756
1067
|
|
|
757
|
-
interface
|
|
758
|
-
|
|
1068
|
+
interface SingleDataPointProps {
|
|
1069
|
+
label: string;
|
|
1070
|
+
statusText?: string;
|
|
1071
|
+
statusColor?: ColorDefinition;
|
|
1072
|
+
value?: string;
|
|
1073
|
+
units?: string;
|
|
1074
|
+
onClick?: () => void;
|
|
1075
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
759
1076
|
}
|
|
760
|
-
declare function export_default$
|
|
1077
|
+
declare function export_default$13(props: SingleDataPointProps): React.JSX.Element;
|
|
761
1078
|
|
|
762
|
-
interface
|
|
763
|
-
|
|
1079
|
+
interface SingleExternalAccountProps {
|
|
1080
|
+
externalAccount: ExternalAccount;
|
|
1081
|
+
onAccountRemoved: (account: ExternalAccount) => void;
|
|
1082
|
+
onReconnectAccount: (account: ExternalAccount) => void;
|
|
764
1083
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
765
1084
|
}
|
|
766
|
-
declare function export_default$
|
|
1085
|
+
declare function export_default$12(props: SingleExternalAccountProps): React.JSX.Element;
|
|
767
1086
|
|
|
768
|
-
interface
|
|
769
|
-
|
|
1087
|
+
interface SingleNotificationProps {
|
|
1088
|
+
notification: Notification;
|
|
1089
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
770
1090
|
}
|
|
771
|
-
declare function export_default$
|
|
1091
|
+
declare function export_default$11(props: SingleNotificationProps): React.JSX.Element;
|
|
772
1092
|
|
|
773
|
-
type
|
|
774
|
-
interface
|
|
775
|
-
|
|
776
|
-
onClick()
|
|
777
|
-
|
|
778
|
-
|
|
1093
|
+
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
1094
|
+
interface SingleSurveyTaskProps {
|
|
1095
|
+
task: SurveyTask;
|
|
1096
|
+
onClick: () => void;
|
|
1097
|
+
variant?: SingleSurveyTaskVariant;
|
|
1098
|
+
descriptionIcon?: IconDefinition$1;
|
|
1099
|
+
surveyActive?: boolean;
|
|
1100
|
+
buttonColor?: ColorDefinition;
|
|
1101
|
+
buttonVariant?: ButtonVariant;
|
|
779
1102
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
780
1103
|
}
|
|
781
|
-
declare function export_default
|
|
1104
|
+
declare function export_default$10(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
782
1105
|
|
|
783
|
-
interface
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
onViewTermInfo(termInfo: TermInformation): void;
|
|
1106
|
+
interface SparkBarChartProps {
|
|
1107
|
+
averageFillPercent: number;
|
|
1108
|
+
bars: SparkBarChartBar[];
|
|
787
1109
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
788
1110
|
}
|
|
789
|
-
|
|
1111
|
+
interface SparkBarChartBar {
|
|
1112
|
+
color: string;
|
|
1113
|
+
barFillPercent: number;
|
|
1114
|
+
}
|
|
1115
|
+
declare function export_default$$(props: SparkBarChartProps): React.JSX.Element;
|
|
790
1116
|
|
|
791
|
-
interface
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
1117
|
+
interface SwitchProps {
|
|
1118
|
+
isOn: Boolean;
|
|
1119
|
+
onBackgroundColor?: string;
|
|
1120
|
+
onValueChanged(value: boolean): void;
|
|
1121
|
+
className?: string;
|
|
1122
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
795
1123
|
}
|
|
796
|
-
declare function export_default$
|
|
1124
|
+
declare function export_default$_(props: SwitchProps): React.JSX.Element;
|
|
797
1125
|
|
|
798
|
-
interface
|
|
799
|
-
|
|
800
|
-
onViewMore?: Function;
|
|
801
|
-
hideAfterHours?: number;
|
|
802
|
-
previewState?: MostRecentNotificationPreviewState;
|
|
1126
|
+
interface StatusBarBackgroundProps {
|
|
1127
|
+
color?: string;
|
|
803
1128
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
804
1129
|
}
|
|
805
|
-
|
|
806
|
-
declare function export_default$Y(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
1130
|
+
declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
|
|
807
1131
|
|
|
808
|
-
interface
|
|
809
|
-
|
|
810
|
-
|
|
1132
|
+
interface TextBlockProps {
|
|
1133
|
+
children?: React.ReactNode;
|
|
1134
|
+
className?: string;
|
|
811
1135
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1136
|
+
color?: ColorDefinition;
|
|
1137
|
+
style?: React.CSSProperties;
|
|
812
1138
|
}
|
|
813
|
-
|
|
814
|
-
declare function export_default$X(props: NotificationListProps): React.JSX.Element;
|
|
1139
|
+
declare function export_default$Z(props: TextBlockProps): React.JSX.Element | null;
|
|
815
1140
|
|
|
816
|
-
interface
|
|
817
|
-
|
|
1141
|
+
interface TitleProps {
|
|
1142
|
+
color?: ColorDefinition;
|
|
1143
|
+
order?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
818
1144
|
children?: React.ReactNode;
|
|
819
|
-
|
|
820
|
-
|
|
1145
|
+
style?: React.CSSProperties;
|
|
1146
|
+
className?: string;
|
|
1147
|
+
image?: ReactNode;
|
|
1148
|
+
autosizeImage?: boolean;
|
|
1149
|
+
imageAlignment?: "top" | "left";
|
|
1150
|
+
defaultMargin?: boolean;
|
|
821
1151
|
}
|
|
822
|
-
declare function export_default$
|
|
1152
|
+
declare function export_default$Y(props: TitleProps): React.JSX.Element;
|
|
823
1153
|
|
|
824
|
-
interface
|
|
825
|
-
|
|
826
|
-
|
|
1154
|
+
interface TrackerItemProps {
|
|
1155
|
+
selected: boolean;
|
|
1156
|
+
text?: string;
|
|
1157
|
+
color: string;
|
|
1158
|
+
bordered?: boolean;
|
|
1159
|
+
badge?: string;
|
|
1160
|
+
onClick?: Function;
|
|
1161
|
+
className?: string;
|
|
1162
|
+
noBoxShadow?: boolean;
|
|
827
1163
|
}
|
|
828
|
-
|
|
829
|
-
declare function export_default$V(props: ProjectHeaderProps): React.JSX.Element;
|
|
1164
|
+
declare function export_default$X(props: TrackerItemProps): React.JSX.Element;
|
|
830
1165
|
|
|
831
|
-
interface
|
|
832
|
-
|
|
833
|
-
|
|
1166
|
+
interface UnstyledButtonProps {
|
|
1167
|
+
onClick: MouseEventHandler;
|
|
1168
|
+
className?: string;
|
|
1169
|
+
children?: React.ReactNode;
|
|
1170
|
+
title?: string;
|
|
1171
|
+
style?: React.CSSProperties;
|
|
1172
|
+
disabled?: boolean;
|
|
1173
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
834
1174
|
}
|
|
835
|
-
|
|
836
|
-
declare function export_default$U(props: ProjectSupportProps): React.JSX.Element | null;
|
|
1175
|
+
declare function export_default$W(props: UnstyledButtonProps): React.JSX.Element;
|
|
837
1176
|
|
|
838
|
-
interface
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
1177
|
+
interface ValueSelectorProps {
|
|
1178
|
+
title?: string;
|
|
1179
|
+
titleColor?: ColorDefinition;
|
|
1180
|
+
subtitle?: string;
|
|
1181
|
+
subtitleColor?: ColorDefinition;
|
|
1182
|
+
values: string[];
|
|
1183
|
+
valueBackgroundColor?: ColorDefinition;
|
|
1184
|
+
valueTextColor?: ColorDefinition;
|
|
1185
|
+
checkboxColor?: ColorDefinition;
|
|
1186
|
+
selectedValues?: string[];
|
|
1187
|
+
selectedButtonBackgroundColor?: ColorDefinition;
|
|
1188
|
+
selectedButtonTextColor?: ColorDefinition;
|
|
1189
|
+
selectedCheckboxColor?: ColorDefinition;
|
|
1190
|
+
onChange?: (selectedValues: string[]) => void;
|
|
1191
|
+
variant?: 'default' | 'checkboxes';
|
|
1192
|
+
multiSelect?: boolean;
|
|
1193
|
+
preventEmptySelections?: boolean;
|
|
842
1194
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
843
1195
|
}
|
|
844
|
-
|
|
845
|
-
declare function export_default$T(props: ProviderSearchProps): React.JSX.Element;
|
|
1196
|
+
declare function export_default$V(props: ValueSelectorProps): React.JSX.Element;
|
|
846
1197
|
|
|
847
|
-
interface
|
|
848
|
-
dataTypes: RelativeActivityDataType[];
|
|
849
|
-
previewState?: "Default";
|
|
1198
|
+
interface ViewHeaderProps {
|
|
850
1199
|
title?: string;
|
|
851
|
-
|
|
1200
|
+
subtitle?: string;
|
|
1201
|
+
titleColor?: ColorDefinition;
|
|
1202
|
+
subtitleColor?: ColorDefinition;
|
|
1203
|
+
action?: React.ReactNode;
|
|
852
1204
|
}
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
1205
|
+
declare function export_default$U(props: ViewHeaderProps): React.JSX.Element | null;
|
|
1206
|
+
|
|
1207
|
+
interface WeekCalendarProps {
|
|
1208
|
+
selectedDate?: Date;
|
|
1209
|
+
hideDateLabel?: boolean;
|
|
1210
|
+
startDate: Date;
|
|
1211
|
+
onDateSelected?(date: Date): void;
|
|
1212
|
+
loading: boolean;
|
|
1213
|
+
onStartDateChange?(startDate: Date): void;
|
|
1214
|
+
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
859
1215
|
}
|
|
860
|
-
declare function export_default$
|
|
1216
|
+
declare function export_default$T(props: WeekCalendarProps): React.JSX.Element;
|
|
861
1217
|
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
1218
|
+
interface InboxCompletedListItemProps {
|
|
1219
|
+
name: string;
|
|
1220
|
+
status: string;
|
|
1221
|
+
onClick?: () => void;
|
|
867
1222
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
868
1223
|
}
|
|
869
|
-
declare function export_default$
|
|
1224
|
+
declare function export_default$S(props: InboxCompletedListItemProps): React.JSX.Element;
|
|
870
1225
|
|
|
871
|
-
interface
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
title?: string;
|
|
875
|
-
surveys?: string[];
|
|
876
|
-
onDetailLinkClick?: Function;
|
|
877
|
-
previewState?: SurveyTaskListListPreviewState;
|
|
878
|
-
variant?: "noCard" | "singleCard" | "multiCard";
|
|
1226
|
+
interface InboxMessageListItemProps {
|
|
1227
|
+
message: InboxMessage;
|
|
1228
|
+
onClick: () => void;
|
|
879
1229
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
880
|
-
titleColor?: ColorDefinition;
|
|
881
|
-
cardBackgroundColor?: ColorDefinition;
|
|
882
|
-
cardStyle?: React.CSSProperties;
|
|
883
|
-
buttonVariant?: ButtonVariant;
|
|
884
|
-
buttonColor?: ColorDefinition;
|
|
885
1230
|
}
|
|
886
|
-
|
|
887
|
-
declare function export_default$Q(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
1231
|
+
declare function export_default$R(props: InboxMessageListItemProps): React.JSX.Element | null;
|
|
888
1232
|
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
severityValueMapper?: (value: string) => string;
|
|
895
|
-
intervalStart?: Date;
|
|
896
|
-
previewState?: SeverityCalendarPreviewState;
|
|
1233
|
+
interface InboxResourceListItemProps {
|
|
1234
|
+
resource: InboxResource;
|
|
1235
|
+
onClick: () => void;
|
|
1236
|
+
imageAlignment?: ResourceImageAlignment;
|
|
1237
|
+
buttonText?: string;
|
|
897
1238
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
898
1239
|
}
|
|
899
|
-
declare function export_default$
|
|
1240
|
+
declare function export_default$Q(props: InboxResourceListItemProps): React.JSX.Element | null;
|
|
900
1241
|
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
1242
|
+
type InboxSurveyVariant = 'default' | 'expanded';
|
|
1243
|
+
interface InboxSurveyListItemProps {
|
|
1244
|
+
survey: InboxSurvey;
|
|
1245
|
+
onClick: () => void;
|
|
1246
|
+
variant?: InboxSurveyVariant;
|
|
1247
|
+
surveyActive?: boolean;
|
|
904
1248
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
905
|
-
previewState?: "fetchComplete" | "fetchingData";
|
|
906
|
-
buttonColor?: ColorDefinition;
|
|
907
|
-
buttonVariant?: ButtonVariant;
|
|
908
1249
|
}
|
|
909
|
-
declare function export_default$
|
|
1250
|
+
declare function export_default$P(props: InboxSurveyListItemProps): React.JSX.Element | null;
|
|
910
1251
|
|
|
911
1252
|
type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
|
|
912
1253
|
|
|
@@ -931,27 +1272,132 @@ interface InboxItemListProps {
|
|
|
931
1272
|
syncOnChanges?: boolean;
|
|
932
1273
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
933
1274
|
}
|
|
934
|
-
declare function export_default$
|
|
1275
|
+
declare function export_default$O(props: InboxItemListProps): React.JSX.Element;
|
|
935
1276
|
|
|
936
1277
|
interface InboxItemListCoordinatorProps {
|
|
937
1278
|
children: React.ReactNode;
|
|
938
1279
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
939
1280
|
}
|
|
940
|
-
declare function export_default$
|
|
1281
|
+
declare function export_default$N(props: InboxItemListCoordinatorProps): React.JSX.Element;
|
|
1282
|
+
|
|
1283
|
+
interface CelebrationStepProps {
|
|
1284
|
+
title?: string;
|
|
1285
|
+
text?: string;
|
|
1286
|
+
detailText?: string;
|
|
1287
|
+
iconUrl?: string;
|
|
1288
|
+
imageUrl?: string;
|
|
1289
|
+
nextButtonText?: string;
|
|
1290
|
+
styles: {
|
|
1291
|
+
[key: string]: any;
|
|
1292
|
+
};
|
|
1293
|
+
}
|
|
1294
|
+
declare function export_default$M(props: CelebrationStepProps): React.JSX.Element;
|
|
1295
|
+
|
|
1296
|
+
declare function export_default$L(): React.JSX.Element;
|
|
1297
|
+
|
|
1298
|
+
interface ConnectDeviceAccountStepProps {
|
|
1299
|
+
title?: string;
|
|
1300
|
+
text?: string;
|
|
1301
|
+
deviceType: string;
|
|
1302
|
+
providerID: number;
|
|
1303
|
+
styles: {
|
|
1304
|
+
[key: string]: any;
|
|
1305
|
+
};
|
|
1306
|
+
onConnect: () => void;
|
|
1307
|
+
}
|
|
1308
|
+
declare function export_default$K(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
1309
|
+
|
|
1310
|
+
interface ConnectDeviceAccountStepContainerProps {
|
|
1311
|
+
deviceType?: string;
|
|
1312
|
+
}
|
|
1313
|
+
declare function export_default$J(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
1314
|
+
|
|
1315
|
+
interface ConnectEhrStepProps {
|
|
1316
|
+
title?: string;
|
|
1317
|
+
text?: string;
|
|
1318
|
+
nextButtonText?: string;
|
|
1319
|
+
nextButtonDisabled?: boolean;
|
|
1320
|
+
previewState?: ProviderSearchPreviewState;
|
|
1321
|
+
onProviderConnected: (provider: ExternalAccountProvider) => void;
|
|
1322
|
+
onNextButtonClick: () => void;
|
|
1323
|
+
styles: {
|
|
1324
|
+
[key: string]: any;
|
|
1325
|
+
};
|
|
1326
|
+
}
|
|
1327
|
+
declare function export_default$I(props: ConnectEhrStepProps): React.JSX.Element;
|
|
1328
|
+
|
|
1329
|
+
declare function export_default$H(): React.JSX.Element;
|
|
1330
|
+
|
|
1331
|
+
interface StepElementProps {
|
|
1332
|
+
text?: string;
|
|
1333
|
+
textAlign?: any;
|
|
1334
|
+
color?: string;
|
|
1335
|
+
fontSize?: string;
|
|
1336
|
+
fontWeight?: string;
|
|
1337
|
+
}
|
|
1338
|
+
interface IconElementProps {
|
|
1339
|
+
srcUrl?: string;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
declare function export_default$G(props: StepElementProps): React.JSX.Element | null;
|
|
1343
|
+
|
|
1344
|
+
declare function export_default$F(props: IconElementProps): React.JSX.Element | null;
|
|
1345
|
+
|
|
1346
|
+
declare function export_default$E(props: IconElementProps): React.JSX.Element | null;
|
|
1347
|
+
|
|
1348
|
+
interface StepLayoutProps {
|
|
1349
|
+
children?: React.ReactNode;
|
|
1350
|
+
}
|
|
1351
|
+
declare function export_default$D(props: StepLayoutProps): React.JSX.Element;
|
|
1352
|
+
|
|
1353
|
+
interface StepMarkdownProps {
|
|
1354
|
+
text: string;
|
|
1355
|
+
inline?: boolean;
|
|
1356
|
+
}
|
|
1357
|
+
declare function export_default$C(props: StepMarkdownProps): React.JSX.Element;
|
|
1358
|
+
|
|
1359
|
+
interface StepNextButtonProps extends StepElementProps {
|
|
1360
|
+
backgroundColor: string;
|
|
1361
|
+
letterSpacing: string;
|
|
1362
|
+
textTransform: string;
|
|
1363
|
+
gradient: any;
|
|
1364
|
+
disabled?: boolean;
|
|
1365
|
+
onClick(): void;
|
|
1366
|
+
}
|
|
1367
|
+
declare function export_default$B(props: StepNextButtonProps): React.JSX.Element;
|
|
1368
|
+
|
|
1369
|
+
declare function export_default$A(props: StepElementProps): React.JSX.Element | null;
|
|
1370
|
+
|
|
1371
|
+
declare function export_default$z(props: StepElementProps): React.JSX.Element | null;
|
|
1372
|
+
|
|
1373
|
+
interface YouTubeStepProps {
|
|
1374
|
+
title?: string;
|
|
1375
|
+
text?: string;
|
|
1376
|
+
transcript?: string;
|
|
1377
|
+
videoId: string;
|
|
1378
|
+
nextButtonText?: string;
|
|
1379
|
+
height?: string;
|
|
1380
|
+
styles: {
|
|
1381
|
+
[key: string]: any;
|
|
1382
|
+
};
|
|
1383
|
+
}
|
|
1384
|
+
declare function export_default$y(props: YouTubeStepProps): React.JSX.Element;
|
|
1385
|
+
|
|
1386
|
+
declare function export_default$x(): React.JSX.Element;
|
|
941
1387
|
|
|
942
1388
|
interface SymptomSharkCalendarProps {
|
|
943
1389
|
intervalStart?: Date;
|
|
944
1390
|
onDaySelected(day: Date): void;
|
|
945
1391
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
946
1392
|
}
|
|
947
|
-
declare function export_default$
|
|
1393
|
+
declare function export_default$w(props: SymptomSharkCalendarProps): React.JSX.Element;
|
|
948
1394
|
|
|
949
1395
|
interface OverallExperienceChartProps {
|
|
950
1396
|
intervalStart?: Date;
|
|
951
1397
|
showAllDays?: boolean;
|
|
952
1398
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
953
1399
|
}
|
|
954
|
-
declare function export_default$
|
|
1400
|
+
declare function export_default$v(props: OverallExperienceChartProps): React.JSX.Element | null;
|
|
955
1401
|
|
|
956
1402
|
interface SymptomSharkDataService {
|
|
957
1403
|
getConfiguration(): Promise<SymptomSharkConfiguration>;
|
|
@@ -1009,21 +1455,21 @@ interface SymptomSharkLogEntryProps {
|
|
|
1009
1455
|
highlightedTreatments?: string[];
|
|
1010
1456
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1011
1457
|
}
|
|
1012
|
-
declare function export_default$
|
|
1458
|
+
declare function export_default$u(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
|
|
1013
1459
|
|
|
1014
1460
|
interface SymptomTreatmentHistogramsProps {
|
|
1015
1461
|
intervalStart?: Date;
|
|
1016
1462
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1017
1463
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1018
1464
|
}
|
|
1019
|
-
declare function export_default$
|
|
1465
|
+
declare function export_default$t(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
|
|
1020
1466
|
|
|
1021
1467
|
interface SymptomSeveritySummaryProps {
|
|
1022
1468
|
symptom: SymptomConfiguration;
|
|
1023
1469
|
intervalStart?: Date;
|
|
1024
1470
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1025
1471
|
}
|
|
1026
|
-
declare function export_default$
|
|
1472
|
+
declare function export_default$s(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
|
|
1027
1473
|
|
|
1028
1474
|
interface SymptomSeverityChartProps {
|
|
1029
1475
|
intervalStart?: Date;
|
|
@@ -1031,7 +1477,7 @@ interface SymptomSeverityChartProps {
|
|
|
1031
1477
|
showAllDays?: boolean;
|
|
1032
1478
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1033
1479
|
}
|
|
1034
|
-
declare function export_default$
|
|
1480
|
+
declare function export_default$r(props: SymptomSeverityChartProps): React.JSX.Element | null;
|
|
1035
1481
|
|
|
1036
1482
|
interface SymptomTreatmentFiltersProps {
|
|
1037
1483
|
expandedDropdown: "Symptoms" | "Treatments" | null;
|
|
@@ -1043,28 +1489,28 @@ interface SymptomTreatmentFiltersProps {
|
|
|
1043
1489
|
onTreatmentsSelectionChange(treatments: string[]): void;
|
|
1044
1490
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1045
1491
|
}
|
|
1046
|
-
declare function export_default$
|
|
1492
|
+
declare function export_default$q(props: SymptomTreatmentFiltersProps): React.JSX.Element;
|
|
1047
1493
|
|
|
1048
1494
|
interface SymptomSharkLogEntryListProps {
|
|
1049
1495
|
onDaySelected(d: Date): void;
|
|
1050
1496
|
previewState?: "default";
|
|
1051
1497
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1052
1498
|
}
|
|
1053
|
-
declare function export_default$
|
|
1499
|
+
declare function export_default$p(props: SymptomSharkLogEntryListProps): React.JSX.Element;
|
|
1054
1500
|
|
|
1055
1501
|
interface SymptomSharkLogTodayProps {
|
|
1056
1502
|
previewState?: "withLog" | "noLog";
|
|
1057
1503
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1058
1504
|
onClick(d: Date): void;
|
|
1059
1505
|
}
|
|
1060
|
-
declare function export_default$
|
|
1506
|
+
declare function export_default$o(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
|
|
1061
1507
|
|
|
1062
1508
|
interface SymptomSharkLogEntryEditProps {
|
|
1063
1509
|
date: Date;
|
|
1064
1510
|
promptForReviewAfterDays?: number;
|
|
1065
1511
|
previewState?: "default";
|
|
1066
1512
|
}
|
|
1067
|
-
declare function export_default$
|
|
1513
|
+
declare function export_default$n(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
|
|
1068
1514
|
|
|
1069
1515
|
interface SymptomSharkVisualizationCoordinatorProps {
|
|
1070
1516
|
children: React.ReactNode;
|
|
@@ -1072,7 +1518,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
|
|
|
1072
1518
|
previewState?: "default";
|
|
1073
1519
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1074
1520
|
}
|
|
1075
|
-
declare function export_default$
|
|
1521
|
+
declare function export_default$m(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
|
|
1076
1522
|
|
|
1077
1523
|
interface CalendarViewProps {
|
|
1078
1524
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1080,7 +1526,7 @@ interface CalendarViewProps {
|
|
|
1080
1526
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1081
1527
|
previewState?: "default";
|
|
1082
1528
|
}
|
|
1083
|
-
declare function export_default$
|
|
1529
|
+
declare function export_default$l(props: CalendarViewProps): React.JSX.Element;
|
|
1084
1530
|
|
|
1085
1531
|
interface LogEntryEditViewProps {
|
|
1086
1532
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1088,7 +1534,7 @@ interface LogEntryEditViewProps {
|
|
|
1088
1534
|
promptForReviewAfterDays?: number;
|
|
1089
1535
|
previewState?: "default";
|
|
1090
1536
|
}
|
|
1091
|
-
declare function export_default$
|
|
1537
|
+
declare function export_default$k(props: LogEntryEditViewProps): React.JSX.Element;
|
|
1092
1538
|
|
|
1093
1539
|
interface SymptomDetailViewProps {
|
|
1094
1540
|
symptomId: string;
|
|
@@ -1096,13 +1542,13 @@ interface SymptomDetailViewProps {
|
|
|
1096
1542
|
previewState?: "default";
|
|
1097
1543
|
initialIntervalStart?: Date;
|
|
1098
1544
|
}
|
|
1099
|
-
declare function export_default$
|
|
1545
|
+
declare function export_default$j(props: SymptomDetailViewProps): React.JSX.Element;
|
|
1100
1546
|
|
|
1101
1547
|
interface AllergiesViewProps {
|
|
1102
1548
|
presentation?: "Push" | "Modal";
|
|
1103
1549
|
previewState?: "default";
|
|
1104
1550
|
}
|
|
1105
|
-
declare function export_default$
|
|
1551
|
+
declare function export_default$i(props: AllergiesViewProps): React.JSX.Element;
|
|
1106
1552
|
|
|
1107
1553
|
interface BlankViewProps {
|
|
1108
1554
|
children?: React.ReactNode;
|
|
@@ -1117,13 +1563,13 @@ interface BlankViewProps {
|
|
|
1117
1563
|
subtitleColor?: ColorDefinition;
|
|
1118
1564
|
navigationBarButtonColor?: ColorDefinition;
|
|
1119
1565
|
}
|
|
1120
|
-
declare function export_default$
|
|
1566
|
+
declare function export_default$h(props: BlankViewProps): React.JSX.Element;
|
|
1121
1567
|
|
|
1122
1568
|
interface ConditionsViewProps {
|
|
1123
1569
|
presentation?: "Push" | "Modal";
|
|
1124
1570
|
previewState?: "default";
|
|
1125
1571
|
}
|
|
1126
|
-
declare function export_default$
|
|
1572
|
+
declare function export_default$g(props: ConditionsViewProps): React.JSX.Element;
|
|
1127
1573
|
|
|
1128
1574
|
interface ConnectEhrViewProps {
|
|
1129
1575
|
externalAccountsApplicationUrl: ExternalAccountsApplicationUrl;
|
|
@@ -1134,13 +1580,13 @@ interface ConnectEhrViewProps {
|
|
|
1134
1580
|
colorScheme?: "auto" | "light" | "dark";
|
|
1135
1581
|
}
|
|
1136
1582
|
type ViewPresentationType$3 = "Modal" | "Push";
|
|
1137
|
-
declare function export_default$
|
|
1583
|
+
declare function export_default$f(props: ConnectEhrViewProps): React.JSX.Element;
|
|
1138
1584
|
|
|
1139
1585
|
interface DeviceDataViewProps {
|
|
1140
1586
|
preview?: boolean;
|
|
1141
1587
|
colorScheme?: "auto" | "light" | "dark";
|
|
1142
1588
|
}
|
|
1143
|
-
declare function export_default$
|
|
1589
|
+
declare function export_default$e(props: DeviceDataViewProps): React.JSX.Element;
|
|
1144
1590
|
|
|
1145
1591
|
interface ExternalAccountsViewProps {
|
|
1146
1592
|
excludeProviders?: boolean;
|
|
@@ -1151,7 +1597,7 @@ interface ExternalAccountsViewProps {
|
|
|
1151
1597
|
colorScheme?: "auto" | "light" | "dark";
|
|
1152
1598
|
}
|
|
1153
1599
|
type ViewPresentationType$2 = "Modal" | "Push";
|
|
1154
|
-
declare function export_default$
|
|
1600
|
+
declare function export_default$d(props: ExternalAccountsViewProps): React.JSX.Element;
|
|
1155
1601
|
|
|
1156
1602
|
interface FitbitViewProps {
|
|
1157
1603
|
connectPreview?: ConnectFitbitPreviewState;
|
|
@@ -1159,7 +1605,7 @@ interface FitbitViewProps {
|
|
|
1159
1605
|
chartsPreview?: MonthChartsPreviewState;
|
|
1160
1606
|
colorScheme?: "auto" | "light" | "dark";
|
|
1161
1607
|
}
|
|
1162
|
-
declare function export_default$
|
|
1608
|
+
declare function export_default$c(props: FitbitViewProps): React.JSX.Element;
|
|
1163
1609
|
|
|
1164
1610
|
interface GarminViewProps {
|
|
1165
1611
|
connectPreview?: ConnectGarminPreviewState;
|
|
@@ -1167,7 +1613,7 @@ interface GarminViewProps {
|
|
|
1167
1613
|
chartsPreview?: MonthChartsPreviewState;
|
|
1168
1614
|
garminProviderID?: number;
|
|
1169
1615
|
}
|
|
1170
|
-
declare function export_default$
|
|
1616
|
+
declare function export_default$b(props: GarminViewProps): React.JSX.Element;
|
|
1171
1617
|
|
|
1172
1618
|
interface HomeViewProps {
|
|
1173
1619
|
/**
|
|
@@ -1186,7 +1632,7 @@ interface HomeViewProps {
|
|
|
1186
1632
|
preview?: boolean;
|
|
1187
1633
|
colorScheme?: "auto" | "light" | "dark";
|
|
1188
1634
|
}
|
|
1189
|
-
declare function export_default$
|
|
1635
|
+
declare function export_default$a(props: HomeViewProps): React.JSX.Element;
|
|
1190
1636
|
|
|
1191
1637
|
interface HealthAndWellnessViewProps {
|
|
1192
1638
|
previewState?: "default";
|
|
@@ -1195,13 +1641,13 @@ interface HealthAndWellnessViewProps {
|
|
|
1195
1641
|
externalAccountsApplicationUrl: string;
|
|
1196
1642
|
variant?: "default" | "cardBased";
|
|
1197
1643
|
}
|
|
1198
|
-
declare function export_default$
|
|
1644
|
+
declare function export_default$9(props: HealthAndWellnessViewProps): React.JSX.Element;
|
|
1199
1645
|
|
|
1200
1646
|
interface MedicationsViewProps {
|
|
1201
1647
|
presentation?: "Push" | "Modal";
|
|
1202
1648
|
previewState?: "default";
|
|
1203
1649
|
}
|
|
1204
|
-
declare function export_default$
|
|
1650
|
+
declare function export_default$8(props: MedicationsViewProps): React.JSX.Element;
|
|
1205
1651
|
|
|
1206
1652
|
interface NotificationsViewProps {
|
|
1207
1653
|
notificationType?: NotificationType;
|
|
@@ -1210,7 +1656,7 @@ interface NotificationsViewProps {
|
|
|
1210
1656
|
colorScheme?: "auto" | "light" | "dark";
|
|
1211
1657
|
}
|
|
1212
1658
|
type ViewPresentationType$1 = "Modal" | "Push";
|
|
1213
|
-
declare function export_default$
|
|
1659
|
+
declare function export_default$7(props: NotificationsViewProps): React.JSX.Element;
|
|
1214
1660
|
|
|
1215
1661
|
interface SurveyTasksViewProps {
|
|
1216
1662
|
hideCompleteTasks?: boolean;
|
|
@@ -1221,7 +1667,7 @@ interface SurveyTasksViewProps {
|
|
|
1221
1667
|
colorScheme?: "auto" | "light" | "dark";
|
|
1222
1668
|
}
|
|
1223
1669
|
type ViewPresentationType = "Modal" | "Push";
|
|
1224
|
-
declare function export_default$
|
|
1670
|
+
declare function export_default$6(props: SurveyTasksViewProps): React.JSX.Element;
|
|
1225
1671
|
|
|
1226
1672
|
interface NewPointsEntry {
|
|
1227
1673
|
name: string;
|
|
@@ -1239,7 +1685,7 @@ interface NewPointsViewProps {
|
|
|
1239
1685
|
primaryColor?: string;
|
|
1240
1686
|
doneButtonText?: string;
|
|
1241
1687
|
}
|
|
1242
|
-
declare function export_default$
|
|
1688
|
+
declare function export_default$5(props: NewPointsViewProps): React.JSX.Element;
|
|
1243
1689
|
declare function showNewPoints(props: NewPointsViewProps, url?: string): void;
|
|
1244
1690
|
|
|
1245
1691
|
interface InboxViewProps {
|
|
@@ -1249,15 +1695,16 @@ interface InboxViewProps {
|
|
|
1249
1695
|
resourceImageAlignment?: ResourceImageAlignment;
|
|
1250
1696
|
messageViewerUrl: string;
|
|
1251
1697
|
historyViewerUrl: string;
|
|
1698
|
+
itemCategory?: string;
|
|
1252
1699
|
}
|
|
1253
|
-
declare function export_default$
|
|
1700
|
+
declare function export_default$4(props: InboxViewProps): React.JSX.Element;
|
|
1254
1701
|
|
|
1255
1702
|
interface InboxHistoryViewProps {
|
|
1256
1703
|
previewState?: 'default';
|
|
1257
1704
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
1258
1705
|
messageViewerUrl: string;
|
|
1259
1706
|
}
|
|
1260
|
-
declare function export_default$
|
|
1707
|
+
declare function export_default$3(props: InboxHistoryViewProps): React.JSX.Element;
|
|
1261
1708
|
|
|
1262
1709
|
interface InboxMessageViewProps {
|
|
1263
1710
|
previewState?: InboxMessage;
|
|
@@ -1265,112 +1712,17 @@ interface InboxMessageViewProps {
|
|
|
1265
1712
|
resourceImageAlignment?: 'left' | 'center' | 'right';
|
|
1266
1713
|
resourceButtonText?: string;
|
|
1267
1714
|
}
|
|
1268
|
-
declare function export_default$
|
|
1269
|
-
|
|
1270
|
-
interface CelebrationStepProps {
|
|
1271
|
-
title?: string;
|
|
1272
|
-
text?: string;
|
|
1273
|
-
detailText?: string;
|
|
1274
|
-
iconUrl?: string;
|
|
1275
|
-
imageUrl?: string;
|
|
1276
|
-
nextButtonText?: string;
|
|
1277
|
-
styles: {
|
|
1278
|
-
[key: string]: any;
|
|
1279
|
-
};
|
|
1280
|
-
}
|
|
1281
|
-
declare function export_default$g(props: CelebrationStepProps): React.JSX.Element;
|
|
1282
|
-
|
|
1283
|
-
declare function export_default$f(): React.JSX.Element;
|
|
1284
|
-
|
|
1285
|
-
interface ConnectDeviceAccountStepProps {
|
|
1286
|
-
title?: string;
|
|
1287
|
-
text?: string;
|
|
1288
|
-
deviceType: string;
|
|
1289
|
-
providerID: number;
|
|
1290
|
-
styles: {
|
|
1291
|
-
[key: string]: any;
|
|
1292
|
-
};
|
|
1293
|
-
onConnect: () => void;
|
|
1294
|
-
}
|
|
1295
|
-
declare function export_default$e(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
1296
|
-
|
|
1297
|
-
interface ConnectDeviceAccountStepContainerProps {
|
|
1298
|
-
deviceType?: string;
|
|
1299
|
-
}
|
|
1300
|
-
declare function export_default$d(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
1715
|
+
declare function export_default$2(props: InboxMessageViewProps): React.JSX.Element;
|
|
1301
1716
|
|
|
1302
|
-
interface
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
onNextButtonClick: () => void;
|
|
1310
|
-
styles: {
|
|
1311
|
-
[key: string]: any;
|
|
1312
|
-
};
|
|
1313
|
-
}
|
|
1314
|
-
declare function export_default$c(props: ConnectEhrStepProps): React.JSX.Element;
|
|
1315
|
-
|
|
1316
|
-
declare function export_default$b(): React.JSX.Element;
|
|
1317
|
-
|
|
1318
|
-
interface StepElementProps {
|
|
1319
|
-
text?: string;
|
|
1320
|
-
textAlign?: any;
|
|
1321
|
-
color?: string;
|
|
1322
|
-
fontSize?: string;
|
|
1323
|
-
fontWeight?: string;
|
|
1324
|
-
}
|
|
1325
|
-
interface IconElementProps {
|
|
1326
|
-
srcUrl?: string;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
declare function export_default$a(props: StepElementProps): React.JSX.Element | null;
|
|
1330
|
-
|
|
1331
|
-
declare function export_default$9(props: IconElementProps): React.JSX.Element | null;
|
|
1332
|
-
|
|
1333
|
-
declare function export_default$8(props: IconElementProps): React.JSX.Element | null;
|
|
1334
|
-
|
|
1335
|
-
interface StepLayoutProps {
|
|
1336
|
-
children?: React.ReactNode;
|
|
1337
|
-
}
|
|
1338
|
-
declare function export_default$7(props: StepLayoutProps): React.JSX.Element;
|
|
1339
|
-
|
|
1340
|
-
interface StepMarkdownProps {
|
|
1341
|
-
text: string;
|
|
1342
|
-
inline?: boolean;
|
|
1343
|
-
}
|
|
1344
|
-
declare function export_default$6(props: StepMarkdownProps): React.JSX.Element;
|
|
1345
|
-
|
|
1346
|
-
interface StepNextButtonProps extends StepElementProps {
|
|
1347
|
-
backgroundColor: string;
|
|
1348
|
-
letterSpacing: string;
|
|
1349
|
-
textTransform: string;
|
|
1350
|
-
gradient: any;
|
|
1351
|
-
disabled?: boolean;
|
|
1352
|
-
onClick(): void;
|
|
1353
|
-
}
|
|
1354
|
-
declare function export_default$5(props: StepNextButtonProps): React.JSX.Element;
|
|
1355
|
-
|
|
1356
|
-
declare function export_default$4(props: StepElementProps): React.JSX.Element | null;
|
|
1357
|
-
|
|
1358
|
-
declare function export_default$3(props: StepElementProps): React.JSX.Element | null;
|
|
1359
|
-
|
|
1360
|
-
interface YouTubeStepProps {
|
|
1361
|
-
title?: string;
|
|
1362
|
-
text?: string;
|
|
1363
|
-
transcript?: string;
|
|
1364
|
-
videoId: string;
|
|
1365
|
-
nextButtonText?: string;
|
|
1366
|
-
height?: string;
|
|
1367
|
-
styles: {
|
|
1368
|
-
[key: string]: any;
|
|
1369
|
-
};
|
|
1717
|
+
interface ResourceListViewProps {
|
|
1718
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
1719
|
+
previewState?: ResourceListPreviewState;
|
|
1720
|
+
title: string;
|
|
1721
|
+
resources: ResourceDefinition[];
|
|
1722
|
+
emptyText?: string;
|
|
1723
|
+
resourceImageAlignment?: ResourceImageAlignment;
|
|
1370
1724
|
}
|
|
1371
|
-
declare function export_default$
|
|
1372
|
-
|
|
1373
|
-
declare function export_default$1(): React.JSX.Element;
|
|
1725
|
+
declare function export_default$1(props: ResourceListViewProps): React.JSX.Element;
|
|
1374
1726
|
|
|
1375
1727
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
1376
1728
|
|
|
@@ -1378,4 +1730,6 @@ declare function language(key: string): string;
|
|
|
1378
1730
|
|
|
1379
1731
|
declare function getDayKey(date: Date): string;
|
|
1380
1732
|
|
|
1381
|
-
|
|
1733
|
+
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1734
|
+
|
|
1735
|
+
export { export_default$1o as Action, export_default$1n as ActivityMeter, export_default$1W as AllergiesList, export_default$i as AllergiesView, export_default$1V as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2c as AsthmaActionPlanManager, export_default$22 as AsthmaActionPlanView, export_default$21 as AsthmaActivityView, export_default$2b as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$20 as AsthmaAirQualityView, export_default$2a as AsthmaAlertTakeoverNotice, export_default$29 as AsthmaAlertTakeoverTrigger, export_default$1$ as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$28 as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$27 as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$26 as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1_ as AsthmaDayView, export_default$1Z as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$25 as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1Y as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$24 as AsthmaLogEntryHeader, AsthmaParticipant, export_default$23 as AsthmaPostEnrollmentSurveyTrigger, export_default$1X as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, export_default$h as BlankView, BloodPressureDataPoint, export_default$1T as BloodPressureVisualization, export_default$1s as Button, export_default$1m as Calendar, export_default$1l as CalendarDay, CalendarDayStateConfiguration, export_default$1k as Card, export_default$1j as CardTitle, export_default$M as CelebrationStep, export_default$L as CelebrationStepContainer, ColorDefinition, export_default$1S as ConditionsList, export_default$g as ConditionsView, export_default$K as ConnectDeviceAccountStep, export_default$J as ConnectDeviceAccountStepContainer, export_default$1R as ConnectDevicesMenu, export_default$1Q as ConnectEhr, export_default$I as ConnectEhrStep, export_default$H as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1P as ConnectFitbit, export_default$1O as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1i as DateRangeNavigator, export_default$1h as DayTrackerSymbol, DeviceDataChartLine, export_default$1N as DeviceDataMonthChart, export_default$1M as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$1g as DumbbellChart, export_default$1L as ExternalAccountList, export_default$1K as ExternalAccountsLoadingIndicator, export_default$1J as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$1f as Face, export_default$1I as FitbitDevices, export_default$1H as FitbitMonthCharts, export_default$c as FitbitView, export_default$1G as GarminDevices, export_default$1F as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$1E as HealthPreviewSection, export_default$1e as Histogram, export_default$a as HomeView, export_default$S as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$O as InboxItemList, export_default$N as InboxItemListCoordinator, export_default$R as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$Q as InboxResourceListItem, export_default$P as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$1D as LabResultsSummary, export_default$1d as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1C as MedicationsList, export_default$8 as MedicationsView, export_default$1B as MostRecentNotification, export_default$1c as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1b as NotesInput, export_default$1A as NotificationList, export_default$7 as NotificationsView, export_default$1z as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1a as ProgressRing, export_default$1y as ProjectHeader, export_default$1x as ProjectSupport, export_default$1w as ProviderSearch, export_default$1v as RecentDailyDataBarChart, export_default$1u as RelativeActivityToday, export_default$19 as Resource, ResourceDefinition, ResourceImageAlignment, export_default$18 as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$1t as RestingHeartRateCalendar, export_default$17 as RotatingComponentCoordinator, RotatingComponentInterval, export_default$16 as Section, export_default$15 as SegmentedControl, export_default$1q as SeverityCalendar, export_default$14 as ShinyOverlay, export_default$13 as SingleDataPoint, export_default$12 as SingleExternalAccount, export_default$11 as SingleNotification, export_default$10 as SingleSurveyTask, export_default$$ as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$G as StepDetailText, export_default$E as StepImage, export_default$F as StepImageIcon, export_default$D as StepLayout, export_default$C as StepMarkdown, export_default$B as StepNextButton, export_default$A as StepText, export_default$z as StepTitle, SurveyBloodPressureDataParameters, export_default$1r as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$_ as Switch, SymptomConfiguration, SymptomReference, export_default$w as SymptomSharkCalendar, export_default$l as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$u as SymptomSharkLogEntry, export_default$n as SymptomSharkLogEntryEdit, export_default$k as SymptomSharkLogEntryEditView, export_default$p as SymptomSharkLogEntryList, export_default$o as SymptomSharkLogToday, export_default$v as SymptomSharkOverallExperienceChart, export_default$j as SymptomSharkSymptomDetailView, export_default$r as SymptomSharkSymptomSeverityChart, export_default$s as SymptomSharkSymptomSeveritySummary, export_default$q as SymptomSharkSymptomTreatmentFilters, export_default$t as SymptomSharkSymptomTreatmentHistograms, export_default$m as SymptomSharkVisualizationCoordinator, export_default$Z as TextBlock, export_default$Y as Title, export_default$X as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$W as UnstyledButton, export_default$V as ValueSelector, export_default$1p as ViewEhr, export_default$U as ViewHeader, export_default$T as WeekCalendar, WeekStartsOn, export_default$y as YouTubeStep, export_default$x as YouTubeStepContainer, service as asthmaDataService, export_default$1U as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|