@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
|
@@ -5,8 +5,18 @@ export declare class AsthmaParticipant {
|
|
|
5
5
|
getFirstName(): string;
|
|
6
6
|
hasPairedDevice(): boolean;
|
|
7
7
|
hasEstablishedBaseline(): boolean;
|
|
8
|
-
|
|
8
|
+
getHomeAirQualityZipCode(): string;
|
|
9
|
+
getWorkAirQualityZipCode(): string;
|
|
10
|
+
getActionPlanTaskRunUUID(): string;
|
|
11
|
+
getDaytimeRestingHeartRateBaseline(): number | undefined;
|
|
12
|
+
getNighttimeRestingHeartRateBaseline(): number | undefined;
|
|
13
|
+
getRespiratoryRateBaseline(): number | undefined;
|
|
14
|
+
getStepsBaseline(): number | undefined;
|
|
15
|
+
getSleepDisturbancesBaseline(): number | undefined;
|
|
16
|
+
getDaytimeBloodOxygenLevelBaseline(): number | undefined;
|
|
17
|
+
getNighttimeBloodOxygenLevelBaseline(): number | undefined;
|
|
9
18
|
private hasEstablishedBaselineByType;
|
|
19
|
+
private getBaseline;
|
|
10
20
|
private getCustomFieldValue;
|
|
11
21
|
}
|
|
12
22
|
export interface AsthmaControlMetrics {
|
|
@@ -25,8 +35,8 @@ export interface AsthmaControlState {
|
|
|
25
35
|
limitedActivityDaysPast7?: number;
|
|
26
36
|
inhalerUseDaysPast7?: number;
|
|
27
37
|
}
|
|
28
|
-
export type AsthmaDataStatus = 'establishing' | 'offline' | 'in-range' | 'out-of-range';
|
|
29
|
-
export type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | '
|
|
38
|
+
export type AsthmaDataStatus = 'not-configured' | 'not-found' | 'not-determined' | 'establishing' | 'offline' | 'in-range' | 'out-of-range';
|
|
39
|
+
export type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'steps' | 'sleep-disturbances' | 'daytime-blood-oxygen-level' | 'nighttime-blood-oxygen-level';
|
|
30
40
|
export interface AsthmaBiometric {
|
|
31
41
|
type: AsthmaBiometricType;
|
|
32
42
|
status: AsthmaDataStatus;
|
|
@@ -40,10 +50,17 @@ export interface AsthmaAirQuality {
|
|
|
40
50
|
description?: string;
|
|
41
51
|
}
|
|
42
52
|
export type AsthmaSymptomLevel = 'none' | 'mild' | 'moderate' | 'severe';
|
|
53
|
+
export type AsthmaSymptom = 'Difficulty breathing' | 'Wheezing' | 'Coughing' | 'Chest tightness or pressure';
|
|
54
|
+
export type AsthmaImpact = 'Wake up at night' | 'Limit your daily activity' | 'Use your rescue inhaler';
|
|
55
|
+
export 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';
|
|
43
56
|
export interface AsthmaLogEntry {
|
|
44
57
|
identifier: string;
|
|
45
58
|
symptomLevel: AsthmaSymptomLevel;
|
|
46
|
-
symptoms:
|
|
47
|
-
impacts:
|
|
48
|
-
triggers:
|
|
59
|
+
symptoms: AsthmaSymptom[];
|
|
60
|
+
impacts: AsthmaImpact[];
|
|
61
|
+
triggers: AsthmaTrigger[];
|
|
62
|
+
}
|
|
63
|
+
export interface AsthmaActionPlan {
|
|
64
|
+
id: string;
|
|
65
|
+
url: string;
|
|
49
66
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AsthmaActionPlanViewProps {
|
|
3
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4
|
+
previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
|
|
5
|
+
learnMoreUrl: string;
|
|
6
|
+
editActionPlanSurveyName: string;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: AsthmaActionPlanViewProps): React.JSX.Element;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaActionPlanView, { AsthmaActionPlanViewProps } from './AsthmaActionPlanView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaActionPlanView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
colorScheme: string;
|
|
14
|
+
previewState: string;
|
|
15
|
+
};
|
|
16
|
+
argTypes: {
|
|
17
|
+
colorScheme: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
options: string[];
|
|
21
|
+
};
|
|
22
|
+
previewState: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
options: string[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
render: (args: AsthmaActionPlanViewProps) => React.JSX.Element;
|
|
29
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaActionPlanView';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AsthmaActivityViewProps {
|
|
3
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4
|
+
previewState?: 'default';
|
|
5
|
+
alert?: 'Steps';
|
|
6
|
+
logEntrySurveyName: string;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: AsthmaActivityViewProps): React.JSX.Element;
|
package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaActivityView, { AsthmaActivityViewProps } from './AsthmaActivityView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaActivityView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
interface AsthmaActivityViewStoryArgs extends AsthmaActivityViewProps {
|
|
12
|
+
withAlert: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const Default: {
|
|
15
|
+
args: {
|
|
16
|
+
colorScheme: string;
|
|
17
|
+
withAlert: boolean;
|
|
18
|
+
};
|
|
19
|
+
argTypes: {
|
|
20
|
+
colorScheme: {
|
|
21
|
+
name: string;
|
|
22
|
+
control: string;
|
|
23
|
+
options: string[];
|
|
24
|
+
};
|
|
25
|
+
withAlert: {
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
render: (args: AsthmaActivityViewStoryArgs) => React.JSX.Element;
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaActivityView';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AsthmaAirQualityViewProps {
|
|
3
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4
|
+
previewState?: 'default';
|
|
5
|
+
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
6
|
+
logEntrySurveyName: string;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaAirQualityView, { AsthmaAirQualityViewProps } from './AsthmaAirQualityView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaAirQualityView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
interface AsthmaAirQualityViewStoryArgs extends AsthmaAirQualityViewProps {
|
|
12
|
+
withAlert: boolean;
|
|
13
|
+
alertType: 'HomeAirQuality' | 'WorkAirQuality';
|
|
14
|
+
}
|
|
15
|
+
export declare const Default: {
|
|
16
|
+
args: {
|
|
17
|
+
colorScheme: string;
|
|
18
|
+
withAlert: boolean;
|
|
19
|
+
alertType: string;
|
|
20
|
+
};
|
|
21
|
+
argTypes: {
|
|
22
|
+
colorScheme: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
options: string[];
|
|
26
|
+
};
|
|
27
|
+
withAlert: {
|
|
28
|
+
name: string;
|
|
29
|
+
};
|
|
30
|
+
alertType: {
|
|
31
|
+
name: string;
|
|
32
|
+
control: string;
|
|
33
|
+
options: string[];
|
|
34
|
+
if: {
|
|
35
|
+
arg: string;
|
|
36
|
+
eq: boolean;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
render: (args: AsthmaAirQualityViewStoryArgs) => React.JSX.Element;
|
|
41
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaAirQualityView';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaAlertTakeoverView, { AsthmaAlertTakeoverViewProps } from './AsthmaAlertTakeoverView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaAlertTakeoverView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
colorScheme: string;
|
|
14
|
+
};
|
|
15
|
+
argTypes: {
|
|
16
|
+
colorScheme: {
|
|
17
|
+
name: string;
|
|
18
|
+
control: string;
|
|
19
|
+
options: string[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
render: (args: AsthmaAlertTakeoverViewProps) => React.JSX.Element;
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaAlertTakeoverView';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AsthmaDayViewProps {
|
|
3
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4
|
+
previewState?: 'default';
|
|
5
|
+
date: Date;
|
|
6
|
+
logTodayEntrySurveyName: string;
|
|
7
|
+
logYesterdayEntrySurveyName: string;
|
|
8
|
+
editLogEntryUrl: string;
|
|
9
|
+
logEntryInfoUrl: string;
|
|
10
|
+
heartAndLungsUrl: string;
|
|
11
|
+
activityUrl: string;
|
|
12
|
+
sleepUrl: string;
|
|
13
|
+
airQualityUrl: string;
|
|
14
|
+
}
|
|
15
|
+
export default function (props: AsthmaDayViewProps): React.JSX.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaDayView, { AsthmaDayViewProps } from './AsthmaDayView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaDayView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
colorScheme: string;
|
|
14
|
+
};
|
|
15
|
+
argTypes: {
|
|
16
|
+
colorScheme: {
|
|
17
|
+
name: string;
|
|
18
|
+
control: string;
|
|
19
|
+
options: string[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
render: (args: AsthmaDayViewProps) => React.JSX.Element;
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaDayView';
|
package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AsthmaHeartAndLungsViewProps {
|
|
3
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4
|
+
previewState?: 'default';
|
|
5
|
+
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
6
|
+
logEntrySurveyName: string;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaHeartAndLungsView, { AsthmaHeartAndLungsViewProps } from './AsthmaHeartAndLungsView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaHeartAndLungsView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
interface AsthmaHeartAndLungsViewStoryArgs extends AsthmaHeartAndLungsViewProps {
|
|
12
|
+
withAlert: boolean;
|
|
13
|
+
alertType: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
14
|
+
}
|
|
15
|
+
export declare const Default: {
|
|
16
|
+
args: {
|
|
17
|
+
colorScheme: string;
|
|
18
|
+
withAlert: boolean;
|
|
19
|
+
alertType: string;
|
|
20
|
+
};
|
|
21
|
+
argTypes: {
|
|
22
|
+
colorScheme: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
options: string[];
|
|
26
|
+
};
|
|
27
|
+
withAlert: {
|
|
28
|
+
name: string;
|
|
29
|
+
};
|
|
30
|
+
alertType: {
|
|
31
|
+
name: string;
|
|
32
|
+
control: string;
|
|
33
|
+
options: string[];
|
|
34
|
+
if: {
|
|
35
|
+
arg: string;
|
|
36
|
+
eq: boolean;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
render: (args: AsthmaHeartAndLungsViewStoryArgs) => React.JSX.Element;
|
|
41
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaHeartAndLungsView';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ResourceDefinition, ResourceImageAlignment } from '../../../presentational';
|
|
3
|
+
export interface AsthmaLibraryCategoryViewProps {
|
|
4
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
5
|
+
previewState?: 'no articles' | 'some articles';
|
|
6
|
+
title: string;
|
|
7
|
+
articles: ResourceDefinition[];
|
|
8
|
+
articleImageAlignment?: ResourceImageAlignment;
|
|
9
|
+
}
|
|
10
|
+
export default function (props: AsthmaLibraryCategoryViewProps): React.JSX.Element;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaLibraryCategoryView, { AsthmaLibraryCategoryViewProps } from './AsthmaLibraryCategoryView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaLibraryCategoryView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
colorScheme: string;
|
|
14
|
+
title: string;
|
|
15
|
+
previewState: string;
|
|
16
|
+
articleImageAlignment: string;
|
|
17
|
+
};
|
|
18
|
+
argTypes: {
|
|
19
|
+
colorScheme: {
|
|
20
|
+
name: string;
|
|
21
|
+
control: string;
|
|
22
|
+
options: string[];
|
|
23
|
+
};
|
|
24
|
+
previewState: {
|
|
25
|
+
name: string;
|
|
26
|
+
control: string;
|
|
27
|
+
options: string[];
|
|
28
|
+
};
|
|
29
|
+
articleImageAlignment: {
|
|
30
|
+
name: string;
|
|
31
|
+
control: string;
|
|
32
|
+
options: string[];
|
|
33
|
+
if: {
|
|
34
|
+
arg: string;
|
|
35
|
+
eq: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
render: (args: AsthmaLibraryCategoryViewProps) => React.JSX.Element;
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaLibraryCategoryView';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AsthmaLogEntryEditorViewPreviewState } from './AsthmaLogEntryEditorView.previewData';
|
|
3
|
+
export interface AsthmaLogEntryEditorViewProps {
|
|
4
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
5
|
+
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
6
|
+
date: Date;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AsthmaLogEntry } from '../../model';
|
|
2
|
+
export type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
3
|
+
export interface AsthmaLogEntryEditorViewPreviewData {
|
|
4
|
+
logEntry?: AsthmaLogEntry;
|
|
5
|
+
}
|
|
6
|
+
export declare const previewData: Record<AsthmaLogEntryEditorViewPreviewState, AsthmaLogEntryEditorViewPreviewData>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaLogEntryEditorView, { AsthmaLogEntryEditorViewProps } from './AsthmaLogEntryEditorView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaLogEntryEditorView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
colorScheme: string;
|
|
14
|
+
previewState: string;
|
|
15
|
+
};
|
|
16
|
+
argTypes: {
|
|
17
|
+
colorScheme: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
options: string[];
|
|
21
|
+
};
|
|
22
|
+
previewState: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
options: string[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
render: (args: AsthmaLogEntryEditorViewProps) => React.JSX.Element;
|
|
29
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AsthmaSleepViewProps {
|
|
3
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
4
|
+
previewState?: 'default';
|
|
5
|
+
alert?: 'SleepDisturbances';
|
|
6
|
+
logEntrySurveyName: string;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: AsthmaSleepViewProps): React.JSX.Element;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaSleepView, { AsthmaSleepViewProps } from './AsthmaSleepView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaSleepView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
interface AsthmaSleepViewStoryArgs extends AsthmaSleepViewProps {
|
|
12
|
+
withAlert: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const Default: {
|
|
15
|
+
args: {
|
|
16
|
+
colorScheme: string;
|
|
17
|
+
withAlert: boolean;
|
|
18
|
+
};
|
|
19
|
+
argTypes: {
|
|
20
|
+
colorScheme: {
|
|
21
|
+
name: string;
|
|
22
|
+
control: string;
|
|
23
|
+
options: string[];
|
|
24
|
+
};
|
|
25
|
+
withAlert: {
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
render: (args: AsthmaSleepViewStoryArgs) => React.JSX.Element;
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaSleepView';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as AsthmaActionPlanView } from './AsthmaActionPlanView';
|
|
2
|
+
export { default as AsthmaActivityView } from './AsthmaActivityView';
|
|
3
|
+
export { default as AsthmaAirQualityView } from './AsthmaAirQualityView';
|
|
4
|
+
export { default as AsthmaAlertTakeoverView } from './AsthmaAlertTakeoverView';
|
|
5
|
+
export { default as AsthmaDayView } from './AsthmaDayView';
|
|
6
|
+
export { default as AsthmaHeartAndLungsView } from './AsthmaHeartAndLungsView';
|
|
7
|
+
export { default as AsthmaLibraryCategoryView } from './AsthmaLibraryCategoryView';
|
|
8
|
+
export { default as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState } from './AsthmaLogEntryEditorView';
|
|
9
|
+
export { default as AsthmaSleepView } from './AsthmaSleepView';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import "./BloodPressureVisualization.css";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { WeekStartsOn } from "../../../helpers/get-interval-start";
|
|
4
|
+
import { SurveyBloodPressureDataParameters } from "../../../helpers/blood-pressure-data-providers";
|
|
5
|
+
export type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
|
|
6
|
+
export interface BloodPressureVisualizationProps {
|
|
7
|
+
previewState?: BloodPressurePreviewState;
|
|
8
|
+
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
9
|
+
weekStartsOn?: WeekStartsOn;
|
|
10
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
11
|
+
}
|
|
12
|
+
export default function (props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import BloodPressureVisualization, { BloodPressureVisualizationProps } from "./BloodPressureVisualization";
|
|
3
|
+
import { SurveyBloodPressureDataParameters } from "../../../helpers/blood-pressure-data-providers/survey-blood-pressure-data-provider";
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof BloodPressureVisualization;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
export declare const Default: {
|
|
13
|
+
args: {
|
|
14
|
+
previewState: string;
|
|
15
|
+
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
16
|
+
};
|
|
17
|
+
render: (args: BloodPressureVisualizationProps) => React.JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
export declare const Loading: {
|
|
20
|
+
args: {
|
|
21
|
+
previewState: string;
|
|
22
|
+
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
23
|
+
};
|
|
24
|
+
render: (args: BloodPressureVisualizationProps) => React.JSX.Element;
|
|
25
|
+
};
|
|
26
|
+
export declare const NoData: {
|
|
27
|
+
args: {
|
|
28
|
+
previewState: string;
|
|
29
|
+
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
30
|
+
};
|
|
31
|
+
render: (args: BloodPressureVisualizationProps) => React.JSX.Element;
|
|
32
|
+
};
|
|
33
|
+
export declare const Live: {
|
|
34
|
+
args: {
|
|
35
|
+
surveyDataSource: {
|
|
36
|
+
surveyName: string;
|
|
37
|
+
dateResultIdentifier: string;
|
|
38
|
+
systolicResultIdentifier: string;
|
|
39
|
+
diastolicResultIdentifier: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
render: (args: BloodPressureVisualizationProps) => React.JSX.Element;
|
|
43
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./BloodPressureVisualization";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './InboxItemList.css';
|
|
3
|
+
import { InboxItem, InboxItemSortColumn, InboxItemStatus, InboxItemType, SortOrder } from '@careevolution/mydatahelps-js';
|
|
4
|
+
import { InboxSurveyVariant, ResourceImageAlignment } from '../../presentational';
|
|
5
|
+
import { InboxItemListPreviewState } from './InboxItemList.previewData';
|
|
6
|
+
export interface InboxItemListProps {
|
|
7
|
+
previewState?: InboxItemListPreviewState;
|
|
8
|
+
title?: string;
|
|
9
|
+
type?: InboxItemType | InboxItemType[];
|
|
10
|
+
status?: InboxItemStatus | InboxItemStatus[];
|
|
11
|
+
category?: string;
|
|
12
|
+
sortOrder?: SortOrder;
|
|
13
|
+
sortColumn?: InboxItemSortColumn;
|
|
14
|
+
endsAfter?: string;
|
|
15
|
+
endsBefore?: string;
|
|
16
|
+
limit?: number;
|
|
17
|
+
messageViewerUrl?: string;
|
|
18
|
+
emptyText?: string;
|
|
19
|
+
showTitleWhenEmpty?: boolean;
|
|
20
|
+
surveyVariant?: InboxSurveyVariant;
|
|
21
|
+
resourceImageAlignment?: ResourceImageAlignment;
|
|
22
|
+
hideLoadingIndicator?: boolean;
|
|
23
|
+
onItemsLoaded?: (items: InboxItem[]) => void;
|
|
24
|
+
syncOnChanges?: boolean;
|
|
25
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
26
|
+
}
|
|
27
|
+
export default function (props: InboxItemListProps): React.JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InboxItem } from '@careevolution/mydatahelps-js';
|
|
2
|
+
export type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
|
|
3
|
+
export interface InboxItemListPreviewData {
|
|
4
|
+
items: InboxItem[];
|
|
5
|
+
}
|
|
6
|
+
export declare const previewData: Record<InboxItemListPreviewState, InboxItemListPreviewData>;
|