@careevolution/mydatahelps-ui 2.17.0 → 2.18.1-RelativeActivity.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 +11 -11
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +2 -1
- package/dist/cjs/types/components/asthma/model/types.d.ts +2 -1
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.stories.d.ts +15 -0
- package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +61 -0
- package/dist/cjs/types/components/container/RelativeActivity/RelativeActivity.d.ts +21 -0
- package/dist/cjs/types/components/container/RelativeActivity/RelativeActivity.stories.d.ts +27 -0
- package/dist/cjs/types/components/container/RelativeActivity/index.d.ts +1 -0
- package/dist/cjs/types/components/container/RelativeActivityToday/RelativeActivityToday.d.ts +2 -9
- package/dist/cjs/types/components/container/RelativeActivityToday/RelativeActivityToday.stories.d.ts +25 -0
- package/dist/cjs/types/components/container/RelativeActivityWeekCoordinator/RelativeActivityWeekCoordinator.d.ts +9 -0
- package/dist/cjs/types/components/container/RelativeActivityWeekCoordinator/RelativeActivityWeekCoordinator.stories.d.ts +19 -0
- package/dist/cjs/types/components/container/RelativeActivityWeekCoordinator/index.d.ts +1 -0
- package/dist/cjs/types/components/container/RelativeActivityWeekNavigator/RelativeActivityWeekNavigator.d.ts +16 -0
- package/dist/cjs/types/components/container/RelativeActivityWeekNavigator/RelativeActivityWeekNavigator.stories.d.ts +19 -0
- package/dist/cjs/types/components/container/RelativeActivityWeekNavigator/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +3 -0
- package/dist/cjs/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +2 -1
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +2 -2
- package/dist/cjs/types/components/presentational/DateRangeTitle/DateRangeTitle.d.ts +10 -0
- package/dist/cjs/types/components/presentational/DateRangeTitle/DateRangeTitle.stories.d.ts +22 -0
- package/dist/cjs/types/components/presentational/DateRangeTitle/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +2 -1
- package/dist/cjs/types/components/presentational/index.d.ts +1 -0
- package/dist/cjs/types/components/step/ConnectDeviceAccountStep/ConnectDeviceAccountStep.d.ts +2 -1
- package/dist/cjs/types/components/step/ConnectDeviceAccountStepContainer/ConnectDeviceAccountStepContainer.d.ts +2 -1
- package/dist/cjs/types/helpers/Initialization.d.ts +1 -1
- package/dist/cjs/types/helpers/blood-pressure-data-providers/survey-blood-pressure-data-provider.d.ts +1 -1
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-sleep.d.ts +11 -2
- package/dist/cjs/types/helpers/daily-data-providers/combined-sleep.d.ts +1 -0
- package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +4 -0
- package/dist/cjs/types/helpers/date-helpers.d.ts +1 -1
- package/dist/cjs/types/helpers/deviceType.d.ts +1 -0
- package/dist/cjs/types/helpers/language.d.ts +2 -0
- package/dist/cjs/types/helpers/locale.d.ts +1 -0
- package/dist/cjs/types/helpers/query-daily-data.d.ts +4 -0
- package/dist/cjs/types/helpers/strings-de.d.ts +4 -0
- package/dist/cjs/types/helpers/strings-fr.d.ts +4 -0
- package/dist/cjs/types/helpers/strings-it.d.ts +4 -0
- package/dist/cjs/types/helpers/strings-nl.d.ts +4 -0
- package/dist/cjs/types/helpers/strings-pl.d.ts +4 -0
- package/dist/cjs/types/helpers/strings-pt.d.ts +4 -0
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/esm/index.js +11 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +2 -1
- package/dist/esm/types/components/asthma/model/types.d.ts +2 -1
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.stories.d.ts +15 -0
- package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +61 -0
- package/dist/esm/types/components/container/RelativeActivity/RelativeActivity.d.ts +21 -0
- package/dist/esm/types/components/container/RelativeActivity/RelativeActivity.stories.d.ts +27 -0
- package/dist/esm/types/components/container/RelativeActivity/index.d.ts +1 -0
- package/dist/esm/types/components/container/RelativeActivityToday/RelativeActivityToday.d.ts +2 -9
- package/dist/esm/types/components/container/RelativeActivityToday/RelativeActivityToday.stories.d.ts +25 -0
- package/dist/esm/types/components/container/RelativeActivityWeekCoordinator/RelativeActivityWeekCoordinator.d.ts +9 -0
- package/dist/esm/types/components/container/RelativeActivityWeekCoordinator/RelativeActivityWeekCoordinator.stories.d.ts +19 -0
- package/dist/esm/types/components/container/RelativeActivityWeekCoordinator/index.d.ts +1 -0
- package/dist/esm/types/components/container/RelativeActivityWeekNavigator/RelativeActivityWeekNavigator.d.ts +16 -0
- package/dist/esm/types/components/container/RelativeActivityWeekNavigator/RelativeActivityWeekNavigator.stories.d.ts +19 -0
- package/dist/esm/types/components/container/RelativeActivityWeekNavigator/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +3 -0
- package/dist/esm/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +2 -1
- package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +2 -2
- package/dist/esm/types/components/presentational/DateRangeTitle/DateRangeTitle.d.ts +10 -0
- package/dist/esm/types/components/presentational/DateRangeTitle/DateRangeTitle.stories.d.ts +22 -0
- package/dist/esm/types/components/presentational/DateRangeTitle/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +2 -1
- package/dist/esm/types/components/presentational/index.d.ts +1 -0
- package/dist/esm/types/components/step/ConnectDeviceAccountStep/ConnectDeviceAccountStep.d.ts +2 -1
- package/dist/esm/types/components/step/ConnectDeviceAccountStepContainer/ConnectDeviceAccountStepContainer.d.ts +2 -1
- package/dist/esm/types/helpers/Initialization.d.ts +1 -1
- package/dist/esm/types/helpers/blood-pressure-data-providers/survey-blood-pressure-data-provider.d.ts +1 -1
- package/dist/esm/types/helpers/daily-data-providers/apple-health-sleep.d.ts +11 -2
- package/dist/esm/types/helpers/daily-data-providers/combined-sleep.d.ts +1 -0
- package/dist/esm/types/helpers/daily-data-providers/index.d.ts +4 -0
- package/dist/esm/types/helpers/date-helpers.d.ts +1 -1
- package/dist/esm/types/helpers/deviceType.d.ts +1 -0
- package/dist/esm/types/helpers/language.d.ts +2 -0
- package/dist/esm/types/helpers/locale.d.ts +1 -0
- package/dist/esm/types/helpers/query-daily-data.d.ts +4 -0
- package/dist/esm/types/helpers/strings-de.d.ts +4 -0
- package/dist/esm/types/helpers/strings-fr.d.ts +4 -0
- package/dist/esm/types/helpers/strings-it.d.ts +4 -0
- package/dist/esm/types/helpers/strings-nl.d.ts +4 -0
- package/dist/esm/types/helpers/strings-pl.d.ts +4 -0
- package/dist/esm/types/helpers/strings-pt.d.ts +4 -0
- package/dist/esm/types/index.d.ts +1 -0
- package/dist/index.d.ts +170 -116
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactElement, CSSProperties,
|
|
1
|
+
import React, { ReactElement, CSSProperties, ReactNode, MouseEventHandler, DependencyList } from 'react';
|
|
2
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';
|
|
@@ -10,7 +10,7 @@ interface AsthmaActionPlanManagerProps {
|
|
|
10
10
|
editActionPlanSurveyName: string;
|
|
11
11
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
12
12
|
}
|
|
13
|
-
declare function export_default$
|
|
13
|
+
declare function export_default$2n(props: AsthmaActionPlanManagerProps): React.JSX.Element;
|
|
14
14
|
|
|
15
15
|
declare class AsthmaParticipant {
|
|
16
16
|
participantInfo: ParticipantInfo;
|
|
@@ -50,11 +50,12 @@ interface AsthmaBiometric {
|
|
|
50
50
|
value?: number;
|
|
51
51
|
}
|
|
52
52
|
type AsthmaAirQualityType = 'work' | 'home';
|
|
53
|
+
type AsthmaAirQualityDescription = 'unhealthy' | 'very unhealthy' | 'hazardous';
|
|
53
54
|
interface AsthmaAirQuality {
|
|
54
55
|
type: AsthmaAirQualityType;
|
|
55
56
|
status: AsthmaDataStatus;
|
|
56
57
|
value?: number;
|
|
57
|
-
description?:
|
|
58
|
+
description?: AsthmaAirQualityDescription;
|
|
58
59
|
}
|
|
59
60
|
type AsthmaSymptomLevel = 'none' | 'mild' | 'moderate' | 'severe';
|
|
60
61
|
type AsthmaSymptom = 'Difficulty breathing' | 'Wheezing' | 'Coughing' | 'Chest tightness or pressure';
|
|
@@ -81,7 +82,7 @@ interface AsthmaAirQualitiesProps {
|
|
|
81
82
|
date?: Date;
|
|
82
83
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
83
84
|
}
|
|
84
|
-
declare function export_default$
|
|
85
|
+
declare function export_default$2m(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
85
86
|
|
|
86
87
|
interface AsthmaAlertTakeoverNoticeProps {
|
|
87
88
|
previewState?: 'loading' | 'loaded';
|
|
@@ -89,7 +90,7 @@ interface AsthmaAlertTakeoverNoticeProps {
|
|
|
89
90
|
logEntrySurveyName: string;
|
|
90
91
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
91
92
|
}
|
|
92
|
-
declare function export_default$
|
|
93
|
+
declare function export_default$2l(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
|
|
93
94
|
|
|
94
95
|
interface AsthmaAlertTakeoverTriggerProps {
|
|
95
96
|
previewState?: boolean;
|
|
@@ -100,7 +101,7 @@ interface AsthmaAlertTakeoverTriggerProps {
|
|
|
100
101
|
alertTakeoverUrl: string;
|
|
101
102
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
102
103
|
}
|
|
103
|
-
declare function export_default$
|
|
104
|
+
declare function export_default$2k(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
104
105
|
|
|
105
106
|
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
106
107
|
|
|
@@ -112,7 +113,7 @@ interface AsthmaBiometricsProps {
|
|
|
112
113
|
date?: Date;
|
|
113
114
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
114
115
|
}
|
|
115
|
-
declare function export_default$
|
|
116
|
+
declare function export_default$2j(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
116
117
|
|
|
117
118
|
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
118
119
|
|
|
@@ -124,7 +125,7 @@ interface AsthmaControlCalendarProps {
|
|
|
124
125
|
variant?: AsthmaControlCalendarVariant;
|
|
125
126
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
126
127
|
}
|
|
127
|
-
declare function export_default$
|
|
128
|
+
declare function export_default$2i(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
128
129
|
|
|
129
130
|
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';
|
|
130
131
|
|
|
@@ -133,7 +134,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
133
134
|
participant: AsthmaParticipant;
|
|
134
135
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
135
136
|
}
|
|
136
|
-
declare function export_default$
|
|
137
|
+
declare function export_default$2h(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
137
138
|
|
|
138
139
|
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
139
140
|
|
|
@@ -146,7 +147,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
146
147
|
infoUrl: string;
|
|
147
148
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
148
149
|
}
|
|
149
|
-
declare function export_default$
|
|
150
|
+
declare function export_default$2g(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
|
|
150
151
|
|
|
151
152
|
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
152
153
|
|
|
@@ -157,7 +158,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
157
158
|
dayViewUrl: string;
|
|
158
159
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
159
160
|
}
|
|
160
|
-
declare function export_default$
|
|
161
|
+
declare function export_default$2f(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
161
162
|
|
|
162
163
|
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
163
164
|
previewState?: boolean;
|
|
@@ -165,7 +166,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
|
165
166
|
postEnrollmentMobileSurveyName: string;
|
|
166
167
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
167
168
|
}
|
|
168
|
-
declare function export_default$
|
|
169
|
+
declare function export_default$2e(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
169
170
|
|
|
170
171
|
type AsthmaProviderReportPreviewState = 'default';
|
|
171
172
|
|
|
@@ -174,7 +175,7 @@ interface AsthmaProviderReportProps {
|
|
|
174
175
|
logEntrySurveyName: string;
|
|
175
176
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
176
177
|
}
|
|
177
|
-
declare function export_default$
|
|
178
|
+
declare function export_default$2d(props: AsthmaProviderReportProps): React.JSX.Element;
|
|
178
179
|
|
|
179
180
|
type ColorDefinition = string | {
|
|
180
181
|
lightMode?: string;
|
|
@@ -200,7 +201,7 @@ interface ActionProps {
|
|
|
200
201
|
subtitleColor?: ColorDefinition;
|
|
201
202
|
renderAs?: "div" | "button";
|
|
202
203
|
}
|
|
203
|
-
declare function export_default$
|
|
204
|
+
declare function export_default$2c(props: ActionProps): React.JSX.Element;
|
|
204
205
|
|
|
205
206
|
interface ActivityMeterProps {
|
|
206
207
|
label: string;
|
|
@@ -208,12 +209,12 @@ interface ActivityMeterProps {
|
|
|
208
209
|
icon: ReactElement;
|
|
209
210
|
fillPercent: number;
|
|
210
211
|
averageFillPercent: number;
|
|
211
|
-
color:
|
|
212
|
+
color: ColorDefinition;
|
|
212
213
|
message?: string;
|
|
213
214
|
className?: string;
|
|
214
215
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
215
216
|
}
|
|
216
|
-
declare function export_default$
|
|
217
|
+
declare function export_default$2b(props: ActivityMeterProps): React.JSX.Element;
|
|
217
218
|
|
|
218
219
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
219
220
|
interface ButtonProps {
|
|
@@ -228,7 +229,7 @@ interface ButtonProps {
|
|
|
228
229
|
defaultMargin?: boolean;
|
|
229
230
|
fullWidth?: boolean;
|
|
230
231
|
}
|
|
231
|
-
declare function export_default$
|
|
232
|
+
declare function export_default$2a(props: ButtonProps): React.JSX.Element;
|
|
232
233
|
|
|
233
234
|
interface CalendarProps {
|
|
234
235
|
month: number;
|
|
@@ -238,7 +239,7 @@ interface CalendarProps {
|
|
|
238
239
|
className?: string;
|
|
239
240
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
240
241
|
}
|
|
241
|
-
declare function export_default$
|
|
242
|
+
declare function export_default$29(props: CalendarProps): React.JSX.Element;
|
|
242
243
|
|
|
243
244
|
type CalendarDayStateConfiguration = Record<string, {
|
|
244
245
|
style?: CSSProperties;
|
|
@@ -254,7 +255,7 @@ interface CalendarDayProps {
|
|
|
254
255
|
onClick?: (date: Date) => void;
|
|
255
256
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
256
257
|
}
|
|
257
|
-
declare function export_default$
|
|
258
|
+
declare function export_default$28(props: CalendarDayProps): React.JSX.Element;
|
|
258
259
|
|
|
259
260
|
interface CardProps {
|
|
260
261
|
className?: string;
|
|
@@ -265,7 +266,7 @@ interface CardProps {
|
|
|
265
266
|
backgroundColor?: ColorDefinition;
|
|
266
267
|
style?: React.CSSProperties;
|
|
267
268
|
}
|
|
268
|
-
declare function export_default$
|
|
269
|
+
declare function export_default$27(props: CardProps): React.JSX.Element | null;
|
|
269
270
|
|
|
270
271
|
interface CardTitleProps {
|
|
271
272
|
title: string;
|
|
@@ -274,7 +275,7 @@ interface CardTitleProps {
|
|
|
274
275
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
275
276
|
color?: ColorDefinition;
|
|
276
277
|
}
|
|
277
|
-
declare function export_default$
|
|
278
|
+
declare function export_default$26(props: CardTitleProps): React.JSX.Element;
|
|
278
279
|
|
|
279
280
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
280
281
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -285,7 +286,7 @@ interface DateRangeCoordinatorProps {
|
|
|
285
286
|
intervalType: "Day" | "Week" | "Month";
|
|
286
287
|
weekStartsOn?: WeekStartsOn;
|
|
287
288
|
variant?: "default" | "rounded";
|
|
288
|
-
children
|
|
289
|
+
children?: React.ReactNode;
|
|
289
290
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
290
291
|
sticky?: boolean;
|
|
291
292
|
}
|
|
@@ -294,7 +295,7 @@ interface DateRangeContext {
|
|
|
294
295
|
intervalStart: Date;
|
|
295
296
|
}
|
|
296
297
|
declare const DateRangeContext: React.Context<DateRangeContext | null>;
|
|
297
|
-
declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
|
|
298
|
+
declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element | null;
|
|
298
299
|
|
|
299
300
|
interface DateRangeNavigatorProps {
|
|
300
301
|
intervalType: "Day" | "Week" | "Month";
|
|
@@ -305,7 +306,28 @@ interface DateRangeNavigatorProps {
|
|
|
305
306
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
306
307
|
sticky?: boolean;
|
|
307
308
|
}
|
|
308
|
-
declare function export_default$
|
|
309
|
+
declare function export_default$25(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
310
|
+
|
|
311
|
+
interface TitleProps {
|
|
312
|
+
color?: ColorDefinition;
|
|
313
|
+
order?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
314
|
+
children?: React.ReactNode;
|
|
315
|
+
style?: React.CSSProperties;
|
|
316
|
+
className?: string;
|
|
317
|
+
image?: ReactNode;
|
|
318
|
+
autosizeImage?: boolean;
|
|
319
|
+
imageAlignment?: "top" | "left";
|
|
320
|
+
defaultMargin?: boolean;
|
|
321
|
+
}
|
|
322
|
+
declare function export_default$24(props: TitleProps): React.JSX.Element;
|
|
323
|
+
|
|
324
|
+
interface DateRangeTitleProps extends TitleProps {
|
|
325
|
+
color?: ColorDefinition;
|
|
326
|
+
order?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
327
|
+
style?: React.CSSProperties;
|
|
328
|
+
defaultMargin?: boolean;
|
|
329
|
+
}
|
|
330
|
+
declare function DateRangeTitle(props: DateRangeTitleProps): React.JSX.Element;
|
|
309
331
|
|
|
310
332
|
interface DayTrackerSymbolProps {
|
|
311
333
|
primaryColors: string[];
|
|
@@ -314,7 +336,7 @@ interface DayTrackerSymbolProps {
|
|
|
314
336
|
size?: "small" | "large";
|
|
315
337
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
316
338
|
}
|
|
317
|
-
declare function export_default$
|
|
339
|
+
declare function export_default$23(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
318
340
|
|
|
319
341
|
interface ClosedInterval {
|
|
320
342
|
values: number[];
|
|
@@ -341,7 +363,7 @@ declare enum DumbbellClass {
|
|
|
341
363
|
"mdhui-dumbbell-in-range" = 0,
|
|
342
364
|
"mdhui-dumbbell-out-of-range" = 1
|
|
343
365
|
}
|
|
344
|
-
declare function export_default$
|
|
366
|
+
declare function export_default$22(props: DumbBellChartProps): React.JSX.Element;
|
|
345
367
|
|
|
346
368
|
interface FaceProps {
|
|
347
369
|
faceValue?: number;
|
|
@@ -350,7 +372,7 @@ interface FaceProps {
|
|
|
350
372
|
className?: string;
|
|
351
373
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
352
374
|
}
|
|
353
|
-
declare function export_default$
|
|
375
|
+
declare function export_default$21(props: FaceProps): React.JSX.Element;
|
|
354
376
|
|
|
355
377
|
interface HistogramProps {
|
|
356
378
|
entries: {
|
|
@@ -362,7 +384,7 @@ interface HistogramProps {
|
|
|
362
384
|
className?: string;
|
|
363
385
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
364
386
|
}
|
|
365
|
-
declare function export_default$
|
|
387
|
+
declare function export_default$20(props: HistogramProps): React.JSX.Element;
|
|
366
388
|
|
|
367
389
|
interface LayoutProps {
|
|
368
390
|
children?: React.ReactNode;
|
|
@@ -383,7 +405,7 @@ interface LayoutContext {
|
|
|
383
405
|
bodyBackgroundColor: string;
|
|
384
406
|
}
|
|
385
407
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
386
|
-
declare function export_default$
|
|
408
|
+
declare function export_default$1$(props: LayoutProps): React.JSX.Element;
|
|
387
409
|
|
|
388
410
|
interface LoadingIndicatorProps {
|
|
389
411
|
variant?: "default" | "inline";
|
|
@@ -404,7 +426,7 @@ interface MonthlyEventMatrixProps {
|
|
|
404
426
|
innerRef?: React.Ref<HTMLTableElement>;
|
|
405
427
|
intervalStart: Date;
|
|
406
428
|
}
|
|
407
|
-
declare function export_default$
|
|
429
|
+
declare function export_default$1_(props: MonthlyEventMatrixProps): React.JSX.Element;
|
|
408
430
|
|
|
409
431
|
interface NavigationBarProps {
|
|
410
432
|
title?: string;
|
|
@@ -423,7 +445,7 @@ interface NavigationBarProps {
|
|
|
423
445
|
navigationBarRight?: React.ReactNode;
|
|
424
446
|
backgroundColor?: ColorDefinition;
|
|
425
447
|
}
|
|
426
|
-
declare function export_default$
|
|
448
|
+
declare function export_default$1Z(props: NavigationBarProps): React.JSX.Element;
|
|
427
449
|
|
|
428
450
|
interface NotesInputProps {
|
|
429
451
|
autoTimestamp?: boolean;
|
|
@@ -431,7 +453,7 @@ interface NotesInputProps {
|
|
|
431
453
|
onChange(value: string): void;
|
|
432
454
|
value: string;
|
|
433
455
|
}
|
|
434
|
-
declare function export_default$
|
|
456
|
+
declare function export_default$1Y(props: NotesInputProps): React.JSX.Element;
|
|
435
457
|
|
|
436
458
|
interface ProgressBarProps {
|
|
437
459
|
backgroundColor?: ColorDefinition;
|
|
@@ -469,7 +491,7 @@ interface ProgressRingProps {
|
|
|
469
491
|
percentCompleted?: number;
|
|
470
492
|
animate?: boolean;
|
|
471
493
|
}
|
|
472
|
-
declare function export_default$
|
|
494
|
+
declare function export_default$1X(props: ProgressRingProps): React.JSX.Element;
|
|
473
495
|
|
|
474
496
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
475
497
|
type ResourceButtonVariant = 'button' | 'link';
|
|
@@ -483,7 +505,7 @@ interface ResourceProps {
|
|
|
483
505
|
onClick: () => void;
|
|
484
506
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
485
507
|
}
|
|
486
|
-
declare function export_default$
|
|
508
|
+
declare function export_default$1W(props: ResourceProps): React.JSX.Element;
|
|
487
509
|
|
|
488
510
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
489
511
|
|
|
@@ -503,7 +525,7 @@ interface ResourceListProps {
|
|
|
503
525
|
buttonText?: string;
|
|
504
526
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
505
527
|
}
|
|
506
|
-
declare function export_default$
|
|
528
|
+
declare function export_default$1V(props: ResourceListProps): React.JSX.Element;
|
|
507
529
|
|
|
508
530
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
509
531
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -512,7 +534,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
512
534
|
startDate: Date;
|
|
513
535
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
514
536
|
}
|
|
515
|
-
declare function export_default$
|
|
537
|
+
declare function export_default$1U(props: RotatingComponentCoordinatorProps): React.JSX.Element;
|
|
516
538
|
|
|
517
539
|
interface SectionProps {
|
|
518
540
|
children?: React.ReactNode;
|
|
@@ -522,7 +544,7 @@ interface SectionProps {
|
|
|
522
544
|
backgroundColor?: ColorDefinition;
|
|
523
545
|
style?: React.CSSProperties;
|
|
524
546
|
}
|
|
525
|
-
declare function export_default$
|
|
547
|
+
declare function export_default$1T(props: SectionProps): React.JSX.Element | null;
|
|
526
548
|
|
|
527
549
|
interface SegmentedControlProps {
|
|
528
550
|
segments: {
|
|
@@ -536,9 +558,9 @@ interface SegmentedControlProps {
|
|
|
536
558
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
537
559
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
538
560
|
}
|
|
539
|
-
declare function export_default$
|
|
561
|
+
declare function export_default$1S(props: SegmentedControlProps): React.JSX.Element;
|
|
540
562
|
|
|
541
|
-
declare function export_default$
|
|
563
|
+
declare function export_default$1R(): React.JSX.Element;
|
|
542
564
|
|
|
543
565
|
interface SingleDataPointProps {
|
|
544
566
|
label: string;
|
|
@@ -549,7 +571,7 @@ interface SingleDataPointProps {
|
|
|
549
571
|
onClick?: () => void;
|
|
550
572
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
551
573
|
}
|
|
552
|
-
declare function export_default$
|
|
574
|
+
declare function export_default$1Q(props: SingleDataPointProps): React.JSX.Element;
|
|
553
575
|
|
|
554
576
|
interface SingleExternalAccountProps {
|
|
555
577
|
externalAccount: ExternalAccount;
|
|
@@ -557,13 +579,13 @@ interface SingleExternalAccountProps {
|
|
|
557
579
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
558
580
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
559
581
|
}
|
|
560
|
-
declare function export_default$
|
|
582
|
+
declare function export_default$1P(props: SingleExternalAccountProps): React.JSX.Element;
|
|
561
583
|
|
|
562
584
|
interface SingleNotificationProps {
|
|
563
585
|
notification: Notification;
|
|
564
586
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
565
587
|
}
|
|
566
|
-
declare function export_default$
|
|
588
|
+
declare function export_default$1O(props: SingleNotificationProps): React.JSX.Element;
|
|
567
589
|
|
|
568
590
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
569
591
|
interface SingleSurveyTaskProps {
|
|
@@ -576,7 +598,7 @@ interface SingleSurveyTaskProps {
|
|
|
576
598
|
buttonVariant?: ButtonVariant;
|
|
577
599
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
578
600
|
}
|
|
579
|
-
declare function export_default$
|
|
601
|
+
declare function export_default$1N(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
580
602
|
|
|
581
603
|
interface SparkBarChartProps {
|
|
582
604
|
averageFillPercent: number;
|
|
@@ -584,10 +606,10 @@ interface SparkBarChartProps {
|
|
|
584
606
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
585
607
|
}
|
|
586
608
|
interface SparkBarChartBar {
|
|
587
|
-
color:
|
|
609
|
+
color: ColorDefinition;
|
|
588
610
|
barFillPercent: number;
|
|
589
611
|
}
|
|
590
|
-
declare function export_default$
|
|
612
|
+
declare function export_default$1M(props: SparkBarChartProps): React.JSX.Element;
|
|
591
613
|
|
|
592
614
|
interface SwitchProps {
|
|
593
615
|
isOn: Boolean;
|
|
@@ -596,7 +618,7 @@ interface SwitchProps {
|
|
|
596
618
|
className?: string;
|
|
597
619
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
598
620
|
}
|
|
599
|
-
declare function export_default$
|
|
621
|
+
declare function export_default$1L(props: SwitchProps): React.JSX.Element;
|
|
600
622
|
|
|
601
623
|
interface StatusBarBackgroundProps {
|
|
602
624
|
color?: string;
|
|
@@ -611,20 +633,7 @@ interface TextBlockProps {
|
|
|
611
633
|
color?: ColorDefinition;
|
|
612
634
|
style?: React.CSSProperties;
|
|
613
635
|
}
|
|
614
|
-
declare function export_default$
|
|
615
|
-
|
|
616
|
-
interface TitleProps {
|
|
617
|
-
color?: ColorDefinition;
|
|
618
|
-
order?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
619
|
-
children?: React.ReactNode;
|
|
620
|
-
style?: React.CSSProperties;
|
|
621
|
-
className?: string;
|
|
622
|
-
image?: ReactNode;
|
|
623
|
-
autosizeImage?: boolean;
|
|
624
|
-
imageAlignment?: "top" | "left";
|
|
625
|
-
defaultMargin?: boolean;
|
|
626
|
-
}
|
|
627
|
-
declare function export_default$1I(props: TitleProps): React.JSX.Element;
|
|
636
|
+
declare function export_default$1K(props: TextBlockProps): React.JSX.Element | null;
|
|
628
637
|
|
|
629
638
|
interface TrackerItemProps {
|
|
630
639
|
selected: boolean;
|
|
@@ -636,7 +645,7 @@ interface TrackerItemProps {
|
|
|
636
645
|
className?: string;
|
|
637
646
|
noBoxShadow?: boolean;
|
|
638
647
|
}
|
|
639
|
-
declare function export_default$
|
|
648
|
+
declare function export_default$1J(props: TrackerItemProps): React.JSX.Element;
|
|
640
649
|
|
|
641
650
|
interface UnstyledButtonProps {
|
|
642
651
|
onClick: MouseEventHandler;
|
|
@@ -647,7 +656,7 @@ interface UnstyledButtonProps {
|
|
|
647
656
|
disabled?: boolean;
|
|
648
657
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
649
658
|
}
|
|
650
|
-
declare function export_default$
|
|
659
|
+
declare function export_default$1I(props: UnstyledButtonProps): React.JSX.Element;
|
|
651
660
|
|
|
652
661
|
interface ValueSelectorProps {
|
|
653
662
|
title?: string;
|
|
@@ -668,7 +677,7 @@ interface ValueSelectorProps {
|
|
|
668
677
|
preventEmptySelections?: boolean;
|
|
669
678
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
670
679
|
}
|
|
671
|
-
declare function export_default$
|
|
680
|
+
declare function export_default$1H(props: ValueSelectorProps): React.JSX.Element;
|
|
672
681
|
|
|
673
682
|
interface ViewHeaderProps {
|
|
674
683
|
title?: string;
|
|
@@ -677,7 +686,7 @@ interface ViewHeaderProps {
|
|
|
677
686
|
subtitleColor?: ColorDefinition;
|
|
678
687
|
action?: React.ReactNode;
|
|
679
688
|
}
|
|
680
|
-
declare function export_default$
|
|
689
|
+
declare function export_default$1G(props: ViewHeaderProps): React.JSX.Element | null;
|
|
681
690
|
|
|
682
691
|
interface WeekCalendarProps {
|
|
683
692
|
selectedDate?: Date;
|
|
@@ -688,7 +697,7 @@ interface WeekCalendarProps {
|
|
|
688
697
|
onStartDateChange?(startDate: Date): void;
|
|
689
698
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
690
699
|
}
|
|
691
|
-
declare function export_default$
|
|
700
|
+
declare function export_default$1F(props: WeekCalendarProps): React.JSX.Element;
|
|
692
701
|
|
|
693
702
|
interface InboxCompletedListItemProps {
|
|
694
703
|
name: string;
|
|
@@ -696,14 +705,14 @@ interface InboxCompletedListItemProps {
|
|
|
696
705
|
onClick?: () => void;
|
|
697
706
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
698
707
|
}
|
|
699
|
-
declare function export_default$
|
|
708
|
+
declare function export_default$1E(props: InboxCompletedListItemProps): React.JSX.Element;
|
|
700
709
|
|
|
701
710
|
interface InboxMessageListItemProps {
|
|
702
711
|
message: InboxMessage;
|
|
703
712
|
onClick: () => void;
|
|
704
713
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
705
714
|
}
|
|
706
|
-
declare function export_default$
|
|
715
|
+
declare function export_default$1D(props: InboxMessageListItemProps): React.JSX.Element | null;
|
|
707
716
|
|
|
708
717
|
interface InboxResourceListItemProps {
|
|
709
718
|
resource: InboxResource;
|
|
@@ -713,7 +722,7 @@ interface InboxResourceListItemProps {
|
|
|
713
722
|
buttonText?: string;
|
|
714
723
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
715
724
|
}
|
|
716
|
-
declare function export_default$
|
|
725
|
+
declare function export_default$1C(props: InboxResourceListItemProps): React.JSX.Element | null;
|
|
717
726
|
|
|
718
727
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
719
728
|
interface InboxSurveyListItemProps {
|
|
@@ -723,7 +732,7 @@ interface InboxSurveyListItemProps {
|
|
|
723
732
|
surveyActive?: boolean;
|
|
724
733
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
725
734
|
}
|
|
726
|
-
declare function export_default$
|
|
735
|
+
declare function export_default$1B(props: InboxSurveyListItemProps): React.JSX.Element | null;
|
|
727
736
|
|
|
728
737
|
interface AsthmaRecommendedArticleProps {
|
|
729
738
|
previewState?: 'none' | 'default';
|
|
@@ -735,7 +744,7 @@ interface AsthmaRecommendedArticleProps {
|
|
|
735
744
|
style?: React.CSSProperties;
|
|
736
745
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
737
746
|
}
|
|
738
|
-
declare function export_default$
|
|
747
|
+
declare function export_default$1A(props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
|
|
739
748
|
|
|
740
749
|
declare enum AsthmaDailyDataType {
|
|
741
750
|
Steps = "Asthma.Steps",
|
|
@@ -775,6 +784,7 @@ declare const getAsthmaImpactTexts: (impacts: AsthmaImpact[] | undefined) => str
|
|
|
775
784
|
declare const getAsthmaImpacts: (impactTexts: string[]) => AsthmaImpact[];
|
|
776
785
|
declare const getAsthmaTriggerTexts: (triggers: AsthmaTrigger[] | undefined) => string[];
|
|
777
786
|
declare const getAsthmaTriggers: (triggerTexts: string[]) => AsthmaTrigger[];
|
|
787
|
+
declare const getAsthmaAirQualityDescriptionText: (description: AsthmaAirQualityDescription | undefined) => string | undefined;
|
|
778
788
|
declare const isDaytimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
779
789
|
declare const isNighttimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
780
790
|
declare const isRespiratoryRateWithinRange: (baseline: number, rawValue: number) => boolean;
|
|
@@ -788,7 +798,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
788
798
|
learnMoreUrl: string;
|
|
789
799
|
editActionPlanSurveyName: string;
|
|
790
800
|
}
|
|
791
|
-
declare function export_default$
|
|
801
|
+
declare function export_default$1z(props: AsthmaActionPlanViewProps): React.JSX.Element;
|
|
792
802
|
|
|
793
803
|
interface AsthmaActivityViewProps {
|
|
794
804
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -796,7 +806,7 @@ interface AsthmaActivityViewProps {
|
|
|
796
806
|
alert?: 'Steps';
|
|
797
807
|
logEntrySurveyName: string;
|
|
798
808
|
}
|
|
799
|
-
declare function export_default$
|
|
809
|
+
declare function export_default$1y(props: AsthmaActivityViewProps): React.JSX.Element;
|
|
800
810
|
|
|
801
811
|
interface AsthmaAirQualityViewProps {
|
|
802
812
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -804,14 +814,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
804
814
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
805
815
|
logEntrySurveyName: string;
|
|
806
816
|
}
|
|
807
|
-
declare function export_default$
|
|
817
|
+
declare function export_default$1x(props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
808
818
|
|
|
809
819
|
interface AsthmaAlertTakeoverViewProps {
|
|
810
820
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
811
821
|
previewState?: 'default';
|
|
812
822
|
logEntrySurveyName: string;
|
|
813
823
|
}
|
|
814
|
-
declare function export_default$
|
|
824
|
+
declare function export_default$1w(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
|
|
815
825
|
|
|
816
826
|
interface AsthmaDayViewProps {
|
|
817
827
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -826,7 +836,7 @@ interface AsthmaDayViewProps {
|
|
|
826
836
|
sleepUrl: string;
|
|
827
837
|
airQualityUrl: string;
|
|
828
838
|
}
|
|
829
|
-
declare function export_default$
|
|
839
|
+
declare function export_default$1v(props: AsthmaDayViewProps): React.JSX.Element;
|
|
830
840
|
|
|
831
841
|
interface AsthmaHeartAndLungsViewProps {
|
|
832
842
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -834,7 +844,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
834
844
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
835
845
|
logEntrySurveyName: string;
|
|
836
846
|
}
|
|
837
|
-
declare function export_default$
|
|
847
|
+
declare function export_default$1u(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
838
848
|
|
|
839
849
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
840
850
|
|
|
@@ -843,13 +853,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
843
853
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
844
854
|
date: Date;
|
|
845
855
|
}
|
|
846
|
-
declare function export_default$
|
|
856
|
+
declare function export_default$1t(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
847
857
|
|
|
848
858
|
interface AsthmaProviderReportViewProps {
|
|
849
859
|
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
850
860
|
logEntrySurveyName: string;
|
|
851
861
|
}
|
|
852
|
-
declare function export_default$
|
|
862
|
+
declare function export_default$1s(props: AsthmaProviderReportViewProps): React.JSX.Element;
|
|
853
863
|
|
|
854
864
|
interface AsthmaSleepViewProps {
|
|
855
865
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -857,7 +867,7 @@ interface AsthmaSleepViewProps {
|
|
|
857
867
|
alert?: 'SleepDisturbances';
|
|
858
868
|
logEntrySurveyName: string;
|
|
859
869
|
}
|
|
860
|
-
declare function export_default$
|
|
870
|
+
declare function export_default$1r(props: AsthmaSleepViewProps): React.JSX.Element;
|
|
861
871
|
|
|
862
872
|
interface TermInformation {
|
|
863
873
|
TermFamily: string;
|
|
@@ -870,7 +880,7 @@ interface AllergiesListProps {
|
|
|
870
880
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
871
881
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
872
882
|
}
|
|
873
|
-
declare function export_default$
|
|
883
|
+
declare function export_default$1q(props: AllergiesListProps): React.JSX.Element;
|
|
874
884
|
|
|
875
885
|
interface AppDownloadProps {
|
|
876
886
|
previewProjectPlatforms?: string[];
|
|
@@ -879,14 +889,14 @@ interface AppDownloadProps {
|
|
|
879
889
|
title?: string;
|
|
880
890
|
text?: string;
|
|
881
891
|
}
|
|
882
|
-
declare function export_default$
|
|
892
|
+
declare function export_default$1p(props: AppDownloadProps): React.JSX.Element | null;
|
|
883
893
|
|
|
884
894
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
|
|
885
|
-
declare function export_default$
|
|
895
|
+
declare function export_default$1o(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
886
896
|
|
|
887
897
|
interface SurveyBloodPressureDataParameters {
|
|
888
898
|
surveyName: string;
|
|
889
|
-
dateResultIdentifier
|
|
899
|
+
dateResultIdentifier?: string;
|
|
890
900
|
systolicResultIdentifier: string;
|
|
891
901
|
diastolicResultIdentifier: string;
|
|
892
902
|
}
|
|
@@ -904,14 +914,14 @@ interface BloodPressureVisualizationProps {
|
|
|
904
914
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
905
915
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
906
916
|
}
|
|
907
|
-
declare function export_default$
|
|
917
|
+
declare function export_default$1n(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
908
918
|
|
|
909
919
|
interface ConditionsListProps {
|
|
910
920
|
previewState?: "default";
|
|
911
921
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
912
922
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
913
923
|
}
|
|
914
|
-
declare function export_default$
|
|
924
|
+
declare function export_default$1m(props: ConditionsListProps): React.JSX.Element;
|
|
915
925
|
|
|
916
926
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
917
927
|
interface ConnectDevicesMenuProps {
|
|
@@ -922,7 +932,7 @@ interface ConnectDevicesMenuProps {
|
|
|
922
932
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
923
933
|
headerVariant?: "large" | "medium";
|
|
924
934
|
}
|
|
925
|
-
declare function export_default$
|
|
935
|
+
declare function export_default$1l(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
926
936
|
|
|
927
937
|
interface ConnectEhrProps {
|
|
928
938
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -939,7 +949,7 @@ interface ConnectEhrProps {
|
|
|
939
949
|
}
|
|
940
950
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
941
951
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
942
|
-
declare function export_default$
|
|
952
|
+
declare function export_default$1k(props: ConnectEhrProps): React.JSX.Element | null;
|
|
943
953
|
|
|
944
954
|
interface ConnectFitbitProps {
|
|
945
955
|
title?: string;
|
|
@@ -950,7 +960,7 @@ interface ConnectFitbitProps {
|
|
|
950
960
|
hideWhenConnected?: boolean;
|
|
951
961
|
}
|
|
952
962
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
953
|
-
declare function export_default$
|
|
963
|
+
declare function export_default$1j(props: ConnectFitbitProps): React.JSX.Element;
|
|
954
964
|
|
|
955
965
|
interface ConnectGarminProps {
|
|
956
966
|
title?: string;
|
|
@@ -961,7 +971,7 @@ interface ConnectGarminProps {
|
|
|
961
971
|
hideWhenConnected?: boolean;
|
|
962
972
|
}
|
|
963
973
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
964
|
-
declare function export_default$
|
|
974
|
+
declare function export_default$1i(props: ConnectGarminProps): React.JSX.Element;
|
|
965
975
|
|
|
966
976
|
type DailyDataQueryResult = {
|
|
967
977
|
[key: string]: number;
|
|
@@ -980,6 +990,9 @@ declare enum DailyDataType {
|
|
|
980
990
|
AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
|
|
981
991
|
AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
|
|
982
992
|
AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
|
|
993
|
+
AppleHealthSleepRemMinutes = "AppleHealthSleepRemMinutes",
|
|
994
|
+
AppleHealthSleepDeepMinutes = "AppleHealthSleepDeepMinutes",
|
|
995
|
+
AppleHealthSleepCoreMinutes = "AppleHealthSleepCoreMinutes",
|
|
983
996
|
AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
|
|
984
997
|
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
985
998
|
AppleHealthSteps = "AppleHealthSteps",
|
|
@@ -1031,6 +1044,7 @@ declare enum DailyDataType {
|
|
|
1031
1044
|
GoogleFitSteps = "GoogleFitSteps",
|
|
1032
1045
|
Steps = "Steps",
|
|
1033
1046
|
RestingHeartRate = "RestingHeartRate",
|
|
1047
|
+
SleepMinutes = "SleepMinutes",
|
|
1034
1048
|
HomeAirQuality = "HomeAirQuality",
|
|
1035
1049
|
WorkAirQuality = "WorkAirQuality"
|
|
1036
1050
|
}
|
|
@@ -1084,13 +1098,13 @@ interface DeviceDataChartLine {
|
|
|
1084
1098
|
showAverage?: boolean;
|
|
1085
1099
|
}
|
|
1086
1100
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1087
|
-
declare function export_default$
|
|
1101
|
+
declare function export_default$1h(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
1088
1102
|
|
|
1089
1103
|
interface DeviceDataMonthChartsProps {
|
|
1090
1104
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1091
1105
|
}
|
|
1092
1106
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1093
|
-
declare function export_default$
|
|
1107
|
+
declare function export_default$1g(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
1094
1108
|
|
|
1095
1109
|
interface ExternalAccountListProps {
|
|
1096
1110
|
externalAccountProviderCategories?: string[];
|
|
@@ -1099,14 +1113,14 @@ interface ExternalAccountListProps {
|
|
|
1099
1113
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1100
1114
|
}
|
|
1101
1115
|
type NotificationListPreviewState$1 = "Default";
|
|
1102
|
-
declare function export_default$
|
|
1116
|
+
declare function export_default$1f(props: ExternalAccountListProps): React.JSX.Element;
|
|
1103
1117
|
|
|
1104
1118
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1105
1119
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
1106
1120
|
externalAccountCategories?: string[];
|
|
1107
1121
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1108
1122
|
}
|
|
1109
|
-
declare function export_default$
|
|
1123
|
+
declare function export_default$1e(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
1110
1124
|
|
|
1111
1125
|
interface ExternalAccountsPreviewProps {
|
|
1112
1126
|
excludeProviders?: boolean;
|
|
@@ -1118,7 +1132,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
1118
1132
|
}
|
|
1119
1133
|
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
1120
1134
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1121
|
-
declare function export_default$
|
|
1135
|
+
declare function export_default$1d(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
1122
1136
|
|
|
1123
1137
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1124
1138
|
|
|
@@ -1126,25 +1140,25 @@ interface FitbitDevicesProps {
|
|
|
1126
1140
|
previewState?: ConnectedDevicesPreviewState;
|
|
1127
1141
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1128
1142
|
}
|
|
1129
|
-
declare function export_default$
|
|
1143
|
+
declare function export_default$1c(props: FitbitDevicesProps): React.JSX.Element;
|
|
1130
1144
|
|
|
1131
1145
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1132
1146
|
|
|
1133
1147
|
interface FitbitMonthChartsProps {
|
|
1134
1148
|
previewState?: MonthChartsPreviewState;
|
|
1135
1149
|
}
|
|
1136
|
-
declare function export_default$
|
|
1150
|
+
declare function export_default$1b(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
1137
1151
|
|
|
1138
1152
|
interface GarminDevicesProps {
|
|
1139
1153
|
previewState?: ConnectedDevicesPreviewState;
|
|
1140
1154
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1141
1155
|
}
|
|
1142
|
-
declare function export_default$
|
|
1156
|
+
declare function export_default$1a(props: GarminDevicesProps): React.JSX.Element;
|
|
1143
1157
|
|
|
1144
1158
|
interface GarminMonthChartsProps {
|
|
1145
1159
|
previewState?: MonthChartsPreviewState;
|
|
1146
1160
|
}
|
|
1147
|
-
declare function export_default$
|
|
1161
|
+
declare function export_default$19(props: GarminMonthChartsProps): React.JSX.Element;
|
|
1148
1162
|
|
|
1149
1163
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1150
1164
|
interface HealthPreviewSectionProps {
|
|
@@ -1154,7 +1168,7 @@ interface HealthPreviewSectionProps {
|
|
|
1154
1168
|
indicatorPosition?: "default" | "topRight";
|
|
1155
1169
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1156
1170
|
}
|
|
1157
|
-
declare function export_default$
|
|
1171
|
+
declare function export_default$18(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
1158
1172
|
|
|
1159
1173
|
interface LabResultsBloodTypeProps {
|
|
1160
1174
|
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
@@ -1163,7 +1177,7 @@ interface LabResultsBloodTypeProps {
|
|
|
1163
1177
|
onClick?: () => void;
|
|
1164
1178
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1165
1179
|
}
|
|
1166
|
-
declare function export_default$
|
|
1180
|
+
declare function export_default$17(props: LabResultsBloodTypeProps): React.JSX.Element | null;
|
|
1167
1181
|
|
|
1168
1182
|
interface LabResultsSummaryProps {
|
|
1169
1183
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -1171,14 +1185,14 @@ interface LabResultsSummaryProps {
|
|
|
1171
1185
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
1172
1186
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1173
1187
|
}
|
|
1174
|
-
declare function export_default$
|
|
1188
|
+
declare function export_default$16(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
1175
1189
|
|
|
1176
1190
|
interface MedicationsListProps {
|
|
1177
1191
|
previewState?: "default";
|
|
1178
1192
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
1179
1193
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1180
1194
|
}
|
|
1181
|
-
declare function export_default$
|
|
1195
|
+
declare function export_default$15(props: MedicationsListProps): React.JSX.Element;
|
|
1182
1196
|
|
|
1183
1197
|
interface MostRecentNotificationProps {
|
|
1184
1198
|
notificationType?: NotificationType;
|
|
@@ -1188,7 +1202,7 @@ interface MostRecentNotificationProps {
|
|
|
1188
1202
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1189
1203
|
}
|
|
1190
1204
|
type MostRecentNotificationPreviewState = "Default";
|
|
1191
|
-
declare function export_default$
|
|
1205
|
+
declare function export_default$14(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
1192
1206
|
|
|
1193
1207
|
interface NotificationListProps {
|
|
1194
1208
|
notificationType?: NotificationType;
|
|
@@ -1196,7 +1210,7 @@ interface NotificationListProps {
|
|
|
1196
1210
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1197
1211
|
}
|
|
1198
1212
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
1199
|
-
declare function export_default$
|
|
1213
|
+
declare function export_default$13(props: NotificationListProps): React.JSX.Element;
|
|
1200
1214
|
|
|
1201
1215
|
interface PlatformSpecificContentProps {
|
|
1202
1216
|
platforms: string[];
|
|
@@ -1204,21 +1218,21 @@ interface PlatformSpecificContentProps {
|
|
|
1204
1218
|
previewDevicePlatform?: string;
|
|
1205
1219
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1206
1220
|
}
|
|
1207
|
-
declare function export_default$
|
|
1221
|
+
declare function export_default$12(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
1208
1222
|
|
|
1209
1223
|
interface ProjectHeaderProps {
|
|
1210
1224
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
1211
1225
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1212
1226
|
}
|
|
1213
1227
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
1214
|
-
declare function export_default
|
|
1228
|
+
declare function export_default$11(props: ProjectHeaderProps): React.JSX.Element;
|
|
1215
1229
|
|
|
1216
1230
|
interface ProjectSupportProps {
|
|
1217
1231
|
previewState?: ProjectSupportPropsPreviewState;
|
|
1218
1232
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1219
1233
|
}
|
|
1220
1234
|
type ProjectSupportPropsPreviewState = "Default";
|
|
1221
|
-
declare function export_default$
|
|
1235
|
+
declare function export_default$10(props: ProjectSupportProps): React.JSX.Element | null;
|
|
1222
1236
|
|
|
1223
1237
|
interface ProviderSearchProps {
|
|
1224
1238
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -1227,7 +1241,7 @@ interface ProviderSearchProps {
|
|
|
1227
1241
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1228
1242
|
}
|
|
1229
1243
|
type ProviderSearchPreviewState = "Default";
|
|
1230
|
-
declare function export_default
|
|
1244
|
+
declare function export_default$$(props: ProviderSearchProps): React.JSX.Element;
|
|
1231
1245
|
|
|
1232
1246
|
interface RecentDailyDataBarChartProps {
|
|
1233
1247
|
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
@@ -1241,22 +1255,56 @@ interface RecentDailyDataBarChartProps {
|
|
|
1241
1255
|
highlight?: (rawValue: number) => boolean;
|
|
1242
1256
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1243
1257
|
}
|
|
1244
|
-
declare function export_default$
|
|
1258
|
+
declare function export_default$_(props: RecentDailyDataBarChartProps): React.JSX.Element;
|
|
1245
1259
|
|
|
1246
|
-
interface
|
|
1260
|
+
interface RelativeActivityWeekNavigatorProps {
|
|
1261
|
+
selectedDate: Date;
|
|
1262
|
+
onDateSelected(date: Date): void;
|
|
1263
|
+
dataTypes: WeeklyRelativeActivityDataType[];
|
|
1264
|
+
previewState?: "default";
|
|
1265
|
+
}
|
|
1266
|
+
interface WeeklyRelativeActivityDataType {
|
|
1267
|
+
dailyDataType: DailyDataType;
|
|
1268
|
+
threshold: number;
|
|
1269
|
+
color?: ColorDefinition;
|
|
1270
|
+
overthresholdColor?: ColorDefinition;
|
|
1271
|
+
}
|
|
1272
|
+
declare function export_default$Z(props: RelativeActivityWeekNavigatorProps): React.JSX.Element;
|
|
1273
|
+
|
|
1274
|
+
interface RelativeActivityWeekCoordinatorProps {
|
|
1275
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1276
|
+
dataTypes: WeeklyRelativeActivityDataType[];
|
|
1277
|
+
previewState?: "default";
|
|
1278
|
+
children?: React.ReactNode;
|
|
1279
|
+
}
|
|
1280
|
+
declare function RelativeActivityDateRangeCoordinator(props: RelativeActivityWeekCoordinatorProps): React.JSX.Element;
|
|
1281
|
+
|
|
1282
|
+
interface RelativeActivityProps {
|
|
1247
1283
|
dataTypes: RelativeActivityDataType[];
|
|
1248
1284
|
previewState?: "Default";
|
|
1249
1285
|
title?: string;
|
|
1250
1286
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1287
|
+
specifyThresholds?: boolean;
|
|
1288
|
+
date?: Date;
|
|
1251
1289
|
}
|
|
1252
1290
|
interface RelativeActivityDataType {
|
|
1253
1291
|
dailyDataType: string;
|
|
1254
1292
|
label: string;
|
|
1255
1293
|
icon: React.ReactElement;
|
|
1256
|
-
color:
|
|
1294
|
+
color: ColorDefinition;
|
|
1295
|
+
overThresholdColor?: ColorDefinition;
|
|
1257
1296
|
formatter: (number: number) => string;
|
|
1297
|
+
threshold?: number;
|
|
1298
|
+
}
|
|
1299
|
+
declare function export_default$Y(props: RelativeActivityProps): React.JSX.Element | null;
|
|
1300
|
+
|
|
1301
|
+
interface RelativeActivityTodayProps {
|
|
1302
|
+
dataTypes: RelativeActivityDataType[];
|
|
1303
|
+
previewState?: "Default";
|
|
1304
|
+
title?: string;
|
|
1305
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1258
1306
|
}
|
|
1259
|
-
declare function export_default$X(props: RelativeActivityTodayProps): React.JSX.Element
|
|
1307
|
+
declare function export_default$X(props: RelativeActivityTodayProps): React.JSX.Element;
|
|
1260
1308
|
|
|
1261
1309
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
1262
1310
|
interface RestingHeartRateCalendarProps {
|
|
@@ -1355,10 +1403,12 @@ declare function export_default$Q(props: CelebrationStepProps): React.JSX.Elemen
|
|
|
1355
1403
|
|
|
1356
1404
|
declare function export_default$P(): React.JSX.Element;
|
|
1357
1405
|
|
|
1406
|
+
type deviceType = 'Fitbit' | 'Garmin' | 'Omron';
|
|
1407
|
+
|
|
1358
1408
|
interface ConnectDeviceAccountStepProps {
|
|
1359
1409
|
title?: string;
|
|
1360
1410
|
text?: string;
|
|
1361
|
-
deviceType:
|
|
1411
|
+
deviceType: deviceType;
|
|
1362
1412
|
providerID: number;
|
|
1363
1413
|
styles: {
|
|
1364
1414
|
[key: string]: any;
|
|
@@ -1368,7 +1418,7 @@ interface ConnectDeviceAccountStepProps {
|
|
|
1368
1418
|
declare function export_default$O(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
1369
1419
|
|
|
1370
1420
|
interface ConnectDeviceAccountStepContainerProps {
|
|
1371
|
-
deviceType
|
|
1421
|
+
deviceType: deviceType;
|
|
1372
1422
|
}
|
|
1373
1423
|
declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
1374
1424
|
|
|
@@ -1832,10 +1882,14 @@ declare function export_default$1(props: ResourceListViewProps): React.JSX.Eleme
|
|
|
1832
1882
|
|
|
1833
1883
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
1834
1884
|
|
|
1885
|
+
type Language = "" | "en" | "es" | "nl" | "de" | "fr" | "pt" | "it" | "pl";
|
|
1835
1886
|
declare function language(key: string): string;
|
|
1887
|
+
declare function getLanguageFromIso(language: string): Language;
|
|
1888
|
+
|
|
1889
|
+
declare function getLocaleFromIso(language: string): Locale;
|
|
1836
1890
|
|
|
1837
1891
|
declare function getDayKey(date: Date): string;
|
|
1838
1892
|
|
|
1839
|
-
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1893
|
+
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList, debounceWait?: number): void;
|
|
1840
1894
|
|
|
1841
|
-
export { export_default$
|
|
1895
|
+
export { export_default$2c as Action, export_default$2b as ActivityMeter, export_default$1q as AllergiesList, export_default$i as AllergiesView, export_default$1p as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2n as AsthmaActionPlanManager, export_default$1z as AsthmaActionPlanView, export_default$1y as AsthmaActivityView, export_default$2m as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1x as AsthmaAirQualityView, export_default$2l as AsthmaAlertTakeoverNotice, export_default$2k as AsthmaAlertTakeoverTrigger, export_default$1w as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2j as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2i as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2h as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1v as AsthmaDayView, export_default$1u as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2g as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1t as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2f as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2e as AsthmaPostEnrollmentSurveyTrigger, export_default$2d as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1s as AsthmaProviderReportView, export_default$1A as AsthmaRecommendedArticle, export_default$1r as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$h as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1n as BloodPressureVisualization, export_default$2a as Button, export_default$29 as Calendar, export_default$28 as CalendarDay, CalendarDayStateConfiguration, export_default$27 as Card, export_default$26 as CardTitle, export_default$Q as CelebrationStep, export_default$P as CelebrationStepContainer, ColorDefinition, export_default$1m as ConditionsList, export_default$g as ConditionsView, export_default$O as ConnectDeviceAccountStep, export_default$N as ConnectDeviceAccountStepContainer, export_default$1l as ConnectDevicesMenu, export_default$1k as ConnectEhr, export_default$M as ConnectEhrStep, export_default$L as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1j as ConnectFitbit, export_default$1i as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$25 as DateRangeNavigator, DateRangeTitle, export_default$23 as DayTrackerSymbol, DeviceDataChartLine, export_default$1h as DeviceDataMonthChart, export_default$1g as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$22 as DumbbellChart, export_default$1f as ExternalAccountList, export_default$1e as ExternalAccountsLoadingIndicator, export_default$1d as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$21 as Face, export_default$1c as FitbitDevices, export_default$1b as FitbitMonthCharts, export_default$c as FitbitView, export_default$1a as GarminDevices, export_default$19 as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$18 as HealthPreviewSection, export_default$20 as Histogram, export_default$a as HomeView, export_default$1E as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$S as InboxItemList, export_default$R as InboxItemListCoordinator, export_default$1D as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$1C as InboxResourceListItem, export_default$1B as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$17 as LabResultsBloodType, export_default$16 as LabResultsSummary, Language, export_default$1$ as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$15 as MedicationsList, export_default$8 as MedicationsView, export_default$1_ as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$14 as MostRecentNotification, export_default$1Z as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1Y as NotesInput, export_default$13 as NotificationList, export_default$7 as NotificationsView, export_default$12 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1X as ProgressRing, export_default$11 as ProjectHeader, export_default$10 as ProjectSupport, export_default$$ as ProviderSearch, export_default$_ as RecentDailyDataBarChart, export_default$Y as RelativeActivity, RelativeActivityDataType, export_default$X as RelativeActivityToday, RelativeActivityDateRangeCoordinator as RelativeActivityWeekCoordinator, export_default$Z as RelativeActivityWeekNavigator, export_default$1W as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1V as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$W as RestingHeartRateCalendar, export_default$1U as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1T as Section, export_default$1S as SegmentedControl, export_default$U as SeverityCalendar, export_default$1R as ShinyOverlay, export_default$1Q as SingleDataPoint, export_default$1P as SingleExternalAccount, export_default$1O as SingleNotification, export_default$1N as SingleSurveyTask, export_default$1M as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$K as StepDetailText, export_default$I as StepImage, export_default$J as StepImageIcon, export_default$H as StepLayout, export_default$G as StepMarkdown, export_default$F as StepNextButton, export_default$E as StepText, export_default$D as StepTitle, SurveyBloodPressureDataParameters, export_default$V as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$1L as Switch, SymptomConfiguration, SymptomReference, export_default$z as SymptomSharkCalendar, export_default$m as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$x as SymptomSharkLogEntry, export_default$o as SymptomSharkLogEntryEdit, export_default$l as SymptomSharkLogEntryEditView, export_default$q as SymptomSharkLogEntryList, export_default$p as SymptomSharkLogToday, export_default$w as SymptomSharkMonthReport, export_default$v as SymptomSharkNotesTimeline, export_default$y as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$k as SymptomSharkReportBuilderView, export_default$j as SymptomSharkSymptomDetailView, export_default$A as SymptomSharkSymptomMatrix, export_default$s as SymptomSharkSymptomSeverityChart, export_default$t as SymptomSharkSymptomSeveritySummary, export_default$r as SymptomSharkSymptomTreatmentFilters, export_default$u as SymptomSharkSymptomTreatmentHistograms, export_default$n as SymptomSharkVisualizationCoordinator, export_default$1K as TextBlock, export_default$24 as Title, export_default$1J as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1I as UnstyledButton, export_default$1H as ValueSelector, export_default$T as ViewEhr, export_default$1G as ViewHeader, export_default$1F as WeekCalendar, WeekStartsOn, WeeklyRelativeActivityDataType, export_default$C as YouTubeStep, export_default$B as YouTubeStepContainer, service as asthmaDataService, export_default$1o as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaAirQualityDescriptionText, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getLanguageFromIso, getLocaleFromIso, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|