@careevolution/mydatahelps-ui 2.12.1-SSComponents.0 → 2.13.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/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/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/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/index.d.ts +918 -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,1099 @@ 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
|
+
interface SurveyBloodPressureDataParameters {
|
|
872
|
+
surveyName: string;
|
|
873
|
+
dateResultIdentifier: string;
|
|
874
|
+
systolicResultIdentifier: string;
|
|
875
|
+
diastolicResultIdentifier: string;
|
|
876
|
+
}
|
|
877
|
+
interface BloodPressureDataPoint {
|
|
878
|
+
date: Date;
|
|
879
|
+
systolic: number;
|
|
880
|
+
diastolic: number;
|
|
881
|
+
}
|
|
882
|
+
declare function export_default$1h(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
|
|
883
|
+
|
|
884
|
+
type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
|
|
885
|
+
interface BloodPressureVisualizationProps {
|
|
886
|
+
previewState?: BloodPressurePreviewState;
|
|
887
|
+
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
888
|
+
weekStartsOn?: WeekStartsOn;
|
|
889
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
890
|
+
}
|
|
891
|
+
declare function export_default$1g(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
892
|
+
|
|
893
|
+
interface ConditionsListProps {
|
|
894
|
+
previewState?: "default";
|
|
895
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
896
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
925
897
|
}
|
|
926
|
-
declare
|
|
927
|
-
declare function export_default$1h(props: LayoutProps): React.JSX.Element;
|
|
898
|
+
declare function export_default$1f(props: ConditionsListProps): React.JSX.Element;
|
|
928
899
|
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
color?: string;
|
|
932
|
-
className?: string;
|
|
900
|
+
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
901
|
+
interface ConnectDevicesMenuProps {
|
|
933
902
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
903
|
+
accountTypes?: DeviceAccountType[];
|
|
904
|
+
title?: string;
|
|
905
|
+
text?: string;
|
|
906
|
+
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
907
|
+
headerVariant?: "large" | "medium";
|
|
934
908
|
}
|
|
935
|
-
declare function
|
|
909
|
+
declare function export_default$1e(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
936
910
|
|
|
937
|
-
interface
|
|
911
|
+
interface ConnectEhrProps {
|
|
912
|
+
applicationUrl: ConnectEhrApplicationUrl;
|
|
913
|
+
previewState?: ConnectEhrPreviewState;
|
|
914
|
+
disabledBehavior?: 'hide' | 'displayError';
|
|
915
|
+
bottomBorder?: boolean;
|
|
916
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
917
|
+
variant?: "large" | "medium" | "small";
|
|
938
918
|
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;
|
|
919
|
+
notConnectedText?: string;
|
|
920
|
+
connectedText?: string;
|
|
921
|
+
hideWhenConnected?: boolean;
|
|
949
922
|
buttonColor?: ColorDefinition;
|
|
950
|
-
navigationBarLeft?: React.ReactNode;
|
|
951
|
-
navigationBarRight?: React.ReactNode;
|
|
952
|
-
backgroundColor?: ColorDefinition;
|
|
953
923
|
}
|
|
954
|
-
|
|
924
|
+
type ConnectEhrApplicationUrl = "preview" | string;
|
|
925
|
+
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
926
|
+
declare function export_default$1d(props: ConnectEhrProps): React.JSX.Element | null;
|
|
955
927
|
|
|
956
|
-
interface
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
928
|
+
interface ConnectFitbitProps {
|
|
929
|
+
title?: string;
|
|
930
|
+
fitbitProviderID?: number;
|
|
931
|
+
previewState?: ConnectFitbitPreviewState;
|
|
932
|
+
disabledBehavior?: 'hide' | 'displayError';
|
|
933
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
934
|
+
hideWhenConnected?: boolean;
|
|
961
935
|
}
|
|
962
|
-
|
|
936
|
+
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
937
|
+
declare function export_default$1c(props: ConnectFitbitProps): React.JSX.Element;
|
|
963
938
|
|
|
964
|
-
interface
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
steps?: {
|
|
970
|
-
percent: number;
|
|
971
|
-
icon: ReactElement;
|
|
972
|
-
}[];
|
|
939
|
+
interface ConnectGarminProps {
|
|
940
|
+
title?: string;
|
|
941
|
+
garminProviderID?: number;
|
|
942
|
+
previewState?: ConnectGarminPreviewState;
|
|
943
|
+
disabledBehavior?: 'hide' | 'displayError';
|
|
973
944
|
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
|
-
};
|
|
945
|
+
hideWhenConnected?: boolean;
|
|
983
946
|
}
|
|
947
|
+
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
948
|
+
declare function export_default$1b(props: ConnectGarminProps): React.JSX.Element;
|
|
984
949
|
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
950
|
+
type DailyDataQueryResult = {
|
|
951
|
+
[key: string]: number;
|
|
952
|
+
};
|
|
953
|
+
type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
954
|
+
type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
955
|
+
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
956
|
+
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
957
|
+
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
958
|
+
declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
|
|
959
|
+
declare enum DailyDataType {
|
|
960
|
+
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
961
|
+
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
962
|
+
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
963
|
+
AppleHealthHrv = "AppleHealthHrv",
|
|
964
|
+
AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
|
|
965
|
+
AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
|
|
966
|
+
AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
|
|
967
|
+
AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
|
|
968
|
+
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
969
|
+
AppleHealthSteps = "AppleHealthSteps",
|
|
970
|
+
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
971
|
+
AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
|
|
972
|
+
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
973
|
+
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
974
|
+
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
975
|
+
FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
|
|
976
|
+
FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
|
|
977
|
+
FitbitBreathingRate = "FitbitBreathingRate",
|
|
978
|
+
FitbitCaloriesBurned = "FitbitCaloriesBurned",
|
|
979
|
+
FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
|
|
980
|
+
FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
|
|
981
|
+
FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
|
|
982
|
+
FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
|
|
983
|
+
FitbitFloors = "FitbitFloors",
|
|
984
|
+
FitbitHrv = "FitbitHrv",
|
|
985
|
+
FitbitRestingHeartRate = "FitbitRestingHeartRate",
|
|
986
|
+
FitbitSleepMinutes = "FitbitSleepMinutes",
|
|
987
|
+
FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
|
|
988
|
+
FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
|
|
989
|
+
FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
|
|
990
|
+
FitbitSpO2 = "FitbitSpO2",
|
|
991
|
+
FitbitSteps = "FitbitSteps",
|
|
992
|
+
GarminSteps = "GarminSteps",
|
|
993
|
+
GarminDistance = "GarminDistance",
|
|
994
|
+
GarminFloors = "GarminFloors",
|
|
995
|
+
GarminActiveMinutes = "GarminActiveMinutes",
|
|
996
|
+
GarminActiveCalories = "GarminActiveCalories",
|
|
997
|
+
GarminRestingCalories = "GarminRestingCalories",
|
|
998
|
+
GarminTotalCalories = "GarminTotalCalories",
|
|
999
|
+
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
1000
|
+
GarminMinHeartRate = "GarminMinHeartRate",
|
|
1001
|
+
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
1002
|
+
GarminAverageHeartRate = "GarminAverageHeartRate",
|
|
1003
|
+
GarminMaxStressLevel = "GarminMaxStressLevel",
|
|
1004
|
+
GarminAverageStressLevel = "GarminAverageStressLevel",
|
|
1005
|
+
GarminTotalStressMinutes = "GarminTotalStressMinutes",
|
|
1006
|
+
GarminLowStressMinutes = "GarminLowStressMinutes",
|
|
1007
|
+
GarminMediumStressMinutes = "GarminMediumStressMinutes",
|
|
1008
|
+
GarminHighStressMinutes = "GarminHighStressMinutes",
|
|
1009
|
+
GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
|
|
1010
|
+
GarminLightSleepMinutes = "GarminLightSleepMinutes",
|
|
1011
|
+
GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
|
|
1012
|
+
GarminRemSleepMinutes = "GarminRemSleepMinutes",
|
|
1013
|
+
GarminAwakeMinutes = "GarminAwakeMinutes",
|
|
1014
|
+
GarminSleepScore = "GarminSleepScore",
|
|
1015
|
+
GoogleFitSteps = "GoogleFitSteps",
|
|
1016
|
+
Steps = "Steps",
|
|
1017
|
+
RestingHeartRate = "RestingHeartRate",
|
|
1018
|
+
HomeAirQuality = "HomeAirQuality",
|
|
1019
|
+
WorkAirQuality = "WorkAirQuality"
|
|
990
1020
|
}
|
|
991
|
-
declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
|
|
992
1021
|
|
|
993
|
-
interface
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1022
|
+
interface DailyDataChartProps {
|
|
1023
|
+
title?: string;
|
|
1024
|
+
intervalType?: "Week" | "Month";
|
|
1025
|
+
weekStartsOn?: WeekStartsOn;
|
|
1026
|
+
dailyDataType: string;
|
|
1027
|
+
valueConverter?(value: number): number;
|
|
1028
|
+
valueFormatter?(value: number): string;
|
|
1029
|
+
chartType: "Line" | "Bar" | "Area";
|
|
1030
|
+
options?: LineChartOptions | BarChartOptions | AreaChartOptions;
|
|
1031
|
+
hideIfNoData?: boolean;
|
|
1032
|
+
previewDataProvider?: DailyDataProvider;
|
|
1033
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1034
|
+
}
|
|
1035
|
+
interface LineChartOptions {
|
|
1036
|
+
lineColor?: string;
|
|
1037
|
+
domainMin?: number | "Auto";
|
|
1038
|
+
}
|
|
1039
|
+
interface BarChartOptions {
|
|
1040
|
+
barColor?: string;
|
|
1041
|
+
}
|
|
1042
|
+
interface AreaChartOptions {
|
|
1043
|
+
lineColor?: string;
|
|
1044
|
+
areaColor?: string;
|
|
999
1045
|
}
|
|
1000
|
-
declare function
|
|
1046
|
+
declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
|
|
1001
1047
|
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
hideButton?: boolean;
|
|
1048
|
+
interface DeviceDataMonthChartProps {
|
|
1049
|
+
lines: DeviceDataChartLine[];
|
|
1050
|
+
month: number;
|
|
1051
|
+
year: number;
|
|
1052
|
+
syncId?: string;
|
|
1053
|
+
title?: string;
|
|
1054
|
+
previewState?: DeviceDataMonthChartPreviewState;
|
|
1055
|
+
onDataDetected?: Function;
|
|
1011
1056
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1012
1057
|
}
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
title: string;
|
|
1019
|
-
subTitle?: string;
|
|
1020
|
-
url: string;
|
|
1021
|
-
imageUrl?: string;
|
|
1058
|
+
interface DeviceDataChartLine {
|
|
1059
|
+
label: string;
|
|
1060
|
+
dailyDataType: string;
|
|
1061
|
+
valueConverter?: Function;
|
|
1062
|
+
showAverage?: boolean;
|
|
1022
1063
|
}
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
imageAlignment?: ResourceImageAlignment;
|
|
1029
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
1064
|
+
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1065
|
+
declare function export_default$1a(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
1066
|
+
|
|
1067
|
+
interface DeviceDataMonthChartsProps {
|
|
1068
|
+
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1030
1069
|
}
|
|
1031
|
-
|
|
1070
|
+
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1071
|
+
declare function export_default$19(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
1032
1072
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
startDate: Date;
|
|
1073
|
+
interface ExternalAccountListProps {
|
|
1074
|
+
externalAccountProviderCategories?: string[];
|
|
1075
|
+
previewState?: NotificationListPreviewState$1;
|
|
1076
|
+
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
1038
1077
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1039
1078
|
}
|
|
1040
|
-
|
|
1079
|
+
type NotificationListPreviewState$1 = "Default";
|
|
1080
|
+
declare function export_default$18(props: ExternalAccountListProps): React.JSX.Element;
|
|
1041
1081
|
|
|
1042
|
-
interface
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
noTopMargin?: boolean;
|
|
1082
|
+
interface ExternalAccountsLoadingIndicatorProps {
|
|
1083
|
+
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
1084
|
+
externalAccountCategories?: string[];
|
|
1046
1085
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1047
|
-
backgroundColor?: ColorDefinition;
|
|
1048
|
-
style?: React.CSSProperties;
|
|
1049
1086
|
}
|
|
1050
|
-
declare function export_default$
|
|
1087
|
+
declare function export_default$17(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
1051
1088
|
|
|
1052
|
-
interface
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
onSegmentSelected(segmentKey: string): void;
|
|
1059
|
-
className?: string;
|
|
1060
|
-
color?: string;
|
|
1061
|
-
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
1089
|
+
interface ExternalAccountsPreviewProps {
|
|
1090
|
+
excludeProviders?: boolean;
|
|
1091
|
+
excludeHealthPlans?: boolean;
|
|
1092
|
+
excludeDeviceManufacturers?: boolean;
|
|
1093
|
+
applicationUrl: ExternalAccountsApplicationUrl;
|
|
1094
|
+
previewState?: ExternalAccountsPreviewPreviewState;
|
|
1062
1095
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1063
1096
|
}
|
|
1064
|
-
|
|
1097
|
+
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
1098
|
+
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1099
|
+
declare function export_default$16(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
1065
1100
|
|
|
1066
|
-
|
|
1101
|
+
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1067
1102
|
|
|
1068
|
-
interface
|
|
1069
|
-
|
|
1070
|
-
statusText?: string;
|
|
1071
|
-
statusColor?: ColorDefinition;
|
|
1072
|
-
value?: string;
|
|
1073
|
-
units?: string;
|
|
1074
|
-
onClick?: () => void;
|
|
1103
|
+
interface FitbitDevicesProps {
|
|
1104
|
+
previewState?: ConnectedDevicesPreviewState;
|
|
1075
1105
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1076
1106
|
}
|
|
1077
|
-
declare function export_default$
|
|
1107
|
+
declare function export_default$15(props: FitbitDevicesProps): React.JSX.Element;
|
|
1078
1108
|
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
1109
|
+
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1110
|
+
|
|
1111
|
+
interface FitbitMonthChartsProps {
|
|
1112
|
+
previewState?: MonthChartsPreviewState;
|
|
1084
1113
|
}
|
|
1085
|
-
declare function export_default$
|
|
1114
|
+
declare function export_default$14(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
1086
1115
|
|
|
1087
|
-
interface
|
|
1088
|
-
|
|
1116
|
+
interface GarminDevicesProps {
|
|
1117
|
+
previewState?: ConnectedDevicesPreviewState;
|
|
1089
1118
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1090
1119
|
}
|
|
1091
|
-
declare function export_default$
|
|
1120
|
+
declare function export_default$13(props: GarminDevicesProps): React.JSX.Element;
|
|
1092
1121
|
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1122
|
+
interface GarminMonthChartsProps {
|
|
1123
|
+
previewState?: MonthChartsPreviewState;
|
|
1124
|
+
}
|
|
1125
|
+
declare function export_default$12(props: GarminMonthChartsProps): React.JSX.Element;
|
|
1126
|
+
|
|
1127
|
+
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1128
|
+
interface HealthPreviewSectionProps {
|
|
1129
|
+
concept: HealthPreviewSectionConcept;
|
|
1130
|
+
onClick(): void;
|
|
1131
|
+
previewState?: "NoData" | "Default";
|
|
1132
|
+
indicatorPosition?: "default" | "topRight";
|
|
1102
1133
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1103
1134
|
}
|
|
1104
|
-
declare function export_default$
|
|
1135
|
+
declare function export_default$11(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
1105
1136
|
|
|
1106
|
-
interface
|
|
1107
|
-
|
|
1108
|
-
|
|
1137
|
+
interface LabResultsSummaryProps {
|
|
1138
|
+
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
1139
|
+
onClick(): void;
|
|
1140
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
1109
1141
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1110
1142
|
}
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1143
|
+
declare function export_default$10(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
1144
|
+
|
|
1145
|
+
interface MedicationsListProps {
|
|
1146
|
+
previewState?: "default";
|
|
1147
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
1148
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1114
1149
|
}
|
|
1115
|
-
declare function export_default
|
|
1150
|
+
declare function export_default$$(props: MedicationsListProps): React.JSX.Element;
|
|
1116
1151
|
|
|
1117
|
-
interface
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
innerRef?: React.Ref<
|
|
1152
|
+
interface MostRecentNotificationProps {
|
|
1153
|
+
notificationType?: NotificationType;
|
|
1154
|
+
onViewMore?: Function;
|
|
1155
|
+
hideAfterHours?: number;
|
|
1156
|
+
previewState?: MostRecentNotificationPreviewState;
|
|
1157
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1123
1158
|
}
|
|
1124
|
-
|
|
1159
|
+
type MostRecentNotificationPreviewState = "Default";
|
|
1160
|
+
declare function export_default$_(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
1125
1161
|
|
|
1126
|
-
interface
|
|
1127
|
-
|
|
1162
|
+
interface NotificationListProps {
|
|
1163
|
+
notificationType?: NotificationType;
|
|
1164
|
+
previewState?: NotificationListPreviewState;
|
|
1128
1165
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1129
1166
|
}
|
|
1130
|
-
|
|
1167
|
+
type NotificationListPreviewState = "Default" | "NoData";
|
|
1168
|
+
declare function export_default$Z(props: NotificationListProps): React.JSX.Element;
|
|
1131
1169
|
|
|
1132
|
-
interface
|
|
1170
|
+
interface PlatformSpecificContentProps {
|
|
1171
|
+
platforms: string[];
|
|
1133
1172
|
children?: React.ReactNode;
|
|
1134
|
-
|
|
1173
|
+
previewDevicePlatform?: string;
|
|
1135
1174
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1136
|
-
color?: ColorDefinition;
|
|
1137
|
-
style?: React.CSSProperties;
|
|
1138
1175
|
}
|
|
1139
|
-
declare function export_default$
|
|
1176
|
+
declare function export_default$Y(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
1140
1177
|
|
|
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;
|
|
1178
|
+
interface ProjectHeaderProps {
|
|
1179
|
+
previewState?: ProjectHeaderPropsPreviewState;
|
|
1180
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1151
1181
|
}
|
|
1152
|
-
|
|
1182
|
+
type ProjectHeaderPropsPreviewState = "Default";
|
|
1183
|
+
declare function export_default$X(props: ProjectHeaderProps): React.JSX.Element;
|
|
1153
1184
|
|
|
1154
|
-
interface
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
color: string;
|
|
1158
|
-
bordered?: boolean;
|
|
1159
|
-
badge?: string;
|
|
1160
|
-
onClick?: Function;
|
|
1161
|
-
className?: string;
|
|
1162
|
-
noBoxShadow?: boolean;
|
|
1185
|
+
interface ProjectSupportProps {
|
|
1186
|
+
previewState?: ProjectSupportPropsPreviewState;
|
|
1187
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1163
1188
|
}
|
|
1164
|
-
|
|
1189
|
+
type ProjectSupportPropsPreviewState = "Default";
|
|
1190
|
+
declare function export_default$W(props: ProjectSupportProps): React.JSX.Element | null;
|
|
1165
1191
|
|
|
1166
|
-
interface
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
style?: React.CSSProperties;
|
|
1172
|
-
disabled?: boolean;
|
|
1173
|
-
innerRef?: React.Ref<HTMLButtonElement>;
|
|
1192
|
+
interface ProviderSearchProps {
|
|
1193
|
+
previewState?: ProviderSearchPreviewState;
|
|
1194
|
+
providerCategories?: string[];
|
|
1195
|
+
onProviderConnected?: (provider: ExternalAccountProvider) => void;
|
|
1196
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1174
1197
|
}
|
|
1175
|
-
|
|
1198
|
+
type ProviderSearchPreviewState = "Default";
|
|
1199
|
+
declare function export_default$V(props: ProviderSearchProps): React.JSX.Element;
|
|
1176
1200
|
|
|
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;
|
|
1201
|
+
interface RecentDailyDataBarChartProps {
|
|
1202
|
+
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
1203
|
+
previewDataProvider?: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
|
|
1204
|
+
title: string;
|
|
1205
|
+
dailyDataType: string;
|
|
1206
|
+
domain?: AxisDomain;
|
|
1207
|
+
emptyDomain?: AxisDomain;
|
|
1208
|
+
valueConverter?: (rawValue: number) => number;
|
|
1209
|
+
valueFormatter?: (value: number) => string;
|
|
1210
|
+
highlight?: (rawValue: number) => boolean;
|
|
1194
1211
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1195
1212
|
}
|
|
1196
|
-
declare function export_default$
|
|
1213
|
+
declare function export_default$U(props: RecentDailyDataBarChartProps): React.JSX.Element;
|
|
1197
1214
|
|
|
1198
|
-
interface
|
|
1215
|
+
interface RelativeActivityTodayProps {
|
|
1216
|
+
dataTypes: RelativeActivityDataType[];
|
|
1217
|
+
previewState?: "Default";
|
|
1199
1218
|
title?: string;
|
|
1200
|
-
|
|
1201
|
-
titleColor?: ColorDefinition;
|
|
1202
|
-
subtitleColor?: ColorDefinition;
|
|
1203
|
-
action?: React.ReactNode;
|
|
1219
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1204
1220
|
}
|
|
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;
|
|
1221
|
+
interface RelativeActivityDataType {
|
|
1222
|
+
dailyDataType: string;
|
|
1223
|
+
label: string;
|
|
1224
|
+
icon: React.ReactElement;
|
|
1225
|
+
color: string;
|
|
1226
|
+
formatter: (number: number) => string;
|
|
1215
1227
|
}
|
|
1216
|
-
declare function export_default$
|
|
1228
|
+
declare function export_default$T(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
1217
1229
|
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1230
|
+
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
1231
|
+
interface RestingHeartRateCalendarProps {
|
|
1232
|
+
month: number;
|
|
1233
|
+
year: number;
|
|
1234
|
+
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
1222
1235
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1223
1236
|
}
|
|
1224
|
-
declare function export_default$
|
|
1237
|
+
declare function export_default$S(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
1225
1238
|
|
|
1226
|
-
interface
|
|
1227
|
-
|
|
1228
|
-
|
|
1239
|
+
interface SurveyTaskListProps {
|
|
1240
|
+
status: SurveyTaskStatus;
|
|
1241
|
+
limit?: number;
|
|
1242
|
+
title?: string;
|
|
1243
|
+
surveys?: string[];
|
|
1244
|
+
onDetailLinkClick?: Function;
|
|
1245
|
+
previewState?: SurveyTaskListListPreviewState;
|
|
1246
|
+
variant?: "noCard" | "singleCard" | "multiCard";
|
|
1229
1247
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1248
|
+
titleColor?: ColorDefinition;
|
|
1249
|
+
cardBackgroundColor?: ColorDefinition;
|
|
1250
|
+
cardStyle?: React.CSSProperties;
|
|
1251
|
+
buttonVariant?: ButtonVariant;
|
|
1252
|
+
buttonColor?: ColorDefinition;
|
|
1230
1253
|
}
|
|
1231
|
-
|
|
1254
|
+
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
1255
|
+
declare function export_default$R(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
1232
1256
|
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1257
|
+
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
1258
|
+
interface SeverityCalendarProps {
|
|
1259
|
+
surveyName: string;
|
|
1260
|
+
dateRecordedResultIdentifier?: string;
|
|
1261
|
+
severityResultIdentifier: string;
|
|
1262
|
+
severityValueMapper?: (value: string) => string;
|
|
1263
|
+
intervalStart?: Date;
|
|
1264
|
+
previewState?: SeverityCalendarPreviewState;
|
|
1238
1265
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1239
1266
|
}
|
|
1240
|
-
declare function export_default$
|
|
1267
|
+
declare function export_default$Q(props: SeverityCalendarProps): React.JSX.Element;
|
|
1241
1268
|
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
onClick: () => void;
|
|
1246
|
-
variant?: InboxSurveyVariant;
|
|
1247
|
-
surveyActive?: boolean;
|
|
1269
|
+
interface ViewEhrProps {
|
|
1270
|
+
onClick(): void;
|
|
1271
|
+
title?: string;
|
|
1248
1272
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1273
|
+
previewState?: "fetchComplete" | "fetchingData";
|
|
1274
|
+
buttonColor?: ColorDefinition;
|
|
1275
|
+
buttonVariant?: ButtonVariant;
|
|
1249
1276
|
}
|
|
1250
|
-
declare function export_default$
|
|
1277
|
+
declare function export_default$P(props: ViewEhrProps): React.JSX.Element | null;
|
|
1251
1278
|
|
|
1252
1279
|
type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
|
|
1253
1280
|
|
|
@@ -1267,18 +1294,20 @@ interface InboxItemListProps {
|
|
|
1267
1294
|
showTitleWhenEmpty?: boolean;
|
|
1268
1295
|
surveyVariant?: InboxSurveyVariant;
|
|
1269
1296
|
resourceImageAlignment?: ResourceImageAlignment;
|
|
1297
|
+
resourceButtonVariant?: ResourceButtonVariant;
|
|
1298
|
+
resourceButtonText?: string;
|
|
1270
1299
|
hideLoadingIndicator?: boolean;
|
|
1271
1300
|
onItemsLoaded?: (items: InboxItem[]) => void;
|
|
1272
1301
|
syncOnChanges?: boolean;
|
|
1273
1302
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1274
1303
|
}
|
|
1275
|
-
declare function export_default$
|
|
1304
|
+
declare function export_default$O(props: InboxItemListProps): React.JSX.Element;
|
|
1276
1305
|
|
|
1277
1306
|
interface InboxItemListCoordinatorProps {
|
|
1278
1307
|
children: React.ReactNode;
|
|
1279
1308
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1280
1309
|
}
|
|
1281
|
-
declare function export_default$
|
|
1310
|
+
declare function export_default$N(props: InboxItemListCoordinatorProps): React.JSX.Element;
|
|
1282
1311
|
|
|
1283
1312
|
interface CelebrationStepProps {
|
|
1284
1313
|
title?: string;
|
|
@@ -1291,9 +1320,9 @@ interface CelebrationStepProps {
|
|
|
1291
1320
|
[key: string]: any;
|
|
1292
1321
|
};
|
|
1293
1322
|
}
|
|
1294
|
-
declare function export_default$
|
|
1323
|
+
declare function export_default$M(props: CelebrationStepProps): React.JSX.Element;
|
|
1295
1324
|
|
|
1296
|
-
declare function export_default$
|
|
1325
|
+
declare function export_default$L(): React.JSX.Element;
|
|
1297
1326
|
|
|
1298
1327
|
interface ConnectDeviceAccountStepProps {
|
|
1299
1328
|
title?: string;
|
|
@@ -1305,12 +1334,12 @@ interface ConnectDeviceAccountStepProps {
|
|
|
1305
1334
|
};
|
|
1306
1335
|
onConnect: () => void;
|
|
1307
1336
|
}
|
|
1308
|
-
declare function export_default$
|
|
1337
|
+
declare function export_default$K(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
1309
1338
|
|
|
1310
1339
|
interface ConnectDeviceAccountStepContainerProps {
|
|
1311
1340
|
deviceType?: string;
|
|
1312
1341
|
}
|
|
1313
|
-
declare function export_default$
|
|
1342
|
+
declare function export_default$J(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
1314
1343
|
|
|
1315
1344
|
interface ConnectEhrStepProps {
|
|
1316
1345
|
title?: string;
|
|
@@ -1324,9 +1353,9 @@ interface ConnectEhrStepProps {
|
|
|
1324
1353
|
[key: string]: any;
|
|
1325
1354
|
};
|
|
1326
1355
|
}
|
|
1327
|
-
declare function export_default$
|
|
1356
|
+
declare function export_default$I(props: ConnectEhrStepProps): React.JSX.Element;
|
|
1328
1357
|
|
|
1329
|
-
declare function export_default$
|
|
1358
|
+
declare function export_default$H(): React.JSX.Element;
|
|
1330
1359
|
|
|
1331
1360
|
interface StepElementProps {
|
|
1332
1361
|
text?: string;
|
|
@@ -1339,22 +1368,22 @@ interface IconElementProps {
|
|
|
1339
1368
|
srcUrl?: string;
|
|
1340
1369
|
}
|
|
1341
1370
|
|
|
1342
|
-
declare function export_default$
|
|
1371
|
+
declare function export_default$G(props: StepElementProps): React.JSX.Element | null;
|
|
1343
1372
|
|
|
1344
|
-
declare function export_default$
|
|
1373
|
+
declare function export_default$F(props: IconElementProps): React.JSX.Element | null;
|
|
1345
1374
|
|
|
1346
|
-
declare function export_default$
|
|
1375
|
+
declare function export_default$E(props: IconElementProps): React.JSX.Element | null;
|
|
1347
1376
|
|
|
1348
1377
|
interface StepLayoutProps {
|
|
1349
1378
|
children?: React.ReactNode;
|
|
1350
1379
|
}
|
|
1351
|
-
declare function export_default$
|
|
1380
|
+
declare function export_default$D(props: StepLayoutProps): React.JSX.Element;
|
|
1352
1381
|
|
|
1353
1382
|
interface StepMarkdownProps {
|
|
1354
1383
|
text: string;
|
|
1355
1384
|
inline?: boolean;
|
|
1356
1385
|
}
|
|
1357
|
-
declare function export_default$
|
|
1386
|
+
declare function export_default$C(props: StepMarkdownProps): React.JSX.Element;
|
|
1358
1387
|
|
|
1359
1388
|
interface StepNextButtonProps extends StepElementProps {
|
|
1360
1389
|
backgroundColor: string;
|
|
@@ -1364,11 +1393,11 @@ interface StepNextButtonProps extends StepElementProps {
|
|
|
1364
1393
|
disabled?: boolean;
|
|
1365
1394
|
onClick(): void;
|
|
1366
1395
|
}
|
|
1367
|
-
declare function export_default$
|
|
1396
|
+
declare function export_default$B(props: StepNextButtonProps): React.JSX.Element;
|
|
1368
1397
|
|
|
1369
|
-
declare function export_default$
|
|
1398
|
+
declare function export_default$A(props: StepElementProps): React.JSX.Element | null;
|
|
1370
1399
|
|
|
1371
|
-
declare function export_default$
|
|
1400
|
+
declare function export_default$z(props: StepElementProps): React.JSX.Element | null;
|
|
1372
1401
|
|
|
1373
1402
|
interface YouTubeStepProps {
|
|
1374
1403
|
title?: string;
|
|
@@ -1381,32 +1410,23 @@ interface YouTubeStepProps {
|
|
|
1381
1410
|
[key: string]: any;
|
|
1382
1411
|
};
|
|
1383
1412
|
}
|
|
1384
|
-
declare function export_default$
|
|
1385
|
-
|
|
1386
|
-
declare function export_default$B(): React.JSX.Element;
|
|
1413
|
+
declare function export_default$y(props: YouTubeStepProps): React.JSX.Element;
|
|
1387
1414
|
|
|
1388
|
-
|
|
1389
|
-
intervalStart?: Date;
|
|
1390
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
1391
|
-
}
|
|
1392
|
-
declare function export_default$A(props: SymptomSharkBulletChartProps): React.JSX.Element | null;
|
|
1415
|
+
declare function export_default$x(): React.JSX.Element;
|
|
1393
1416
|
|
|
1394
1417
|
interface SymptomSharkCalendarProps {
|
|
1395
1418
|
intervalStart?: Date;
|
|
1396
1419
|
onDaySelected(day: Date): void;
|
|
1397
1420
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1398
1421
|
}
|
|
1399
|
-
declare function export_default$
|
|
1422
|
+
declare function export_default$w(props: SymptomSharkCalendarProps): React.JSX.Element;
|
|
1400
1423
|
|
|
1401
1424
|
interface OverallExperienceChartProps {
|
|
1402
1425
|
intervalStart?: Date;
|
|
1403
1426
|
showAllDays?: boolean;
|
|
1404
1427
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1405
|
-
variant?: "default" | "monthReport";
|
|
1406
1428
|
}
|
|
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";
|
|
1429
|
+
declare function export_default$v(props: OverallExperienceChartProps): React.JSX.Element | null;
|
|
1410
1430
|
|
|
1411
1431
|
interface SymptomSharkDataService {
|
|
1412
1432
|
getConfiguration(): Promise<SymptomSharkConfiguration>;
|
|
@@ -1416,7 +1436,6 @@ interface SymptomSharkDataService {
|
|
|
1416
1436
|
saveDailyLogEntry(date: string, entry: DailyLogEntry): Promise<any>;
|
|
1417
1437
|
}
|
|
1418
1438
|
interface SymptomSharkConfiguration {
|
|
1419
|
-
participantID: Guid;
|
|
1420
1439
|
symptoms: SymptomConfiguration[];
|
|
1421
1440
|
treatments: TreatmentConfiguration[];
|
|
1422
1441
|
}
|
|
@@ -1438,7 +1457,7 @@ interface DailyLogEntry {
|
|
|
1438
1457
|
treatments: TreatmentReference[];
|
|
1439
1458
|
overallFeeling?: number;
|
|
1440
1459
|
notes: string;
|
|
1441
|
-
icon?:
|
|
1460
|
+
icon?: string;
|
|
1442
1461
|
}
|
|
1443
1462
|
interface SymptomReference {
|
|
1444
1463
|
id: string;
|
|
@@ -1448,7 +1467,6 @@ interface TreatmentReference {
|
|
|
1448
1467
|
id: string;
|
|
1449
1468
|
}
|
|
1450
1469
|
declare function convertToSymptomSharkConfiguration(info: ParticipantInfo): {
|
|
1451
|
-
participantID: Guid;
|
|
1452
1470
|
symptoms: SymptomConfiguration[];
|
|
1453
1471
|
treatments: TreatmentConfiguration[];
|
|
1454
1472
|
};
|
|
@@ -1466,47 +1484,29 @@ interface SymptomSharkLogEntryProps {
|
|
|
1466
1484
|
highlightedTreatments?: string[];
|
|
1467
1485
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1468
1486
|
}
|
|
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;
|
|
1487
|
+
declare function export_default$u(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
|
|
1487
1488
|
|
|
1488
1489
|
interface SymptomTreatmentHistogramsProps {
|
|
1489
1490
|
intervalStart?: Date;
|
|
1490
1491
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1491
1492
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1492
1493
|
}
|
|
1493
|
-
declare function export_default$
|
|
1494
|
+
declare function export_default$t(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
|
|
1494
1495
|
|
|
1495
1496
|
interface SymptomSeveritySummaryProps {
|
|
1496
1497
|
symptom: SymptomConfiguration;
|
|
1497
1498
|
intervalStart?: Date;
|
|
1498
1499
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1499
1500
|
}
|
|
1500
|
-
declare function export_default$
|
|
1501
|
+
declare function export_default$s(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
|
|
1501
1502
|
|
|
1502
1503
|
interface SymptomSeverityChartProps {
|
|
1503
1504
|
intervalStart?: Date;
|
|
1504
1505
|
symptom: SymptomConfiguration;
|
|
1505
1506
|
showAllDays?: boolean;
|
|
1506
1507
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1507
|
-
variant?: "default" | "monthReport";
|
|
1508
1508
|
}
|
|
1509
|
-
declare function export_default$
|
|
1509
|
+
declare function export_default$r(props: SymptomSeverityChartProps): React.JSX.Element | null;
|
|
1510
1510
|
|
|
1511
1511
|
interface SymptomTreatmentFiltersProps {
|
|
1512
1512
|
expandedDropdown: "Symptoms" | "Treatments" | null;
|
|
@@ -1518,37 +1518,28 @@ interface SymptomTreatmentFiltersProps {
|
|
|
1518
1518
|
onTreatmentsSelectionChange(treatments: string[]): void;
|
|
1519
1519
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1520
1520
|
}
|
|
1521
|
-
declare function export_default$
|
|
1521
|
+
declare function export_default$q(props: SymptomTreatmentFiltersProps): React.JSX.Element;
|
|
1522
1522
|
|
|
1523
1523
|
interface SymptomSharkLogEntryListProps {
|
|
1524
1524
|
onDaySelected(d: Date): void;
|
|
1525
1525
|
previewState?: "default";
|
|
1526
1526
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1527
1527
|
}
|
|
1528
|
-
declare function export_default$
|
|
1528
|
+
declare function export_default$p(props: SymptomSharkLogEntryListProps): React.JSX.Element;
|
|
1529
1529
|
|
|
1530
1530
|
interface SymptomSharkLogTodayProps {
|
|
1531
1531
|
previewState?: "withLog" | "noLog";
|
|
1532
1532
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1533
1533
|
onClick(d: Date): void;
|
|
1534
1534
|
}
|
|
1535
|
-
declare function export_default$
|
|
1535
|
+
declare function export_default$o(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
|
|
1536
1536
|
|
|
1537
1537
|
interface SymptomSharkLogEntryEditProps {
|
|
1538
1538
|
date: Date;
|
|
1539
1539
|
promptForReviewAfterDays?: number;
|
|
1540
1540
|
previewState?: "default";
|
|
1541
1541
|
}
|
|
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;
|
|
1542
|
+
declare function export_default$n(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
|
|
1552
1543
|
|
|
1553
1544
|
interface SymptomSharkVisualizationCoordinatorProps {
|
|
1554
1545
|
children: React.ReactNode;
|
|
@@ -1556,7 +1547,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
|
|
|
1556
1547
|
previewState?: "default";
|
|
1557
1548
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1558
1549
|
}
|
|
1559
|
-
declare function export_default$
|
|
1550
|
+
declare function export_default$m(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
|
|
1560
1551
|
|
|
1561
1552
|
interface CalendarViewProps {
|
|
1562
1553
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1564,7 +1555,7 @@ interface CalendarViewProps {
|
|
|
1564
1555
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1565
1556
|
previewState?: "default";
|
|
1566
1557
|
}
|
|
1567
|
-
declare function export_default$
|
|
1558
|
+
declare function export_default$l(props: CalendarViewProps): React.JSX.Element;
|
|
1568
1559
|
|
|
1569
1560
|
interface LogEntryEditViewProps {
|
|
1570
1561
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1572,13 +1563,7 @@ interface LogEntryEditViewProps {
|
|
|
1572
1563
|
promptForReviewAfterDays?: number;
|
|
1573
1564
|
previewState?: "default";
|
|
1574
1565
|
}
|
|
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;
|
|
1566
|
+
declare function export_default$k(props: LogEntryEditViewProps): React.JSX.Element;
|
|
1582
1567
|
|
|
1583
1568
|
interface SymptomDetailViewProps {
|
|
1584
1569
|
symptomId: string;
|
|
@@ -1765,6 +1750,8 @@ interface ResourceListViewProps {
|
|
|
1765
1750
|
resources: ResourceDefinition[];
|
|
1766
1751
|
emptyText?: string;
|
|
1767
1752
|
resourceImageAlignment?: ResourceImageAlignment;
|
|
1753
|
+
resourceButtonVariant?: ResourceButtonVariant;
|
|
1754
|
+
resourceButtonText?: string;
|
|
1768
1755
|
}
|
|
1769
1756
|
declare function export_default$1(props: ResourceListViewProps): React.JSX.Element;
|
|
1770
1757
|
|
|
@@ -1776,4 +1763,4 @@ declare function getDayKey(date: Date): string;
|
|
|
1776
1763
|
|
|
1777
1764
|
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1778
1765
|
|
|
1779
|
-
export { export_default$
|
|
1766
|
+
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, 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 };
|