@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.9 → 2.9.1-AsthmaUI.90
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 +141 -194
- 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/{container → components}/AsthmaAirQualities/AsthmaAirQualities.d.ts +4 -1
- 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/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/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaBiometrics/AsthmaBiometrics.d.ts +5 -1
- 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/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +3 -0
- package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +46 -0
- package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaControlCalendar/index.d.ts +1 -1
- package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +1 -1
- package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +32 -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/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +2 -1
- package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +32 -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 +12 -4
- package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +17 -4
- 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/index.d.ts +2 -2
- package/dist/cjs/types/components/asthma/model/types.d.ts +23 -6
- 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/AsthmaLibraryCategoryView/AsthmaLibraryCategoryView.d.ts +10 -0
- package/dist/cjs/types/components/asthma/views/AsthmaLibraryCategoryView/AsthmaLibraryCategoryView.stories.d.ts +40 -0
- package/dist/cjs/types/components/asthma/views/AsthmaLibraryCategoryView/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 +9 -0
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +12 -0
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.previewdata.d.ts +2 -0
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +43 -0
- package/dist/cjs/types/components/container/BloodPressureVisualization/index.d.ts +1 -0
- package/dist/cjs/types/components/container/InboxItemList/InboxItemList.d.ts +27 -0
- package/dist/cjs/types/components/container/InboxItemList/InboxItemList.previewData.d.ts +6 -0
- package/dist/cjs/types/components/container/InboxItemList/InboxItemList.stories.d.ts +66 -0
- package/dist/cjs/types/components/container/InboxItemList/index.d.ts +1 -0
- package/dist/cjs/types/components/container/InboxItemListCoordinator/InboxItemListCoordinator.d.ts +12 -0
- package/dist/cjs/types/components/container/InboxItemListCoordinator/index.d.ts +1 -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/SeverityCalendar/SeverityCalendar.d.ts +12 -0
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.previewdata.d.ts +2 -0
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.stories.d.ts +52 -0
- package/dist/cjs/types/components/container/SeverityCalendar/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +5 -0
- package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.d.ts +1 -1
- package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +70 -1
- package/dist/cjs/types/components/presentational/DumbbellChart/Dumbbell.d.ts +9 -0
- package/dist/cjs/types/components/presentational/DumbbellChart/DumbbellChart.d.ts +28 -0
- package/dist/cjs/types/components/presentational/DumbbellChart/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/InboxCompletedListItem/InboxCompletedListItem.d.ts +10 -0
- package/dist/cjs/types/components/presentational/InboxCompletedListItem/InboxCompletedListItem.stories.d.ts +23 -0
- package/dist/cjs/types/components/presentational/InboxCompletedListItem/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/InboxMessageListItem/InboxMessageListItem.d.ts +10 -0
- package/dist/cjs/types/components/presentational/InboxMessageListItem/InboxMessageListItem.stories.d.ts +24 -0
- package/dist/cjs/types/components/presentational/InboxMessageListItem/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +12 -0
- package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +67 -0
- package/dist/cjs/types/components/presentational/InboxResourceListItem/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/InboxSurveyListItem/InboxSurveyListItem.d.ts +13 -0
- package/dist/cjs/types/components/presentational/InboxSurveyListItem/InboxSurveyListItem.stories.d.ts +72 -0
- package/dist/cjs/types/components/presentational/InboxSurveyListItem/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +5 -2
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +83 -0
- package/dist/cjs/types/components/presentational/Resource/Resource.d.ts +15 -0
- package/dist/cjs/types/components/presentational/Resource/Resource.stories.d.ts +44 -0
- package/dist/cjs/types/components/presentational/Resource/index.d.ts +1 -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/SingleSurveyTask/SingleSurveyTask.d.ts +6 -4
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +59 -123
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.d.ts +23 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +119 -0
- package/dist/cjs/types/components/presentational/ValueSelector/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +10 -1
- package/dist/cjs/types/components/view/InboxHistoryView/InboxHistoryView.d.ts +8 -0
- package/dist/cjs/types/components/{asthma/container/AsthmaTools/AsthmaTools.stories.d.ts → view/InboxHistoryView/InboxHistoryView.stories.d.ts} +2 -2
- package/dist/cjs/types/components/view/InboxHistoryView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/InboxMessageView/InboxMessageView.d.ts +11 -0
- package/dist/cjs/types/components/view/InboxMessageView/InboxMessageView.stories.d.ts +48 -0
- package/dist/cjs/types/components/view/InboxMessageView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/InboxView/InboxView.d.ts +13 -0
- package/dist/cjs/types/components/view/InboxView/InboxView.stories.d.ts +27 -0
- package/dist/cjs/types/components/view/InboxView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/index.d.ts +3 -0
- package/dist/cjs/types/helpers/Inbox/inbox-data.d.ts +8 -0
- package/dist/cjs/types/helpers/blood-pressure-data-providers/index.d.ts +3 -0
- package/dist/cjs/types/helpers/blood-pressure-data-providers/survey-blood-pressure-data-provider.d.ts +12 -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/apple-health-active-energy-burned.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +7 -0
- package/dist/cjs/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/shared.d.ts +4 -0
- package/dist/cjs/types/helpers/date-helpers.d.ts +1 -0
- package/dist/cjs/types/helpers/functions.d.ts +1 -0
- package/dist/cjs/types/helpers/query-all-survey-answers.d.ts +2 -0
- package/dist/cjs/types/helpers/query-daily-data.d.ts +9 -1
- package/dist/cjs/types/index.d.ts +3 -0
- package/dist/esm/index.js +141 -194
- 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/{container → components}/AsthmaAirQualities/AsthmaAirQualities.d.ts +4 -1
- 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/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/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaBiometrics/AsthmaBiometrics.d.ts +5 -1
- 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/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +3 -0
- package/dist/esm/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +46 -0
- package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaControlCalendar/index.d.ts +1 -1
- package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +1 -1
- package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +32 -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/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +2 -1
- package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +32 -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 +12 -4
- package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +17 -4
- 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/index.d.ts +2 -2
- package/dist/esm/types/components/asthma/model/types.d.ts +23 -6
- 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/AsthmaLibraryCategoryView/AsthmaLibraryCategoryView.d.ts +10 -0
- package/dist/esm/types/components/asthma/views/AsthmaLibraryCategoryView/AsthmaLibraryCategoryView.stories.d.ts +40 -0
- package/dist/esm/types/components/asthma/views/AsthmaLibraryCategoryView/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 +9 -0
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +12 -0
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.previewdata.d.ts +2 -0
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +43 -0
- package/dist/esm/types/components/container/BloodPressureVisualization/index.d.ts +1 -0
- package/dist/esm/types/components/container/InboxItemList/InboxItemList.d.ts +27 -0
- package/dist/esm/types/components/container/InboxItemList/InboxItemList.previewData.d.ts +6 -0
- package/dist/esm/types/components/container/InboxItemList/InboxItemList.stories.d.ts +66 -0
- package/dist/esm/types/components/container/InboxItemList/index.d.ts +1 -0
- package/dist/esm/types/components/container/InboxItemListCoordinator/InboxItemListCoordinator.d.ts +12 -0
- package/dist/esm/types/components/container/InboxItemListCoordinator/index.d.ts +1 -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/SeverityCalendar/SeverityCalendar.d.ts +12 -0
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.previewdata.d.ts +2 -0
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.stories.d.ts +52 -0
- package/dist/esm/types/components/container/SeverityCalendar/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +5 -0
- package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.d.ts +1 -1
- package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +70 -1
- package/dist/esm/types/components/presentational/DumbbellChart/Dumbbell.d.ts +9 -0
- package/dist/esm/types/components/presentational/DumbbellChart/DumbbellChart.d.ts +28 -0
- package/dist/esm/types/components/presentational/DumbbellChart/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/InboxCompletedListItem/InboxCompletedListItem.d.ts +10 -0
- package/dist/esm/types/components/presentational/InboxCompletedListItem/InboxCompletedListItem.stories.d.ts +23 -0
- package/dist/esm/types/components/presentational/InboxCompletedListItem/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/InboxMessageListItem/InboxMessageListItem.d.ts +10 -0
- package/dist/esm/types/components/presentational/InboxMessageListItem/InboxMessageListItem.stories.d.ts +24 -0
- package/dist/esm/types/components/presentational/InboxMessageListItem/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +12 -0
- package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +67 -0
- package/dist/esm/types/components/presentational/InboxResourceListItem/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/InboxSurveyListItem/InboxSurveyListItem.d.ts +13 -0
- package/dist/esm/types/components/presentational/InboxSurveyListItem/InboxSurveyListItem.stories.d.ts +72 -0
- package/dist/esm/types/components/presentational/InboxSurveyListItem/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +5 -2
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +83 -0
- package/dist/esm/types/components/presentational/Resource/Resource.d.ts +15 -0
- package/dist/esm/types/components/presentational/Resource/Resource.stories.d.ts +44 -0
- package/dist/esm/types/components/presentational/Resource/index.d.ts +1 -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/SingleSurveyTask/SingleSurveyTask.d.ts +6 -4
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +59 -123
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.d.ts +23 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +119 -0
- package/dist/esm/types/components/presentational/ValueSelector/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +10 -1
- package/dist/esm/types/components/view/InboxHistoryView/InboxHistoryView.d.ts +8 -0
- package/dist/esm/types/components/{asthma/container/AsthmaTools/AsthmaTools.stories.d.ts → view/InboxHistoryView/InboxHistoryView.stories.d.ts} +2 -2
- package/dist/esm/types/components/view/InboxHistoryView/index.d.ts +1 -0
- package/dist/esm/types/components/view/InboxMessageView/InboxMessageView.d.ts +11 -0
- package/dist/esm/types/components/view/InboxMessageView/InboxMessageView.stories.d.ts +48 -0
- package/dist/esm/types/components/view/InboxMessageView/index.d.ts +1 -0
- package/dist/esm/types/components/view/InboxView/InboxView.d.ts +13 -0
- package/dist/esm/types/components/view/InboxView/InboxView.stories.d.ts +27 -0
- package/dist/esm/types/components/view/InboxView/index.d.ts +1 -0
- package/dist/esm/types/components/view/index.d.ts +3 -0
- package/dist/esm/types/helpers/Inbox/inbox-data.d.ts +8 -0
- package/dist/esm/types/helpers/blood-pressure-data-providers/index.d.ts +3 -0
- package/dist/esm/types/helpers/blood-pressure-data-providers/survey-blood-pressure-data-provider.d.ts +12 -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/apple-health-active-energy-burned.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/index.d.ts +7 -0
- package/dist/esm/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/shared.d.ts +4 -0
- package/dist/esm/types/helpers/date-helpers.d.ts +1 -0
- package/dist/esm/types/helpers/functions.d.ts +1 -0
- package/dist/esm/types/helpers/query-all-survey-answers.d.ts +2 -0
- package/dist/esm/types/helpers/query-daily-data.d.ts +9 -1
- package/dist/esm/types/index.d.ts +3 -0
- package/dist/index.d.ts +1067 -689
- package/package.json +7 -7
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -6
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +0 -16
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +0 -6
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +0 -16
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -22
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -138
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -34
- package/dist/cjs/types/components/asthma/container/AsthmaTools/AsthmaTools.d.ts +0 -6
- package/dist/cjs/types/components/asthma/container/AsthmaTools/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/container/index.d.ts +0 -6
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -12
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -70
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/presentational/AsthmaFacts/AsthmaFacts.d.ts +0 -5
- package/dist/cjs/types/components/asthma/presentational/AsthmaFacts/AsthmaFacts.stories.d.ts +0 -19
- package/dist/cjs/types/components/asthma/presentational/AsthmaFacts/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +0 -11
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -60
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/presentational/AsthmaToolLink/AsthmaToolLink.d.ts +0 -8
- package/dist/cjs/types/components/asthma/presentational/AsthmaToolLink/AsthmaToolLink.stories.d.ts +0 -17
- package/dist/cjs/types/components/asthma/presentational/AsthmaToolLink/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/presentational/index.d.ts +0 -4
- package/dist/cjs/types/components/presentational/RotatingText/RotatingText.d.ts +0 -15
- package/dist/cjs/types/components/presentational/RotatingText/RotatingText.stories.d.ts +0 -149
- package/dist/cjs/types/components/presentational/RotatingText/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -6
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +0 -16
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +0 -6
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +0 -16
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -22
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -138
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -34
- package/dist/esm/types/components/asthma/container/AsthmaTools/AsthmaTools.d.ts +0 -6
- package/dist/esm/types/components/asthma/container/AsthmaTools/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/container/index.d.ts +0 -6
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -12
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -70
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/presentational/AsthmaFacts/AsthmaFacts.d.ts +0 -5
- package/dist/esm/types/components/asthma/presentational/AsthmaFacts/AsthmaFacts.stories.d.ts +0 -19
- package/dist/esm/types/components/asthma/presentational/AsthmaFacts/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +0 -11
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -60
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/presentational/AsthmaToolLink/AsthmaToolLink.d.ts +0 -8
- package/dist/esm/types/components/asthma/presentational/AsthmaToolLink/AsthmaToolLink.stories.d.ts +0 -17
- package/dist/esm/types/components/asthma/presentational/AsthmaToolLink/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/presentational/index.d.ts +0 -4
- package/dist/esm/types/components/presentational/RotatingText/RotatingText.d.ts +0 -15
- package/dist/esm/types/components/presentational/RotatingText/RotatingText.stories.d.ts +0 -149
- package/dist/esm/types/components/presentational/RotatingText/index.d.ts +0 -1
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaBiometrics/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaLogEntryHeader/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaBiometrics/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaLogEntryHeader/index.d.ts +0 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ValueSelector, { ValueSelectorProps } from './ValueSelector';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ValueSelector;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Buttons: {
|
|
12
|
+
args: {
|
|
13
|
+
title: string;
|
|
14
|
+
subtitle: string;
|
|
15
|
+
values: string[];
|
|
16
|
+
};
|
|
17
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
export declare const ButtonsPreventEmptySelections: {
|
|
20
|
+
args: {
|
|
21
|
+
title: string;
|
|
22
|
+
subtitle: string;
|
|
23
|
+
values: string[];
|
|
24
|
+
preventEmptySelections: boolean;
|
|
25
|
+
};
|
|
26
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
27
|
+
};
|
|
28
|
+
export declare const ButtonsMultiSelect: {
|
|
29
|
+
args: {
|
|
30
|
+
title: string;
|
|
31
|
+
subtitle: string;
|
|
32
|
+
values: string[];
|
|
33
|
+
multiSelect: boolean;
|
|
34
|
+
};
|
|
35
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
36
|
+
};
|
|
37
|
+
export declare const ButtonsMultiSelectPreventEmptySelections: {
|
|
38
|
+
args: {
|
|
39
|
+
title: string;
|
|
40
|
+
subtitle: string;
|
|
41
|
+
values: string[];
|
|
42
|
+
multiSelect: boolean;
|
|
43
|
+
preventEmptySelections: boolean;
|
|
44
|
+
};
|
|
45
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
46
|
+
};
|
|
47
|
+
export declare const ButtonsCustomColors: {
|
|
48
|
+
args: {
|
|
49
|
+
title: string;
|
|
50
|
+
titleColor: string;
|
|
51
|
+
subtitle: string;
|
|
52
|
+
subtitleColor: string;
|
|
53
|
+
values: string[];
|
|
54
|
+
valueBackgroundColor: string;
|
|
55
|
+
valueTextColor: string;
|
|
56
|
+
selectedButtonBackgroundColor: string;
|
|
57
|
+
selectedButtonTextColor: {
|
|
58
|
+
lightMode: string;
|
|
59
|
+
darkMode: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
63
|
+
};
|
|
64
|
+
export declare const Checkboxes: {
|
|
65
|
+
args: {
|
|
66
|
+
title: string;
|
|
67
|
+
subtitle: string;
|
|
68
|
+
values: string[];
|
|
69
|
+
variant: string;
|
|
70
|
+
};
|
|
71
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
72
|
+
};
|
|
73
|
+
export declare const CheckboxesPreventEmptySelections: {
|
|
74
|
+
args: {
|
|
75
|
+
title: string;
|
|
76
|
+
subtitle: string;
|
|
77
|
+
values: string[];
|
|
78
|
+
variant: string;
|
|
79
|
+
preventEmptySelections: boolean;
|
|
80
|
+
};
|
|
81
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
82
|
+
};
|
|
83
|
+
export declare const CheckboxesMultiSelect: {
|
|
84
|
+
args: {
|
|
85
|
+
title: string;
|
|
86
|
+
subtitle: string;
|
|
87
|
+
values: string[];
|
|
88
|
+
variant: string;
|
|
89
|
+
multiSelect: boolean;
|
|
90
|
+
};
|
|
91
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
92
|
+
};
|
|
93
|
+
export declare const CheckboxesMultiSelectPreventEmptySelections: {
|
|
94
|
+
args: {
|
|
95
|
+
title: string;
|
|
96
|
+
subtitle: string;
|
|
97
|
+
values: string[];
|
|
98
|
+
variant: string;
|
|
99
|
+
multiSelect: boolean;
|
|
100
|
+
preventEmptySelections: boolean;
|
|
101
|
+
};
|
|
102
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
103
|
+
};
|
|
104
|
+
export declare const CheckboxesCustomColors: {
|
|
105
|
+
args: {
|
|
106
|
+
title: string;
|
|
107
|
+
titleColor: string;
|
|
108
|
+
subtitle: string;
|
|
109
|
+
subtitleColor: string;
|
|
110
|
+
values: string[];
|
|
111
|
+
valueBackgroundColor: string;
|
|
112
|
+
valueTextColor: string;
|
|
113
|
+
checkboxColor: string;
|
|
114
|
+
selectedCheckboxColor: string;
|
|
115
|
+
variant: string;
|
|
116
|
+
multiSelect: boolean;
|
|
117
|
+
};
|
|
118
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
119
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ValueSelector';
|
|
@@ -8,6 +8,7 @@ export { default as CardTitle } from "./CardTitle";
|
|
|
8
8
|
export { default as DateRangeCoordinator, DateRangeContext } from "./DateRangeCoordinator";
|
|
9
9
|
export { default as DateRangeNavigator } from "./DateRangeNavigator";
|
|
10
10
|
export { default as DayTrackerSymbol } from "./DayTrackerSymbol";
|
|
11
|
+
export { default as DumbbellChart } from "./DumbbellChart";
|
|
11
12
|
export { default as Face } from "./Face";
|
|
12
13
|
export { default as Histogram } from "./Histogram";
|
|
13
14
|
export { default as Layout, LayoutContext } from "./Layout";
|
|
@@ -17,10 +18,13 @@ export { default as NotesInput } from "./NotesInput";
|
|
|
17
18
|
export { default as ProgressBar } from "./ProgressBar";
|
|
18
19
|
export { default as ProgressBarStep } from "./ProgressBar/ProgressBarStep";
|
|
19
20
|
export { default as ProgressRing } from "./ProgressRing";
|
|
20
|
-
export { default as
|
|
21
|
+
export { default as Resource, ResourceImageAlignment } from "./Resource";
|
|
22
|
+
export { default as ResourceList, ResourceDefinition, ResourceListPreviewState } from "./ResourceList";
|
|
23
|
+
export { default as RotatingComponentCoordinator, RotatingComponentInterval } from "./RotatingComponentCoordinator";
|
|
21
24
|
export { default as Section } from "./Section";
|
|
22
25
|
export { default as SegmentedControl } from "./SegmentedControl";
|
|
23
26
|
export { default as ShinyOverlay } from "./ShinyOverlay";
|
|
27
|
+
export { default as SingleDataPoint } from "./SingleDataPoint";
|
|
24
28
|
export { default as SingleExternalAccount } from "./SingleExternalAccount";
|
|
25
29
|
export { default as SingleNotification } from "./SingleNotification";
|
|
26
30
|
export { default as SingleSurveyTask } from "./SingleSurveyTask";
|
|
@@ -31,5 +35,10 @@ export { default as TextBlock } from "./TextBlock";
|
|
|
31
35
|
export { default as Title } from "./Title";
|
|
32
36
|
export { default as TrackerItem } from "./TrackerItem";
|
|
33
37
|
export { default as UnstyledButton } from "./UnstyledButton";
|
|
38
|
+
export { default as ValueSelector } from "./ValueSelector";
|
|
34
39
|
export { default as ViewHeader } from "./ViewHeader";
|
|
35
40
|
export { default as WeekCalendar } from "./WeekCalendar";
|
|
41
|
+
export { default as InboxCompletedListItem } from "./InboxCompletedListItem";
|
|
42
|
+
export { default as InboxMessageListItem } from "./InboxMessageListItem";
|
|
43
|
+
export { default as InboxResourceListItem } from "./InboxResourceListItem";
|
|
44
|
+
export { default as InboxSurveyListItem, InboxSurveyVariant } from "./InboxSurveyListItem";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './InboxHistoryView.css';
|
|
3
|
+
export interface InboxHistoryViewProps {
|
|
4
|
+
previewState?: 'default';
|
|
5
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
6
|
+
messageViewerUrl: string;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: InboxHistoryViewProps): React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import InboxHistoryView from './InboxHistoryView';
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: typeof
|
|
5
|
+
component: typeof InboxHistoryView;
|
|
6
6
|
parameters: {
|
|
7
7
|
layout: string;
|
|
8
8
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './InboxHistoryView';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './InboxMessageView.css';
|
|
3
|
+
import { InboxMessage } from '@careevolution/mydatahelps-js';
|
|
4
|
+
export interface InboxMessageViewProps {
|
|
5
|
+
previewState?: InboxMessage;
|
|
6
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
7
|
+
resourceImageAlignment?: 'left' | 'center' | 'right';
|
|
8
|
+
resourceButtonText?: string;
|
|
9
|
+
}
|
|
10
|
+
export default function (props: InboxMessageViewProps): React.JSX.Element;
|
|
11
|
+
export declare function viewInboxMessage(message: InboxMessage, url: string): void;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import InboxMessageView from './InboxMessageView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof InboxMessageView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
interface InboxMessageViewStoryArgs {
|
|
12
|
+
title: string;
|
|
13
|
+
content: string;
|
|
14
|
+
hasRelatedResources?: boolean;
|
|
15
|
+
resourceImageAlignment?: 'left' | 'center' | 'right';
|
|
16
|
+
resourceButtonText?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const Default: {
|
|
19
|
+
args: {
|
|
20
|
+
title: string;
|
|
21
|
+
content: string;
|
|
22
|
+
hasRelatedResources: boolean;
|
|
23
|
+
resourceImageAlignment: string;
|
|
24
|
+
resourceButtonText: string;
|
|
25
|
+
};
|
|
26
|
+
argTypes: {
|
|
27
|
+
hasRelatedResources: {
|
|
28
|
+
name: string;
|
|
29
|
+
};
|
|
30
|
+
resourceImageAlignment: {
|
|
31
|
+
name: string;
|
|
32
|
+
control: string;
|
|
33
|
+
options: string[];
|
|
34
|
+
if: {
|
|
35
|
+
arg: string;
|
|
36
|
+
eq: boolean;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
resourceButtonText: {
|
|
40
|
+
name: string;
|
|
41
|
+
if: {
|
|
42
|
+
arg: string;
|
|
43
|
+
eq: boolean;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
render: (args: InboxMessageViewStoryArgs) => React.JSX.Element;
|
|
48
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default, viewInboxMessage } from './InboxMessageView';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './InboxView.css';
|
|
3
|
+
import { InboxSurveyVariant, ResourceImageAlignment } from '../../presentational';
|
|
4
|
+
export interface InboxViewProps {
|
|
5
|
+
previewState?: 'default';
|
|
6
|
+
colorScheme?: 'auto' | 'light' | 'dark';
|
|
7
|
+
surveyVariant?: InboxSurveyVariant;
|
|
8
|
+
resourceImageAlignment?: ResourceImageAlignment;
|
|
9
|
+
messageViewerUrl: string;
|
|
10
|
+
historyViewerUrl: string;
|
|
11
|
+
itemCategory?: string;
|
|
12
|
+
}
|
|
13
|
+
export default function (props: InboxViewProps): React.JSX.Element;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import InboxView, { InboxViewProps } from './InboxView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof InboxView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
surveyVariant: string;
|
|
14
|
+
resourceImageAlignment: string;
|
|
15
|
+
};
|
|
16
|
+
argTypes: {
|
|
17
|
+
surveyVariant: {
|
|
18
|
+
control: string;
|
|
19
|
+
options: string[];
|
|
20
|
+
};
|
|
21
|
+
resourceImageAlignment: {
|
|
22
|
+
control: string;
|
|
23
|
+
options: string[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
render: (args: InboxViewProps) => React.JSX.Element;
|
|
27
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './InboxView';
|
|
@@ -12,3 +12,6 @@ export { default as MedicationsView } from "./MedicationsView";
|
|
|
12
12
|
export { default as NotificationsView } from "./NotificationsView";
|
|
13
13
|
export { default as SurveyTasksView } from "./SurveyTasksView";
|
|
14
14
|
export { default as NewPointsView, NewPointsViewProps, NewPointsEntry, showNewPoints } from "./NewPointsView";
|
|
15
|
+
export { default as InboxView } from "./InboxView";
|
|
16
|
+
export { default as InboxHistoryView } from "./InboxHistoryView";
|
|
17
|
+
export { default as InboxMessageView } from "./InboxMessageView";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Guid, InboxItem, InboxItemQueryParameters, InboxItemUpdateResult } from "@careevolution/mydatahelps-js";
|
|
2
|
+
export interface InboxDataService {
|
|
3
|
+
loadInboxItems: (parameters: InboxItemQueryParameters) => Promise<InboxItem[]>;
|
|
4
|
+
loadInboxItem: (id: Guid) => Promise<InboxItem | undefined>;
|
|
5
|
+
markItemRead: (inboxItem: InboxItem) => Promise<InboxItemUpdateResult>;
|
|
6
|
+
}
|
|
7
|
+
declare const service: InboxDataService;
|
|
8
|
+
export default service;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { default as bloodPressureDataProvider } from "./survey-blood-pressure-data-provider";
|
|
2
|
+
export { SurveyBloodPressureDataParameters as SurveyBloodPressureDataParameters } from "./survey-blood-pressure-data-provider";
|
|
3
|
+
export { BloodPressureDataPoint as BloodPressureDataPoint } from "./survey-blood-pressure-data-provider";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface SurveyBloodPressureDataParameters {
|
|
2
|
+
surveyName: string;
|
|
3
|
+
dateResultIdentifier: string;
|
|
4
|
+
systolicResultIdentifier: string;
|
|
5
|
+
diastolicResultIdentifier: string;
|
|
6
|
+
}
|
|
7
|
+
export interface BloodPressureDataPoint {
|
|
8
|
+
date: Date;
|
|
9
|
+
systolic: number;
|
|
10
|
+
diastolic: number;
|
|
11
|
+
}
|
|
12
|
+
export default function (props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
|
|
@@ -8,6 +8,7 @@ export { inBedTime as appleHealthInBedDataProvider } from "./apple-health-sleep"
|
|
|
8
8
|
export { default as appleHealthStandTimeDataProvider } from "./apple-health-stand-time";
|
|
9
9
|
export { default as appleHealthStepsDataProvider } from "./apple-health-steps";
|
|
10
10
|
export { default as appleHealthWalkingHeartRateAverageDataProvider } from "./apple-health-walking-heart-rate-average";
|
|
11
|
+
export { default as appleHealthActiveEnergyBurned } from "./apple-health-active-energy-burned";
|
|
11
12
|
export { sedentaryMinutes as fitbitSedentaryMinutesDataProvider } from "./fitbit-activity-minutes";
|
|
12
13
|
export { totalActiveMinutes as fitbitTotalActiveMinutesDataProvider } from "./fitbit-activity-minutes";
|
|
13
14
|
export { lightlyActiveMinutes as fitbitLightlyActiveMinutesDataProvider } from "./fitbit-activity-minutes";
|
|
@@ -35,6 +36,9 @@ export { default as garminStepsDataProvider } from "./garmin-steps";
|
|
|
35
36
|
export { default as garminDistanceDataProvider } from "./garmin-distance";
|
|
36
37
|
export { default as garminFloorsDataProvider } from "./garmin-floors";
|
|
37
38
|
export { activeMinutes as garminActiveMinutesDataProvider } from "./garmin-activity";
|
|
39
|
+
export { activeCalories as garminActiveCaloriesDataProvider } from "./garmin-active-calories";
|
|
40
|
+
export { restingCalories as garminRestingCaloriesDataProvider } from "./garmin-resting-calories";
|
|
41
|
+
export { totalCalories as garminTotalCaloriesDataProvider } from "./garmin-total-calories";
|
|
38
42
|
export { restingHeartRate as garminRestingHeartRateDataProvider } from "./garmin-heart-rate";
|
|
39
43
|
export { minHeartRate as garminMinHeartRateDataProvider } from "./garmin-heart-rate";
|
|
40
44
|
export { maxHeartRate as garminMaxHeartRateDataProvider } from "./garmin-heart-rate";
|
|
@@ -51,3 +55,6 @@ export { deepSleepMinutes as garminDeepSleepMinutesDataProvider } from "./garmin
|
|
|
51
55
|
export { lightSleepMinutes as garminLightSleepMinutesDataProvider } from "./garmin-sleep";
|
|
52
56
|
export { awakeSleepMinutes as garminAwakeMinutesDataProvider } from "./garmin-sleep";
|
|
53
57
|
export { sleepScore as garminSleepScoreDataProvider } from "./garmin-sleep";
|
|
58
|
+
export { default as homeAirQualityDataProvider } from './air-quality-home';
|
|
59
|
+
export { default as workAirQualityDataProvider } from './air-quality-work';
|
|
60
|
+
export * from './shared';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { DeviceDataPoint } from "@careevolution/mydatahelps-js";
|
|
2
|
+
import { DailyDataQueryResult } from "../query-daily-data";
|
|
3
|
+
export declare const collateMaxValueDataPointsByDate: (dataPoints: DeviceDataPoint[]) => DailyDataQueryResult;
|
|
4
|
+
export declare const randomDataProvider: (start: Date, end: Date, min: number, max: number, wholeNumbersOnly?: boolean) => Promise<DailyDataQueryResult>;
|
|
@@ -4,3 +4,4 @@ export declare function getDayOfWeek(date: Date): string;
|
|
|
4
4
|
export declare function getFullDateString(date: Date): string;
|
|
5
5
|
export declare function getShorterDateString(date: Date): string;
|
|
6
6
|
export declare function getMonthName(month: number): string;
|
|
7
|
+
export declare function getLocale(): Locale;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function noop(): void;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DeviceDataNamespace } from "@careevolution/mydatahelps-js";
|
|
1
2
|
export type DailyDataQueryResult = {
|
|
2
3
|
[key: string]: number;
|
|
3
4
|
};
|
|
@@ -6,6 +7,7 @@ export type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boole
|
|
|
6
7
|
export declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
7
8
|
export declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
8
9
|
export declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
10
|
+
export declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
|
|
9
11
|
export declare enum DailyDataType {
|
|
10
12
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
11
13
|
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
@@ -18,6 +20,7 @@ export declare enum DailyDataType {
|
|
|
18
20
|
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
19
21
|
AppleHealthSteps = "AppleHealthSteps",
|
|
20
22
|
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
23
|
+
AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
|
|
21
24
|
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
22
25
|
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
23
26
|
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
@@ -42,6 +45,9 @@ export declare enum DailyDataType {
|
|
|
42
45
|
GarminDistance = "GarminDistance",
|
|
43
46
|
GarminFloors = "GarminFloors",
|
|
44
47
|
GarminActiveMinutes = "GarminActiveMinutes",
|
|
48
|
+
GarminActiveCalories = "GarminActiveCalories",
|
|
49
|
+
GarminRestingCalories = "GarminRestingCalories",
|
|
50
|
+
GarminTotalCalories = "GarminTotalCalories",
|
|
45
51
|
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
46
52
|
GarminMinHeartRate = "GarminMinHeartRate",
|
|
47
53
|
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
@@ -60,5 +66,7 @@ export declare enum DailyDataType {
|
|
|
60
66
|
GarminSleepScore = "GarminSleepScore",
|
|
61
67
|
GoogleFitSteps = "GoogleFitSteps",
|
|
62
68
|
Steps = "Steps",
|
|
63
|
-
RestingHeartRate = "RestingHeartRate"
|
|
69
|
+
RestingHeartRate = "RestingHeartRate",
|
|
70
|
+
HomeAirQuality = "HomeAirQuality",
|
|
71
|
+
WorkAirQuality = "WorkAirQuality"
|
|
64
72
|
}
|
|
@@ -5,3 +5,6 @@ export * from './helpers/language';
|
|
|
5
5
|
export { default as getDayKey } from './helpers/get-day-key';
|
|
6
6
|
export * from './helpers/get-interval-start';
|
|
7
7
|
export * from './helpers/colors';
|
|
8
|
+
export * from './helpers/blood-pressure-data-providers';
|
|
9
|
+
export * from './helpers/query-all-survey-answers';
|
|
10
|
+
export * from './helpers/Initialization';
|