@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.2 → 2.9.1-AsthmaUI.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +12 -12
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.d.ts +0 -1
- package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaBiometrics/AsthmaBiometrics.d.ts +0 -1
- package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/AsthmaFacts/AsthmaFacts.d.ts +5 -0
- package/dist/cjs/types/components/asthma/components/AsthmaFacts/AsthmaFacts.stories.d.ts +19 -0
- package/dist/cjs/types/components/asthma/components/AsthmaFacts/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +12 -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 +59 -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 +1 -0
- package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.d.ts +8 -0
- package/dist/cjs/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.stories.d.ts +17 -0
- package/dist/cjs/types/components/asthma/components/AsthmaToolLink/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/AsthmaTools/AsthmaTools.d.ts +6 -0
- package/dist/cjs/types/components/asthma/components/AsthmaTools/AsthmaTools.stories.d.ts +13 -0
- package/dist/cjs/types/components/asthma/components/AsthmaTools/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/index.d.ts +11 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +2 -1
- package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +3 -1
- package/dist/cjs/types/components/asthma/index.d.ts +1 -2
- package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +21 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDayView/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 +38 -0
- package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/views/index.d.ts +2 -3
- package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.d.ts +18 -0
- package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +342 -0
- package/dist/cjs/types/components/presentational/CalendarDay/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +18 -4
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +145 -0
- package/dist/cjs/types/components/presentational/ProgressBar/ProgressBar.d.ts +24 -0
- package/dist/cjs/types/components/presentational/ProgressBar/ProgressBarStep.d.ts +9 -0
- package/dist/cjs/types/components/presentational/ProgressBar/index.d.ts +2 -0
- package/dist/cjs/types/components/presentational/RotatingText/RotatingText.d.ts +15 -0
- package/dist/cjs/types/components/presentational/RotatingText/RotatingText.stories.d.ts +149 -0
- package/dist/cjs/types/components/presentational/RotatingText/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +2 -1
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +140 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.d.ts +14 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +100 -0
- package/dist/cjs/types/components/presentational/ValueSelector/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +6 -2
- package/dist/esm/index.js +12 -12
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.d.ts +0 -1
- package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaBiometrics/AsthmaBiometrics.d.ts +0 -1
- package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/AsthmaFacts/AsthmaFacts.d.ts +5 -0
- package/dist/esm/types/components/asthma/components/AsthmaFacts/AsthmaFacts.stories.d.ts +19 -0
- package/dist/esm/types/components/asthma/components/AsthmaFacts/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +12 -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 +59 -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 +1 -0
- package/dist/esm/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.d.ts +8 -0
- package/dist/esm/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.stories.d.ts +17 -0
- package/dist/esm/types/components/asthma/components/AsthmaToolLink/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/AsthmaTools/AsthmaTools.d.ts +6 -0
- package/dist/esm/types/components/asthma/components/AsthmaTools/AsthmaTools.stories.d.ts +13 -0
- package/dist/esm/types/components/asthma/components/AsthmaTools/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/index.d.ts +11 -0
- package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +2 -1
- package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +3 -1
- package/dist/esm/types/components/asthma/index.d.ts +1 -2
- package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +21 -0
- package/dist/esm/types/components/asthma/views/AsthmaDayView/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 +38 -0
- package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/views/index.d.ts +2 -3
- package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.d.ts +18 -0
- package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +342 -0
- package/dist/esm/types/components/presentational/CalendarDay/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +18 -4
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +145 -0
- package/dist/esm/types/components/presentational/ProgressBar/ProgressBar.d.ts +24 -0
- package/dist/esm/types/components/presentational/ProgressBar/ProgressBarStep.d.ts +9 -0
- package/dist/esm/types/components/presentational/ProgressBar/index.d.ts +2 -0
- package/dist/esm/types/components/presentational/RotatingText/RotatingText.d.ts +15 -0
- package/dist/esm/types/components/presentational/RotatingText/RotatingText.stories.d.ts +149 -0
- package/dist/esm/types/components/presentational/RotatingText/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +2 -1
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +140 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.d.ts +14 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +100 -0
- package/dist/esm/types/components/presentational/ValueSelector/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +6 -2
- package/dist/index.d.ts +219 -142
- package/package.json +1 -1
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +0 -10
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +0 -8
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +0 -16
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +0 -2
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +0 -10
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +0 -10
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +0 -16
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +0 -2
- package/dist/cjs/types/components/asthma/container/index.d.ts +0 -7
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +0 -7
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +0 -16
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/presentational/index.d.ts +0 -3
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +0 -9
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +0 -6
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +0 -18
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +0 -9
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +0 -8
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +0 -18
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +0 -7
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +0 -8
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +0 -16
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/index.d.ts +0 -1
- package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +0 -15
- package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +0 -17
- package/dist/cjs/types/components/presentational/BasicCalendar/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +0 -10
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +0 -8
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +0 -16
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +0 -2
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +0 -10
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +0 -10
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +0 -16
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +0 -2
- package/dist/esm/types/components/asthma/container/index.d.ts +0 -7
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +0 -7
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +0 -16
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/presentational/index.d.ts +0 -3
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +0 -9
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +0 -6
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +0 -18
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +0 -9
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +0 -8
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +0 -18
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +0 -7
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +0 -8
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +0 -16
- package/dist/esm/types/components/asthma/views/AsthmaDataView/index.d.ts +0 -1
- package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +0 -15
- package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +0 -17
- package/dist/esm/types/components/presentational/BasicCalendar/index.d.ts +0 -1
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaBiometrics/AsthmaBiometrics.stories.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}/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlCalendar/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaDataSummary/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{container → components}/AsthmaLogEntryHeader/index.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -0
- /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.stories.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/AsthmaBiometrics.previewData.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaBiometrics/AsthmaBiometrics.stories.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}/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlCalendar/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaDataSummary/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{container → components}/AsthmaLogEntryHeader/index.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -0
- /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/index.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -56,48 +56,27 @@ type AsthmaAirQualitiesPreviewState = 'default';
|
|
|
56
56
|
|
|
57
57
|
interface AsthmaAirQualitiesProps {
|
|
58
58
|
previewState?: AsthmaAirQualitiesPreviewState;
|
|
59
|
-
onClick: () => void;
|
|
60
59
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
61
60
|
}
|
|
62
|
-
declare function export_default$
|
|
61
|
+
declare function export_default$1R(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
63
62
|
|
|
64
63
|
type AsthmaBiometricsPreviewState = 'default';
|
|
65
64
|
|
|
66
65
|
interface AsthmaBiometricsProps {
|
|
67
66
|
previewState?: AsthmaBiometricsPreviewState;
|
|
68
|
-
onClick: () => void;
|
|
69
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
70
|
-
}
|
|
71
|
-
declare function export_default$1O(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
72
|
-
|
|
73
|
-
type AsthmaLogEntryHeaderPreviewState = 'no-logs' | 'today-log-only' | 'yesterday-log-only' | 'both-logs';
|
|
74
|
-
|
|
75
|
-
interface AsthmaLogEntryHeaderProps {
|
|
76
|
-
previewState?: AsthmaLogEntryHeaderPreviewState;
|
|
77
|
-
logTodayEntrySurveyName: string;
|
|
78
|
-
logYesterdayEntrySurveyName: string;
|
|
79
67
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
80
68
|
}
|
|
81
|
-
declare function export_default$
|
|
69
|
+
declare function export_default$1Q(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
82
70
|
|
|
83
71
|
type AsthmaControlCalendarPreviewState = 'no-logs' | 'some-logs';
|
|
84
72
|
|
|
85
73
|
interface AsthmaControlCalendarProps {
|
|
86
74
|
previewState?: AsthmaControlCalendarPreviewState;
|
|
75
|
+
dayViewUrl: string;
|
|
87
76
|
intervalStart?: Date;
|
|
88
77
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
89
78
|
}
|
|
90
|
-
declare function export_default$
|
|
91
|
-
|
|
92
|
-
type AsthmaCalendarViewHeaderPreviewState = 'default';
|
|
93
|
-
|
|
94
|
-
interface AsthmaCalendarViewHeaderProps {
|
|
95
|
-
previewState?: AsthmaCalendarViewHeaderPreviewState;
|
|
96
|
-
logTodayEntrySurveyName: string;
|
|
97
|
-
logYesterdayEntrySurveyName: string;
|
|
98
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
99
|
-
}
|
|
100
|
-
declare function export_default$1L(props: AsthmaCalendarViewHeaderProps): React.JSX.Element;
|
|
79
|
+
declare function export_default$1P(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
101
80
|
|
|
102
81
|
type AsthmaControlStatusHeaderPreviewState = 'no-data' | 'abnormal-dhr' | 'abnormal-nhr' | 'abnormal-rr' | 'abnormal-activity' | 'abnormal-sleep' | 'abnormal-home-aqi' | 'abnormal-work-aqi' | 'abnormal-multiple' | 'not-determined' | 'not-controlled' | 'controlled';
|
|
103
82
|
|
|
@@ -106,85 +85,109 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
106
85
|
participant: AsthmaParticipant;
|
|
107
86
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
108
87
|
}
|
|
109
|
-
declare function export_default$
|
|
88
|
+
declare function export_default$1O(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
110
89
|
|
|
111
|
-
|
|
90
|
+
interface AsthmaDataSummaryProps {
|
|
91
|
+
label: string;
|
|
92
|
+
status: AsthmaDataStatus;
|
|
93
|
+
statusText?: string;
|
|
94
|
+
value?: number;
|
|
95
|
+
units?: string;
|
|
96
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
97
|
+
}
|
|
98
|
+
declare function export_default$1N(props: AsthmaDataSummaryProps): React.JSX.Element;
|
|
112
99
|
|
|
113
|
-
interface
|
|
114
|
-
previewState?: AsthmaDashboardViewHeaderPreviewState;
|
|
115
|
-
logTodayEntrySurveyName: string;
|
|
116
|
-
logYesterdayEntrySurveyName: string;
|
|
100
|
+
interface AsthmaFactsProps {
|
|
117
101
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
118
102
|
}
|
|
119
|
-
declare function export_default$
|
|
103
|
+
declare function export_default$1M(props: AsthmaFactsProps): React.JSX.Element;
|
|
120
104
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
105
|
+
type AsthmaLogEntryDetailsPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
|
|
106
|
+
|
|
107
|
+
interface AsthmaLogEntryDetailsProps {
|
|
108
|
+
previewState?: AsthmaLogEntryDetailsPreviewState;
|
|
109
|
+
date: Date;
|
|
110
|
+
logTodayEntrySurveyName: string;
|
|
111
|
+
logYesterdayEntrySurveyName: string;
|
|
112
|
+
editLogEntryUrl: string;
|
|
113
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
126
114
|
}
|
|
127
|
-
declare
|
|
115
|
+
declare function export_default$1L(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
|
|
128
116
|
|
|
129
|
-
|
|
130
|
-
declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
|
|
131
|
-
declare const getAsthmaBiometricTypeLabel: (type: AsthmaBiometricType) => string;
|
|
132
|
-
declare const getAsthmaBiometricTypeUnits: (type: AsthmaBiometricType) => string;
|
|
133
|
-
declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
|
|
134
|
-
declare const getAsthmaAirQualityTypeLabel: (type: AsthmaAirQualityType) => string;
|
|
117
|
+
type AsthmaLogEntryHeaderPreviewState = 'no-logs' | 'today-log-only' | 'yesterday-log-only' | 'both-logs';
|
|
135
118
|
|
|
136
|
-
interface
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
units?: string;
|
|
119
|
+
interface AsthmaLogEntryHeaderProps {
|
|
120
|
+
previewState?: AsthmaLogEntryHeaderPreviewState;
|
|
121
|
+
logTodayEntrySurveyName: string;
|
|
122
|
+
logYesterdayEntrySurveyName: string;
|
|
123
|
+
dayViewUrl: string;
|
|
142
124
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
143
125
|
}
|
|
144
|
-
declare function export_default$
|
|
126
|
+
declare function export_default$1K(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
145
127
|
|
|
146
128
|
interface AsthmaLogEntrySummaryProps {
|
|
147
129
|
label: string;
|
|
148
130
|
logEntry?: AsthmaLogEntry;
|
|
149
|
-
|
|
131
|
+
onClick: () => void;
|
|
150
132
|
loading?: boolean;
|
|
151
133
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
152
134
|
}
|
|
153
|
-
declare function export_default$
|
|
135
|
+
declare function export_default$1J(props: AsthmaLogEntrySummaryProps): React.JSX.Element;
|
|
154
136
|
|
|
155
|
-
interface
|
|
156
|
-
|
|
137
|
+
interface AsthmaToolLinkProps {
|
|
138
|
+
text: string;
|
|
139
|
+
onClick: () => void;
|
|
157
140
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
158
141
|
}
|
|
159
|
-
declare function export_default$
|
|
142
|
+
declare function export_default$1I(props: AsthmaToolLinkProps): React.JSX.Element;
|
|
160
143
|
|
|
161
|
-
|
|
144
|
+
interface AsthmaToolsProps {
|
|
145
|
+
previewState?: 'default';
|
|
146
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
147
|
+
}
|
|
148
|
+
declare function export_default$1H(props: AsthmaToolsProps): React.JSX.Element;
|
|
162
149
|
|
|
163
|
-
interface
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
150
|
+
interface AsthmaDataService {
|
|
151
|
+
loadParticipant(): Promise<AsthmaParticipant>;
|
|
152
|
+
loadLogEntries(fromDate?: Date, toDate?: Date): Promise<AsthmaLogEntry[]>;
|
|
153
|
+
loadBiometrics(): Promise<AsthmaBiometric[]>;
|
|
154
|
+
loadAirQualities(): Promise<AsthmaAirQuality[]>;
|
|
155
|
+
saveLogEntry(logEntry: AsthmaLogEntry): Promise<void>;
|
|
168
156
|
}
|
|
169
|
-
declare
|
|
157
|
+
declare const service: AsthmaDataService;
|
|
170
158
|
|
|
171
|
-
|
|
159
|
+
declare const dateToAsthmaLogEntryIdentifier: (date: Date) => string;
|
|
160
|
+
declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
|
|
161
|
+
declare const getAsthmaBiometricTypeLabel: (type: AsthmaBiometricType) => string;
|
|
162
|
+
declare const getAsthmaBiometricTypeUnits: (type: AsthmaBiometricType) => string;
|
|
163
|
+
declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
|
|
164
|
+
declare const getAsthmaAirQualityTypeLabel: (type: AsthmaAirQualityType) => string;
|
|
165
|
+
declare const getAsthmaSymptomLevelValue: (symptomLevel: AsthmaSymptomLevel) => string;
|
|
166
|
+
declare const getAsthmaSymptomLevel: (symptomLevelValue: string | undefined) => AsthmaSymptomLevel;
|
|
172
167
|
|
|
173
|
-
interface
|
|
168
|
+
interface AsthmaDayViewPreviewState {
|
|
169
|
+
logEntryDetailsPreviewState: AsthmaLogEntryDetailsPreviewState;
|
|
170
|
+
biometricsPreviewState: AsthmaBiometricsPreviewState;
|
|
171
|
+
airQualitiesPreviewState: AsthmaAirQualitiesPreviewState;
|
|
172
|
+
}
|
|
173
|
+
interface AsthmaDayViewProps {
|
|
174
|
+
previewState?: AsthmaDayViewPreviewState;
|
|
174
175
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
175
|
-
|
|
176
|
+
date: Date;
|
|
176
177
|
logTodayEntrySurveyName: string;
|
|
177
178
|
logYesterdayEntrySurveyName: string;
|
|
179
|
+
editLogEntryUrl: string;
|
|
178
180
|
}
|
|
179
|
-
declare function export_default$
|
|
181
|
+
declare function export_default$1G(props: AsthmaDayViewProps): React.JSX.Element;
|
|
180
182
|
|
|
181
|
-
type
|
|
183
|
+
type AsthmaLogEntryEditorViewPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
|
|
182
184
|
|
|
183
|
-
interface
|
|
185
|
+
interface AsthmaLogEntryEditorViewProps {
|
|
186
|
+
previewState?: AsthmaLogEntryEditorViewPreviewState;
|
|
184
187
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
185
|
-
|
|
188
|
+
date: Date;
|
|
186
189
|
}
|
|
187
|
-
declare function export_default$
|
|
190
|
+
declare function export_default$1F(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
188
191
|
|
|
189
192
|
interface TermInformation {
|
|
190
193
|
TermFamily: string;
|
|
@@ -197,7 +200,7 @@ interface AllergiesListProps {
|
|
|
197
200
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
198
201
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
199
202
|
}
|
|
200
|
-
declare function export_default$
|
|
203
|
+
declare function export_default$1E(props: AllergiesListProps): React.JSX.Element;
|
|
201
204
|
|
|
202
205
|
interface AppDownloadProps {
|
|
203
206
|
previewProjectPlatforms?: string[];
|
|
@@ -206,14 +209,14 @@ interface AppDownloadProps {
|
|
|
206
209
|
title?: string;
|
|
207
210
|
text?: string;
|
|
208
211
|
}
|
|
209
|
-
declare function export_default$
|
|
212
|
+
declare function export_default$1D(props: AppDownloadProps): React.JSX.Element | null;
|
|
210
213
|
|
|
211
214
|
interface ConditionsListProps {
|
|
212
215
|
previewState?: "default";
|
|
213
216
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
214
217
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
215
218
|
}
|
|
216
|
-
declare function export_default$
|
|
219
|
+
declare function export_default$1C(props: ConditionsListProps): React.JSX.Element;
|
|
217
220
|
|
|
218
221
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
219
222
|
interface ConnectDevicesMenuProps {
|
|
@@ -224,7 +227,7 @@ interface ConnectDevicesMenuProps {
|
|
|
224
227
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
225
228
|
headerVariant?: "large" | "medium";
|
|
226
229
|
}
|
|
227
|
-
declare function export_default$
|
|
230
|
+
declare function export_default$1B(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
228
231
|
|
|
229
232
|
type ColorDefinition = string | {
|
|
230
233
|
lightMode?: string;
|
|
@@ -247,7 +250,7 @@ interface ConnectEhrProps {
|
|
|
247
250
|
}
|
|
248
251
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
249
252
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
250
|
-
declare function export_default$
|
|
253
|
+
declare function export_default$1A(props: ConnectEhrProps): React.JSX.Element | null;
|
|
251
254
|
|
|
252
255
|
interface ConnectFitbitProps {
|
|
253
256
|
title?: string;
|
|
@@ -258,7 +261,7 @@ interface ConnectFitbitProps {
|
|
|
258
261
|
hideWhenConnected?: boolean;
|
|
259
262
|
}
|
|
260
263
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
261
|
-
declare function export_default$
|
|
264
|
+
declare function export_default$1z(props: ConnectFitbitProps): React.JSX.Element;
|
|
262
265
|
|
|
263
266
|
interface ConnectGarminProps {
|
|
264
267
|
title?: string;
|
|
@@ -269,7 +272,7 @@ interface ConnectGarminProps {
|
|
|
269
272
|
hideWhenConnected?: boolean;
|
|
270
273
|
}
|
|
271
274
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
272
|
-
declare function export_default$
|
|
275
|
+
declare function export_default$1y(props: ConnectGarminProps): React.JSX.Element;
|
|
273
276
|
|
|
274
277
|
type DailyDataQueryResult = {
|
|
275
278
|
[key: string]: number;
|
|
@@ -383,13 +386,13 @@ interface DeviceDataChartLine {
|
|
|
383
386
|
showAverage?: boolean;
|
|
384
387
|
}
|
|
385
388
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
386
|
-
declare function export_default$
|
|
389
|
+
declare function export_default$1x(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
387
390
|
|
|
388
391
|
interface DeviceDataMonthChartsProps {
|
|
389
392
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
390
393
|
}
|
|
391
394
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
392
|
-
declare function export_default$
|
|
395
|
+
declare function export_default$1w(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
393
396
|
|
|
394
397
|
interface ExternalAccountListProps {
|
|
395
398
|
externalAccountProviderCategories?: string[];
|
|
@@ -398,14 +401,14 @@ interface ExternalAccountListProps {
|
|
|
398
401
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
399
402
|
}
|
|
400
403
|
type NotificationListPreviewState$1 = "Default";
|
|
401
|
-
declare function export_default$
|
|
404
|
+
declare function export_default$1v(props: ExternalAccountListProps): React.JSX.Element;
|
|
402
405
|
|
|
403
406
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
404
407
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
405
408
|
externalAccountCategories?: string[];
|
|
406
409
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
407
410
|
}
|
|
408
|
-
declare function export_default$
|
|
411
|
+
declare function export_default$1u(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
409
412
|
|
|
410
413
|
interface ExternalAccountsPreviewProps {
|
|
411
414
|
excludeProviders?: boolean;
|
|
@@ -417,7 +420,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
417
420
|
}
|
|
418
421
|
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
419
422
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
420
|
-
declare function export_default$
|
|
423
|
+
declare function export_default$1t(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
421
424
|
|
|
422
425
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
423
426
|
|
|
@@ -425,25 +428,25 @@ interface FitbitDevicesProps {
|
|
|
425
428
|
previewState?: ConnectedDevicesPreviewState;
|
|
426
429
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
427
430
|
}
|
|
428
|
-
declare function export_default$
|
|
431
|
+
declare function export_default$1s(props: FitbitDevicesProps): React.JSX.Element;
|
|
429
432
|
|
|
430
433
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
431
434
|
|
|
432
435
|
interface FitbitMonthChartsProps {
|
|
433
436
|
previewState?: MonthChartsPreviewState;
|
|
434
437
|
}
|
|
435
|
-
declare function export_default$
|
|
438
|
+
declare function export_default$1r(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
436
439
|
|
|
437
440
|
interface GarminDevicesProps {
|
|
438
441
|
previewState?: ConnectedDevicesPreviewState;
|
|
439
442
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
440
443
|
}
|
|
441
|
-
declare function export_default$
|
|
444
|
+
declare function export_default$1q(props: GarminDevicesProps): React.JSX.Element;
|
|
442
445
|
|
|
443
446
|
interface GarminMonthChartsProps {
|
|
444
447
|
previewState?: MonthChartsPreviewState;
|
|
445
448
|
}
|
|
446
|
-
declare function export_default$
|
|
449
|
+
declare function export_default$1p(props: GarminMonthChartsProps): React.JSX.Element;
|
|
447
450
|
|
|
448
451
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
449
452
|
interface HealthPreviewSectionProps {
|
|
@@ -453,7 +456,7 @@ interface HealthPreviewSectionProps {
|
|
|
453
456
|
indicatorPosition?: "default" | "topRight";
|
|
454
457
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
455
458
|
}
|
|
456
|
-
declare function export_default$
|
|
459
|
+
declare function export_default$1o(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
457
460
|
|
|
458
461
|
interface LabResultsSummaryProps {
|
|
459
462
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -461,14 +464,14 @@ interface LabResultsSummaryProps {
|
|
|
461
464
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
462
465
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
463
466
|
}
|
|
464
|
-
declare function export_default$
|
|
467
|
+
declare function export_default$1n(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
465
468
|
|
|
466
469
|
interface MedicationsListProps {
|
|
467
470
|
previewState?: "default";
|
|
468
471
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
469
472
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
470
473
|
}
|
|
471
|
-
declare function export_default$
|
|
474
|
+
declare function export_default$1m(props: MedicationsListProps): React.JSX.Element;
|
|
472
475
|
|
|
473
476
|
interface MostRecentNotificationProps {
|
|
474
477
|
notificationType?: NotificationType;
|
|
@@ -478,7 +481,7 @@ interface MostRecentNotificationProps {
|
|
|
478
481
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
479
482
|
}
|
|
480
483
|
type MostRecentNotificationPreviewState = "Default";
|
|
481
|
-
declare function export_default$
|
|
484
|
+
declare function export_default$1l(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
482
485
|
|
|
483
486
|
interface NotificationListProps {
|
|
484
487
|
notificationType?: NotificationType;
|
|
@@ -486,7 +489,7 @@ interface NotificationListProps {
|
|
|
486
489
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
487
490
|
}
|
|
488
491
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
489
|
-
declare function export_default$
|
|
492
|
+
declare function export_default$1k(props: NotificationListProps): React.JSX.Element;
|
|
490
493
|
|
|
491
494
|
interface PlatformSpecificContentProps {
|
|
492
495
|
platforms: string[];
|
|
@@ -494,21 +497,21 @@ interface PlatformSpecificContentProps {
|
|
|
494
497
|
previewDevicePlatform?: string;
|
|
495
498
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
496
499
|
}
|
|
497
|
-
declare function export_default$
|
|
500
|
+
declare function export_default$1j(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
498
501
|
|
|
499
502
|
interface ProjectHeaderProps {
|
|
500
503
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
501
504
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
502
505
|
}
|
|
503
506
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
504
|
-
declare function export_default$
|
|
507
|
+
declare function export_default$1i(props: ProjectHeaderProps): React.JSX.Element;
|
|
505
508
|
|
|
506
509
|
interface ProjectSupportProps {
|
|
507
510
|
previewState?: ProjectSupportPropsPreviewState;
|
|
508
511
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
509
512
|
}
|
|
510
513
|
type ProjectSupportPropsPreviewState = "Default";
|
|
511
|
-
declare function export_default$
|
|
514
|
+
declare function export_default$1h(props: ProjectSupportProps): React.JSX.Element | null;
|
|
512
515
|
|
|
513
516
|
interface ProviderSearchProps {
|
|
514
517
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -517,7 +520,7 @@ interface ProviderSearchProps {
|
|
|
517
520
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
518
521
|
}
|
|
519
522
|
type ProviderSearchPreviewState = "Default";
|
|
520
|
-
declare function export_default$
|
|
523
|
+
declare function export_default$1g(props: ProviderSearchProps): React.JSX.Element;
|
|
521
524
|
|
|
522
525
|
interface RelativeActivityTodayProps {
|
|
523
526
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -532,7 +535,7 @@ interface RelativeActivityDataType {
|
|
|
532
535
|
color: string;
|
|
533
536
|
formatter: (number: number) => string;
|
|
534
537
|
}
|
|
535
|
-
declare function export_default$
|
|
538
|
+
declare function export_default$1f(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
536
539
|
|
|
537
540
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
538
541
|
interface RestingHeartRateCalendarProps {
|
|
@@ -541,7 +544,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
541
544
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
542
545
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
543
546
|
}
|
|
544
|
-
declare function export_default$
|
|
547
|
+
declare function export_default$1e(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
545
548
|
|
|
546
549
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
547
550
|
interface ButtonProps {
|
|
@@ -556,7 +559,7 @@ interface ButtonProps {
|
|
|
556
559
|
defaultMargin?: boolean;
|
|
557
560
|
fullWidth?: boolean;
|
|
558
561
|
}
|
|
559
|
-
declare function export_default$
|
|
562
|
+
declare function export_default$1d(props: ButtonProps): React.JSX.Element;
|
|
560
563
|
|
|
561
564
|
interface SurveyTaskListProps {
|
|
562
565
|
status: SurveyTaskStatus;
|
|
@@ -574,7 +577,7 @@ interface SurveyTaskListProps {
|
|
|
574
577
|
buttonColor?: ColorDefinition;
|
|
575
578
|
}
|
|
576
579
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
577
|
-
declare function export_default$
|
|
580
|
+
declare function export_default$1c(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
578
581
|
|
|
579
582
|
interface ViewEhrProps {
|
|
580
583
|
onClick(): void;
|
|
@@ -584,7 +587,7 @@ interface ViewEhrProps {
|
|
|
584
587
|
buttonColor?: ColorDefinition;
|
|
585
588
|
buttonVariant?: ButtonVariant;
|
|
586
589
|
}
|
|
587
|
-
declare function export_default$
|
|
590
|
+
declare function export_default$1b(props: ViewEhrProps): React.JSX.Element | null;
|
|
588
591
|
|
|
589
592
|
interface ActionProps {
|
|
590
593
|
title?: string;
|
|
@@ -604,7 +607,7 @@ interface ActionProps {
|
|
|
604
607
|
subtitleColor?: ColorDefinition;
|
|
605
608
|
renderAs?: "div" | "button";
|
|
606
609
|
}
|
|
607
|
-
declare function export_default$
|
|
610
|
+
declare function export_default$1a(props: ActionProps): React.JSX.Element;
|
|
608
611
|
|
|
609
612
|
interface ActivityMeterProps {
|
|
610
613
|
label: string;
|
|
@@ -617,20 +620,7 @@ interface ActivityMeterProps {
|
|
|
617
620
|
className?: string;
|
|
618
621
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
619
622
|
}
|
|
620
|
-
declare function export_default$
|
|
621
|
-
|
|
622
|
-
interface BasicCalendarDayState {
|
|
623
|
-
identifier: string;
|
|
624
|
-
style?: CSSProperties;
|
|
625
|
-
streakColor?: ColorDefinition;
|
|
626
|
-
}
|
|
627
|
-
interface BasicCalendarProps {
|
|
628
|
-
intervalStart?: Date;
|
|
629
|
-
computeDayState: (date: Date) => BasicCalendarDayState;
|
|
630
|
-
onDayClicked: (date: Date) => void;
|
|
631
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
632
|
-
}
|
|
633
|
-
declare function export_default$16(props: BasicCalendarProps): React.JSX.Element;
|
|
623
|
+
declare function export_default$19(props: ActivityMeterProps): React.JSX.Element;
|
|
634
624
|
|
|
635
625
|
interface CalendarProps {
|
|
636
626
|
month: number;
|
|
@@ -640,7 +630,23 @@ interface CalendarProps {
|
|
|
640
630
|
className?: string;
|
|
641
631
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
642
632
|
}
|
|
643
|
-
declare function export_default$
|
|
633
|
+
declare function export_default$18(props: CalendarProps): React.JSX.Element;
|
|
634
|
+
|
|
635
|
+
type CalendarDayStateConfiguration = Record<string, {
|
|
636
|
+
style?: CSSProperties;
|
|
637
|
+
streak?: boolean;
|
|
638
|
+
streakColor?: ColorDefinition;
|
|
639
|
+
}>;
|
|
640
|
+
interface CalendarDayProps {
|
|
641
|
+
year: number;
|
|
642
|
+
month: number;
|
|
643
|
+
day?: number;
|
|
644
|
+
stateConfiguration: CalendarDayStateConfiguration;
|
|
645
|
+
computeStateForDay: (date: Date) => string;
|
|
646
|
+
onClick: (date: Date) => void;
|
|
647
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
648
|
+
}
|
|
649
|
+
declare function export_default$17(props: CalendarDayProps): React.JSX.Element;
|
|
644
650
|
|
|
645
651
|
interface CardProps {
|
|
646
652
|
className?: string;
|
|
@@ -651,7 +657,7 @@ interface CardProps {
|
|
|
651
657
|
backgroundColor?: ColorDefinition;
|
|
652
658
|
style?: React.CSSProperties;
|
|
653
659
|
}
|
|
654
|
-
declare function export_default$
|
|
660
|
+
declare function export_default$16(props: CardProps): React.JSX.Element | null;
|
|
655
661
|
|
|
656
662
|
interface CardTitleProps {
|
|
657
663
|
title: string;
|
|
@@ -660,7 +666,7 @@ interface CardTitleProps {
|
|
|
660
666
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
661
667
|
color?: ColorDefinition;
|
|
662
668
|
}
|
|
663
|
-
declare function export_default$
|
|
669
|
+
declare function export_default$15(props: CardTitleProps): React.JSX.Element;
|
|
664
670
|
|
|
665
671
|
interface DateRangeCoordinatorProps {
|
|
666
672
|
initialIntervalStart?: Date;
|
|
@@ -687,7 +693,7 @@ interface DateRangeNavigatorProps {
|
|
|
687
693
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
688
694
|
sticky?: boolean;
|
|
689
695
|
}
|
|
690
|
-
declare function export_default$
|
|
696
|
+
declare function export_default$14(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
691
697
|
|
|
692
698
|
interface DayTrackerSymbolProps {
|
|
693
699
|
primaryColors: string[];
|
|
@@ -696,7 +702,7 @@ interface DayTrackerSymbolProps {
|
|
|
696
702
|
size?: "small" | "large";
|
|
697
703
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
698
704
|
}
|
|
699
|
-
declare function export_default$
|
|
705
|
+
declare function export_default$13(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
700
706
|
|
|
701
707
|
interface FaceProps {
|
|
702
708
|
faceValue?: number;
|
|
@@ -705,7 +711,7 @@ interface FaceProps {
|
|
|
705
711
|
className?: string;
|
|
706
712
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
707
713
|
}
|
|
708
|
-
declare function export_default$
|
|
714
|
+
declare function export_default$12(props: FaceProps): React.JSX.Element;
|
|
709
715
|
|
|
710
716
|
interface HistogramProps {
|
|
711
717
|
entries: {
|
|
@@ -717,7 +723,7 @@ interface HistogramProps {
|
|
|
717
723
|
className?: string;
|
|
718
724
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
719
725
|
}
|
|
720
|
-
declare function export_default
|
|
726
|
+
declare function export_default$11(props: HistogramProps): React.JSX.Element;
|
|
721
727
|
|
|
722
728
|
interface LayoutProps {
|
|
723
729
|
children?: React.ReactNode;
|
|
@@ -738,7 +744,7 @@ interface LayoutContext {
|
|
|
738
744
|
bodyBackgroundColor: string;
|
|
739
745
|
}
|
|
740
746
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
741
|
-
declare function export_default$
|
|
747
|
+
declare function export_default$10(props: LayoutProps): React.JSX.Element;
|
|
742
748
|
|
|
743
749
|
interface LoadingIndicatorProps {
|
|
744
750
|
variant?: "default" | "inline";
|
|
@@ -748,21 +754,35 @@ interface LoadingIndicatorProps {
|
|
|
748
754
|
}
|
|
749
755
|
declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
|
|
750
756
|
|
|
757
|
+
type NavigationBarButtonPosition = 'left' | 'right';
|
|
751
758
|
interface NavigationBarProps {
|
|
752
759
|
title?: string;
|
|
753
760
|
subtitle?: string;
|
|
754
761
|
showBackButton?: boolean;
|
|
762
|
+
backButtonText?: string;
|
|
763
|
+
backButtonColor?: ColorDefinition;
|
|
764
|
+
backButtonBackgroundColor?: ColorDefinition;
|
|
755
765
|
showCloseButton?: boolean;
|
|
756
|
-
children?: React.ReactNode;
|
|
757
766
|
closeButtonText?: string;
|
|
758
|
-
|
|
767
|
+
closeButtonColor?: ColorDefinition;
|
|
768
|
+
closeButtonBackgroundColor?: ColorDefinition;
|
|
769
|
+
closeButtonPosition?: NavigationBarButtonPosition;
|
|
770
|
+
showSaveButton?: boolean;
|
|
771
|
+
saveButtonText?: string;
|
|
772
|
+
saveButtonColor?: ColorDefinition;
|
|
773
|
+
saveButtonBackgroundColor?: ColorDefinition;
|
|
774
|
+
saveButtonPosition?: NavigationBarButtonPosition;
|
|
775
|
+
onSave?: () => void;
|
|
776
|
+
children?: React.ReactNode;
|
|
759
777
|
className?: string;
|
|
760
|
-
variant?:
|
|
778
|
+
variant?: 'default' | 'compressed';
|
|
779
|
+
backgroundColor?: ColorDefinition;
|
|
761
780
|
titleColor?: ColorDefinition;
|
|
762
781
|
subtitleColor?: ColorDefinition;
|
|
763
782
|
buttonColor?: ColorDefinition;
|
|
783
|
+
buttonBackgroundColor?: ColorDefinition;
|
|
764
784
|
}
|
|
765
|
-
declare function export_default
|
|
785
|
+
declare function export_default$$(props: NavigationBarProps): React.JSX.Element;
|
|
766
786
|
|
|
767
787
|
interface NotesInputProps {
|
|
768
788
|
autoTimestamp?: boolean;
|
|
@@ -770,7 +790,59 @@ interface NotesInputProps {
|
|
|
770
790
|
onChange(value: string): void;
|
|
771
791
|
value: string;
|
|
772
792
|
}
|
|
773
|
-
declare function export_default$
|
|
793
|
+
declare function export_default$_(props: NotesInputProps): React.JSX.Element;
|
|
794
|
+
|
|
795
|
+
interface ProgressBarProps {
|
|
796
|
+
backgroundColor?: ColorDefinition;
|
|
797
|
+
borderColor?: ColorDefinition;
|
|
798
|
+
fillColor?: ColorDefinition;
|
|
799
|
+
fillPercent: number;
|
|
800
|
+
steps?: {
|
|
801
|
+
percent: number;
|
|
802
|
+
icon: ReactElement;
|
|
803
|
+
}[];
|
|
804
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
805
|
+
defaultMargin?: boolean;
|
|
806
|
+
}
|
|
807
|
+
declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
|
|
808
|
+
declare namespace ProgressBar {
|
|
809
|
+
var defaultProps: {
|
|
810
|
+
backgroundColor: string;
|
|
811
|
+
fillColor: string;
|
|
812
|
+
fillPercent: number;
|
|
813
|
+
};
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
interface ProgressBarStepProps {
|
|
817
|
+
borderColor?: ColorDefinition;
|
|
818
|
+
backgroundColor?: ColorDefinition;
|
|
819
|
+
children?: React.ReactNode;
|
|
820
|
+
height: string;
|
|
821
|
+
}
|
|
822
|
+
declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
|
|
823
|
+
|
|
824
|
+
interface ProgressRingProps {
|
|
825
|
+
children: React.ReactNode;
|
|
826
|
+
style?: CSSProperties;
|
|
827
|
+
color?: ColorDefinition;
|
|
828
|
+
percentCompleted?: number;
|
|
829
|
+
animate?: boolean;
|
|
830
|
+
}
|
|
831
|
+
declare function export_default$Z(props: ProgressRingProps): React.JSX.Element;
|
|
832
|
+
|
|
833
|
+
interface RotatingTextEntry {
|
|
834
|
+
title?: string;
|
|
835
|
+
text: string;
|
|
836
|
+
}
|
|
837
|
+
type RotatingTextInterval = 'day' | 'week' | 'month';
|
|
838
|
+
interface RotatingTextProps {
|
|
839
|
+
interval?: RotatingTextInterval;
|
|
840
|
+
entryTitlePrefix?: string;
|
|
841
|
+
entries: RotatingTextEntry[];
|
|
842
|
+
startDate: Date;
|
|
843
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
844
|
+
}
|
|
845
|
+
declare function export_default$Y(props: RotatingTextProps): React.JSX.Element;
|
|
774
846
|
|
|
775
847
|
interface SectionProps {
|
|
776
848
|
children?: React.ReactNode;
|
|
@@ -815,7 +887,8 @@ declare function export_default$T(props: SingleNotificationProps): React.JSX.Ele
|
|
|
815
887
|
interface SingleSurveyTaskProps {
|
|
816
888
|
task: SurveyTask;
|
|
817
889
|
descriptionIcon?: IconDefinition$1;
|
|
818
|
-
|
|
890
|
+
onClick: () => void;
|
|
891
|
+
surveyActive?: boolean;
|
|
819
892
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
820
893
|
buttonColor?: ColorDefinition;
|
|
821
894
|
buttonVariant?: ButtonVariant;
|
|
@@ -893,6 +966,19 @@ interface UnstyledButtonProps {
|
|
|
893
966
|
}
|
|
894
967
|
declare function export_default$M(props: UnstyledButtonProps): React.JSX.Element;
|
|
895
968
|
|
|
969
|
+
interface ValueSelectorProps {
|
|
970
|
+
title?: string;
|
|
971
|
+
subtitle?: string;
|
|
972
|
+
values: string[];
|
|
973
|
+
selectedValues?: string[];
|
|
974
|
+
onChange?: (selectedValues: string[]) => void;
|
|
975
|
+
variant?: 'default' | 'checkboxes';
|
|
976
|
+
multiSelect?: boolean;
|
|
977
|
+
preventEmptySelections?: boolean;
|
|
978
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
979
|
+
}
|
|
980
|
+
declare function export_default$L(props: ValueSelectorProps): React.JSX.Element;
|
|
981
|
+
|
|
896
982
|
interface ViewHeaderProps {
|
|
897
983
|
title?: string;
|
|
898
984
|
subtitle?: string;
|
|
@@ -900,7 +986,7 @@ interface ViewHeaderProps {
|
|
|
900
986
|
subtitleColor?: ColorDefinition;
|
|
901
987
|
action?: React.ReactNode;
|
|
902
988
|
}
|
|
903
|
-
declare function export_default$
|
|
989
|
+
declare function export_default$K(props: ViewHeaderProps): React.JSX.Element | null;
|
|
904
990
|
|
|
905
991
|
interface WeekCalendarProps {
|
|
906
992
|
selectedDate?: Date;
|
|
@@ -911,16 +997,7 @@ interface WeekCalendarProps {
|
|
|
911
997
|
onStartDateChange?(startDate: Date): void;
|
|
912
998
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
913
999
|
}
|
|
914
|
-
declare function export_default$
|
|
915
|
-
|
|
916
|
-
interface ProgressRingProps {
|
|
917
|
-
children: React.ReactNode;
|
|
918
|
-
style?: CSSProperties;
|
|
919
|
-
color?: ColorDefinition;
|
|
920
|
-
percentCompleted?: number;
|
|
921
|
-
animate?: boolean;
|
|
922
|
-
}
|
|
923
|
-
declare function export_default$J(props: ProgressRingProps): React.JSX.Element;
|
|
1000
|
+
declare function export_default$J(props: WeekCalendarProps): React.JSX.Element;
|
|
924
1001
|
|
|
925
1002
|
interface CelebrationStepProps {
|
|
926
1003
|
title?: string;
|
|
@@ -1336,4 +1413,4 @@ declare function language(key: string): string;
|
|
|
1336
1413
|
|
|
1337
1414
|
declare function getDayKey(date: Date): string;
|
|
1338
1415
|
|
|
1339
|
-
export { export_default$
|
|
1416
|
+
export { export_default$1a as Action, export_default$19 as ActivityMeter, export_default$1E as AllergiesList, export_default$e as AllergiesView, export_default$1D as AppDownload, AreaChartOptions, export_default$1R as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, AsthmaBiometric, AsthmaBiometricType, export_default$1Q as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$1P as AsthmaControlCalendar, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$1O as AsthmaControlStatusHeader, AsthmaDataStatus, export_default$1N as AsthmaDataSummary, export_default$1G as AsthmaDayView, AsthmaDayViewPreviewState, export_default$1M as AsthmaFacts, AsthmaLogEntry, export_default$1L as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1F as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$1K as AsthmaLogEntryHeader, export_default$1J as AsthmaLogEntrySummary, AsthmaParticipant, AsthmaSymptomLevel, export_default$1I as AsthmaToolLink, export_default$1H as AsthmaTools, BarChartOptions, export_default$d as BlankView, export_default$1d as Button, export_default$18 as Calendar, export_default$17 as CalendarDay, CalendarDayStateConfiguration, export_default$16 as Card, export_default$15 as CardTitle, export_default$I as CelebrationStep, export_default$H as CelebrationStepContainer, ColorDefinition, export_default$1C as ConditionsList, export_default$c as ConditionsView, export_default$G as ConnectDeviceAccountStep, export_default$F as ConnectDeviceAccountStepContainer, export_default$1B as ConnectDevicesMenu, export_default$1A as ConnectEhr, export_default$E as ConnectEhrStep, export_default$D as ConnectEhrStepContainer, export_default$b as ConnectEhrView, export_default$1z as ConnectFitbit, export_default$1y as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$14 as DateRangeNavigator, export_default$13 as DayTrackerSymbol, DeviceDataChartLine, export_default$1x as DeviceDataMonthChart, export_default$1w as DeviceDataMonthCharts, export_default$a as DeviceDataView, export_default$1v as ExternalAccountList, export_default$1u as ExternalAccountsLoadingIndicator, export_default$1t as ExternalAccountsPreview, export_default$9 as ExternalAccountsView, export_default$12 as Face, export_default$1s as FitbitDevices, export_default$1r as FitbitMonthCharts, export_default$8 as FitbitView, export_default$1q as GarminDevices, export_default$1p as GarminMonthCharts, export_default$7 as GarminView, export_default$5 as HealthAndWellnessView, export_default$1o as HealthPreviewSection, export_default$11 as Histogram, export_default$6 as HomeView, export_default$1n as LabResultsSummary, export_default$10 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1m as MedicationsList, export_default$4 as MedicationsView, export_default$1l as MostRecentNotification, export_default$$ as NavigationBar, NewPointsEntry, export_default$1 as NewPointsView, NewPointsViewProps, export_default$_ as NotesInput, export_default$1k as NotificationList, export_default$3 as NotificationsView, export_default$1j as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$Z as ProgressRing, export_default$1i as ProjectHeader, export_default$1h as ProjectSupport, export_default$1g as ProviderSearch, export_default$1f as RelativeActivityToday, export_default$1e as RestingHeartRateCalendar, export_default$Y as RotatingText, RotatingTextEntry, export_default$X as Section, export_default$W as SegmentedControl, export_default$V as ShinyOverlay, export_default$U as SingleExternalAccount, export_default$T as SingleNotification, export_default$S as SingleSurveyTask, export_default$R as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$C as StepDetailText, export_default$A as StepImage, export_default$B as StepImageIcon, export_default$z as StepLayout, export_default$y as StepMarkdown, export_default$x as StepNextButton, export_default$w as StepText, export_default$v as StepTitle, export_default$1c as SurveyTaskList, export_default$2 as SurveyTasksView, export_default$Q as Switch, SymptomConfiguration, SymptomReference, export_default$s as SymptomSharkCalendar, export_default$h as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$q as SymptomSharkLogEntry, export_default$j as SymptomSharkLogEntryEdit, export_default$g as SymptomSharkLogEntryEditView, export_default$l as SymptomSharkLogEntryList, export_default$k as SymptomSharkLogToday, export_default$r as SymptomSharkOverallExperienceChart, export_default$f as SymptomSharkSymptomDetailView, export_default$n as SymptomSharkSymptomSeverityChart, export_default$o as SymptomSharkSymptomSeveritySummary, export_default$m as SymptomSharkSymptomTreatmentFilters, export_default$p as SymptomSharkSymptomTreatmentHistograms, export_default$i as SymptomSharkVisualizationCoordinator, export_default$P as TextBlock, export_default$O as Title, export_default$N as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$M as UnstyledButton, export_default$L as ValueSelector, export_default$1b as ViewEhr, export_default$K as ViewHeader, export_default$J as WeekCalendar, WeekStartsOn, export_default$u as YouTubeStep, export_default$t as YouTubeStepContainer, service as asthmaDataService, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaAirQualityTypeLabel, getAsthmaBiometricTypeLabel, getAsthmaBiometricTypeUnits, getAsthmaDataStatusText, getAsthmaSymptomLevel, getAsthmaSymptomLevelValue, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, export_default as useInterval };
|