@careevolution/mydatahelps-ui 2.9.1-Issue139.5 → 2.10.1-DataVisualizations.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 +144 -20
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +12 -0
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.previewdata.d.ts +2 -0
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +43 -0
- package/dist/cjs/types/components/container/BloodPressureVisualization/index.d.ts +1 -0
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +12 -0
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.previewdata.d.ts +2 -0
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.stories.d.ts +52 -0
- package/dist/cjs/types/components/container/SeverityCalendar/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +2 -0
- package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.d.ts +18 -0
- package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +411 -0
- package/dist/cjs/types/components/presentational/CalendarDay/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/cjs/types/components/presentational/DumbbellChart/Dumbbell.d.ts +9 -0
- package/dist/cjs/types/components/presentational/DumbbellChart/DumbbellChart.d.ts +28 -0
- package/dist/cjs/types/components/presentational/DumbbellChart/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +4 -2
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +83 -0
- package/dist/cjs/types/components/presentational/ProgressBar/ProgressBar.d.ts +24 -0
- package/dist/cjs/types/components/presentational/ProgressBar/ProgressBarStep.d.ts +9 -0
- package/dist/cjs/types/components/presentational/ProgressBar/index.d.ts +2 -0
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +6 -6
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +59 -128
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.d.ts +23 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +119 -0
- package/dist/cjs/types/components/presentational/ValueSelector/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +7 -2
- package/dist/cjs/types/helpers/blood-pressure-data-providers/index.d.ts +3 -0
- package/dist/cjs/types/helpers/blood-pressure-data-providers/survey-blood-pressure-data-provider.d.ts +12 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-active-energy-burned.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +4 -0
- package/dist/cjs/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/cjs/types/helpers/date-helpers.d.ts +1 -0
- package/dist/cjs/types/helpers/functions.d.ts +1 -0
- package/dist/cjs/types/helpers/query-all-survey-answers.d.ts +2 -0
- package/dist/cjs/types/helpers/query-daily-data.d.ts +4 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/esm/index.js +144 -20
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +12 -0
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.previewdata.d.ts +2 -0
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +43 -0
- package/dist/esm/types/components/container/BloodPressureVisualization/index.d.ts +1 -0
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +12 -0
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.previewdata.d.ts +2 -0
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.stories.d.ts +52 -0
- package/dist/esm/types/components/container/SeverityCalendar/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +2 -0
- package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.d.ts +18 -0
- package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +411 -0
- package/dist/esm/types/components/presentational/CalendarDay/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/esm/types/components/presentational/DumbbellChart/Dumbbell.d.ts +9 -0
- package/dist/esm/types/components/presentational/DumbbellChart/DumbbellChart.d.ts +28 -0
- package/dist/esm/types/components/presentational/DumbbellChart/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +4 -2
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +83 -0
- package/dist/esm/types/components/presentational/ProgressBar/ProgressBar.d.ts +24 -0
- package/dist/esm/types/components/presentational/ProgressBar/ProgressBarStep.d.ts +9 -0
- package/dist/esm/types/components/presentational/ProgressBar/index.d.ts +2 -0
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +6 -6
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +59 -128
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.d.ts +23 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +119 -0
- package/dist/esm/types/components/presentational/ValueSelector/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +7 -2
- package/dist/esm/types/helpers/blood-pressure-data-providers/index.d.ts +3 -0
- package/dist/esm/types/helpers/blood-pressure-data-providers/survey-blood-pressure-data-provider.d.ts +12 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-active-energy-burned.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/index.d.ts +4 -0
- package/dist/esm/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/esm/types/helpers/date-helpers.d.ts +1 -0
- package/dist/esm/types/helpers/functions.d.ts +1 -0
- package/dist/esm/types/helpers/query-all-survey-answers.d.ts +2 -0
- package/dist/esm/types/helpers/query-daily-data.d.ts +4 -0
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/index.d.ts +209 -71
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactElement, MouseEventHandler, ReactNode
|
|
1
|
+
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode } from 'react';
|
|
2
2
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
3
3
|
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, ExternalAccountStatus, NotificationType, ExternalAccountProvider, SurveyTaskStatus, ParticipantInfo } from '@careevolution/mydatahelps-js';
|
|
4
4
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
@@ -27,7 +27,7 @@ interface ActionProps {
|
|
|
27
27
|
subtitleColor?: ColorDefinition;
|
|
28
28
|
renderAs?: "div" | "button";
|
|
29
29
|
}
|
|
30
|
-
declare function export_default$
|
|
30
|
+
declare function export_default$1H(props: ActionProps): React.JSX.Element;
|
|
31
31
|
|
|
32
32
|
interface ActivityMeterProps {
|
|
33
33
|
label: string;
|
|
@@ -40,7 +40,7 @@ interface ActivityMeterProps {
|
|
|
40
40
|
className?: string;
|
|
41
41
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
42
42
|
}
|
|
43
|
-
declare function export_default$
|
|
43
|
+
declare function export_default$1G(props: ActivityMeterProps): React.JSX.Element;
|
|
44
44
|
|
|
45
45
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
46
46
|
interface ButtonProps {
|
|
@@ -55,7 +55,7 @@ interface ButtonProps {
|
|
|
55
55
|
defaultMargin?: boolean;
|
|
56
56
|
fullWidth?: boolean;
|
|
57
57
|
}
|
|
58
|
-
declare function export_default$
|
|
58
|
+
declare function export_default$1F(props: ButtonProps): React.JSX.Element;
|
|
59
59
|
|
|
60
60
|
interface CalendarProps {
|
|
61
61
|
month: number;
|
|
@@ -65,7 +65,23 @@ interface CalendarProps {
|
|
|
65
65
|
className?: string;
|
|
66
66
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
67
67
|
}
|
|
68
|
-
declare function export_default$
|
|
68
|
+
declare function export_default$1E(props: CalendarProps): React.JSX.Element;
|
|
69
|
+
|
|
70
|
+
type CalendarDayStateConfiguration = Record<string, {
|
|
71
|
+
style?: CSSProperties;
|
|
72
|
+
streak?: boolean;
|
|
73
|
+
streakColor?: ColorDefinition;
|
|
74
|
+
}>;
|
|
75
|
+
interface CalendarDayProps {
|
|
76
|
+
year: number;
|
|
77
|
+
month: number;
|
|
78
|
+
day?: number;
|
|
79
|
+
stateConfiguration: CalendarDayStateConfiguration;
|
|
80
|
+
computeStateForDay: (date: Date) => string;
|
|
81
|
+
onClick?: (date: Date) => void;
|
|
82
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
83
|
+
}
|
|
84
|
+
declare function export_default$1D(props: CalendarDayProps): React.JSX.Element;
|
|
69
85
|
|
|
70
86
|
interface CardProps {
|
|
71
87
|
className?: string;
|
|
@@ -76,7 +92,7 @@ interface CardProps {
|
|
|
76
92
|
backgroundColor?: ColorDefinition;
|
|
77
93
|
style?: React.CSSProperties;
|
|
78
94
|
}
|
|
79
|
-
declare function export_default$
|
|
95
|
+
declare function export_default$1C(props: CardProps): React.JSX.Element | null;
|
|
80
96
|
|
|
81
97
|
interface CardTitleProps {
|
|
82
98
|
title: string;
|
|
@@ -85,7 +101,7 @@ interface CardTitleProps {
|
|
|
85
101
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
86
102
|
color?: ColorDefinition;
|
|
87
103
|
}
|
|
88
|
-
declare function export_default$
|
|
104
|
+
declare function export_default$1B(props: CardTitleProps): React.JSX.Element;
|
|
89
105
|
|
|
90
106
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
91
107
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -100,6 +116,11 @@ interface DateRangeCoordinatorProps {
|
|
|
100
116
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
101
117
|
sticky?: boolean;
|
|
102
118
|
}
|
|
119
|
+
interface DateRangeContext {
|
|
120
|
+
intervalType: "Week" | "Month";
|
|
121
|
+
intervalStart: Date;
|
|
122
|
+
}
|
|
123
|
+
declare const DateRangeContext: React.Context<DateRangeContext | null>;
|
|
103
124
|
declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
|
|
104
125
|
|
|
105
126
|
interface DateRangeNavigatorProps {
|
|
@@ -111,7 +132,7 @@ interface DateRangeNavigatorProps {
|
|
|
111
132
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
112
133
|
sticky?: boolean;
|
|
113
134
|
}
|
|
114
|
-
declare function export_default$
|
|
135
|
+
declare function export_default$1A(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
115
136
|
|
|
116
137
|
interface DayTrackerSymbolProps {
|
|
117
138
|
primaryColors: string[];
|
|
@@ -120,7 +141,34 @@ interface DayTrackerSymbolProps {
|
|
|
120
141
|
size?: "small" | "large";
|
|
121
142
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
122
143
|
}
|
|
123
|
-
declare function export_default$
|
|
144
|
+
declare function export_default$1z(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
145
|
+
|
|
146
|
+
interface ClosedInterval {
|
|
147
|
+
values: number[];
|
|
148
|
+
}
|
|
149
|
+
interface DataPoint {
|
|
150
|
+
dataSet1: ClosedInterval;
|
|
151
|
+
dataSet2: ClosedInterval;
|
|
152
|
+
}
|
|
153
|
+
interface Dumbbell {
|
|
154
|
+
dataPoint?: DataPoint;
|
|
155
|
+
xValue: string;
|
|
156
|
+
class?: DumbbellClass;
|
|
157
|
+
}
|
|
158
|
+
interface Axis {
|
|
159
|
+
yRange: ClosedInterval;
|
|
160
|
+
yIncrement: number;
|
|
161
|
+
xIncrement: number;
|
|
162
|
+
}
|
|
163
|
+
interface DumbBellChartProps {
|
|
164
|
+
axis: Axis;
|
|
165
|
+
dumbbells: Dumbbell[];
|
|
166
|
+
}
|
|
167
|
+
declare enum DumbbellClass {
|
|
168
|
+
"mdhui-dumbbell-in-range" = 0,
|
|
169
|
+
"mdhui-dumbbell-out-of-range" = 1
|
|
170
|
+
}
|
|
171
|
+
declare function export_default$1y(props: DumbBellChartProps): React.JSX.Element;
|
|
124
172
|
|
|
125
173
|
interface FaceProps {
|
|
126
174
|
faceValue?: number;
|
|
@@ -129,7 +177,7 @@ interface FaceProps {
|
|
|
129
177
|
className?: string;
|
|
130
178
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
131
179
|
}
|
|
132
|
-
declare function export_default$
|
|
180
|
+
declare function export_default$1x(props: FaceProps): React.JSX.Element;
|
|
133
181
|
|
|
134
182
|
interface HistogramProps {
|
|
135
183
|
entries: {
|
|
@@ -141,7 +189,7 @@ interface HistogramProps {
|
|
|
141
189
|
className?: string;
|
|
142
190
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
143
191
|
}
|
|
144
|
-
declare function export_default$
|
|
192
|
+
declare function export_default$1w(props: HistogramProps): React.JSX.Element;
|
|
145
193
|
|
|
146
194
|
interface LayoutProps {
|
|
147
195
|
children?: React.ReactNode;
|
|
@@ -162,7 +210,7 @@ interface LayoutContext {
|
|
|
162
210
|
bodyBackgroundColor: string;
|
|
163
211
|
}
|
|
164
212
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
165
|
-
declare function export_default$
|
|
213
|
+
declare function export_default$1v(props: LayoutProps): React.JSX.Element;
|
|
166
214
|
|
|
167
215
|
interface LoadingIndicatorProps {
|
|
168
216
|
variant?: "default" | "inline";
|
|
@@ -181,12 +229,14 @@ interface NavigationBarProps {
|
|
|
181
229
|
closeButtonText?: string;
|
|
182
230
|
backButtonText?: string;
|
|
183
231
|
className?: string;
|
|
184
|
-
variant?:
|
|
232
|
+
variant?: 'default' | 'compressed';
|
|
185
233
|
titleColor?: ColorDefinition;
|
|
186
234
|
subtitleColor?: ColorDefinition;
|
|
187
235
|
buttonColor?: ColorDefinition;
|
|
236
|
+
navigationBarLeft?: React.ReactNode;
|
|
237
|
+
navigationBarRight?: React.ReactNode;
|
|
188
238
|
}
|
|
189
|
-
declare function export_default$
|
|
239
|
+
declare function export_default$1u(props: NavigationBarProps): React.JSX.Element;
|
|
190
240
|
|
|
191
241
|
interface NotesInputProps {
|
|
192
242
|
autoTimestamp?: boolean;
|
|
@@ -194,7 +244,45 @@ interface NotesInputProps {
|
|
|
194
244
|
onChange(value: string): void;
|
|
195
245
|
value: string;
|
|
196
246
|
}
|
|
197
|
-
declare function export_default$
|
|
247
|
+
declare function export_default$1t(props: NotesInputProps): React.JSX.Element;
|
|
248
|
+
|
|
249
|
+
interface ProgressBarProps {
|
|
250
|
+
backgroundColor?: ColorDefinition;
|
|
251
|
+
borderColor?: ColorDefinition;
|
|
252
|
+
fillColor?: ColorDefinition;
|
|
253
|
+
fillPercent: number;
|
|
254
|
+
steps?: {
|
|
255
|
+
percent: number;
|
|
256
|
+
icon: ReactElement;
|
|
257
|
+
}[];
|
|
258
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
259
|
+
defaultMargin?: boolean;
|
|
260
|
+
}
|
|
261
|
+
declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
|
|
262
|
+
declare namespace ProgressBar {
|
|
263
|
+
var defaultProps: {
|
|
264
|
+
backgroundColor: string;
|
|
265
|
+
fillColor: string;
|
|
266
|
+
fillPercent: number;
|
|
267
|
+
};
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
interface ProgressBarStepProps {
|
|
271
|
+
borderColor?: ColorDefinition;
|
|
272
|
+
backgroundColor?: ColorDefinition;
|
|
273
|
+
children?: React.ReactNode;
|
|
274
|
+
height: string;
|
|
275
|
+
}
|
|
276
|
+
declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
|
|
277
|
+
|
|
278
|
+
interface ProgressRingProps {
|
|
279
|
+
children: React.ReactNode;
|
|
280
|
+
style?: CSSProperties;
|
|
281
|
+
color?: ColorDefinition;
|
|
282
|
+
percentCompleted?: number;
|
|
283
|
+
animate?: boolean;
|
|
284
|
+
}
|
|
285
|
+
declare function export_default$1s(props: ProgressRingProps): React.JSX.Element;
|
|
198
286
|
|
|
199
287
|
interface SectionProps {
|
|
200
288
|
children?: React.ReactNode;
|
|
@@ -204,7 +292,7 @@ interface SectionProps {
|
|
|
204
292
|
backgroundColor?: ColorDefinition;
|
|
205
293
|
style?: React.CSSProperties;
|
|
206
294
|
}
|
|
207
|
-
declare function export_default$
|
|
295
|
+
declare function export_default$1r(props: SectionProps): React.JSX.Element | null;
|
|
208
296
|
|
|
209
297
|
interface SegmentedControlProps {
|
|
210
298
|
segments: {
|
|
@@ -218,9 +306,9 @@ interface SegmentedControlProps {
|
|
|
218
306
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
219
307
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
220
308
|
}
|
|
221
|
-
declare function export_default$
|
|
309
|
+
declare function export_default$1q(props: SegmentedControlProps): React.JSX.Element;
|
|
222
310
|
|
|
223
|
-
declare function export_default$
|
|
311
|
+
declare function export_default$1p(): React.JSX.Element;
|
|
224
312
|
|
|
225
313
|
interface SingleExternalAccountProps {
|
|
226
314
|
externalAccount: ExternalAccount;
|
|
@@ -228,26 +316,26 @@ interface SingleExternalAccountProps {
|
|
|
228
316
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
229
317
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
230
318
|
}
|
|
231
|
-
declare function export_default$
|
|
319
|
+
declare function export_default$1o(props: SingleExternalAccountProps): React.JSX.Element;
|
|
232
320
|
|
|
233
321
|
interface SingleNotificationProps {
|
|
234
322
|
notification: Notification;
|
|
235
323
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
236
324
|
}
|
|
237
|
-
declare function export_default$
|
|
325
|
+
declare function export_default$1n(props: SingleNotificationProps): React.JSX.Element;
|
|
238
326
|
|
|
239
|
-
type
|
|
327
|
+
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
240
328
|
interface SingleSurveyTaskProps {
|
|
241
|
-
previewState?: SingleSurveyTaskPreviewState;
|
|
242
329
|
task: SurveyTask;
|
|
243
|
-
descriptionIcon?: IconDefinition$1;
|
|
244
330
|
onClick: () => void;
|
|
331
|
+
variant?: SingleSurveyTaskVariant;
|
|
332
|
+
descriptionIcon?: IconDefinition$1;
|
|
245
333
|
surveyActive?: boolean;
|
|
246
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
247
334
|
buttonColor?: ColorDefinition;
|
|
248
335
|
buttonVariant?: ButtonVariant;
|
|
336
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
249
337
|
}
|
|
250
|
-
declare function export_default$
|
|
338
|
+
declare function export_default$1m(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
251
339
|
|
|
252
340
|
interface SparkBarChartProps {
|
|
253
341
|
averageFillPercent: number;
|
|
@@ -258,7 +346,7 @@ interface SparkBarChartBar {
|
|
|
258
346
|
color: string;
|
|
259
347
|
barFillPercent: number;
|
|
260
348
|
}
|
|
261
|
-
declare function export_default$
|
|
349
|
+
declare function export_default$1l(props: SparkBarChartProps): React.JSX.Element;
|
|
262
350
|
|
|
263
351
|
interface SwitchProps {
|
|
264
352
|
isOn: Boolean;
|
|
@@ -267,7 +355,7 @@ interface SwitchProps {
|
|
|
267
355
|
className?: string;
|
|
268
356
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
269
357
|
}
|
|
270
|
-
declare function export_default$
|
|
358
|
+
declare function export_default$1k(props: SwitchProps): React.JSX.Element;
|
|
271
359
|
|
|
272
360
|
interface StatusBarBackgroundProps {
|
|
273
361
|
color?: string;
|
|
@@ -282,7 +370,7 @@ interface TextBlockProps {
|
|
|
282
370
|
color?: ColorDefinition;
|
|
283
371
|
style?: React.CSSProperties;
|
|
284
372
|
}
|
|
285
|
-
declare function export_default$
|
|
373
|
+
declare function export_default$1j(props: TextBlockProps): React.JSX.Element | null;
|
|
286
374
|
|
|
287
375
|
interface TitleProps {
|
|
288
376
|
color?: ColorDefinition;
|
|
@@ -295,7 +383,7 @@ interface TitleProps {
|
|
|
295
383
|
imageAlignment?: "top" | "left";
|
|
296
384
|
defaultMargin?: boolean;
|
|
297
385
|
}
|
|
298
|
-
declare function export_default$
|
|
386
|
+
declare function export_default$1i(props: TitleProps): React.JSX.Element;
|
|
299
387
|
|
|
300
388
|
interface TrackerItemProps {
|
|
301
389
|
selected: boolean;
|
|
@@ -307,7 +395,7 @@ interface TrackerItemProps {
|
|
|
307
395
|
className?: string;
|
|
308
396
|
noBoxShadow?: boolean;
|
|
309
397
|
}
|
|
310
|
-
declare function export_default$
|
|
398
|
+
declare function export_default$1h(props: TrackerItemProps): React.JSX.Element;
|
|
311
399
|
|
|
312
400
|
interface UnstyledButtonProps {
|
|
313
401
|
onClick: MouseEventHandler;
|
|
@@ -318,7 +406,28 @@ interface UnstyledButtonProps {
|
|
|
318
406
|
disabled?: boolean;
|
|
319
407
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
320
408
|
}
|
|
321
|
-
declare function export_default$
|
|
409
|
+
declare function export_default$1g(props: UnstyledButtonProps): React.JSX.Element;
|
|
410
|
+
|
|
411
|
+
interface ValueSelectorProps {
|
|
412
|
+
title?: string;
|
|
413
|
+
titleColor?: ColorDefinition;
|
|
414
|
+
subtitle?: string;
|
|
415
|
+
subtitleColor?: ColorDefinition;
|
|
416
|
+
values: string[];
|
|
417
|
+
valueBackgroundColor?: ColorDefinition;
|
|
418
|
+
valueTextColor?: ColorDefinition;
|
|
419
|
+
checkboxColor?: ColorDefinition;
|
|
420
|
+
selectedValues?: string[];
|
|
421
|
+
selectedButtonBackgroundColor?: ColorDefinition;
|
|
422
|
+
selectedButtonTextColor?: ColorDefinition;
|
|
423
|
+
selectedCheckboxColor?: ColorDefinition;
|
|
424
|
+
onChange?: (selectedValues: string[]) => void;
|
|
425
|
+
variant?: 'default' | 'checkboxes';
|
|
426
|
+
multiSelect?: boolean;
|
|
427
|
+
preventEmptySelections?: boolean;
|
|
428
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
429
|
+
}
|
|
430
|
+
declare function export_default$1f(props: ValueSelectorProps): React.JSX.Element;
|
|
322
431
|
|
|
323
432
|
interface ViewHeaderProps {
|
|
324
433
|
title?: string;
|
|
@@ -327,7 +436,7 @@ interface ViewHeaderProps {
|
|
|
327
436
|
subtitleColor?: ColorDefinition;
|
|
328
437
|
action?: React.ReactNode;
|
|
329
438
|
}
|
|
330
|
-
declare function export_default$
|
|
439
|
+
declare function export_default$1e(props: ViewHeaderProps): React.JSX.Element | null;
|
|
331
440
|
|
|
332
441
|
interface WeekCalendarProps {
|
|
333
442
|
selectedDate?: Date;
|
|
@@ -338,16 +447,7 @@ interface WeekCalendarProps {
|
|
|
338
447
|
onStartDateChange?(startDate: Date): void;
|
|
339
448
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
340
449
|
}
|
|
341
|
-
declare function export_default$
|
|
342
|
-
|
|
343
|
-
interface ProgressRingProps {
|
|
344
|
-
children: React.ReactNode;
|
|
345
|
-
style?: CSSProperties;
|
|
346
|
-
color?: ColorDefinition;
|
|
347
|
-
percentCompleted?: number;
|
|
348
|
-
animate?: boolean;
|
|
349
|
-
}
|
|
350
|
-
declare function export_default$1a(props: ProgressRingProps): React.JSX.Element;
|
|
450
|
+
declare function export_default$1d(props: WeekCalendarProps): React.JSX.Element;
|
|
351
451
|
|
|
352
452
|
interface TermInformation {
|
|
353
453
|
TermFamily: string;
|
|
@@ -360,7 +460,7 @@ interface AllergiesListProps {
|
|
|
360
460
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
361
461
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
362
462
|
}
|
|
363
|
-
declare function export_default$
|
|
463
|
+
declare function export_default$1c(props: AllergiesListProps): React.JSX.Element;
|
|
364
464
|
|
|
365
465
|
interface AppDownloadProps {
|
|
366
466
|
previewProjectPlatforms?: string[];
|
|
@@ -369,14 +469,36 @@ interface AppDownloadProps {
|
|
|
369
469
|
title?: string;
|
|
370
470
|
text?: string;
|
|
371
471
|
}
|
|
372
|
-
declare function export_default$
|
|
472
|
+
declare function export_default$1b(props: AppDownloadProps): React.JSX.Element | null;
|
|
473
|
+
|
|
474
|
+
interface SurveyBloodPressureDataParameters {
|
|
475
|
+
surveyName: string;
|
|
476
|
+
dateResultIdentifier: string;
|
|
477
|
+
systolicResultIdentifier: string;
|
|
478
|
+
diastolicResultIdentifier: string;
|
|
479
|
+
}
|
|
480
|
+
interface BloodPressureDataPoint {
|
|
481
|
+
date: Date;
|
|
482
|
+
systolic: number;
|
|
483
|
+
diastolic: number;
|
|
484
|
+
}
|
|
485
|
+
declare function export_default$1a(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
|
|
486
|
+
|
|
487
|
+
type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
|
|
488
|
+
interface BloodPressureVisualizationProps {
|
|
489
|
+
previewState?: BloodPressurePreviewState;
|
|
490
|
+
surveyDataSource: SurveyBloodPressureDataParameters;
|
|
491
|
+
weekStartsOn?: WeekStartsOn;
|
|
492
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
493
|
+
}
|
|
494
|
+
declare function export_default$19(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
373
495
|
|
|
374
496
|
interface ConditionsListProps {
|
|
375
497
|
previewState?: "default";
|
|
376
498
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
377
499
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
378
500
|
}
|
|
379
|
-
declare function export_default$
|
|
501
|
+
declare function export_default$18(props: ConditionsListProps): React.JSX.Element;
|
|
380
502
|
|
|
381
503
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
382
504
|
interface ConnectDevicesMenuProps {
|
|
@@ -387,7 +509,7 @@ interface ConnectDevicesMenuProps {
|
|
|
387
509
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
388
510
|
headerVariant?: "large" | "medium";
|
|
389
511
|
}
|
|
390
|
-
declare function export_default$
|
|
512
|
+
declare function export_default$17(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
391
513
|
|
|
392
514
|
interface ConnectEhrProps {
|
|
393
515
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -404,7 +526,7 @@ interface ConnectEhrProps {
|
|
|
404
526
|
}
|
|
405
527
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
406
528
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
407
|
-
declare function export_default$
|
|
529
|
+
declare function export_default$16(props: ConnectEhrProps): React.JSX.Element | null;
|
|
408
530
|
|
|
409
531
|
interface ConnectFitbitProps {
|
|
410
532
|
title?: string;
|
|
@@ -415,7 +537,7 @@ interface ConnectFitbitProps {
|
|
|
415
537
|
hideWhenConnected?: boolean;
|
|
416
538
|
}
|
|
417
539
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
418
|
-
declare function export_default$
|
|
540
|
+
declare function export_default$15(props: ConnectFitbitProps): React.JSX.Element;
|
|
419
541
|
|
|
420
542
|
interface ConnectGarminProps {
|
|
421
543
|
title?: string;
|
|
@@ -426,7 +548,7 @@ interface ConnectGarminProps {
|
|
|
426
548
|
hideWhenConnected?: boolean;
|
|
427
549
|
}
|
|
428
550
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
429
|
-
declare function export_default$
|
|
551
|
+
declare function export_default$14(props: ConnectGarminProps): React.JSX.Element;
|
|
430
552
|
|
|
431
553
|
type DailyDataQueryResult = {
|
|
432
554
|
[key: string]: number;
|
|
@@ -448,6 +570,7 @@ declare enum DailyDataType {
|
|
|
448
570
|
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
449
571
|
AppleHealthSteps = "AppleHealthSteps",
|
|
450
572
|
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
573
|
+
AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
|
|
451
574
|
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
452
575
|
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
453
576
|
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
@@ -472,6 +595,9 @@ declare enum DailyDataType {
|
|
|
472
595
|
GarminDistance = "GarminDistance",
|
|
473
596
|
GarminFloors = "GarminFloors",
|
|
474
597
|
GarminActiveMinutes = "GarminActiveMinutes",
|
|
598
|
+
GarminActiveCalories = "GarminActiveCalories",
|
|
599
|
+
GarminRestingCalories = "GarminRestingCalories",
|
|
600
|
+
GarminTotalCalories = "GarminTotalCalories",
|
|
475
601
|
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
476
602
|
GarminMinHeartRate = "GarminMinHeartRate",
|
|
477
603
|
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
@@ -536,13 +662,13 @@ interface DeviceDataChartLine {
|
|
|
536
662
|
showAverage?: boolean;
|
|
537
663
|
}
|
|
538
664
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
539
|
-
declare function export_default$
|
|
665
|
+
declare function export_default$13(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
540
666
|
|
|
541
667
|
interface DeviceDataMonthChartsProps {
|
|
542
668
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
543
669
|
}
|
|
544
670
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
545
|
-
declare function export_default$
|
|
671
|
+
declare function export_default$12(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
546
672
|
|
|
547
673
|
interface ExternalAccountListProps {
|
|
548
674
|
externalAccountProviderCategories?: string[];
|
|
@@ -551,14 +677,14 @@ interface ExternalAccountListProps {
|
|
|
551
677
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
552
678
|
}
|
|
553
679
|
type NotificationListPreviewState$1 = "Default";
|
|
554
|
-
declare function export_default$
|
|
680
|
+
declare function export_default$11(props: ExternalAccountListProps): React.JSX.Element;
|
|
555
681
|
|
|
556
682
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
557
683
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
558
684
|
externalAccountCategories?: string[];
|
|
559
685
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
560
686
|
}
|
|
561
|
-
declare function export_default
|
|
687
|
+
declare function export_default$10(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
562
688
|
|
|
563
689
|
interface ExternalAccountsPreviewProps {
|
|
564
690
|
excludeProviders?: boolean;
|
|
@@ -570,7 +696,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
570
696
|
}
|
|
571
697
|
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
572
698
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
573
|
-
declare function export_default
|
|
699
|
+
declare function export_default$$(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
574
700
|
|
|
575
701
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
576
702
|
|
|
@@ -578,25 +704,25 @@ interface FitbitDevicesProps {
|
|
|
578
704
|
previewState?: ConnectedDevicesPreviewState;
|
|
579
705
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
580
706
|
}
|
|
581
|
-
declare function export_default$
|
|
707
|
+
declare function export_default$_(props: FitbitDevicesProps): React.JSX.Element;
|
|
582
708
|
|
|
583
709
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
584
710
|
|
|
585
711
|
interface FitbitMonthChartsProps {
|
|
586
712
|
previewState?: MonthChartsPreviewState;
|
|
587
713
|
}
|
|
588
|
-
declare function export_default$
|
|
714
|
+
declare function export_default$Z(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
589
715
|
|
|
590
716
|
interface GarminDevicesProps {
|
|
591
717
|
previewState?: ConnectedDevicesPreviewState;
|
|
592
718
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
593
719
|
}
|
|
594
|
-
declare function export_default$
|
|
720
|
+
declare function export_default$Y(props: GarminDevicesProps): React.JSX.Element;
|
|
595
721
|
|
|
596
722
|
interface GarminMonthChartsProps {
|
|
597
723
|
previewState?: MonthChartsPreviewState;
|
|
598
724
|
}
|
|
599
|
-
declare function export_default$
|
|
725
|
+
declare function export_default$X(props: GarminMonthChartsProps): React.JSX.Element;
|
|
600
726
|
|
|
601
727
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
602
728
|
interface HealthPreviewSectionProps {
|
|
@@ -606,7 +732,7 @@ interface HealthPreviewSectionProps {
|
|
|
606
732
|
indicatorPosition?: "default" | "topRight";
|
|
607
733
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
608
734
|
}
|
|
609
|
-
declare function export_default$
|
|
735
|
+
declare function export_default$W(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
610
736
|
|
|
611
737
|
interface LabResultsSummaryProps {
|
|
612
738
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -614,14 +740,14 @@ interface LabResultsSummaryProps {
|
|
|
614
740
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
615
741
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
616
742
|
}
|
|
617
|
-
declare function export_default$
|
|
743
|
+
declare function export_default$V(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
618
744
|
|
|
619
745
|
interface MedicationsListProps {
|
|
620
746
|
previewState?: "default";
|
|
621
747
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
622
748
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
623
749
|
}
|
|
624
|
-
declare function export_default$
|
|
750
|
+
declare function export_default$U(props: MedicationsListProps): React.JSX.Element;
|
|
625
751
|
|
|
626
752
|
interface MostRecentNotificationProps {
|
|
627
753
|
notificationType?: NotificationType;
|
|
@@ -631,7 +757,7 @@ interface MostRecentNotificationProps {
|
|
|
631
757
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
632
758
|
}
|
|
633
759
|
type MostRecentNotificationPreviewState = "Default";
|
|
634
|
-
declare function export_default$
|
|
760
|
+
declare function export_default$T(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
635
761
|
|
|
636
762
|
interface NotificationListProps {
|
|
637
763
|
notificationType?: NotificationType;
|
|
@@ -639,7 +765,7 @@ interface NotificationListProps {
|
|
|
639
765
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
640
766
|
}
|
|
641
767
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
642
|
-
declare function export_default$
|
|
768
|
+
declare function export_default$S(props: NotificationListProps): React.JSX.Element;
|
|
643
769
|
|
|
644
770
|
interface PlatformSpecificContentProps {
|
|
645
771
|
platforms: string[];
|
|
@@ -647,21 +773,21 @@ interface PlatformSpecificContentProps {
|
|
|
647
773
|
previewDevicePlatform?: string;
|
|
648
774
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
649
775
|
}
|
|
650
|
-
declare function export_default$
|
|
776
|
+
declare function export_default$R(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
651
777
|
|
|
652
778
|
interface ProjectHeaderProps {
|
|
653
779
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
654
780
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
655
781
|
}
|
|
656
782
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
657
|
-
declare function export_default$
|
|
783
|
+
declare function export_default$Q(props: ProjectHeaderProps): React.JSX.Element;
|
|
658
784
|
|
|
659
785
|
interface ProjectSupportProps {
|
|
660
786
|
previewState?: ProjectSupportPropsPreviewState;
|
|
661
787
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
662
788
|
}
|
|
663
789
|
type ProjectSupportPropsPreviewState = "Default";
|
|
664
|
-
declare function export_default$
|
|
790
|
+
declare function export_default$P(props: ProjectSupportProps): React.JSX.Element | null;
|
|
665
791
|
|
|
666
792
|
interface ProviderSearchProps {
|
|
667
793
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -670,7 +796,7 @@ interface ProviderSearchProps {
|
|
|
670
796
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
671
797
|
}
|
|
672
798
|
type ProviderSearchPreviewState = "Default";
|
|
673
|
-
declare function export_default$
|
|
799
|
+
declare function export_default$O(props: ProviderSearchProps): React.JSX.Element;
|
|
674
800
|
|
|
675
801
|
interface RelativeActivityTodayProps {
|
|
676
802
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -685,7 +811,7 @@ interface RelativeActivityDataType {
|
|
|
685
811
|
color: string;
|
|
686
812
|
formatter: (number: number) => string;
|
|
687
813
|
}
|
|
688
|
-
declare function export_default$
|
|
814
|
+
declare function export_default$N(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
689
815
|
|
|
690
816
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
691
817
|
interface RestingHeartRateCalendarProps {
|
|
@@ -694,7 +820,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
694
820
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
695
821
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
696
822
|
}
|
|
697
|
-
declare function export_default$
|
|
823
|
+
declare function export_default$M(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
698
824
|
|
|
699
825
|
interface SurveyTaskListProps {
|
|
700
826
|
status: SurveyTaskStatus;
|
|
@@ -712,7 +838,19 @@ interface SurveyTaskListProps {
|
|
|
712
838
|
buttonColor?: ColorDefinition;
|
|
713
839
|
}
|
|
714
840
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
715
|
-
declare function export_default$
|
|
841
|
+
declare function export_default$L(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
842
|
+
|
|
843
|
+
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
844
|
+
interface SeverityCalendarProps {
|
|
845
|
+
surveyName: string;
|
|
846
|
+
dateRecordedResultIdentifier?: string;
|
|
847
|
+
severityResultIdentifier: string;
|
|
848
|
+
severityValueMapper?: (value: string) => string;
|
|
849
|
+
intervalStart?: Date;
|
|
850
|
+
previewState?: SeverityCalendarPreviewState;
|
|
851
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
852
|
+
}
|
|
853
|
+
declare function export_default$K(props: SeverityCalendarProps): React.JSX.Element;
|
|
716
854
|
|
|
717
855
|
interface ViewEhrProps {
|
|
718
856
|
onClick(): void;
|
|
@@ -1138,4 +1276,4 @@ declare function language(key: string): string;
|
|
|
1138
1276
|
|
|
1139
1277
|
declare function getDayKey(date: Date): string;
|
|
1140
1278
|
|
|
1141
|
-
export { export_default$
|
|
1279
|
+
export { export_default$1H as Action, export_default$1G as ActivityMeter, export_default$1c as AllergiesList, export_default$u as AllergiesView, export_default$1b as AppDownload, AreaChartOptions, BarChartOptions, export_default$t as BlankView, BloodPressureDataPoint, export_default$19 as BloodPressureVisualization, export_default$1F as Button, export_default$1E as Calendar, export_default$1D as CalendarDay, CalendarDayStateConfiguration, export_default$1C as Card, export_default$1B as CardTitle, export_default$g as CelebrationStep, export_default$f as CelebrationStepContainer, ColorDefinition, export_default$18 as ConditionsList, export_default$s as ConditionsView, export_default$e as ConnectDeviceAccountStep, export_default$d as ConnectDeviceAccountStepContainer, export_default$17 as ConnectDevicesMenu, export_default$16 as ConnectEhr, export_default$c as ConnectEhrStep, export_default$b as ConnectEhrStepContainer, export_default$r as ConnectEhrView, export_default$15 as ConnectFitbit, export_default$14 as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1A as DateRangeNavigator, export_default$1z as DayTrackerSymbol, DeviceDataChartLine, export_default$13 as DeviceDataMonthChart, export_default$12 as DeviceDataMonthCharts, export_default$q as DeviceDataView, export_default$1y as DumbbellChart, export_default$11 as ExternalAccountList, export_default$10 as ExternalAccountsLoadingIndicator, export_default$$ as ExternalAccountsPreview, export_default$p as ExternalAccountsView, export_default$1x as Face, export_default$_ as FitbitDevices, export_default$Z as FitbitMonthCharts, export_default$o as FitbitView, export_default$Y as GarminDevices, export_default$X as GarminMonthCharts, export_default$n as GarminView, export_default$l as HealthAndWellnessView, export_default$W as HealthPreviewSection, export_default$1w as Histogram, export_default$m as HomeView, export_default$V as LabResultsSummary, export_default$1v as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$U as MedicationsList, export_default$k as MedicationsView, export_default$T as MostRecentNotification, export_default$1u as NavigationBar, NewPointsEntry, export_default$h as NewPointsView, NewPointsViewProps, export_default$1t as NotesInput, export_default$S as NotificationList, export_default$j as NotificationsView, export_default$R as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1s as ProgressRing, export_default$Q as ProjectHeader, export_default$P as ProjectSupport, export_default$O as ProviderSearch, export_default$N as RelativeActivityToday, export_default$M as RestingHeartRateCalendar, export_default$1r as Section, export_default$1q as SegmentedControl, export_default$K as SeverityCalendar, export_default$1p as ShinyOverlay, export_default$1o as SingleExternalAccount, export_default$1n as SingleNotification, export_default$1m as SingleSurveyTask, export_default$1l as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$a as StepDetailText, export_default$8 as StepImage, export_default$9 as StepImageIcon, export_default$7 as StepLayout, export_default$6 as StepMarkdown, export_default$5 as StepNextButton, export_default$4 as StepText, export_default$3 as StepTitle, SurveyBloodPressureDataParameters, export_default$L as SurveyTaskList, export_default$i as SurveyTasksView, export_default$1k as Switch, SymptomConfiguration, SymptomReference, export_default$I as SymptomSharkCalendar, export_default$x as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$G as SymptomSharkLogEntry, export_default$z as SymptomSharkLogEntryEdit, export_default$w as SymptomSharkLogEntryEditView, export_default$B as SymptomSharkLogEntryList, export_default$A as SymptomSharkLogToday, export_default$H as SymptomSharkOverallExperienceChart, export_default$v as SymptomSharkSymptomDetailView, export_default$D as SymptomSharkSymptomSeverityChart, export_default$E as SymptomSharkSymptomSeveritySummary, export_default$C as SymptomSharkSymptomTreatmentFilters, export_default$F as SymptomSharkSymptomTreatmentHistograms, export_default$y as SymptomSharkVisualizationCoordinator, export_default$1j as TextBlock, export_default$1i as Title, export_default$1h as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1g as UnstyledButton, export_default$1f as ValueSelector, export_default$J as ViewEhr, export_default$1e as ViewHeader, export_default$1d as WeekCalendar, WeekStartsOn, export_default$2 as YouTubeStep, export_default$1 as YouTubeStepContainer, export_default$1a as bloodPressureDataProvider, checkDailyDataAvailability, convertToSymptomSharkConfiguration, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, export_default as useInterval };
|