@careevolution/mydatahelps-ui 2.7.4 → 2.8.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 +9 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/AppDownload/AppDownload.d.ts +2 -0
- package/dist/cjs/types/components/container/ConnectDevice/ConnectDevice.d.ts +5 -3
- package/dist/cjs/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +1 -1
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.d.ts +9 -2
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.stories.d.ts +90 -0
- package/dist/cjs/types/components/container/ConnectFitbit/ConnectFitbit.d.ts +2 -1
- package/dist/cjs/types/components/container/ConnectGarmin/ConnectGarmin.d.ts +2 -1
- package/dist/cjs/types/components/container/ConnectedDevices/ConnectedDevices.d.ts +1 -1
- package/dist/cjs/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +1 -1
- package/dist/cjs/types/components/container/DeviceDataMonthCharts/DeviceDataMonthCharts.d.ts +1 -1
- package/dist/cjs/types/components/container/ExternalAccountList/ExternalAccountList.d.ts +1 -1
- package/dist/cjs/types/components/container/ExternalAccountsPreview/ExternalAccountsPreview.d.ts +2 -2
- package/dist/cjs/types/components/container/HealthPreviewSection/HealthPreviewSection.d.ts +1 -1
- package/dist/cjs/types/components/container/MonthCharts/MonthCharts.d.ts +1 -1
- package/dist/cjs/types/components/container/MostRecentNotification/MostRecentNotification.d.ts +1 -1
- package/dist/cjs/types/components/container/NotificationList/NotificationList.d.ts +1 -1
- package/dist/cjs/types/components/container/ProjectHeader/ProjectHeader.d.ts +1 -1
- package/dist/cjs/types/components/container/ProjectSupport/ProjectSupport.d.ts +1 -1
- package/dist/cjs/types/components/container/ProviderSearch/ProviderSearch.d.ts +1 -1
- package/dist/cjs/types/components/container/RestingHeartRateCalendar/RestingHeartRateCalendar.d.ts +1 -1
- package/dist/cjs/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +8 -1
- package/dist/cjs/types/components/container/ViewEhr/ViewEhr.d.ts +13 -0
- package/dist/cjs/types/components/container/ViewEhr/ViewEhr.stories.d.ts +16 -0
- package/dist/cjs/types/components/container/ViewEhr/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Action/Action.d.ts +7 -3
- package/dist/cjs/types/components/presentational/Button/Button.d.ts +6 -2
- package/dist/cjs/types/components/presentational/Card/Card.d.ts +3 -0
- package/dist/cjs/types/components/presentational/CardTitle/CardTitle.d.ts +2 -0
- package/dist/cjs/types/components/presentational/Layout/Layout.d.ts +3 -2
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +4 -0
- package/dist/cjs/types/components/presentational/Section/Section.d.ts +3 -0
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +4 -0
- package/dist/cjs/types/components/presentational/TextBlock/TextBlock.d.ts +3 -0
- package/dist/cjs/types/components/presentational/TextBlock/TextBlock.stories.d.ts +39 -0
- package/dist/cjs/types/components/presentational/Title/Title.d.ts +7 -1
- package/dist/cjs/types/components/presentational/Title/Title.stories.d.ts +19 -0
- package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.d.ts +3 -0
- package/dist/cjs/types/components/view/BlankView/BlankView.d.ts +6 -1
- package/dist/cjs/types/components/view/ConnectEhrView/ConnectEhrView.d.ts +1 -1
- package/dist/cjs/types/components/view/ExternalAccountsView/ExternalAccountsView.d.ts +1 -1
- package/dist/cjs/types/components/view/NotificationsView/NotificationsView.d.ts +1 -1
- package/dist/cjs/types/components/view/SurveyTasksView/SurveyTasksView.d.ts +1 -1
- package/dist/cjs/types/helpers/colors.d.ts +5 -0
- package/dist/cjs/types/helpers/get-interval-start.d.ts +1 -1
- package/dist/cjs/types/helpers/query-daily-data.d.ts +3 -3
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/esm/index.js +8 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/AppDownload/AppDownload.d.ts +2 -0
- package/dist/esm/types/components/container/ConnectDevice/ConnectDevice.d.ts +5 -3
- package/dist/esm/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +1 -1
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.d.ts +9 -2
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.stories.d.ts +90 -0
- package/dist/esm/types/components/container/ConnectFitbit/ConnectFitbit.d.ts +2 -1
- package/dist/esm/types/components/container/ConnectGarmin/ConnectGarmin.d.ts +2 -1
- package/dist/esm/types/components/container/ConnectedDevices/ConnectedDevices.d.ts +1 -1
- package/dist/esm/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +1 -1
- package/dist/esm/types/components/container/DeviceDataMonthCharts/DeviceDataMonthCharts.d.ts +1 -1
- package/dist/esm/types/components/container/ExternalAccountList/ExternalAccountList.d.ts +1 -1
- package/dist/esm/types/components/container/ExternalAccountsPreview/ExternalAccountsPreview.d.ts +2 -2
- package/dist/esm/types/components/container/HealthPreviewSection/HealthPreviewSection.d.ts +1 -1
- package/dist/esm/types/components/container/MonthCharts/MonthCharts.d.ts +1 -1
- package/dist/esm/types/components/container/MostRecentNotification/MostRecentNotification.d.ts +1 -1
- package/dist/esm/types/components/container/NotificationList/NotificationList.d.ts +1 -1
- package/dist/esm/types/components/container/ProjectHeader/ProjectHeader.d.ts +1 -1
- package/dist/esm/types/components/container/ProjectSupport/ProjectSupport.d.ts +1 -1
- package/dist/esm/types/components/container/ProviderSearch/ProviderSearch.d.ts +1 -1
- package/dist/esm/types/components/container/RestingHeartRateCalendar/RestingHeartRateCalendar.d.ts +1 -1
- package/dist/esm/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +8 -1
- package/dist/esm/types/components/container/ViewEhr/ViewEhr.d.ts +13 -0
- package/dist/esm/types/components/container/ViewEhr/ViewEhr.stories.d.ts +16 -0
- package/dist/esm/types/components/container/ViewEhr/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/Action/Action.d.ts +7 -3
- package/dist/esm/types/components/presentational/Button/Button.d.ts +6 -2
- package/dist/esm/types/components/presentational/Card/Card.d.ts +3 -0
- package/dist/esm/types/components/presentational/CardTitle/CardTitle.d.ts +2 -0
- package/dist/esm/types/components/presentational/Layout/Layout.d.ts +3 -2
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +4 -0
- package/dist/esm/types/components/presentational/Section/Section.d.ts +3 -0
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +4 -0
- package/dist/esm/types/components/presentational/TextBlock/TextBlock.d.ts +3 -0
- package/dist/esm/types/components/presentational/TextBlock/TextBlock.stories.d.ts +39 -0
- package/dist/esm/types/components/presentational/Title/Title.d.ts +7 -1
- package/dist/esm/types/components/presentational/Title/Title.stories.d.ts +19 -0
- package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.d.ts +3 -0
- package/dist/esm/types/components/view/BlankView/BlankView.d.ts +6 -1
- package/dist/esm/types/components/view/ConnectEhrView/ConnectEhrView.d.ts +1 -1
- package/dist/esm/types/components/view/ExternalAccountsView/ExternalAccountsView.d.ts +1 -1
- package/dist/esm/types/components/view/NotificationsView/NotificationsView.d.ts +1 -1
- package/dist/esm/types/components/view/SurveyTasksView/SurveyTasksView.d.ts +1 -1
- package/dist/esm/types/helpers/colors.d.ts +5 -0
- package/dist/esm/types/helpers/get-interval-start.d.ts +1 -1
- package/dist/esm/types/helpers/query-daily-data.d.ts +3 -3
- package/dist/esm/types/index.d.ts +1 -0
- package/dist/index.d.ts +150 -90
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,24 +1,33 @@
|
|
|
1
|
-
import React, { ReactElement, MouseEventHandler } from 'react';
|
|
1
|
+
import React, { ReactElement, 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';
|
|
5
5
|
|
|
6
|
+
type ColorDefinition = string | {
|
|
7
|
+
lightMode?: string;
|
|
8
|
+
darkMode?: string;
|
|
9
|
+
};
|
|
10
|
+
declare function resolveColor(colorScheme: "light" | "dark", colorDefinition?: ColorDefinition): string | undefined;
|
|
11
|
+
|
|
6
12
|
interface ActionProps {
|
|
7
13
|
title?: string;
|
|
8
14
|
titleIcon?: ReactElement;
|
|
9
15
|
icon?: ReactElement;
|
|
10
16
|
subtitle?: string;
|
|
11
|
-
indicatorIcon?: IconDefinition;
|
|
12
|
-
indicator?: ReactElement;
|
|
13
17
|
onClick?: Function;
|
|
14
18
|
children?: React.ReactNode;
|
|
15
19
|
className?: string;
|
|
20
|
+
indicatorIcon?: IconDefinition;
|
|
21
|
+
indicator?: ReactElement;
|
|
16
22
|
indicatorValue?: string;
|
|
17
23
|
indicatorPosition?: "default" | "topRight";
|
|
18
24
|
bottomBorder?: boolean;
|
|
19
|
-
innerRef?: React.Ref<
|
|
25
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
26
|
+
titleColor?: ColorDefinition;
|
|
27
|
+
subtitleColor?: ColorDefinition;
|
|
28
|
+
renderAs?: "div" | "button";
|
|
20
29
|
}
|
|
21
|
-
declare function export_default$
|
|
30
|
+
declare function export_default$1t(props: ActionProps): React.JSX.Element;
|
|
22
31
|
|
|
23
32
|
interface ActivityMeterProps {
|
|
24
33
|
label: string;
|
|
@@ -31,19 +40,22 @@ interface ActivityMeterProps {
|
|
|
31
40
|
className?: string;
|
|
32
41
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
33
42
|
}
|
|
34
|
-
declare function export_default$
|
|
43
|
+
declare function export_default$1s(props: ActivityMeterProps): React.JSX.Element;
|
|
35
44
|
|
|
45
|
+
type ButtonVariant = "default" | "subtle" | "light";
|
|
36
46
|
interface ButtonProps {
|
|
37
47
|
children?: React.ReactNode;
|
|
38
48
|
disabled?: boolean;
|
|
39
49
|
onClick: Function;
|
|
40
50
|
className?: string;
|
|
41
|
-
color?:
|
|
51
|
+
color?: ColorDefinition;
|
|
42
52
|
loading?: boolean;
|
|
43
|
-
variant?:
|
|
53
|
+
variant?: ButtonVariant;
|
|
44
54
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
55
|
+
defaultMargin?: boolean;
|
|
56
|
+
fullWidth?: boolean;
|
|
45
57
|
}
|
|
46
|
-
declare function export_default$
|
|
58
|
+
declare function export_default$1r(props: ButtonProps): React.JSX.Element;
|
|
47
59
|
|
|
48
60
|
interface CalendarProps {
|
|
49
61
|
month: number;
|
|
@@ -53,7 +65,7 @@ interface CalendarProps {
|
|
|
53
65
|
className?: string;
|
|
54
66
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
55
67
|
}
|
|
56
|
-
declare function export_default$
|
|
68
|
+
declare function export_default$1q(props: CalendarProps): React.JSX.Element;
|
|
57
69
|
|
|
58
70
|
interface CardProps {
|
|
59
71
|
className?: string;
|
|
@@ -61,18 +73,21 @@ interface CardProps {
|
|
|
61
73
|
allowOverflow?: boolean;
|
|
62
74
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
63
75
|
variant?: "default" | "subtle" | "highlight";
|
|
76
|
+
backgroundColor?: ColorDefinition;
|
|
77
|
+
style?: React.CSSProperties;
|
|
64
78
|
}
|
|
65
|
-
declare function export_default$
|
|
79
|
+
declare function export_default$1p(props: CardProps): React.JSX.Element | null;
|
|
66
80
|
|
|
67
81
|
interface CardTitleProps {
|
|
68
82
|
title: string;
|
|
69
83
|
onDetailClick?: Function;
|
|
70
84
|
detailLinkText?: string;
|
|
71
85
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
86
|
+
color?: ColorDefinition;
|
|
72
87
|
}
|
|
73
|
-
declare function export_default$
|
|
88
|
+
declare function export_default$1o(props: CardTitleProps): React.JSX.Element;
|
|
74
89
|
|
|
75
|
-
|
|
90
|
+
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
76
91
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
77
92
|
declare function getMonthStart(): Date;
|
|
78
93
|
|
|
@@ -96,7 +111,7 @@ interface DateRangeNavigatorProps {
|
|
|
96
111
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
97
112
|
sticky?: boolean;
|
|
98
113
|
}
|
|
99
|
-
declare function export_default$
|
|
114
|
+
declare function export_default$1n(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
100
115
|
|
|
101
116
|
interface DayTrackerSymbolProps {
|
|
102
117
|
primaryColors: string[];
|
|
@@ -105,7 +120,7 @@ interface DayTrackerSymbolProps {
|
|
|
105
120
|
size?: "small" | "large";
|
|
106
121
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
107
122
|
}
|
|
108
|
-
declare function export_default$
|
|
123
|
+
declare function export_default$1m(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
109
124
|
|
|
110
125
|
interface FaceProps {
|
|
111
126
|
faceValue?: number;
|
|
@@ -114,7 +129,7 @@ interface FaceProps {
|
|
|
114
129
|
className?: string;
|
|
115
130
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
116
131
|
}
|
|
117
|
-
declare function export_default$
|
|
132
|
+
declare function export_default$1l(props: FaceProps): React.JSX.Element;
|
|
118
133
|
|
|
119
134
|
interface HistogramProps {
|
|
120
135
|
entries: {
|
|
@@ -126,12 +141,12 @@ interface HistogramProps {
|
|
|
126
141
|
className?: string;
|
|
127
142
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
128
143
|
}
|
|
129
|
-
declare function export_default$
|
|
144
|
+
declare function export_default$1k(props: HistogramProps): React.JSX.Element;
|
|
130
145
|
|
|
131
146
|
interface LayoutProps {
|
|
132
147
|
children?: React.ReactNode;
|
|
133
|
-
bodyBackgroundColor?:
|
|
134
|
-
primaryColor?:
|
|
148
|
+
bodyBackgroundColor?: ColorDefinition;
|
|
149
|
+
primaryColor?: ColorDefinition;
|
|
135
150
|
statusBarStyle?: StatusBarStyle;
|
|
136
151
|
className?: string;
|
|
137
152
|
noGlobalStyles?: boolean;
|
|
@@ -147,7 +162,7 @@ interface LayoutContext {
|
|
|
147
162
|
bodyBackgroundColor: string;
|
|
148
163
|
}
|
|
149
164
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
150
|
-
declare function export_default$
|
|
165
|
+
declare function export_default$1j(props: LayoutProps): React.JSX.Element;
|
|
151
166
|
|
|
152
167
|
interface LoadingIndicatorProps {
|
|
153
168
|
variant?: "default" | "inline";
|
|
@@ -167,8 +182,11 @@ interface NavigationBarProps {
|
|
|
167
182
|
backButtonText?: string;
|
|
168
183
|
className?: string;
|
|
169
184
|
variant?: "default" | "compressed";
|
|
185
|
+
titleColor?: ColorDefinition;
|
|
186
|
+
subtitleColor?: ColorDefinition;
|
|
187
|
+
buttonColor?: ColorDefinition;
|
|
170
188
|
}
|
|
171
|
-
declare function export_default$
|
|
189
|
+
declare function export_default$1i(props: NavigationBarProps): React.JSX.Element;
|
|
172
190
|
|
|
173
191
|
interface NotesInputProps {
|
|
174
192
|
autoTimestamp?: boolean;
|
|
@@ -176,15 +194,17 @@ interface NotesInputProps {
|
|
|
176
194
|
onChange(value: string): void;
|
|
177
195
|
value: string;
|
|
178
196
|
}
|
|
179
|
-
declare function export_default$
|
|
197
|
+
declare function export_default$1h(props: NotesInputProps): React.JSX.Element;
|
|
180
198
|
|
|
181
199
|
interface SectionProps {
|
|
182
200
|
children?: React.ReactNode;
|
|
183
201
|
className?: string;
|
|
184
202
|
noTopMargin?: boolean;
|
|
185
203
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
204
|
+
backgroundColor?: ColorDefinition;
|
|
205
|
+
style?: React.CSSProperties;
|
|
186
206
|
}
|
|
187
|
-
declare function export_default$
|
|
207
|
+
declare function export_default$1g(props: SectionProps): React.JSX.Element | null;
|
|
188
208
|
|
|
189
209
|
interface SegmentedControlProps {
|
|
190
210
|
segments: {
|
|
@@ -198,9 +218,9 @@ interface SegmentedControlProps {
|
|
|
198
218
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
199
219
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
200
220
|
}
|
|
201
|
-
declare function export_default$
|
|
221
|
+
declare function export_default$1f(props: SegmentedControlProps): React.JSX.Element;
|
|
202
222
|
|
|
203
|
-
declare function export_default$
|
|
223
|
+
declare function export_default$1e(): React.JSX.Element;
|
|
204
224
|
|
|
205
225
|
interface SingleExternalAccountProps {
|
|
206
226
|
externalAccount: ExternalAccount;
|
|
@@ -208,21 +228,23 @@ interface SingleExternalAccountProps {
|
|
|
208
228
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
209
229
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
210
230
|
}
|
|
211
|
-
declare function export_default$
|
|
231
|
+
declare function export_default$1d(props: SingleExternalAccountProps): React.JSX.Element;
|
|
212
232
|
|
|
213
233
|
interface SingleNotificationProps {
|
|
214
234
|
notification: Notification;
|
|
215
235
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
216
236
|
}
|
|
217
|
-
declare function export_default$
|
|
237
|
+
declare function export_default$1c(props: SingleNotificationProps): React.JSX.Element;
|
|
218
238
|
|
|
219
239
|
interface SingleSurveyTaskProps {
|
|
220
240
|
task: SurveyTask;
|
|
221
241
|
descriptionIcon?: IconDefinition$1;
|
|
222
242
|
disableClick?: boolean;
|
|
223
243
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
244
|
+
buttonColor?: ColorDefinition;
|
|
245
|
+
buttonVariant?: ButtonVariant;
|
|
224
246
|
}
|
|
225
|
-
declare function export_default$
|
|
247
|
+
declare function export_default$1b(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
226
248
|
|
|
227
249
|
interface SparkBarChartProps {
|
|
228
250
|
averageFillPercent: number;
|
|
@@ -233,7 +255,7 @@ interface SparkBarChartBar {
|
|
|
233
255
|
color: string;
|
|
234
256
|
barFillPercent: number;
|
|
235
257
|
}
|
|
236
|
-
declare function export_default$
|
|
258
|
+
declare function export_default$1a(props: SparkBarChartProps): React.JSX.Element;
|
|
237
259
|
|
|
238
260
|
interface SwitchProps {
|
|
239
261
|
isOn: Boolean;
|
|
@@ -242,7 +264,7 @@ interface SwitchProps {
|
|
|
242
264
|
className?: string;
|
|
243
265
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
244
266
|
}
|
|
245
|
-
declare function export_default$
|
|
267
|
+
declare function export_default$19(props: SwitchProps): React.JSX.Element;
|
|
246
268
|
|
|
247
269
|
interface StatusBarBackgroundProps {
|
|
248
270
|
color?: string;
|
|
@@ -254,16 +276,23 @@ interface TextBlockProps {
|
|
|
254
276
|
children?: React.ReactNode;
|
|
255
277
|
className?: string;
|
|
256
278
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
279
|
+
color?: ColorDefinition;
|
|
280
|
+
style?: React.CSSProperties;
|
|
257
281
|
}
|
|
258
|
-
declare function export_default$
|
|
282
|
+
declare function export_default$18(props: TextBlockProps): React.JSX.Element | null;
|
|
259
283
|
|
|
260
284
|
interface TitleProps {
|
|
285
|
+
color?: ColorDefinition;
|
|
261
286
|
order?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
262
287
|
children?: React.ReactNode;
|
|
263
288
|
style?: React.CSSProperties;
|
|
264
289
|
className?: string;
|
|
290
|
+
image?: ReactNode;
|
|
291
|
+
autosizeImage?: boolean;
|
|
292
|
+
imageAlignment?: "top" | "left";
|
|
293
|
+
defaultMargin?: boolean;
|
|
265
294
|
}
|
|
266
|
-
declare function export_default$
|
|
295
|
+
declare function export_default$17(props: TitleProps): React.JSX.Element;
|
|
267
296
|
|
|
268
297
|
interface TrackerItemProps {
|
|
269
298
|
selected: boolean;
|
|
@@ -275,7 +304,7 @@ interface TrackerItemProps {
|
|
|
275
304
|
className?: string;
|
|
276
305
|
noBoxShadow?: boolean;
|
|
277
306
|
}
|
|
278
|
-
declare function export_default$
|
|
307
|
+
declare function export_default$16(props: TrackerItemProps): React.JSX.Element;
|
|
279
308
|
|
|
280
309
|
interface UnstyledButtonProps {
|
|
281
310
|
onClick: MouseEventHandler;
|
|
@@ -286,13 +315,15 @@ interface UnstyledButtonProps {
|
|
|
286
315
|
disabled?: boolean;
|
|
287
316
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
288
317
|
}
|
|
289
|
-
declare function export_default$
|
|
318
|
+
declare function export_default$15(props: UnstyledButtonProps): React.JSX.Element;
|
|
290
319
|
|
|
291
320
|
interface ViewHeaderProps {
|
|
292
321
|
title?: string;
|
|
293
322
|
subtitle?: string;
|
|
323
|
+
titleColor?: ColorDefinition;
|
|
324
|
+
subtitleColor?: ColorDefinition;
|
|
294
325
|
}
|
|
295
|
-
declare function export_default$
|
|
326
|
+
declare function export_default$14(props: ViewHeaderProps): React.JSX.Element | null;
|
|
296
327
|
|
|
297
328
|
interface WeekCalendarProps {
|
|
298
329
|
selectedDate?: Date;
|
|
@@ -303,16 +334,18 @@ interface WeekCalendarProps {
|
|
|
303
334
|
onStartDateChange?(startDate: Date): void;
|
|
304
335
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
305
336
|
}
|
|
306
|
-
declare function export_default$
|
|
337
|
+
declare function export_default$13(props: WeekCalendarProps): React.JSX.Element;
|
|
307
338
|
|
|
308
339
|
interface AppDownloadProps {
|
|
309
340
|
previewProjectPlatforms?: string[];
|
|
310
341
|
previewDevicePlatform?: string;
|
|
311
342
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
343
|
+
title?: string;
|
|
344
|
+
text?: string;
|
|
312
345
|
}
|
|
313
|
-
declare function export_default$
|
|
346
|
+
declare function export_default$12(props: AppDownloadProps): React.JSX.Element | null;
|
|
314
347
|
|
|
315
|
-
|
|
348
|
+
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
316
349
|
interface ConnectDevicesMenuProps {
|
|
317
350
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
318
351
|
accountTypes?: DeviceAccountType[];
|
|
@@ -321,7 +354,7 @@ interface ConnectDevicesMenuProps {
|
|
|
321
354
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
322
355
|
headerVariant?: "large" | "medium";
|
|
323
356
|
}
|
|
324
|
-
declare function export_default$
|
|
357
|
+
declare function export_default$11(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
325
358
|
|
|
326
359
|
interface ConnectEhrProps {
|
|
327
360
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -329,10 +362,16 @@ interface ConnectEhrProps {
|
|
|
329
362
|
disabledBehavior?: 'hide' | 'displayError';
|
|
330
363
|
bottomBorder?: boolean;
|
|
331
364
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
365
|
+
variant?: "large" | "medium" | "small";
|
|
366
|
+
title?: string;
|
|
367
|
+
notConnectedText?: string;
|
|
368
|
+
connectedText?: string;
|
|
369
|
+
hideWhenConnected?: boolean;
|
|
370
|
+
buttonColor?: ColorDefinition;
|
|
332
371
|
}
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
declare function export_default
|
|
372
|
+
type ConnectEhrApplicationUrl = "preview" | string;
|
|
373
|
+
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
374
|
+
declare function export_default$10(props: ConnectEhrProps): React.JSX.Element | null;
|
|
336
375
|
|
|
337
376
|
interface ConnectFitbitProps {
|
|
338
377
|
title?: string;
|
|
@@ -340,9 +379,10 @@ interface ConnectFitbitProps {
|
|
|
340
379
|
previewState?: ConnectFitbitPreviewState;
|
|
341
380
|
disabledBehavior?: 'hide' | 'displayError';
|
|
342
381
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
382
|
+
hideWhenConnected?: boolean;
|
|
343
383
|
}
|
|
344
|
-
|
|
345
|
-
declare function export_default
|
|
384
|
+
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
385
|
+
declare function export_default$$(props: ConnectFitbitProps): React.JSX.Element;
|
|
346
386
|
|
|
347
387
|
interface ConnectGarminProps {
|
|
348
388
|
title?: string;
|
|
@@ -350,15 +390,16 @@ interface ConnectGarminProps {
|
|
|
350
390
|
previewState?: ConnectGarminPreviewState;
|
|
351
391
|
disabledBehavior?: 'hide' | 'displayError';
|
|
352
392
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
393
|
+
hideWhenConnected?: boolean;
|
|
353
394
|
}
|
|
354
|
-
|
|
355
|
-
declare function export_default$
|
|
395
|
+
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
396
|
+
declare function export_default$_(props: ConnectGarminProps): React.JSX.Element;
|
|
356
397
|
|
|
357
|
-
|
|
398
|
+
type DailyDataQueryResult = {
|
|
358
399
|
[key: string]: number;
|
|
359
400
|
};
|
|
360
|
-
|
|
361
|
-
|
|
401
|
+
type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
402
|
+
type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
362
403
|
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
363
404
|
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
364
405
|
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
@@ -461,14 +502,14 @@ interface DeviceDataChartLine {
|
|
|
461
502
|
valueConverter?: Function;
|
|
462
503
|
showAverage?: boolean;
|
|
463
504
|
}
|
|
464
|
-
|
|
465
|
-
declare function export_default$
|
|
505
|
+
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
506
|
+
declare function export_default$Z(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
466
507
|
|
|
467
508
|
interface DeviceDataMonthChartsProps {
|
|
468
509
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
469
510
|
}
|
|
470
|
-
|
|
471
|
-
declare function export_default$
|
|
511
|
+
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
512
|
+
declare function export_default$Y(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
472
513
|
|
|
473
514
|
interface ExternalAccountListProps {
|
|
474
515
|
externalAccountProviderCategories?: string[];
|
|
@@ -476,15 +517,15 @@ interface ExternalAccountListProps {
|
|
|
476
517
|
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
477
518
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
478
519
|
}
|
|
479
|
-
|
|
480
|
-
declare function export_default$
|
|
520
|
+
type NotificationListPreviewState$1 = "Default";
|
|
521
|
+
declare function export_default$X(props: ExternalAccountListProps): React.JSX.Element;
|
|
481
522
|
|
|
482
523
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
483
524
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
484
525
|
externalAccountCategories?: string[];
|
|
485
526
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
486
527
|
}
|
|
487
|
-
declare function export_default$
|
|
528
|
+
declare function export_default$W(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
488
529
|
|
|
489
530
|
interface ExternalAccountsPreviewProps {
|
|
490
531
|
excludeProviders?: boolean;
|
|
@@ -494,37 +535,37 @@ interface ExternalAccountsPreviewProps {
|
|
|
494
535
|
previewState?: ExternalAccountsPreviewPreviewState;
|
|
495
536
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
496
537
|
}
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
declare function export_default$
|
|
538
|
+
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
539
|
+
type ExternalAccountsPreviewPreviewState = "Default";
|
|
540
|
+
declare function export_default$V(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
500
541
|
|
|
501
|
-
|
|
542
|
+
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
502
543
|
|
|
503
544
|
interface FitbitDevicesProps {
|
|
504
545
|
previewState?: ConnectedDevicesPreviewState;
|
|
505
546
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
506
547
|
}
|
|
507
|
-
declare function export_default$
|
|
548
|
+
declare function export_default$U(props: FitbitDevicesProps): React.JSX.Element;
|
|
508
549
|
|
|
509
|
-
|
|
550
|
+
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
510
551
|
|
|
511
552
|
interface FitbitMonthChartsProps {
|
|
512
553
|
previewState?: MonthChartsPreviewState;
|
|
513
554
|
}
|
|
514
|
-
declare function export_default$
|
|
555
|
+
declare function export_default$T(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
515
556
|
|
|
516
557
|
interface GarminDevicesProps {
|
|
517
558
|
previewState?: ConnectedDevicesPreviewState;
|
|
518
559
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
519
560
|
}
|
|
520
|
-
declare function export_default$
|
|
561
|
+
declare function export_default$S(props: GarminDevicesProps): React.JSX.Element;
|
|
521
562
|
|
|
522
563
|
interface GarminMonthChartsProps {
|
|
523
564
|
previewState?: MonthChartsPreviewState;
|
|
524
565
|
}
|
|
525
|
-
declare function export_default$
|
|
566
|
+
declare function export_default$R(props: GarminMonthChartsProps): React.JSX.Element;
|
|
526
567
|
|
|
527
|
-
|
|
568
|
+
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
528
569
|
interface HealthPreviewSectionProps {
|
|
529
570
|
concept: HealthPreviewSectionConcept;
|
|
530
571
|
onClick(): void;
|
|
@@ -532,7 +573,7 @@ interface HealthPreviewSectionProps {
|
|
|
532
573
|
indicatorPosition?: "default" | "topRight";
|
|
533
574
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
534
575
|
}
|
|
535
|
-
declare function export_default$
|
|
576
|
+
declare function export_default$Q(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
536
577
|
|
|
537
578
|
interface TermInformation {
|
|
538
579
|
TermFamily: string;
|
|
@@ -546,7 +587,7 @@ interface LabResultsSummaryProps {
|
|
|
546
587
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
547
588
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
548
589
|
}
|
|
549
|
-
declare function export_default$
|
|
590
|
+
declare function export_default$P(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
550
591
|
|
|
551
592
|
interface MostRecentNotificationProps {
|
|
552
593
|
notificationType?: NotificationType;
|
|
@@ -555,16 +596,16 @@ interface MostRecentNotificationProps {
|
|
|
555
596
|
previewState?: MostRecentNotificationPreviewState;
|
|
556
597
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
557
598
|
}
|
|
558
|
-
|
|
559
|
-
declare function export_default$
|
|
599
|
+
type MostRecentNotificationPreviewState = "Default";
|
|
600
|
+
declare function export_default$O(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
560
601
|
|
|
561
602
|
interface NotificationListProps {
|
|
562
603
|
notificationType?: NotificationType;
|
|
563
604
|
previewState?: NotificationListPreviewState;
|
|
564
605
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
565
606
|
}
|
|
566
|
-
|
|
567
|
-
declare function export_default$
|
|
607
|
+
type NotificationListPreviewState = "Default" | "NoData";
|
|
608
|
+
declare function export_default$N(props: NotificationListProps): React.JSX.Element;
|
|
568
609
|
|
|
569
610
|
interface PlatformSpecificContentProps {
|
|
570
611
|
platforms: string[];
|
|
@@ -572,21 +613,21 @@ interface PlatformSpecificContentProps {
|
|
|
572
613
|
previewDevicePlatform?: string;
|
|
573
614
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
574
615
|
}
|
|
575
|
-
declare function export_default$
|
|
616
|
+
declare function export_default$M(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
576
617
|
|
|
577
618
|
interface ProjectHeaderProps {
|
|
578
619
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
579
620
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
580
621
|
}
|
|
581
|
-
|
|
582
|
-
declare function export_default$
|
|
622
|
+
type ProjectHeaderPropsPreviewState = "Default";
|
|
623
|
+
declare function export_default$L(props: ProjectHeaderProps): React.JSX.Element;
|
|
583
624
|
|
|
584
625
|
interface ProjectSupportProps {
|
|
585
626
|
previewState?: ProjectSupportPropsPreviewState;
|
|
586
627
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
587
628
|
}
|
|
588
|
-
|
|
589
|
-
declare function export_default$
|
|
629
|
+
type ProjectSupportPropsPreviewState = "Default";
|
|
630
|
+
declare function export_default$K(props: ProjectSupportProps): React.JSX.Element | null;
|
|
590
631
|
|
|
591
632
|
interface ProviderSearchProps {
|
|
592
633
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -594,8 +635,8 @@ interface ProviderSearchProps {
|
|
|
594
635
|
onProviderConnected?: (provider: ExternalAccountProvider) => void;
|
|
595
636
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
596
637
|
}
|
|
597
|
-
|
|
598
|
-
declare function export_default$
|
|
638
|
+
type ProviderSearchPreviewState = "Default";
|
|
639
|
+
declare function export_default$J(props: ProviderSearchProps): React.JSX.Element;
|
|
599
640
|
|
|
600
641
|
interface RelativeActivityTodayProps {
|
|
601
642
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -610,16 +651,16 @@ interface RelativeActivityDataType {
|
|
|
610
651
|
color: string;
|
|
611
652
|
formatter: (number: number) => string;
|
|
612
653
|
}
|
|
613
|
-
declare function export_default$
|
|
654
|
+
declare function export_default$I(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
614
655
|
|
|
615
|
-
|
|
656
|
+
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
616
657
|
interface RestingHeartRateCalendarProps {
|
|
617
658
|
month: number;
|
|
618
659
|
year: number;
|
|
619
660
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
620
661
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
621
662
|
}
|
|
622
|
-
declare function export_default$
|
|
663
|
+
declare function export_default$H(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
623
664
|
|
|
624
665
|
interface SurveyTaskListProps {
|
|
625
666
|
status: SurveyTaskStatus;
|
|
@@ -630,9 +671,24 @@ interface SurveyTaskListProps {
|
|
|
630
671
|
previewState?: SurveyTaskListListPreviewState;
|
|
631
672
|
variant?: "noCard" | "singleCard" | "multiCard";
|
|
632
673
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
674
|
+
titleColor?: ColorDefinition;
|
|
675
|
+
cardBackgroundColor?: ColorDefinition;
|
|
676
|
+
cardStyle?: React.CSSProperties;
|
|
677
|
+
buttonVariant?: ButtonVariant;
|
|
678
|
+
buttonColor?: ColorDefinition;
|
|
679
|
+
}
|
|
680
|
+
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
681
|
+
declare function export_default$G(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
682
|
+
|
|
683
|
+
interface ViewEhrProps {
|
|
684
|
+
onClick(): void;
|
|
685
|
+
title?: string;
|
|
686
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
687
|
+
previewState?: "fetchComplete" | "fetchingData";
|
|
688
|
+
buttonColor?: ColorDefinition;
|
|
689
|
+
buttonVariant?: ButtonVariant;
|
|
633
690
|
}
|
|
634
|
-
declare
|
|
635
|
-
declare function export_default$F(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
691
|
+
declare function export_default$F(props: ViewEhrProps): React.JSX.Element | null;
|
|
636
692
|
|
|
637
693
|
interface SymptomSharkCalendarProps {
|
|
638
694
|
intervalStart?: Date;
|
|
@@ -800,7 +856,11 @@ interface BlankViewProps {
|
|
|
800
856
|
showCloseButton?: boolean;
|
|
801
857
|
showBackButton?: boolean;
|
|
802
858
|
colorScheme?: "auto" | "light" | "dark";
|
|
803
|
-
primaryColor?:
|
|
859
|
+
primaryColor?: ColorDefinition;
|
|
860
|
+
bodyBackgroundColor?: ColorDefinition;
|
|
861
|
+
titleColor?: ColorDefinition;
|
|
862
|
+
subtitleColor?: ColorDefinition;
|
|
863
|
+
navigationBarButtonColor?: ColorDefinition;
|
|
804
864
|
}
|
|
805
865
|
declare function export_default$q(props: BlankViewProps): React.JSX.Element;
|
|
806
866
|
|
|
@@ -812,7 +872,7 @@ interface ConnectEhrViewProps {
|
|
|
812
872
|
preview?: boolean;
|
|
813
873
|
colorScheme?: "auto" | "light" | "dark";
|
|
814
874
|
}
|
|
815
|
-
|
|
875
|
+
type ViewPresentationType$3 = "Modal" | "Push";
|
|
816
876
|
declare function export_default$p(props: ConnectEhrViewProps): React.JSX.Element;
|
|
817
877
|
|
|
818
878
|
interface DeviceDataViewProps {
|
|
@@ -829,7 +889,7 @@ interface ExternalAccountsViewProps {
|
|
|
829
889
|
preview?: boolean;
|
|
830
890
|
colorScheme?: "auto" | "light" | "dark";
|
|
831
891
|
}
|
|
832
|
-
|
|
892
|
+
type ViewPresentationType$2 = "Modal" | "Push";
|
|
833
893
|
declare function export_default$n(props: ExternalAccountsViewProps): React.JSX.Element;
|
|
834
894
|
|
|
835
895
|
interface FitbitViewProps {
|
|
@@ -882,7 +942,7 @@ interface NotificationsViewProps {
|
|
|
882
942
|
preview?: boolean;
|
|
883
943
|
colorScheme?: "auto" | "light" | "dark";
|
|
884
944
|
}
|
|
885
|
-
|
|
945
|
+
type ViewPresentationType$1 = "Modal" | "Push";
|
|
886
946
|
declare function export_default$i(props: NotificationsViewProps): React.JSX.Element;
|
|
887
947
|
|
|
888
948
|
interface SurveyTasksViewProps {
|
|
@@ -893,7 +953,7 @@ interface SurveyTasksViewProps {
|
|
|
893
953
|
preview?: boolean;
|
|
894
954
|
colorScheme?: "auto" | "light" | "dark";
|
|
895
955
|
}
|
|
896
|
-
|
|
956
|
+
type ViewPresentationType = "Modal" | "Push";
|
|
897
957
|
declare function export_default$h(props: SurveyTasksViewProps): React.JSX.Element;
|
|
898
958
|
|
|
899
959
|
interface CelebrationStepProps {
|
|
@@ -1007,4 +1067,4 @@ declare function language(key: string): string;
|
|
|
1007
1067
|
|
|
1008
1068
|
declare function getDayKey(date: Date): string;
|
|
1009
1069
|
|
|
1010
|
-
export { export_default$
|
|
1070
|
+
export { export_default$1t as Action, export_default$1s as ActivityMeter, export_default$12 as AppDownload, AreaChartOptions, BarChartOptions, export_default$q as BlankView, export_default$1r as Button, export_default$1q as Calendar, export_default$1p as Card, export_default$1o as CardTitle, export_default$g as CelebrationStep, export_default$f as CelebrationStepContainer, ColorDefinition, export_default$e as ConnectDeviceAccountStep, export_default$d as ConnectDeviceAccountStepContainer, export_default$11 as ConnectDevicesMenu, export_default$10 as ConnectEhr, export_default$c as ConnectEhrStep, export_default$b as ConnectEhrStepContainer, export_default$p as ConnectEhrView, export_default$$ as ConnectFitbit, export_default$_ as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1n as DateRangeNavigator, export_default$1m as DayTrackerSymbol, DeviceDataChartLine, export_default$Z as DeviceDataMonthChart, export_default$Y as DeviceDataMonthCharts, export_default$o as DeviceDataView, export_default$X as ExternalAccountList, export_default$W as ExternalAccountsLoadingIndicator, export_default$V as ExternalAccountsPreview, export_default$n as ExternalAccountsView, export_default$1l as Face, export_default$U as FitbitDevices, export_default$T as FitbitMonthCharts, export_default$m as FitbitView, export_default$S as GarminDevices, export_default$R as GarminMonthCharts, export_default$l as GarminView, export_default$j as HealthAndWellnessView, export_default$Q as HealthPreviewSection, export_default$1k as Histogram, export_default$k as HomeView, export_default$P as LabResultsSummary, export_default$1j as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$O as MostRecentNotification, export_default$1i as NavigationBar, export_default$1h as NotesInput, export_default$N as NotificationList, export_default$i as NotificationsView, export_default$M as PlatformSpecificContent, export_default$L as ProjectHeader, export_default$K as ProjectSupport, export_default$J as ProviderSearch, export_default$I as RelativeActivityToday, export_default$H as RestingHeartRateCalendar, export_default$1g as Section, export_default$1f as SegmentedControl, export_default$1e as ShinyOverlay, export_default$1d as SingleExternalAccount, export_default$1c as SingleNotification, export_default$1b as SingleSurveyTask, export_default$1a 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, export_default$G as SurveyTaskList, export_default$h as SurveyTasksView, export_default$19 as Switch, SymptomConfiguration, SymptomReference, export_default$E as SymptomSharkCalendar, export_default$t as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$C as SymptomSharkLogEntry, export_default$v as SymptomSharkLogEntryEdit, export_default$s as SymptomSharkLogEntryEditView, export_default$x as SymptomSharkLogEntryList, export_default$w as SymptomSharkLogToday, export_default$D as SymptomSharkOverallExperienceChart, export_default$r as SymptomSharkSymptomDetailView, export_default$z as SymptomSharkSymptomSeverityChart, export_default$A as SymptomSharkSymptomSeveritySummary, export_default$y as SymptomSharkSymptomTreatmentFilters, export_default$B as SymptomSharkSymptomTreatmentHistograms, export_default$u as SymptomSharkVisualizationCoordinator, export_default$18 as TextBlock, export_default$17 as Title, export_default$16 as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$15 as UnstyledButton, export_default$F as ViewEhr, export_default$14 as ViewHeader, export_default$13 as WeekCalendar, WeekStartsOn, export_default$2 as YouTubeStep, export_default$1 as YouTubeStepContainer, checkDailyDataAvailability, convertToSymptomSharkConfiguration, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, export_default as useInterval };
|