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