@careevolution/mydatahelps-ui 2.21.1 → 2.21.2-FixDailyDataTypeDefinitionLookup.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +10 -10
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.d.ts +2 -2
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.stories.d.ts +3 -3
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.d.ts +2 -2
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.stories.d.ts +3 -3
- package/dist/cjs/types/components/container/ConnectDevice/ConnectDevice.d.ts +2 -1
- package/dist/cjs/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +2 -0
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.d.ts +2 -2
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.stories.d.ts +6 -6
- package/dist/cjs/types/components/container/ConnectFitbit/ConnectFitbit.d.ts +2 -1
- package/dist/cjs/types/components/container/ConnectGarmin/ConnectGarmin.d.ts +2 -1
- package/dist/cjs/types/components/container/EhrNewsFeed/EhrNewsFeed.d.ts +15 -0
- package/dist/cjs/types/components/container/EhrNewsFeed/EhrNewsFeed.stories.d.ts +62 -0
- package/dist/cjs/types/components/container/EhrNewsFeed/index.d.ts +1 -0
- package/dist/cjs/types/components/container/EhrNewsFeedEventDetail/EhrNewsFeedEventDetail.d.ts +11 -0
- package/dist/cjs/types/components/container/EhrNewsFeedEventDetail/EhrNewsFeedEventDetail.stories.d.ts +35 -0
- package/dist/cjs/types/components/container/EhrNewsFeedEventDetail/index.d.ts +1 -0
- package/dist/cjs/types/components/container/ExternalAccountConnectionAlert/ExternalAccountConnectionAlert.d.ts +9 -0
- package/dist/cjs/types/components/container/ExternalAccountConnectionAlert/ExternalAccountConnectionAlert.stories.d.ts +22 -0
- package/dist/cjs/types/components/container/ExternalAccountConnectionAlert/index.d.ts +1 -0
- package/dist/cjs/types/components/container/ExternalAccountList/ExternalAccountList.d.ts +3 -3
- package/dist/cjs/types/components/container/ExternalAccountsLoadingIndicator/ExternalAccountsLoadingIndicator.d.ts +1 -0
- package/dist/cjs/types/components/container/ExternalAccountsPreview/ExternalAccountsPreview.d.ts +2 -2
- package/dist/cjs/types/components/container/LabResultsSummary/LabResultsSummary.d.ts +2 -2
- package/dist/cjs/types/components/container/MedicationsList/MedicationsList.d.ts +2 -2
- package/dist/cjs/types/components/container/MedicationsList/MedicationsList.stories.d.ts +3 -3
- package/dist/cjs/types/components/container/ProviderSearch/ProviderSearch.d.ts +2 -1
- package/dist/cjs/types/components/container/TermInformation/TermInformation.d.ts +19 -0
- package/dist/cjs/types/components/container/TermInformation/TermInformation.previewData.d.ts +3 -0
- package/dist/cjs/types/components/container/TermInformation/TermInformation.stories.d.ts +27 -0
- package/dist/cjs/types/components/container/TermInformation/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +4 -0
- package/dist/cjs/types/components/presentational/LabResultWithSparkline/LabResultWithSparkline.d.ts +3 -7
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +1 -1
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +9 -0
- package/dist/cjs/types/components/presentational/ReportContent/ReportContent.d.ts +8 -0
- package/dist/cjs/types/components/presentational/ReportContent/ReportContent.previewData.d.ts +3 -0
- package/dist/cjs/types/components/presentational/ReportContent/ReportContent.stories.d.ts +34 -0
- package/dist/cjs/types/components/presentational/StatBlock/StatBlock.d.ts +15 -0
- package/dist/cjs/types/components/presentational/StatBlock/StatBlock.stories.d.ts +37 -0
- package/dist/cjs/types/components/presentational/StatBlock/index.d.ts +1 -0
- package/dist/cjs/types/components/view/AllergiesView/AllergiesView.d.ts +2 -0
- package/dist/cjs/types/components/view/ConditionsView/ConditionsView.d.ts +2 -0
- package/dist/cjs/types/components/view/ConnectEhrView/ConnectEhrView.d.ts +1 -2
- package/dist/cjs/types/components/view/EhrNewsFeedEventDetailView/EhrNewsFeedEventDetailView.d.ts +12 -0
- package/dist/cjs/types/components/view/EhrNewsFeedEventDetailView/EhrNewsFeedEventDetailView.stories.d.ts +38 -0
- package/dist/cjs/types/components/view/EhrNewsFeedEventDetailView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/EhrNewsFeedView/EhrNewsFeedView.d.ts +11 -0
- package/dist/cjs/types/components/view/EhrNewsFeedView/EhrNewsFeedView.stories.d.ts +42 -0
- package/dist/cjs/types/components/view/EhrNewsFeedView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/ExternalAccountsView/ExternalAccountsView.d.ts +5 -1
- package/dist/cjs/types/components/view/HomeView/HomeView.d.ts +1 -2
- package/dist/cjs/types/components/view/MedicationsView/MedicationsView.d.ts +2 -0
- package/dist/cjs/types/components/view/ReportView/ReportView.d.ts +13 -0
- package/dist/cjs/types/components/view/ReportView/ReportView.stories.d.ts +22 -0
- package/dist/cjs/types/components/view/StandaloneHealthAndWellnessView/StandaloneHealthAndWellnessView.d.ts +8 -0
- package/dist/cjs/types/components/view/StandaloneHealthAndWellnessView/StandaloneHealthAndWellnessView.stories.d.ts +25 -0
- package/dist/cjs/types/components/view/StandaloneHealthAndWellnessView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/TermInformationView/TermInformationView.d.ts +10 -0
- package/dist/cjs/types/components/view/TermInformationView/TermInformationView.stories.d.ts +20 -0
- package/dist/cjs/types/components/view/TermInformationView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/index.d.ts +4 -0
- package/dist/cjs/types/helpers/news-feed/data.d.ts +2 -0
- package/dist/cjs/types/helpers/news-feed/eventTypeDefinitions.d.ts +12 -0
- package/dist/cjs/types/helpers/news-feed/previewData.d.ts +8 -0
- package/dist/cjs/types/helpers/news-feed/types.d.ts +211 -0
- package/dist/esm/index.js +11 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.d.ts +2 -2
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.stories.d.ts +3 -3
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.d.ts +2 -2
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.stories.d.ts +3 -3
- package/dist/esm/types/components/container/ConnectDevice/ConnectDevice.d.ts +2 -1
- package/dist/esm/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +2 -0
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.d.ts +2 -2
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.stories.d.ts +6 -6
- package/dist/esm/types/components/container/ConnectFitbit/ConnectFitbit.d.ts +2 -1
- package/dist/esm/types/components/container/ConnectGarmin/ConnectGarmin.d.ts +2 -1
- package/dist/esm/types/components/container/EhrNewsFeed/EhrNewsFeed.d.ts +15 -0
- package/dist/esm/types/components/container/EhrNewsFeed/EhrNewsFeed.stories.d.ts +62 -0
- package/dist/esm/types/components/container/EhrNewsFeed/index.d.ts +1 -0
- package/dist/esm/types/components/container/EhrNewsFeedEventDetail/EhrNewsFeedEventDetail.d.ts +11 -0
- package/dist/esm/types/components/container/EhrNewsFeedEventDetail/EhrNewsFeedEventDetail.stories.d.ts +35 -0
- package/dist/esm/types/components/container/EhrNewsFeedEventDetail/index.d.ts +1 -0
- package/dist/esm/types/components/container/ExternalAccountConnectionAlert/ExternalAccountConnectionAlert.d.ts +9 -0
- package/dist/esm/types/components/container/ExternalAccountConnectionAlert/ExternalAccountConnectionAlert.stories.d.ts +22 -0
- package/dist/esm/types/components/container/ExternalAccountConnectionAlert/index.d.ts +1 -0
- package/dist/esm/types/components/container/ExternalAccountList/ExternalAccountList.d.ts +3 -3
- package/dist/esm/types/components/container/ExternalAccountsLoadingIndicator/ExternalAccountsLoadingIndicator.d.ts +1 -0
- package/dist/esm/types/components/container/ExternalAccountsPreview/ExternalAccountsPreview.d.ts +2 -2
- package/dist/esm/types/components/container/LabResultsSummary/LabResultsSummary.d.ts +2 -2
- package/dist/esm/types/components/container/MedicationsList/MedicationsList.d.ts +2 -2
- package/dist/esm/types/components/container/MedicationsList/MedicationsList.stories.d.ts +3 -3
- package/dist/esm/types/components/container/ProviderSearch/ProviderSearch.d.ts +2 -1
- package/dist/esm/types/components/container/TermInformation/TermInformation.d.ts +19 -0
- package/dist/esm/types/components/container/TermInformation/TermInformation.previewData.d.ts +3 -0
- package/dist/esm/types/components/container/TermInformation/TermInformation.stories.d.ts +27 -0
- package/dist/esm/types/components/container/TermInformation/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +4 -0
- package/dist/esm/types/components/presentational/LabResultWithSparkline/LabResultWithSparkline.d.ts +3 -7
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +1 -1
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +9 -0
- package/dist/esm/types/components/presentational/ReportContent/ReportContent.d.ts +8 -0
- package/dist/esm/types/components/presentational/ReportContent/ReportContent.previewData.d.ts +3 -0
- package/dist/esm/types/components/presentational/ReportContent/ReportContent.stories.d.ts +34 -0
- package/dist/esm/types/components/presentational/StatBlock/StatBlock.d.ts +15 -0
- package/dist/esm/types/components/presentational/StatBlock/StatBlock.stories.d.ts +37 -0
- package/dist/esm/types/components/presentational/StatBlock/index.d.ts +1 -0
- package/dist/esm/types/components/view/AllergiesView/AllergiesView.d.ts +2 -0
- package/dist/esm/types/components/view/ConditionsView/ConditionsView.d.ts +2 -0
- package/dist/esm/types/components/view/ConnectEhrView/ConnectEhrView.d.ts +1 -2
- package/dist/esm/types/components/view/EhrNewsFeedEventDetailView/EhrNewsFeedEventDetailView.d.ts +12 -0
- package/dist/esm/types/components/view/EhrNewsFeedEventDetailView/EhrNewsFeedEventDetailView.stories.d.ts +38 -0
- package/dist/esm/types/components/view/EhrNewsFeedEventDetailView/index.d.ts +1 -0
- package/dist/esm/types/components/view/EhrNewsFeedView/EhrNewsFeedView.d.ts +11 -0
- package/dist/esm/types/components/view/EhrNewsFeedView/EhrNewsFeedView.stories.d.ts +42 -0
- package/dist/esm/types/components/view/EhrNewsFeedView/index.d.ts +1 -0
- package/dist/esm/types/components/view/ExternalAccountsView/ExternalAccountsView.d.ts +5 -1
- package/dist/esm/types/components/view/HomeView/HomeView.d.ts +1 -2
- package/dist/esm/types/components/view/MedicationsView/MedicationsView.d.ts +2 -0
- package/dist/esm/types/components/view/ReportView/ReportView.d.ts +13 -0
- package/dist/esm/types/components/view/ReportView/ReportView.stories.d.ts +22 -0
- package/dist/esm/types/components/view/StandaloneHealthAndWellnessView/StandaloneHealthAndWellnessView.d.ts +8 -0
- package/dist/esm/types/components/view/StandaloneHealthAndWellnessView/StandaloneHealthAndWellnessView.stories.d.ts +25 -0
- package/dist/esm/types/components/view/StandaloneHealthAndWellnessView/index.d.ts +1 -0
- package/dist/esm/types/components/view/TermInformationView/TermInformationView.d.ts +10 -0
- package/dist/esm/types/components/view/TermInformationView/TermInformationView.stories.d.ts +20 -0
- package/dist/esm/types/components/view/TermInformationView/index.d.ts +1 -0
- package/dist/esm/types/components/view/index.d.ts +4 -0
- package/dist/esm/types/helpers/news-feed/data.d.ts +2 -0
- package/dist/esm/types/helpers/news-feed/eventTypeDefinitions.d.ts +12 -0
- package/dist/esm/types/helpers/news-feed/previewData.d.ts +8 -0
- package/dist/esm/types/helpers/news-feed/types.d.ts +211 -0
- package/dist/index.d.ts +257 -168
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React$1, { ReactElement, CSSProperties, ReactNode, MouseEventHandler, DependencyList } from 'react';
|
|
3
|
-
import { ParticipantInfo, Guid, StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, DeviceInfo, DeviceDataPoint, SurveyAnswer, ExternalAccountStatus, EventName, DeviceDataNamespace, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem } from '@careevolution/mydatahelps-js';
|
|
3
|
+
import { ParticipantInfo, Guid, StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, DeviceInfo, DeviceDataPoint, SurveyAnswer, ConnectExternalAccountOptions, ExternalAccountStatus, EventName, DeviceDataNamespace, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem } from '@careevolution/mydatahelps-js';
|
|
4
4
|
import { AxisDomain } from 'recharts/types/util/types';
|
|
5
5
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
6
6
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
@@ -11,7 +11,7 @@ interface AsthmaActionPlanManagerProps {
|
|
|
11
11
|
editActionPlanSurveyName: string;
|
|
12
12
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
13
13
|
}
|
|
14
|
-
declare function export_default$
|
|
14
|
+
declare function export_default$2v(props: AsthmaActionPlanManagerProps): React$1.JSX.Element;
|
|
15
15
|
|
|
16
16
|
declare class AsthmaParticipant {
|
|
17
17
|
participantInfo: ParticipantInfo;
|
|
@@ -83,7 +83,7 @@ interface AsthmaAirQualitiesProps {
|
|
|
83
83
|
date?: Date;
|
|
84
84
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
85
85
|
}
|
|
86
|
-
declare function export_default$
|
|
86
|
+
declare function export_default$2u(props: AsthmaAirQualitiesProps): React$1.JSX.Element;
|
|
87
87
|
|
|
88
88
|
interface AsthmaAlertTakeoverNoticeProps {
|
|
89
89
|
previewState?: 'loading' | 'loaded';
|
|
@@ -91,7 +91,7 @@ interface AsthmaAlertTakeoverNoticeProps {
|
|
|
91
91
|
logEntrySurveyName: string;
|
|
92
92
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
93
93
|
}
|
|
94
|
-
declare function export_default$
|
|
94
|
+
declare function export_default$2t(props: AsthmaAlertTakeoverNoticeProps): React$1.JSX.Element;
|
|
95
95
|
|
|
96
96
|
interface AsthmaAlertTakeoverTriggerProps {
|
|
97
97
|
previewState?: boolean;
|
|
@@ -102,7 +102,7 @@ interface AsthmaAlertTakeoverTriggerProps {
|
|
|
102
102
|
alertTakeoverUrl: string;
|
|
103
103
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
104
104
|
}
|
|
105
|
-
declare function export_default$
|
|
105
|
+
declare function export_default$2s(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
106
106
|
|
|
107
107
|
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
108
108
|
|
|
@@ -114,7 +114,7 @@ interface AsthmaBiometricsProps {
|
|
|
114
114
|
date?: Date;
|
|
115
115
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
116
116
|
}
|
|
117
|
-
declare function export_default$
|
|
117
|
+
declare function export_default$2r(props: AsthmaBiometricsProps): React$1.JSX.Element;
|
|
118
118
|
|
|
119
119
|
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ interface AsthmaControlCalendarProps {
|
|
|
126
126
|
variant?: AsthmaControlCalendarVariant;
|
|
127
127
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
128
128
|
}
|
|
129
|
-
declare function export_default$
|
|
129
|
+
declare function export_default$2q(props: AsthmaControlCalendarProps): React$1.JSX.Element;
|
|
130
130
|
|
|
131
131
|
type AsthmaControlStatusHeaderPreviewState = 'no data' | 'abnormal dhr' | 'abnormal nhr' | 'abnormal rr' | 'abnormal activity' | 'abnormal sleep' | 'abnormal dbol' | 'abnormal nbol' | 'abnormal home aqi' | 'abnormal work aqi' | 'abnormal multiple' | 'not determined' | 'not controlled' | 'controlled';
|
|
132
132
|
|
|
@@ -135,7 +135,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
135
135
|
participant: AsthmaParticipant;
|
|
136
136
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
137
137
|
}
|
|
138
|
-
declare function export_default$
|
|
138
|
+
declare function export_default$2p(props: AsthmaControlStatusHeaderProps): React$1.JSX.Element | null;
|
|
139
139
|
|
|
140
140
|
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
141
141
|
|
|
@@ -148,7 +148,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
148
148
|
infoUrl: string;
|
|
149
149
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
150
150
|
}
|
|
151
|
-
declare function export_default$
|
|
151
|
+
declare function export_default$2o(props: AsthmaLogEntryDetailsProps): React$1.JSX.Element;
|
|
152
152
|
|
|
153
153
|
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
154
154
|
|
|
@@ -159,7 +159,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
159
159
|
dayViewUrl: string;
|
|
160
160
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
161
161
|
}
|
|
162
|
-
declare function export_default$
|
|
162
|
+
declare function export_default$2n(props: AsthmaLogEntryHeaderProps): React$1.JSX.Element | null;
|
|
163
163
|
|
|
164
164
|
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
165
165
|
previewState?: boolean;
|
|
@@ -168,7 +168,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
|
168
168
|
logTodayEntrySurveyName: string;
|
|
169
169
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
170
170
|
}
|
|
171
|
-
declare function export_default$
|
|
171
|
+
declare function export_default$2m(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
172
172
|
|
|
173
173
|
type AsthmaProviderReportPreviewState = 'default';
|
|
174
174
|
|
|
@@ -177,7 +177,7 @@ interface AsthmaProviderReportProps {
|
|
|
177
177
|
logEntrySurveyName: string;
|
|
178
178
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
179
179
|
}
|
|
180
|
-
declare function export_default$
|
|
180
|
+
declare function export_default$2l(props: AsthmaProviderReportProps): React$1.JSX.Element;
|
|
181
181
|
|
|
182
182
|
type ColorDefinition = string | {
|
|
183
183
|
lightMode?: string;
|
|
@@ -203,7 +203,7 @@ interface ActionProps {
|
|
|
203
203
|
subtitleColor?: ColorDefinition;
|
|
204
204
|
renderAs?: "div" | "button";
|
|
205
205
|
}
|
|
206
|
-
declare function export_default$
|
|
206
|
+
declare function export_default$2k(props: ActionProps): React$1.JSX.Element;
|
|
207
207
|
|
|
208
208
|
interface ActivityMeterProps {
|
|
209
209
|
label: string;
|
|
@@ -217,7 +217,7 @@ interface ActivityMeterProps {
|
|
|
217
217
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
218
218
|
thresholdLabel?: string;
|
|
219
219
|
}
|
|
220
|
-
declare function export_default$
|
|
220
|
+
declare function export_default$2j(props: ActivityMeterProps): React$1.JSX.Element;
|
|
221
221
|
|
|
222
222
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
223
223
|
interface ButtonProps {
|
|
@@ -232,7 +232,7 @@ interface ButtonProps {
|
|
|
232
232
|
defaultMargin?: boolean;
|
|
233
233
|
fullWidth?: boolean;
|
|
234
234
|
}
|
|
235
|
-
declare function export_default$
|
|
235
|
+
declare function export_default$2i(props: ButtonProps): React$1.JSX.Element;
|
|
236
236
|
|
|
237
237
|
interface CalendarProps {
|
|
238
238
|
month: number;
|
|
@@ -242,7 +242,7 @@ interface CalendarProps {
|
|
|
242
242
|
className?: string;
|
|
243
243
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
244
244
|
}
|
|
245
|
-
declare function export_default$
|
|
245
|
+
declare function export_default$2h(props: CalendarProps): React$1.JSX.Element;
|
|
246
246
|
|
|
247
247
|
type CalendarDayStateConfiguration = Record<string, {
|
|
248
248
|
style?: CSSProperties;
|
|
@@ -258,7 +258,7 @@ interface CalendarDayProps {
|
|
|
258
258
|
onClick?: (date: Date) => void;
|
|
259
259
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
260
260
|
}
|
|
261
|
-
declare function export_default$
|
|
261
|
+
declare function export_default$2g(props: CalendarDayProps): React$1.JSX.Element;
|
|
262
262
|
|
|
263
263
|
interface CardProps {
|
|
264
264
|
className?: string;
|
|
@@ -269,7 +269,7 @@ interface CardProps {
|
|
|
269
269
|
backgroundColor?: ColorDefinition;
|
|
270
270
|
style?: React$1.CSSProperties;
|
|
271
271
|
}
|
|
272
|
-
declare function export_default$
|
|
272
|
+
declare function export_default$2f(props: CardProps): React$1.JSX.Element | null;
|
|
273
273
|
|
|
274
274
|
interface CardTitleProps {
|
|
275
275
|
title: string;
|
|
@@ -278,7 +278,7 @@ interface CardTitleProps {
|
|
|
278
278
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
279
279
|
color?: ColorDefinition;
|
|
280
280
|
}
|
|
281
|
-
declare function export_default$
|
|
281
|
+
declare function export_default$2e(props: CardTitleProps): React$1.JSX.Element;
|
|
282
282
|
|
|
283
283
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
284
284
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -309,7 +309,7 @@ interface DateRangeNavigatorProps {
|
|
|
309
309
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
310
310
|
sticky?: boolean;
|
|
311
311
|
}
|
|
312
|
-
declare function export_default$
|
|
312
|
+
declare function export_default$2d(props: DateRangeNavigatorProps): React$1.JSX.Element;
|
|
313
313
|
|
|
314
314
|
interface TitleProps {
|
|
315
315
|
color?: ColorDefinition;
|
|
@@ -323,7 +323,7 @@ interface TitleProps {
|
|
|
323
323
|
defaultMargin?: boolean;
|
|
324
324
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
325
325
|
}
|
|
326
|
-
declare function export_default$
|
|
326
|
+
declare function export_default$2c(props: TitleProps): React$1.JSX.Element;
|
|
327
327
|
|
|
328
328
|
interface DateRangeTitleProps extends TitleProps {
|
|
329
329
|
color?: ColorDefinition;
|
|
@@ -341,7 +341,7 @@ interface DayTrackerSymbolProps {
|
|
|
341
341
|
size?: "small" | "large";
|
|
342
342
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
343
343
|
}
|
|
344
|
-
declare function export_default$
|
|
344
|
+
declare function export_default$2b(props: DayTrackerSymbolProps): React$1.JSX.Element;
|
|
345
345
|
|
|
346
346
|
interface ClosedInterval {
|
|
347
347
|
values: number[];
|
|
@@ -368,7 +368,7 @@ declare enum DumbbellClass {
|
|
|
368
368
|
"mdhui-dumbbell-in-range" = 0,
|
|
369
369
|
"mdhui-dumbbell-out-of-range" = 1
|
|
370
370
|
}
|
|
371
|
-
declare function export_default$
|
|
371
|
+
declare function export_default$2a(props: DumbBellChartProps): React$1.JSX.Element;
|
|
372
372
|
|
|
373
373
|
interface FaceProps {
|
|
374
374
|
faceValue?: number;
|
|
@@ -377,7 +377,7 @@ interface FaceProps {
|
|
|
377
377
|
className?: string;
|
|
378
378
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
379
379
|
}
|
|
380
|
-
declare function export_default$
|
|
380
|
+
declare function export_default$29(props: FaceProps): React$1.JSX.Element;
|
|
381
381
|
|
|
382
382
|
interface HistogramProps {
|
|
383
383
|
entries: {
|
|
@@ -389,7 +389,7 @@ interface HistogramProps {
|
|
|
389
389
|
className?: string;
|
|
390
390
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
391
391
|
}
|
|
392
|
-
declare function export_default$
|
|
392
|
+
declare function export_default$28(props: HistogramProps): React$1.JSX.Element;
|
|
393
393
|
|
|
394
394
|
interface LayoutProps {
|
|
395
395
|
children?: React$1.ReactNode;
|
|
@@ -410,7 +410,7 @@ interface LayoutContext {
|
|
|
410
410
|
bodyBackgroundColor: string;
|
|
411
411
|
}
|
|
412
412
|
declare const LayoutContext: React$1.Context<LayoutContext>;
|
|
413
|
-
declare function export_default$
|
|
413
|
+
declare function export_default$27(props: LayoutProps): React$1.JSX.Element;
|
|
414
414
|
|
|
415
415
|
interface LoadingIndicatorProps {
|
|
416
416
|
variant?: "default" | "inline";
|
|
@@ -431,7 +431,7 @@ interface MonthlyEventMatrixProps {
|
|
|
431
431
|
innerRef?: React$1.Ref<HTMLTableElement>;
|
|
432
432
|
intervalStart: Date;
|
|
433
433
|
}
|
|
434
|
-
declare function export_default$
|
|
434
|
+
declare function export_default$26(props: MonthlyEventMatrixProps): React$1.JSX.Element;
|
|
435
435
|
|
|
436
436
|
interface NavigationBarProps {
|
|
437
437
|
title?: string;
|
|
@@ -442,7 +442,7 @@ interface NavigationBarProps {
|
|
|
442
442
|
closeButtonText?: string;
|
|
443
443
|
backButtonText?: string;
|
|
444
444
|
className?: string;
|
|
445
|
-
variant?:
|
|
445
|
+
variant?: "default" | "compressed" | "compressedModal";
|
|
446
446
|
titleColor?: ColorDefinition;
|
|
447
447
|
subtitleColor?: ColorDefinition;
|
|
448
448
|
buttonColor?: ColorDefinition;
|
|
@@ -450,7 +450,7 @@ interface NavigationBarProps {
|
|
|
450
450
|
navigationBarRight?: React$1.ReactNode;
|
|
451
451
|
backgroundColor?: ColorDefinition;
|
|
452
452
|
}
|
|
453
|
-
declare function export_default$
|
|
453
|
+
declare function export_default$25(props: NavigationBarProps): React$1.JSX.Element;
|
|
454
454
|
|
|
455
455
|
interface NotesInputProps {
|
|
456
456
|
autoTimestamp?: boolean;
|
|
@@ -458,7 +458,7 @@ interface NotesInputProps {
|
|
|
458
458
|
onChange(value: string): void;
|
|
459
459
|
value: string;
|
|
460
460
|
}
|
|
461
|
-
declare function export_default$
|
|
461
|
+
declare function export_default$24(props: NotesInputProps): React$1.JSX.Element;
|
|
462
462
|
|
|
463
463
|
interface ProgressBarProps {
|
|
464
464
|
backgroundColor?: ColorDefinition;
|
|
@@ -496,7 +496,7 @@ interface ProgressRingProps {
|
|
|
496
496
|
percentCompleted?: number;
|
|
497
497
|
animate?: boolean;
|
|
498
498
|
}
|
|
499
|
-
declare function export_default$
|
|
499
|
+
declare function export_default$23(props: ProgressRingProps): React$1.JSX.Element;
|
|
500
500
|
|
|
501
501
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
502
502
|
type ResourceButtonVariant = 'button' | 'link';
|
|
@@ -510,7 +510,7 @@ interface ResourceProps {
|
|
|
510
510
|
onClick: () => void;
|
|
511
511
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
512
512
|
}
|
|
513
|
-
declare function export_default$
|
|
513
|
+
declare function export_default$22(props: ResourceProps): React$1.JSX.Element;
|
|
514
514
|
|
|
515
515
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
516
516
|
|
|
@@ -530,7 +530,7 @@ interface ResourceListProps {
|
|
|
530
530
|
buttonText?: string;
|
|
531
531
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
532
532
|
}
|
|
533
|
-
declare function export_default$
|
|
533
|
+
declare function export_default$21(props: ResourceListProps): React$1.JSX.Element;
|
|
534
534
|
|
|
535
535
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
536
536
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -539,7 +539,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
539
539
|
startDate: Date;
|
|
540
540
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
541
541
|
}
|
|
542
|
-
declare function export_default$
|
|
542
|
+
declare function export_default$20(props: RotatingComponentCoordinatorProps): React$1.JSX.Element;
|
|
543
543
|
|
|
544
544
|
interface SectionProps {
|
|
545
545
|
children?: React$1.ReactNode;
|
|
@@ -549,7 +549,7 @@ interface SectionProps {
|
|
|
549
549
|
backgroundColor?: ColorDefinition;
|
|
550
550
|
style?: React$1.CSSProperties;
|
|
551
551
|
}
|
|
552
|
-
declare function export_default$
|
|
552
|
+
declare function export_default$1$(props: SectionProps): React$1.JSX.Element | null;
|
|
553
553
|
|
|
554
554
|
interface SegmentedControlProps {
|
|
555
555
|
segments: {
|
|
@@ -563,9 +563,9 @@ interface SegmentedControlProps {
|
|
|
563
563
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
564
564
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
565
565
|
}
|
|
566
|
-
declare function export_default$
|
|
566
|
+
declare function export_default$1_(props: SegmentedControlProps): React$1.JSX.Element;
|
|
567
567
|
|
|
568
|
-
declare function export_default$
|
|
568
|
+
declare function export_default$1Z(): React$1.JSX.Element;
|
|
569
569
|
|
|
570
570
|
interface SingleDataPointProps {
|
|
571
571
|
label: string;
|
|
@@ -576,7 +576,7 @@ interface SingleDataPointProps {
|
|
|
576
576
|
onClick?: () => void;
|
|
577
577
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
578
578
|
}
|
|
579
|
-
declare function export_default$
|
|
579
|
+
declare function export_default$1Y(props: SingleDataPointProps): React$1.JSX.Element;
|
|
580
580
|
|
|
581
581
|
interface SingleExternalAccountProps {
|
|
582
582
|
externalAccount: ExternalAccount;
|
|
@@ -584,13 +584,13 @@ interface SingleExternalAccountProps {
|
|
|
584
584
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
585
585
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
586
586
|
}
|
|
587
|
-
declare function export_default$
|
|
587
|
+
declare function export_default$1X(props: SingleExternalAccountProps): React$1.JSX.Element;
|
|
588
588
|
|
|
589
589
|
interface SingleNotificationProps {
|
|
590
590
|
notification: Notification;
|
|
591
591
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
592
592
|
}
|
|
593
|
-
declare function export_default$
|
|
593
|
+
declare function export_default$1W(props: SingleNotificationProps): React$1.JSX.Element;
|
|
594
594
|
|
|
595
595
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
596
596
|
interface SingleSurveyTaskProps {
|
|
@@ -603,7 +603,7 @@ interface SingleSurveyTaskProps {
|
|
|
603
603
|
buttonVariant?: ButtonVariant;
|
|
604
604
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
605
605
|
}
|
|
606
|
-
declare function export_default$
|
|
606
|
+
declare function export_default$1V(props: SingleSurveyTaskProps): React$1.JSX.Element | null;
|
|
607
607
|
|
|
608
608
|
interface SparkBarChartProps {
|
|
609
609
|
averageFillPercent?: number;
|
|
@@ -614,7 +614,7 @@ interface SparkBarChartBar {
|
|
|
614
614
|
color: ColorDefinition;
|
|
615
615
|
barFillPercent: number;
|
|
616
616
|
}
|
|
617
|
-
declare function export_default$
|
|
617
|
+
declare function export_default$1U(props: SparkBarChartProps): React$1.JSX.Element;
|
|
618
618
|
|
|
619
619
|
interface SwitchProps {
|
|
620
620
|
isOn: Boolean;
|
|
@@ -623,7 +623,7 @@ interface SwitchProps {
|
|
|
623
623
|
className?: string;
|
|
624
624
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
625
625
|
}
|
|
626
|
-
declare function export_default$
|
|
626
|
+
declare function export_default$1T(props: SwitchProps): React$1.JSX.Element;
|
|
627
627
|
|
|
628
628
|
interface StatusBarBackgroundProps {
|
|
629
629
|
color?: string;
|
|
@@ -638,7 +638,7 @@ interface TextBlockProps {
|
|
|
638
638
|
color?: ColorDefinition;
|
|
639
639
|
style?: React$1.CSSProperties;
|
|
640
640
|
}
|
|
641
|
-
declare function export_default$
|
|
641
|
+
declare function export_default$1S(props: TextBlockProps): React$1.JSX.Element | null;
|
|
642
642
|
|
|
643
643
|
interface TrackerItemProps {
|
|
644
644
|
selected: boolean;
|
|
@@ -650,7 +650,7 @@ interface TrackerItemProps {
|
|
|
650
650
|
className?: string;
|
|
651
651
|
noBoxShadow?: boolean;
|
|
652
652
|
}
|
|
653
|
-
declare function export_default$
|
|
653
|
+
declare function export_default$1R(props: TrackerItemProps): React$1.JSX.Element;
|
|
654
654
|
|
|
655
655
|
interface UnstyledButtonProps {
|
|
656
656
|
onClick: MouseEventHandler;
|
|
@@ -661,7 +661,7 @@ interface UnstyledButtonProps {
|
|
|
661
661
|
disabled?: boolean;
|
|
662
662
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
663
663
|
}
|
|
664
|
-
declare function export_default$
|
|
664
|
+
declare function export_default$1Q(props: UnstyledButtonProps): React$1.JSX.Element;
|
|
665
665
|
|
|
666
666
|
interface ValueSelectorProps {
|
|
667
667
|
title?: string;
|
|
@@ -682,7 +682,7 @@ interface ValueSelectorProps {
|
|
|
682
682
|
preventEmptySelections?: boolean;
|
|
683
683
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
684
684
|
}
|
|
685
|
-
declare function export_default$
|
|
685
|
+
declare function export_default$1P(props: ValueSelectorProps): React$1.JSX.Element;
|
|
686
686
|
|
|
687
687
|
interface ViewHeaderProps {
|
|
688
688
|
title?: string;
|
|
@@ -691,7 +691,7 @@ interface ViewHeaderProps {
|
|
|
691
691
|
subtitleColor?: ColorDefinition;
|
|
692
692
|
action?: React$1.ReactNode;
|
|
693
693
|
}
|
|
694
|
-
declare function export_default$
|
|
694
|
+
declare function export_default$1O(props: ViewHeaderProps): React$1.JSX.Element | null;
|
|
695
695
|
|
|
696
696
|
interface WeekCalendarProps {
|
|
697
697
|
selectedDate?: Date;
|
|
@@ -703,7 +703,7 @@ interface WeekCalendarProps {
|
|
|
703
703
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
704
704
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
705
705
|
}
|
|
706
|
-
declare function export_default$
|
|
706
|
+
declare function export_default$1N(props: WeekCalendarProps): React$1.JSX.Element;
|
|
707
707
|
|
|
708
708
|
interface InboxCompletedListItemProps {
|
|
709
709
|
name: string;
|
|
@@ -711,14 +711,14 @@ interface InboxCompletedListItemProps {
|
|
|
711
711
|
onClick?: () => void;
|
|
712
712
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
713
713
|
}
|
|
714
|
-
declare function export_default$
|
|
714
|
+
declare function export_default$1M(props: InboxCompletedListItemProps): React$1.JSX.Element;
|
|
715
715
|
|
|
716
716
|
interface InboxMessageListItemProps {
|
|
717
717
|
message: InboxMessage;
|
|
718
718
|
onClick: () => void;
|
|
719
719
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
720
720
|
}
|
|
721
|
-
declare function export_default$
|
|
721
|
+
declare function export_default$1L(props: InboxMessageListItemProps): React$1.JSX.Element | null;
|
|
722
722
|
|
|
723
723
|
interface InboxResourceListItemProps {
|
|
724
724
|
resource: InboxResource;
|
|
@@ -728,7 +728,7 @@ interface InboxResourceListItemProps {
|
|
|
728
728
|
buttonText?: string;
|
|
729
729
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
730
730
|
}
|
|
731
|
-
declare function export_default$
|
|
731
|
+
declare function export_default$1K(props: InboxResourceListItemProps): React$1.JSX.Element | null;
|
|
732
732
|
|
|
733
733
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
734
734
|
interface InboxSurveyListItemProps {
|
|
@@ -738,7 +738,7 @@ interface InboxSurveyListItemProps {
|
|
|
738
738
|
surveyActive?: boolean;
|
|
739
739
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
740
740
|
}
|
|
741
|
-
declare function export_default$
|
|
741
|
+
declare function export_default$1J(props: InboxSurveyListItemProps): React$1.JSX.Element | null;
|
|
742
742
|
|
|
743
743
|
interface AsthmaRecommendedArticleProps {
|
|
744
744
|
previewState?: 'none' | 'default';
|
|
@@ -750,7 +750,7 @@ interface AsthmaRecommendedArticleProps {
|
|
|
750
750
|
style?: React$1.CSSProperties;
|
|
751
751
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
752
752
|
}
|
|
753
|
-
declare function export_default$
|
|
753
|
+
declare function export_default$1I(props: AsthmaRecommendedArticleProps): React$1.JSX.Element | null;
|
|
754
754
|
|
|
755
755
|
declare enum AsthmaDailyDataType {
|
|
756
756
|
Steps = "Asthma.Steps",
|
|
@@ -805,7 +805,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
805
805
|
learnMoreUrl: string;
|
|
806
806
|
editActionPlanSurveyName: string;
|
|
807
807
|
}
|
|
808
|
-
declare function export_default$
|
|
808
|
+
declare function export_default$1H(props: AsthmaActionPlanViewProps): React$1.JSX.Element;
|
|
809
809
|
|
|
810
810
|
interface AsthmaActivityViewProps {
|
|
811
811
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -813,7 +813,7 @@ interface AsthmaActivityViewProps {
|
|
|
813
813
|
alert?: 'Steps';
|
|
814
814
|
logEntrySurveyName: string;
|
|
815
815
|
}
|
|
816
|
-
declare function export_default$
|
|
816
|
+
declare function export_default$1G(props: AsthmaActivityViewProps): React$1.JSX.Element;
|
|
817
817
|
|
|
818
818
|
interface AsthmaAirQualityViewProps {
|
|
819
819
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -821,14 +821,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
821
821
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
822
822
|
logEntrySurveyName: string;
|
|
823
823
|
}
|
|
824
|
-
declare function export_default$
|
|
824
|
+
declare function export_default$1F(props: AsthmaAirQualityViewProps): React$1.JSX.Element;
|
|
825
825
|
|
|
826
826
|
interface AsthmaAlertTakeoverViewProps {
|
|
827
827
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
828
828
|
previewState?: 'default';
|
|
829
829
|
logEntrySurveyName: string;
|
|
830
830
|
}
|
|
831
|
-
declare function export_default$
|
|
831
|
+
declare function export_default$1E(props: AsthmaAlertTakeoverViewProps): React$1.JSX.Element;
|
|
832
832
|
|
|
833
833
|
interface AsthmaDayViewProps {
|
|
834
834
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -843,7 +843,7 @@ interface AsthmaDayViewProps {
|
|
|
843
843
|
sleepUrl: string;
|
|
844
844
|
airQualityUrl: string;
|
|
845
845
|
}
|
|
846
|
-
declare function export_default$
|
|
846
|
+
declare function export_default$1D(props: AsthmaDayViewProps): React$1.JSX.Element;
|
|
847
847
|
|
|
848
848
|
interface AsthmaHeartAndLungsViewProps {
|
|
849
849
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -851,7 +851,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
851
851
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
852
852
|
logEntrySurveyName: string;
|
|
853
853
|
}
|
|
854
|
-
declare function export_default$
|
|
854
|
+
declare function export_default$1C(props: AsthmaHeartAndLungsViewProps): React$1.JSX.Element;
|
|
855
855
|
|
|
856
856
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
857
857
|
|
|
@@ -860,13 +860,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
860
860
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
861
861
|
date: Date;
|
|
862
862
|
}
|
|
863
|
-
declare function export_default$
|
|
863
|
+
declare function export_default$1B(props: AsthmaLogEntryEditorViewProps): React$1.JSX.Element | null;
|
|
864
864
|
|
|
865
865
|
interface AsthmaProviderReportViewProps {
|
|
866
866
|
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
867
867
|
logEntrySurveyName: string;
|
|
868
868
|
}
|
|
869
|
-
declare function export_default$
|
|
869
|
+
declare function export_default$1A(props: AsthmaProviderReportViewProps): React$1.JSX.Element;
|
|
870
870
|
|
|
871
871
|
interface AsthmaSleepViewProps {
|
|
872
872
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -874,20 +874,27 @@ interface AsthmaSleepViewProps {
|
|
|
874
874
|
alert?: 'SleepDisturbances';
|
|
875
875
|
logEntrySurveyName: string;
|
|
876
876
|
}
|
|
877
|
-
declare function export_default$
|
|
877
|
+
declare function export_default$1z(props: AsthmaSleepViewProps): React$1.JSX.Element;
|
|
878
878
|
|
|
879
|
-
interface
|
|
879
|
+
interface TermInformationProps {
|
|
880
|
+
previewState?: "default" | "noData";
|
|
881
|
+
term?: TermInformationReference;
|
|
882
|
+
labObservationID?: string;
|
|
883
|
+
openLinksInNewWindow?: boolean;
|
|
884
|
+
}
|
|
885
|
+
interface TermInformationReference {
|
|
880
886
|
TermFamily: string;
|
|
881
887
|
TermNamespace: string;
|
|
882
888
|
TermCode: string;
|
|
883
889
|
}
|
|
890
|
+
declare function export_default$1y(props: TermInformationProps): React$1.JSX.Element;
|
|
884
891
|
|
|
885
892
|
interface AllergiesListProps {
|
|
886
893
|
previewState?: "default";
|
|
887
|
-
onViewTermInfo(termInfo:
|
|
894
|
+
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
888
895
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
889
896
|
}
|
|
890
|
-
declare function export_default$
|
|
897
|
+
declare function export_default$1x(props: AllergiesListProps): React$1.JSX.Element;
|
|
891
898
|
|
|
892
899
|
interface AppDownloadProps {
|
|
893
900
|
previewProjectPlatforms?: string[];
|
|
@@ -896,10 +903,10 @@ interface AppDownloadProps {
|
|
|
896
903
|
title?: string;
|
|
897
904
|
text?: string;
|
|
898
905
|
}
|
|
899
|
-
declare function export_default$
|
|
906
|
+
declare function export_default$1w(props: AppDownloadProps): React$1.JSX.Element | null;
|
|
900
907
|
|
|
901
908
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
|
|
902
|
-
declare function export_default$
|
|
909
|
+
declare function export_default$1v(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
903
910
|
|
|
904
911
|
interface SurveyBloodPressureDataParameters {
|
|
905
912
|
surveyName: string;
|
|
@@ -921,14 +928,14 @@ interface BloodPressureVisualizationProps {
|
|
|
921
928
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
922
929
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
923
930
|
}
|
|
924
|
-
declare function export_default$
|
|
931
|
+
declare function export_default$1u(props: BloodPressureVisualizationProps): React$1.JSX.Element;
|
|
925
932
|
|
|
926
933
|
interface ConditionsListProps {
|
|
927
934
|
previewState?: "default";
|
|
928
|
-
onViewTermInfo(termInfo:
|
|
935
|
+
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
929
936
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
930
937
|
}
|
|
931
|
-
declare function export_default$
|
|
938
|
+
declare function export_default$1t(props: ConditionsListProps): React$1.JSX.Element;
|
|
932
939
|
|
|
933
940
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
934
941
|
interface ConnectDevicesMenuProps {
|
|
@@ -938,11 +945,12 @@ interface ConnectDevicesMenuProps {
|
|
|
938
945
|
text?: string;
|
|
939
946
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
940
947
|
headerVariant?: "large" | "medium";
|
|
948
|
+
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
941
949
|
}
|
|
942
|
-
declare function export_default$
|
|
950
|
+
declare function export_default$1s(props: ConnectDevicesMenuProps): React$1.JSX.Element | null;
|
|
943
951
|
|
|
944
952
|
interface ConnectEhrProps {
|
|
945
|
-
applicationUrl
|
|
953
|
+
applicationUrl?: string;
|
|
946
954
|
previewState?: ConnectEhrPreviewState;
|
|
947
955
|
disabledBehavior?: 'hide' | 'displayError';
|
|
948
956
|
bottomBorder?: boolean;
|
|
@@ -953,10 +961,10 @@ interface ConnectEhrProps {
|
|
|
953
961
|
connectedText?: string;
|
|
954
962
|
hideWhenConnected?: boolean;
|
|
955
963
|
buttonColor?: ColorDefinition;
|
|
964
|
+
onClick?: () => void;
|
|
956
965
|
}
|
|
957
|
-
type ConnectEhrApplicationUrl = "preview" | string;
|
|
958
966
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
959
|
-
declare function export_default$
|
|
967
|
+
declare function export_default$1r(props: ConnectEhrProps): React$1.JSX.Element | null;
|
|
960
968
|
|
|
961
969
|
interface ConnectFitbitProps {
|
|
962
970
|
title?: string;
|
|
@@ -965,9 +973,10 @@ interface ConnectFitbitProps {
|
|
|
965
973
|
disabledBehavior?: 'hide' | 'displayError';
|
|
966
974
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
967
975
|
hideWhenConnected?: boolean;
|
|
976
|
+
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
968
977
|
}
|
|
969
978
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
970
|
-
declare function export_default$
|
|
979
|
+
declare function export_default$1q(props: ConnectFitbitProps): React$1.JSX.Element;
|
|
971
980
|
|
|
972
981
|
interface ConnectGarminProps {
|
|
973
982
|
title?: string;
|
|
@@ -976,9 +985,10 @@ interface ConnectGarminProps {
|
|
|
976
985
|
disabledBehavior?: 'hide' | 'displayError';
|
|
977
986
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
978
987
|
hideWhenConnected?: boolean;
|
|
988
|
+
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
979
989
|
}
|
|
980
990
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
981
|
-
declare function export_default$
|
|
991
|
+
declare function export_default$1p(props: ConnectGarminProps): React$1.JSX.Element;
|
|
982
992
|
|
|
983
993
|
declare enum DailyDataType {
|
|
984
994
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
@@ -1155,41 +1165,76 @@ interface DeviceDataChartLine {
|
|
|
1155
1165
|
showAverage?: boolean;
|
|
1156
1166
|
}
|
|
1157
1167
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1158
|
-
declare function export_default$
|
|
1168
|
+
declare function export_default$1o(props: DeviceDataMonthChartProps): React$1.JSX.Element | null;
|
|
1159
1169
|
|
|
1160
1170
|
interface DeviceDataMonthChartsProps {
|
|
1161
1171
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1162
1172
|
}
|
|
1163
1173
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1164
|
-
declare function export_default$
|
|
1174
|
+
declare function export_default$1n(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
|
|
1175
|
+
|
|
1176
|
+
type EhrNewsFeedType = "Immunizations" | "LabReports" | "Procedures" | "Reports";
|
|
1177
|
+
type EhrNewsFeedEventType = "ProcedureGroup" | "Report" | "Immunization" | "LabReport" | "ClaimProcedureGroup" | "ClaimServiceGroup";
|
|
1178
|
+
|
|
1179
|
+
interface EhrNewsFeedProps {
|
|
1180
|
+
previewState?: "default" | "procedures" | "labReports" | "immunizations" | "reports";
|
|
1181
|
+
onEventSelected(eventReference: EhrNewsFeedEventReference): void;
|
|
1182
|
+
feed: EhrNewsFeedType;
|
|
1183
|
+
onReportSelected(reportID: string): void;
|
|
1184
|
+
}
|
|
1185
|
+
interface EhrNewsFeedEventReference {
|
|
1186
|
+
feed: EhrNewsFeedType;
|
|
1187
|
+
pageId?: string;
|
|
1188
|
+
pageDate?: string;
|
|
1189
|
+
}
|
|
1190
|
+
declare function export_default$1m(props: EhrNewsFeedProps): React$1.JSX.Element;
|
|
1191
|
+
|
|
1192
|
+
interface EhrNewsFeedEventDetailProps {
|
|
1193
|
+
feed: EhrNewsFeedType;
|
|
1194
|
+
pageId?: string;
|
|
1195
|
+
pageDate?: string;
|
|
1196
|
+
previewState?: EhrNewsFeedEventType;
|
|
1197
|
+
onViewLabObservationTermInfo(labObservationID: string): void;
|
|
1198
|
+
}
|
|
1199
|
+
declare function export_default$1l(props: EhrNewsFeedEventDetailProps): React$1.JSX.Element;
|
|
1200
|
+
|
|
1201
|
+
interface ExternalAccountConnectionAlertProps {
|
|
1202
|
+
previewState?: "externalAccountWithIssue" | "externalAccountNoIssue";
|
|
1203
|
+
onClick(): void;
|
|
1204
|
+
text?: string;
|
|
1205
|
+
externalAccountCategories?: string[];
|
|
1206
|
+
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1207
|
+
}
|
|
1208
|
+
declare function export_default$1k(props: ExternalAccountConnectionAlertProps): React$1.JSX.Element | null;
|
|
1165
1209
|
|
|
1166
1210
|
interface ExternalAccountListProps {
|
|
1167
1211
|
externalAccountProviderCategories?: string[];
|
|
1168
|
-
previewState?:
|
|
1212
|
+
previewState?: "default";
|
|
1169
1213
|
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
1170
1214
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1215
|
+
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1171
1216
|
}
|
|
1172
|
-
|
|
1173
|
-
declare function export_default$1f(props: ExternalAccountListProps): React$1.JSX.Element;
|
|
1217
|
+
declare function export_default$1j(props: ExternalAccountListProps): React$1.JSX.Element;
|
|
1174
1218
|
|
|
1175
1219
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1176
1220
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
1177
1221
|
externalAccountCategories?: string[];
|
|
1178
1222
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1223
|
+
triggerWebExternalAccountSyncComplete?: boolean;
|
|
1179
1224
|
}
|
|
1180
|
-
declare function export_default$
|
|
1225
|
+
declare function export_default$1i(props: ExternalAccountsLoadingIndicatorProps): React$1.JSX.Element | null;
|
|
1181
1226
|
|
|
1182
1227
|
interface ExternalAccountsPreviewProps {
|
|
1183
1228
|
excludeProviders?: boolean;
|
|
1184
1229
|
excludeHealthPlans?: boolean;
|
|
1185
1230
|
excludeDeviceManufacturers?: boolean;
|
|
1186
|
-
applicationUrl
|
|
1231
|
+
applicationUrl?: string;
|
|
1187
1232
|
previewState?: ExternalAccountsPreviewPreviewState;
|
|
1188
1233
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1234
|
+
onClick?: () => void;
|
|
1189
1235
|
}
|
|
1190
|
-
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
1191
1236
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1192
|
-
declare function export_default$
|
|
1237
|
+
declare function export_default$1h(props: ExternalAccountsPreviewProps): React$1.JSX.Element | null;
|
|
1193
1238
|
|
|
1194
1239
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1195
1240
|
|
|
@@ -1197,25 +1242,25 @@ interface FitbitDevicesProps {
|
|
|
1197
1242
|
previewState?: ConnectedDevicesPreviewState;
|
|
1198
1243
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1199
1244
|
}
|
|
1200
|
-
declare function export_default$
|
|
1245
|
+
declare function export_default$1g(props: FitbitDevicesProps): React$1.JSX.Element;
|
|
1201
1246
|
|
|
1202
1247
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1203
1248
|
|
|
1204
1249
|
interface FitbitMonthChartsProps {
|
|
1205
1250
|
previewState?: MonthChartsPreviewState;
|
|
1206
1251
|
}
|
|
1207
|
-
declare function export_default$
|
|
1252
|
+
declare function export_default$1f(props: FitbitMonthChartsProps): React$1.JSX.Element;
|
|
1208
1253
|
|
|
1209
1254
|
interface GarminDevicesProps {
|
|
1210
1255
|
previewState?: ConnectedDevicesPreviewState;
|
|
1211
1256
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1212
1257
|
}
|
|
1213
|
-
declare function export_default$
|
|
1258
|
+
declare function export_default$1e(props: GarminDevicesProps): React$1.JSX.Element;
|
|
1214
1259
|
|
|
1215
1260
|
interface GarminMonthChartsProps {
|
|
1216
1261
|
previewState?: MonthChartsPreviewState;
|
|
1217
1262
|
}
|
|
1218
|
-
declare function export_default$
|
|
1263
|
+
declare function export_default$1d(props: GarminMonthChartsProps): React$1.JSX.Element;
|
|
1219
1264
|
|
|
1220
1265
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1221
1266
|
interface HealthPreviewSectionProps {
|
|
@@ -1225,7 +1270,7 @@ interface HealthPreviewSectionProps {
|
|
|
1225
1270
|
indicatorPosition?: "default" | "topRight";
|
|
1226
1271
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1227
1272
|
}
|
|
1228
|
-
declare function export_default$
|
|
1273
|
+
declare function export_default$1c(props: HealthPreviewSectionProps): React$1.JSX.Element | null;
|
|
1229
1274
|
|
|
1230
1275
|
interface LabResultsBloodTypeProps {
|
|
1231
1276
|
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
@@ -1234,22 +1279,22 @@ interface LabResultsBloodTypeProps {
|
|
|
1234
1279
|
onClick?: () => void;
|
|
1235
1280
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1236
1281
|
}
|
|
1237
|
-
declare function export_default$
|
|
1282
|
+
declare function export_default$1b(props: LabResultsBloodTypeProps): React$1.JSX.Element | null;
|
|
1238
1283
|
|
|
1239
1284
|
interface LabResultsSummaryProps {
|
|
1240
1285
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
1241
1286
|
onClick(): void;
|
|
1242
|
-
onViewTermInfo(termInfo:
|
|
1287
|
+
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1243
1288
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1244
1289
|
}
|
|
1245
|
-
declare function export_default$
|
|
1290
|
+
declare function export_default$1a(props: LabResultsSummaryProps): React$1.JSX.Element | null;
|
|
1246
1291
|
|
|
1247
1292
|
interface MedicationsListProps {
|
|
1248
1293
|
previewState?: "default";
|
|
1249
|
-
onViewTermInfo(termInfo:
|
|
1294
|
+
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1250
1295
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1251
1296
|
}
|
|
1252
|
-
declare function export_default$
|
|
1297
|
+
declare function export_default$19(props: MedicationsListProps): React$1.JSX.Element;
|
|
1253
1298
|
|
|
1254
1299
|
interface MostRecentNotificationProps {
|
|
1255
1300
|
notificationType?: NotificationType;
|
|
@@ -1259,7 +1304,7 @@ interface MostRecentNotificationProps {
|
|
|
1259
1304
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1260
1305
|
}
|
|
1261
1306
|
type MostRecentNotificationPreviewState = "Default";
|
|
1262
|
-
declare function export_default$
|
|
1307
|
+
declare function export_default$18(props: MostRecentNotificationProps): React$1.JSX.Element | null;
|
|
1263
1308
|
|
|
1264
1309
|
interface NotificationListProps {
|
|
1265
1310
|
notificationType?: NotificationType;
|
|
@@ -1267,7 +1312,7 @@ interface NotificationListProps {
|
|
|
1267
1312
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1268
1313
|
}
|
|
1269
1314
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
1270
|
-
declare function export_default$
|
|
1315
|
+
declare function export_default$17(props: NotificationListProps): React$1.JSX.Element;
|
|
1271
1316
|
|
|
1272
1317
|
interface PlatformSpecificContentProps {
|
|
1273
1318
|
platforms: string[];
|
|
@@ -1275,30 +1320,31 @@ interface PlatformSpecificContentProps {
|
|
|
1275
1320
|
previewDevicePlatform?: string;
|
|
1276
1321
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1277
1322
|
}
|
|
1278
|
-
declare function export_default$
|
|
1323
|
+
declare function export_default$16(props: PlatformSpecificContentProps): React$1.JSX.Element | null;
|
|
1279
1324
|
|
|
1280
1325
|
interface ProjectHeaderProps {
|
|
1281
1326
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
1282
1327
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1283
1328
|
}
|
|
1284
1329
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
1285
|
-
declare function export_default$
|
|
1330
|
+
declare function export_default$15(props: ProjectHeaderProps): React$1.JSX.Element;
|
|
1286
1331
|
|
|
1287
1332
|
interface ProjectSupportProps {
|
|
1288
1333
|
previewState?: ProjectSupportPropsPreviewState;
|
|
1289
1334
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1290
1335
|
}
|
|
1291
1336
|
type ProjectSupportPropsPreviewState = "Default";
|
|
1292
|
-
declare function export_default$
|
|
1337
|
+
declare function export_default$14(props: ProjectSupportProps): React$1.JSX.Element | null;
|
|
1293
1338
|
|
|
1294
1339
|
interface ProviderSearchProps {
|
|
1295
1340
|
previewState?: ProviderSearchPreviewState;
|
|
1296
1341
|
providerCategories?: string[];
|
|
1297
1342
|
onProviderConnected?: (provider: ExternalAccountProvider) => void;
|
|
1298
1343
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1344
|
+
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1299
1345
|
}
|
|
1300
1346
|
type ProviderSearchPreviewState = "Default";
|
|
1301
|
-
declare function export_default
|
|
1347
|
+
declare function export_default$13(props: ProviderSearchProps): React$1.JSX.Element;
|
|
1302
1348
|
|
|
1303
1349
|
interface RecentDailyDataBarChartProps {
|
|
1304
1350
|
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
@@ -1312,7 +1358,7 @@ interface RecentDailyDataBarChartProps {
|
|
|
1312
1358
|
highlight?: (rawValue: number) => boolean;
|
|
1313
1359
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1314
1360
|
}
|
|
1315
|
-
declare function export_default$
|
|
1361
|
+
declare function export_default$12(props: RecentDailyDataBarChartProps): React$1.JSX.Element;
|
|
1316
1362
|
|
|
1317
1363
|
interface RelativeActivityDayCoordinatorProps {
|
|
1318
1364
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
@@ -1334,7 +1380,7 @@ interface RelativeActivityDayNavigatorProps {
|
|
|
1334
1380
|
};
|
|
1335
1381
|
}): void;
|
|
1336
1382
|
}
|
|
1337
|
-
declare function export_default$
|
|
1383
|
+
declare function export_default$11(props: RelativeActivityDayNavigatorProps): React$1.JSX.Element;
|
|
1338
1384
|
|
|
1339
1385
|
interface RelativeActivityProps {
|
|
1340
1386
|
dataTypes?: RelativeActivityDataType[];
|
|
@@ -1344,7 +1390,7 @@ interface RelativeActivityProps {
|
|
|
1344
1390
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1345
1391
|
date?: Date;
|
|
1346
1392
|
}
|
|
1347
|
-
declare function export_default$
|
|
1393
|
+
declare function export_default$10(props: RelativeActivityProps): React$1.JSX.Element | null;
|
|
1348
1394
|
|
|
1349
1395
|
interface RelativeActivityTodayProps {
|
|
1350
1396
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -1352,7 +1398,7 @@ interface RelativeActivityTodayProps {
|
|
|
1352
1398
|
title?: string;
|
|
1353
1399
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1354
1400
|
}
|
|
1355
|
-
declare function export_default
|
|
1401
|
+
declare function export_default$$(props: RelativeActivityTodayProps): React$1.JSX.Element;
|
|
1356
1402
|
|
|
1357
1403
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
1358
1404
|
type RestingHeartRateDataSource = "Combined" | "AppleHealth" | "Fitbit" | "Garmin";
|
|
@@ -1363,7 +1409,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
1363
1409
|
dataTypeSource?: RestingHeartRateDataSource;
|
|
1364
1410
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1365
1411
|
}
|
|
1366
|
-
declare function export_default$
|
|
1412
|
+
declare function export_default$_(props: RestingHeartRateCalendarProps): React$1.JSX.Element;
|
|
1367
1413
|
|
|
1368
1414
|
interface SurveyTaskListProps {
|
|
1369
1415
|
status: SurveyTaskStatus;
|
|
@@ -1381,7 +1427,7 @@ interface SurveyTaskListProps {
|
|
|
1381
1427
|
buttonColor?: ColorDefinition;
|
|
1382
1428
|
}
|
|
1383
1429
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
1384
|
-
declare function export_default$
|
|
1430
|
+
declare function export_default$Z(props: SurveyTaskListProps): React$1.JSX.Element | null;
|
|
1385
1431
|
|
|
1386
1432
|
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
1387
1433
|
interface SeverityCalendarProps {
|
|
@@ -1393,7 +1439,7 @@ interface SeverityCalendarProps {
|
|
|
1393
1439
|
previewState?: SeverityCalendarPreviewState;
|
|
1394
1440
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1395
1441
|
}
|
|
1396
|
-
declare function export_default$
|
|
1442
|
+
declare function export_default$Y(props: SeverityCalendarProps): React$1.JSX.Element;
|
|
1397
1443
|
|
|
1398
1444
|
interface ViewEhrProps {
|
|
1399
1445
|
onClick(): void;
|
|
@@ -1403,7 +1449,7 @@ interface ViewEhrProps {
|
|
|
1403
1449
|
buttonColor?: ColorDefinition;
|
|
1404
1450
|
buttonVariant?: ButtonVariant;
|
|
1405
1451
|
}
|
|
1406
|
-
declare function export_default$
|
|
1452
|
+
declare function export_default$X(props: ViewEhrProps): React$1.JSX.Element | null;
|
|
1407
1453
|
|
|
1408
1454
|
type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
|
|
1409
1455
|
|
|
@@ -1430,13 +1476,13 @@ interface InboxItemListProps {
|
|
|
1430
1476
|
syncOnChanges?: boolean;
|
|
1431
1477
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1432
1478
|
}
|
|
1433
|
-
declare function export_default$
|
|
1479
|
+
declare function export_default$W(props: InboxItemListProps): React$1.JSX.Element;
|
|
1434
1480
|
|
|
1435
1481
|
interface InboxItemListCoordinatorProps {
|
|
1436
1482
|
children: React$1.ReactNode;
|
|
1437
1483
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1438
1484
|
}
|
|
1439
|
-
declare function export_default$
|
|
1485
|
+
declare function export_default$V(props: InboxItemListCoordinatorProps): React$1.JSX.Element;
|
|
1440
1486
|
|
|
1441
1487
|
interface CelebrationStepProps {
|
|
1442
1488
|
title?: string;
|
|
@@ -1449,9 +1495,9 @@ interface CelebrationStepProps {
|
|
|
1449
1495
|
[key: string]: any;
|
|
1450
1496
|
};
|
|
1451
1497
|
}
|
|
1452
|
-
declare function export_default$
|
|
1498
|
+
declare function export_default$U(props: CelebrationStepProps): React$1.JSX.Element;
|
|
1453
1499
|
|
|
1454
|
-
declare function export_default$
|
|
1500
|
+
declare function export_default$T(): React$1.JSX.Element;
|
|
1455
1501
|
|
|
1456
1502
|
type deviceType = 'Fitbit' | 'Garmin' | 'Omron';
|
|
1457
1503
|
|
|
@@ -1465,12 +1511,12 @@ interface ConnectDeviceAccountStepProps {
|
|
|
1465
1511
|
};
|
|
1466
1512
|
onConnect: () => void;
|
|
1467
1513
|
}
|
|
1468
|
-
declare function export_default$
|
|
1514
|
+
declare function export_default$S(props: ConnectDeviceAccountStepProps): React$1.JSX.Element;
|
|
1469
1515
|
|
|
1470
1516
|
interface ConnectDeviceAccountStepContainerProps {
|
|
1471
1517
|
deviceType: deviceType;
|
|
1472
1518
|
}
|
|
1473
|
-
declare function export_default$
|
|
1519
|
+
declare function export_default$R(props: ConnectDeviceAccountStepContainerProps): React$1.JSX.Element;
|
|
1474
1520
|
|
|
1475
1521
|
interface ConnectEhrStepProps {
|
|
1476
1522
|
title?: string;
|
|
@@ -1484,9 +1530,9 @@ interface ConnectEhrStepProps {
|
|
|
1484
1530
|
[key: string]: any;
|
|
1485
1531
|
};
|
|
1486
1532
|
}
|
|
1487
|
-
declare function export_default$
|
|
1533
|
+
declare function export_default$Q(props: ConnectEhrStepProps): React$1.JSX.Element;
|
|
1488
1534
|
|
|
1489
|
-
declare function export_default$
|
|
1535
|
+
declare function export_default$P(): React$1.JSX.Element;
|
|
1490
1536
|
|
|
1491
1537
|
interface StepElementProps {
|
|
1492
1538
|
text?: string;
|
|
@@ -1499,22 +1545,22 @@ interface IconElementProps {
|
|
|
1499
1545
|
srcUrl?: string;
|
|
1500
1546
|
}
|
|
1501
1547
|
|
|
1502
|
-
declare function export_default$
|
|
1548
|
+
declare function export_default$O(props: StepElementProps): React$1.JSX.Element | null;
|
|
1503
1549
|
|
|
1504
|
-
declare function export_default$
|
|
1550
|
+
declare function export_default$N(props: IconElementProps): React$1.JSX.Element | null;
|
|
1505
1551
|
|
|
1506
|
-
declare function export_default$
|
|
1552
|
+
declare function export_default$M(props: IconElementProps): React$1.JSX.Element | null;
|
|
1507
1553
|
|
|
1508
1554
|
interface StepLayoutProps {
|
|
1509
1555
|
children?: React$1.ReactNode;
|
|
1510
1556
|
}
|
|
1511
|
-
declare function export_default$
|
|
1557
|
+
declare function export_default$L(props: StepLayoutProps): React$1.JSX.Element;
|
|
1512
1558
|
|
|
1513
1559
|
interface StepMarkdownProps {
|
|
1514
1560
|
text: string;
|
|
1515
1561
|
inline?: boolean;
|
|
1516
1562
|
}
|
|
1517
|
-
declare function export_default$
|
|
1563
|
+
declare function export_default$K(props: StepMarkdownProps): React$1.JSX.Element;
|
|
1518
1564
|
|
|
1519
1565
|
interface StepNextButtonProps extends StepElementProps {
|
|
1520
1566
|
backgroundColor: string;
|
|
@@ -1524,11 +1570,11 @@ interface StepNextButtonProps extends StepElementProps {
|
|
|
1524
1570
|
disabled?: boolean;
|
|
1525
1571
|
onClick(): void;
|
|
1526
1572
|
}
|
|
1527
|
-
declare function export_default$
|
|
1573
|
+
declare function export_default$J(props: StepNextButtonProps): React$1.JSX.Element;
|
|
1528
1574
|
|
|
1529
|
-
declare function export_default$
|
|
1575
|
+
declare function export_default$I(props: StepElementProps): React$1.JSX.Element | null;
|
|
1530
1576
|
|
|
1531
|
-
declare function export_default$
|
|
1577
|
+
declare function export_default$H(props: StepElementProps): React$1.JSX.Element | null;
|
|
1532
1578
|
|
|
1533
1579
|
interface YouTubeStepProps {
|
|
1534
1580
|
title?: string;
|
|
@@ -1541,22 +1587,22 @@ interface YouTubeStepProps {
|
|
|
1541
1587
|
[key: string]: any;
|
|
1542
1588
|
};
|
|
1543
1589
|
}
|
|
1544
|
-
declare function export_default$
|
|
1590
|
+
declare function export_default$G(props: YouTubeStepProps): React$1.JSX.Element;
|
|
1545
1591
|
|
|
1546
|
-
declare function export_default$
|
|
1592
|
+
declare function export_default$F(): React$1.JSX.Element;
|
|
1547
1593
|
|
|
1548
1594
|
interface SymptomSharkSymptomMatrixProps {
|
|
1549
1595
|
intervalStart?: Date;
|
|
1550
1596
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1551
1597
|
}
|
|
1552
|
-
declare function export_default$
|
|
1598
|
+
declare function export_default$E(props: SymptomSharkSymptomMatrixProps): React$1.JSX.Element | null;
|
|
1553
1599
|
|
|
1554
1600
|
interface SymptomSharkCalendarProps {
|
|
1555
1601
|
intervalStart?: Date;
|
|
1556
1602
|
onDaySelected(day: Date): void;
|
|
1557
1603
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1558
1604
|
}
|
|
1559
|
-
declare function export_default$
|
|
1605
|
+
declare function export_default$D(props: SymptomSharkCalendarProps): React$1.JSX.Element;
|
|
1560
1606
|
|
|
1561
1607
|
interface OverallExperienceChartProps {
|
|
1562
1608
|
intervalStart?: Date;
|
|
@@ -1564,7 +1610,7 @@ interface OverallExperienceChartProps {
|
|
|
1564
1610
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1565
1611
|
variant?: "default" | "monthReport";
|
|
1566
1612
|
}
|
|
1567
|
-
declare function export_default$
|
|
1613
|
+
declare function export_default$C(props: OverallExperienceChartProps): React$1.JSX.Element | null;
|
|
1568
1614
|
|
|
1569
1615
|
type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
|
|
1570
1616
|
|
|
@@ -1626,7 +1672,7 @@ interface SymptomSharkLogEntryProps {
|
|
|
1626
1672
|
highlightedTreatments?: string[];
|
|
1627
1673
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1628
1674
|
}
|
|
1629
|
-
declare function export_default$
|
|
1675
|
+
declare function export_default$B(props: SymptomSharkLogEntryProps): React$1.JSX.Element | null;
|
|
1630
1676
|
|
|
1631
1677
|
interface SymptomSharkMonthReportProps {
|
|
1632
1678
|
includeNotes: boolean;
|
|
@@ -1637,27 +1683,27 @@ interface SymptomSharkMonthReportProps {
|
|
|
1637
1683
|
intervalStart?: Date;
|
|
1638
1684
|
innerRef?: React$1.Ref<HTMLTableElement>;
|
|
1639
1685
|
}
|
|
1640
|
-
declare function export_default$
|
|
1686
|
+
declare function export_default$A(props: SymptomSharkMonthReportProps): React$1.JSX.Element | null;
|
|
1641
1687
|
|
|
1642
1688
|
interface SymptomSharkNotesTimelineProps {
|
|
1643
1689
|
intervalStart?: Date;
|
|
1644
1690
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1645
1691
|
}
|
|
1646
|
-
declare function export_default$
|
|
1692
|
+
declare function export_default$z(props: SymptomSharkNotesTimelineProps): React$1.JSX.Element | null;
|
|
1647
1693
|
|
|
1648
1694
|
interface SymptomTreatmentHistogramsProps {
|
|
1649
1695
|
intervalStart?: Date;
|
|
1650
1696
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1651
1697
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1652
1698
|
}
|
|
1653
|
-
declare function export_default$
|
|
1699
|
+
declare function export_default$y(props: SymptomTreatmentHistogramsProps): React$1.JSX.Element | null;
|
|
1654
1700
|
|
|
1655
1701
|
interface SymptomSeveritySummaryProps {
|
|
1656
1702
|
symptom: SymptomConfiguration;
|
|
1657
1703
|
intervalStart?: Date;
|
|
1658
1704
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1659
1705
|
}
|
|
1660
|
-
declare function export_default$
|
|
1706
|
+
declare function export_default$x(props: SymptomSeveritySummaryProps): React$1.JSX.Element | null;
|
|
1661
1707
|
|
|
1662
1708
|
interface SymptomSeverityChartProps {
|
|
1663
1709
|
intervalStart?: Date;
|
|
@@ -1666,7 +1712,7 @@ interface SymptomSeverityChartProps {
|
|
|
1666
1712
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1667
1713
|
variant?: "default" | "monthReport";
|
|
1668
1714
|
}
|
|
1669
|
-
declare function export_default$
|
|
1715
|
+
declare function export_default$w(props: SymptomSeverityChartProps): React$1.JSX.Element | null;
|
|
1670
1716
|
|
|
1671
1717
|
interface SymptomTreatmentFiltersProps {
|
|
1672
1718
|
expandedDropdown: "Symptoms" | "Treatments" | null;
|
|
@@ -1678,28 +1724,28 @@ interface SymptomTreatmentFiltersProps {
|
|
|
1678
1724
|
onTreatmentsSelectionChange(treatments: string[]): void;
|
|
1679
1725
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1680
1726
|
}
|
|
1681
|
-
declare function export_default$
|
|
1727
|
+
declare function export_default$v(props: SymptomTreatmentFiltersProps): React$1.JSX.Element;
|
|
1682
1728
|
|
|
1683
1729
|
interface SymptomSharkLogEntryListProps {
|
|
1684
1730
|
onDaySelected(d: Date): void;
|
|
1685
1731
|
previewState?: "default";
|
|
1686
1732
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1687
1733
|
}
|
|
1688
|
-
declare function export_default$
|
|
1734
|
+
declare function export_default$u(props: SymptomSharkLogEntryListProps): React$1.JSX.Element;
|
|
1689
1735
|
|
|
1690
1736
|
interface SymptomSharkLogTodayProps {
|
|
1691
1737
|
previewState?: "withLog" | "noLog";
|
|
1692
1738
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1693
1739
|
onClick(d: Date): void;
|
|
1694
1740
|
}
|
|
1695
|
-
declare function export_default$
|
|
1741
|
+
declare function export_default$t(props: SymptomSharkLogTodayProps): React$1.JSX.Element | null;
|
|
1696
1742
|
|
|
1697
1743
|
interface SymptomSharkLogEntryEditProps {
|
|
1698
1744
|
date: Date;
|
|
1699
1745
|
promptForReviewAfterDays?: number;
|
|
1700
1746
|
previewState?: "default";
|
|
1701
1747
|
}
|
|
1702
|
-
declare function export_default$
|
|
1748
|
+
declare function export_default$s(props: SymptomSharkLogEntryEditProps): React$1.JSX.Element;
|
|
1703
1749
|
|
|
1704
1750
|
interface SymptomSharkReportBuilderProps {
|
|
1705
1751
|
productLogo?: string;
|
|
@@ -1716,7 +1762,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
|
|
|
1716
1762
|
previewState?: "default";
|
|
1717
1763
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1718
1764
|
}
|
|
1719
|
-
declare function export_default$
|
|
1765
|
+
declare function export_default$r(props: SymptomSharkVisualizationCoordinatorProps): React$1.JSX.Element;
|
|
1720
1766
|
|
|
1721
1767
|
interface CalendarViewProps {
|
|
1722
1768
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1724,7 +1770,7 @@ interface CalendarViewProps {
|
|
|
1724
1770
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1725
1771
|
previewState?: "default";
|
|
1726
1772
|
}
|
|
1727
|
-
declare function export_default$
|
|
1773
|
+
declare function export_default$q(props: CalendarViewProps): React$1.JSX.Element;
|
|
1728
1774
|
|
|
1729
1775
|
interface LogEntryEditViewProps {
|
|
1730
1776
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1732,13 +1778,13 @@ interface LogEntryEditViewProps {
|
|
|
1732
1778
|
promptForReviewAfterDays?: number;
|
|
1733
1779
|
previewState?: "default";
|
|
1734
1780
|
}
|
|
1735
|
-
declare function export_default$
|
|
1781
|
+
declare function export_default$p(props: LogEntryEditViewProps): React$1.JSX.Element;
|
|
1736
1782
|
|
|
1737
1783
|
interface SymptomSharkReportBuilderViewProps {
|
|
1738
1784
|
colorScheme?: "light" | "dark" | "auto";
|
|
1739
1785
|
previewState?: "default";
|
|
1740
1786
|
}
|
|
1741
|
-
declare function export_default$
|
|
1787
|
+
declare function export_default$o(props: SymptomSharkReportBuilderViewProps): React$1.JSX.Element;
|
|
1742
1788
|
|
|
1743
1789
|
interface SymptomDetailViewProps {
|
|
1744
1790
|
symptomId: string;
|
|
@@ -1746,13 +1792,14 @@ interface SymptomDetailViewProps {
|
|
|
1746
1792
|
previewState?: "default";
|
|
1747
1793
|
initialIntervalStart?: Date;
|
|
1748
1794
|
}
|
|
1749
|
-
declare function export_default$
|
|
1795
|
+
declare function export_default$n(props: SymptomDetailViewProps): React$1.JSX.Element;
|
|
1750
1796
|
|
|
1751
1797
|
interface AllergiesViewProps {
|
|
1752
1798
|
presentation?: "Push" | "Modal";
|
|
1753
1799
|
previewState?: "default";
|
|
1800
|
+
onViewTermInfo?(termInfo: TermInformationReference): void;
|
|
1754
1801
|
}
|
|
1755
|
-
declare function export_default$
|
|
1802
|
+
declare function export_default$m(props: AllergiesViewProps): React$1.JSX.Element;
|
|
1756
1803
|
|
|
1757
1804
|
interface BlankViewProps {
|
|
1758
1805
|
children?: React$1.ReactNode;
|
|
@@ -1767,16 +1814,17 @@ interface BlankViewProps {
|
|
|
1767
1814
|
subtitleColor?: ColorDefinition;
|
|
1768
1815
|
navigationBarButtonColor?: ColorDefinition;
|
|
1769
1816
|
}
|
|
1770
|
-
declare function export_default$
|
|
1817
|
+
declare function export_default$l(props: BlankViewProps): React$1.JSX.Element;
|
|
1771
1818
|
|
|
1772
1819
|
interface ConditionsViewProps {
|
|
1773
1820
|
presentation?: "Push" | "Modal";
|
|
1774
1821
|
previewState?: "default";
|
|
1822
|
+
onViewTermInfo?(termInfo: TermInformationReference): void;
|
|
1775
1823
|
}
|
|
1776
|
-
declare function export_default$
|
|
1824
|
+
declare function export_default$k(props: ConditionsViewProps): React$1.JSX.Element;
|
|
1777
1825
|
|
|
1778
1826
|
interface ConnectEhrViewProps {
|
|
1779
|
-
externalAccountsApplicationUrl:
|
|
1827
|
+
externalAccountsApplicationUrl: string;
|
|
1780
1828
|
excludeProviders?: boolean;
|
|
1781
1829
|
excludeHealthPlans?: boolean;
|
|
1782
1830
|
presentation?: ViewPresentationType$3;
|
|
@@ -1784,24 +1832,48 @@ interface ConnectEhrViewProps {
|
|
|
1784
1832
|
colorScheme?: "auto" | "light" | "dark";
|
|
1785
1833
|
}
|
|
1786
1834
|
type ViewPresentationType$3 = "Modal" | "Push";
|
|
1787
|
-
declare function export_default$
|
|
1835
|
+
declare function export_default$j(props: ConnectEhrViewProps): React$1.JSX.Element;
|
|
1788
1836
|
|
|
1789
1837
|
interface DeviceDataViewProps {
|
|
1790
1838
|
preview?: boolean;
|
|
1791
1839
|
colorScheme?: "auto" | "light" | "dark";
|
|
1792
1840
|
}
|
|
1793
|
-
declare function export_default$
|
|
1841
|
+
declare function export_default$i(props: DeviceDataViewProps): React$1.JSX.Element;
|
|
1842
|
+
|
|
1843
|
+
interface EhrNewsFeedViewProps {
|
|
1844
|
+
feed: "Procedures" | "Reports" | "LabReports" | "Immunizations";
|
|
1845
|
+
previewState?: "default";
|
|
1846
|
+
presentation?: "Push" | "Modal";
|
|
1847
|
+
colorScheme?: "auto" | "light" | "dark";
|
|
1848
|
+
onEventSelected(eventReference: EhrNewsFeedEventReference): void;
|
|
1849
|
+
onReportSelected(reportID: string): void;
|
|
1850
|
+
}
|
|
1851
|
+
declare function export_default$h(props: EhrNewsFeedViewProps): React$1.JSX.Element;
|
|
1852
|
+
|
|
1853
|
+
interface EhrNewsFeedEventDetailViewProps {
|
|
1854
|
+
feed: EhrNewsFeedType;
|
|
1855
|
+
pageId?: string;
|
|
1856
|
+
pageDate?: string;
|
|
1857
|
+
previewState?: EhrNewsFeedEventType;
|
|
1858
|
+
onViewLabObservationTermInfo(labObservationID: string): void;
|
|
1859
|
+
presentation?: "Push" | "Modal";
|
|
1860
|
+
colorScheme?: "auto" | "light" | "dark";
|
|
1861
|
+
}
|
|
1862
|
+
declare function export_default$g(props: EhrNewsFeedEventDetailViewProps): React$1.JSX.Element;
|
|
1794
1863
|
|
|
1795
1864
|
interface ExternalAccountsViewProps {
|
|
1796
1865
|
excludeProviders?: boolean;
|
|
1797
1866
|
excludeHealthPlans?: boolean;
|
|
1798
1867
|
excludeDeviceManufacturers?: boolean;
|
|
1799
1868
|
presentation?: ViewPresentationType$2;
|
|
1800
|
-
|
|
1869
|
+
previewState?: "default";
|
|
1801
1870
|
colorScheme?: "auto" | "light" | "dark";
|
|
1871
|
+
onBack?(): void;
|
|
1872
|
+
onClose?(): void;
|
|
1873
|
+
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1802
1874
|
}
|
|
1803
1875
|
type ViewPresentationType$2 = "Modal" | "Push";
|
|
1804
|
-
declare function export_default$
|
|
1876
|
+
declare function export_default$f(props: ExternalAccountsViewProps): React$1.JSX.Element;
|
|
1805
1877
|
|
|
1806
1878
|
interface FitbitViewProps {
|
|
1807
1879
|
connectPreview?: ConnectFitbitPreviewState;
|
|
@@ -1809,7 +1881,7 @@ interface FitbitViewProps {
|
|
|
1809
1881
|
chartsPreview?: MonthChartsPreviewState;
|
|
1810
1882
|
colorScheme?: "auto" | "light" | "dark";
|
|
1811
1883
|
}
|
|
1812
|
-
declare function export_default$
|
|
1884
|
+
declare function export_default$e(props: FitbitViewProps): React$1.JSX.Element;
|
|
1813
1885
|
|
|
1814
1886
|
interface GarminViewProps {
|
|
1815
1887
|
connectPreview?: ConnectGarminPreviewState;
|
|
@@ -1817,7 +1889,7 @@ interface GarminViewProps {
|
|
|
1817
1889
|
chartsPreview?: MonthChartsPreviewState;
|
|
1818
1890
|
garminProviderID?: number;
|
|
1819
1891
|
}
|
|
1820
|
-
declare function export_default$
|
|
1892
|
+
declare function export_default$d(props: GarminViewProps): React$1.JSX.Element;
|
|
1821
1893
|
|
|
1822
1894
|
interface HomeViewProps {
|
|
1823
1895
|
/**
|
|
@@ -1830,13 +1902,13 @@ interface HomeViewProps {
|
|
|
1830
1902
|
/** Hide the task due date on displayed tasks */
|
|
1831
1903
|
hideTaskDueDate?: boolean;
|
|
1832
1904
|
/** When present, causes the EHR connect widget to display. */
|
|
1833
|
-
ehrConnectApplicationUrl?:
|
|
1905
|
+
ehrConnectApplicationUrl?: string;
|
|
1834
1906
|
notificationsViewUrl?: string;
|
|
1835
1907
|
tasksViewUrl?: string;
|
|
1836
1908
|
preview?: boolean;
|
|
1837
1909
|
colorScheme?: "auto" | "light" | "dark";
|
|
1838
1910
|
}
|
|
1839
|
-
declare function export_default$
|
|
1911
|
+
declare function export_default$c(props: HomeViewProps): React$1.JSX.Element;
|
|
1840
1912
|
|
|
1841
1913
|
interface HealthAndWellnessViewProps {
|
|
1842
1914
|
previewState?: "default";
|
|
@@ -1845,13 +1917,14 @@ interface HealthAndWellnessViewProps {
|
|
|
1845
1917
|
externalAccountsApplicationUrl: string;
|
|
1846
1918
|
variant?: "default" | "cardBased";
|
|
1847
1919
|
}
|
|
1848
|
-
declare function export_default$
|
|
1920
|
+
declare function export_default$b(props: HealthAndWellnessViewProps): React$1.JSX.Element;
|
|
1849
1921
|
|
|
1850
1922
|
interface MedicationsViewProps {
|
|
1851
1923
|
presentation?: "Push" | "Modal";
|
|
1852
1924
|
previewState?: "default";
|
|
1925
|
+
onViewTermInfo?(termInfo: TermInformationReference): void;
|
|
1853
1926
|
}
|
|
1854
|
-
declare function export_default$
|
|
1927
|
+
declare function export_default$a(props: MedicationsViewProps): React$1.JSX.Element;
|
|
1855
1928
|
|
|
1856
1929
|
interface NotificationsViewProps {
|
|
1857
1930
|
notificationType?: NotificationType;
|
|
@@ -1860,7 +1933,7 @@ interface NotificationsViewProps {
|
|
|
1860
1933
|
colorScheme?: "auto" | "light" | "dark";
|
|
1861
1934
|
}
|
|
1862
1935
|
type ViewPresentationType$1 = "Modal" | "Push";
|
|
1863
|
-
declare function export_default$
|
|
1936
|
+
declare function export_default$9(props: NotificationsViewProps): React$1.JSX.Element;
|
|
1864
1937
|
|
|
1865
1938
|
interface SurveyTasksViewProps {
|
|
1866
1939
|
hideCompleteTasks?: boolean;
|
|
@@ -1871,7 +1944,7 @@ interface SurveyTasksViewProps {
|
|
|
1871
1944
|
colorScheme?: "auto" | "light" | "dark";
|
|
1872
1945
|
}
|
|
1873
1946
|
type ViewPresentationType = "Modal" | "Push";
|
|
1874
|
-
declare function export_default$
|
|
1947
|
+
declare function export_default$8(props: SurveyTasksViewProps): React$1.JSX.Element;
|
|
1875
1948
|
|
|
1876
1949
|
interface NewPointsEntry {
|
|
1877
1950
|
name: string;
|
|
@@ -1889,7 +1962,7 @@ interface NewPointsViewProps {
|
|
|
1889
1962
|
primaryColor?: string;
|
|
1890
1963
|
doneButtonText?: string;
|
|
1891
1964
|
}
|
|
1892
|
-
declare function export_default$
|
|
1965
|
+
declare function export_default$7(props: NewPointsViewProps): React$1.JSX.Element;
|
|
1893
1966
|
declare function showNewPoints(props: NewPointsViewProps, url?: string): void;
|
|
1894
1967
|
|
|
1895
1968
|
interface InboxViewProps {
|
|
@@ -1901,14 +1974,14 @@ interface InboxViewProps {
|
|
|
1901
1974
|
historyViewerUrl: string;
|
|
1902
1975
|
itemCategory?: string;
|
|
1903
1976
|
}
|
|
1904
|
-
declare function export_default$
|
|
1977
|
+
declare function export_default$6(props: InboxViewProps): React$1.JSX.Element;
|
|
1905
1978
|
|
|
1906
1979
|
interface InboxHistoryViewProps {
|
|
1907
1980
|
previewState?: 'default';
|
|
1908
1981
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
1909
1982
|
messageViewerUrl: string;
|
|
1910
1983
|
}
|
|
1911
|
-
declare function export_default$
|
|
1984
|
+
declare function export_default$5(props: InboxHistoryViewProps): React$1.JSX.Element;
|
|
1912
1985
|
|
|
1913
1986
|
interface InboxMessageViewProps {
|
|
1914
1987
|
previewState?: InboxMessage;
|
|
@@ -1916,7 +1989,7 @@ interface InboxMessageViewProps {
|
|
|
1916
1989
|
resourceImageAlignment?: 'left' | 'center' | 'right';
|
|
1917
1990
|
resourceButtonText?: string;
|
|
1918
1991
|
}
|
|
1919
|
-
declare function export_default$
|
|
1992
|
+
declare function export_default$4(props: InboxMessageViewProps): React$1.JSX.Element;
|
|
1920
1993
|
|
|
1921
1994
|
interface ResourceListViewProps {
|
|
1922
1995
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -1928,8 +2001,24 @@ interface ResourceListViewProps {
|
|
|
1928
2001
|
resourceButtonVariant?: ResourceButtonVariant;
|
|
1929
2002
|
resourceButtonText?: string;
|
|
1930
2003
|
}
|
|
1931
|
-
declare function export_default$
|
|
2004
|
+
declare function export_default$3(props: ResourceListViewProps): React$1.JSX.Element;
|
|
2005
|
+
|
|
2006
|
+
interface StandaloneHealthAndWellnessViewProps {
|
|
2007
|
+
previewState?: "default";
|
|
2008
|
+
colorScheme?: "auto" | "light" | "dark";
|
|
2009
|
+
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
2010
|
+
}
|
|
2011
|
+
declare function export_default$2(props: StandaloneHealthAndWellnessViewProps): React$1.JSX.Element;
|
|
2012
|
+
|
|
2013
|
+
interface TermInformationViewProps {
|
|
2014
|
+
presentation?: "Push" | "Modal";
|
|
2015
|
+
previewState?: "default" | "noData";
|
|
2016
|
+
term?: TermInformationReference;
|
|
2017
|
+
labObservationID?: string;
|
|
2018
|
+
openLinksInNewWindow?: boolean;
|
|
2019
|
+
}
|
|
2020
|
+
declare function export_default$1(props: TermInformationViewProps): React$1.JSX.Element;
|
|
1932
2021
|
|
|
1933
2022
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
1934
2023
|
|
|
1935
|
-
export { export_default$
|
|
2024
|
+
export { export_default$2k as Action, export_default$2j as ActivityMeter, export_default$1x as AllergiesList, export_default$m as AllergiesView, export_default$1w as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2v as AsthmaActionPlanManager, export_default$1H as AsthmaActionPlanView, export_default$1G as AsthmaActivityView, export_default$2u as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1F as AsthmaAirQualityView, export_default$2t as AsthmaAlertTakeoverNotice, export_default$2s as AsthmaAlertTakeoverTrigger, export_default$1E as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2r as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2q as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2p as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1D as AsthmaDayView, export_default$1C as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2o as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1B as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2n as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2m as AsthmaPostEnrollmentSurveyTrigger, export_default$2l as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1A as AsthmaProviderReportView, export_default$1I as AsthmaRecommendedArticle, export_default$1z as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$l as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1u as BloodPressureVisualization, export_default$2i as Button, export_default$2h as Calendar, export_default$2g as CalendarDay, CalendarDayStateConfiguration, export_default$2f as Card, export_default$2e as CardTitle, export_default$U as CelebrationStep, export_default$T as CelebrationStepContainer, ColorDefinition, export_default$1t as ConditionsList, export_default$k as ConditionsView, export_default$S as ConnectDeviceAccountStep, export_default$R as ConnectDeviceAccountStepContainer, export_default$1s as ConnectDevicesMenu, export_default$1r as ConnectEhr, export_default$Q as ConnectEhrStep, export_default$P as ConnectEhrStepContainer, export_default$j as ConnectEhrView, export_default$1q as ConnectFitbit, export_default$1p as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyDataTypeDefinition, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$2d as DateRangeNavigator, DateRangeTitle, export_default$2b as DayTrackerSymbol, DeviceDataChartLine, export_default$1o as DeviceDataMonthChart, export_default$1n as DeviceDataMonthCharts, export_default$i as DeviceDataView, export_default$2a as DumbbellChart, export_default$1m as EhrNewsFeed, export_default$1l as EhrNewsFeedEventDetail, export_default$g as EhrNewsFeedEventDetailView, export_default$h as EhrNewsFeedView, export_default$1k as ExternalAccountConnectionAlert, export_default$1j as ExternalAccountList, export_default$1i as ExternalAccountsLoadingIndicator, export_default$1h as ExternalAccountsPreview, export_default$f as ExternalAccountsView, export_default$29 as Face, export_default$1g as FitbitDevices, export_default$1f as FitbitMonthCharts, export_default$e as FitbitView, export_default$1e as GarminDevices, export_default$1d as GarminMonthCharts, export_default$d as GarminView, export_default$b as HealthAndWellnessView, export_default$1c as HealthPreviewSection, export_default$28 as Histogram, export_default$c as HomeView, export_default$1M as InboxCompletedListItem, export_default$5 as InboxHistoryView, export_default$W as InboxItemList, export_default$V as InboxItemListCoordinator, export_default$1L as InboxMessageListItem, export_default$4 as InboxMessageView, export_default$1K as InboxResourceListItem, export_default$1J as InboxSurveyListItem, InboxSurveyVariant, export_default$6 as InboxView, export_default$1b as LabResultsBloodType, export_default$1a as LabResultsSummary, Language, export_default$27 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$19 as MedicationsList, export_default$a as MedicationsView, export_default$26 as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$18 as MostRecentNotification, export_default$25 as NavigationBar, NewPointsEntry, export_default$7 as NewPointsView, NewPointsViewProps, export_default$24 as NotesInput, export_default$17 as NotificationList, export_default$9 as NotificationsView, export_default$16 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$23 as ProgressRing, export_default$15 as ProjectHeader, export_default$14 as ProjectSupport, export_default$13 as ProviderSearch, export_default$12 as RecentDailyDataBarChart, export_default$10 as RelativeActivity, RelativeActivityDataType, RelativeActivityDateRangeCoordinator as RelativeActivityDayCoordinator, export_default$11 as RelativeActivityDayNavigator, RelativeActivityQueryResult, export_default$$ as RelativeActivityToday, export_default$22 as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$21 as ResourceList, ResourceListPreviewState, export_default$3 as ResourceListView, export_default$_ as RestingHeartRateCalendar, export_default$20 as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1$ as Section, export_default$1_ as SegmentedControl, export_default$Y as SeverityCalendar, export_default$1Z as ShinyOverlay, export_default$1Y as SingleDataPoint, export_default$1X as SingleExternalAccount, export_default$1W as SingleNotification, export_default$1V as SingleSurveyTask, export_default$1U as SparkBarChart, SparkBarChartBar, export_default$2 as StandaloneHealthAndWellnessView, StatusBarBackgroundProps as StatusBarBackground, export_default$O as StepDetailText, export_default$M as StepImage, export_default$N as StepImageIcon, export_default$L as StepLayout, export_default$K as StepMarkdown, export_default$J as StepNextButton, export_default$I as StepText, export_default$H as StepTitle, SurveyBloodPressureDataParameters, export_default$Z as SurveyTaskList, export_default$8 as SurveyTasksView, export_default$1T as Switch, SymptomConfiguration, SymptomReference, export_default$D as SymptomSharkCalendar, export_default$q as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$B as SymptomSharkLogEntry, export_default$s as SymptomSharkLogEntryEdit, export_default$p as SymptomSharkLogEntryEditView, export_default$u as SymptomSharkLogEntryList, export_default$t as SymptomSharkLogToday, export_default$A as SymptomSharkMonthReport, export_default$z as SymptomSharkNotesTimeline, export_default$C as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$o as SymptomSharkReportBuilderView, export_default$n as SymptomSharkSymptomDetailView, export_default$E as SymptomSharkSymptomMatrix, export_default$w as SymptomSharkSymptomSeverityChart, export_default$x as SymptomSharkSymptomSeveritySummary, export_default$v as SymptomSharkSymptomTreatmentFilters, export_default$y as SymptomSharkSymptomTreatmentHistograms, export_default$r as SymptomSharkVisualizationCoordinator, export_default$1y as TermInformation, TermInformationReference, export_default$1 as TermInformationView, export_default$1S as TextBlock, export_default$2c as Title, export_default$1R as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1Q as UnstyledButton, export_default$1P as ValueSelector, export_default$X as ViewEhr, export_default$1O as ViewHeader, export_default$1N as WeekCalendar, WeekStartsOn, export_default$G as YouTubeStep, export_default$F as YouTubeStepContainer, service as asthmaDataService, export_default$1v as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, allTypeDefinitions as dailyDataTypeDefinitions, dateToAsthmaLogEntryIdentifier, getAllDailyDataTypes, getAsthmaAirQualityDescriptionText, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDailyDataTypeDefinition, getDayKey, getLanguageFromIso, getLocaleFromIso, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, queryPreviewDailyData, queryRelativeActivity, registerDailyDataProvider, registerDailyDataTypeDefinition, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|