@careevolution/mydatahelps-ui 2.7.5 → 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/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/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 +148 -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,7 +334,7 @@ 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[];
|
|
@@ -312,9 +343,9 @@ interface AppDownloadProps {
|
|
|
312
343
|
title?: string;
|
|
313
344
|
text?: string;
|
|
314
345
|
}
|
|
315
|
-
declare function export_default$
|
|
346
|
+
declare function export_default$12(props: AppDownloadProps): React.JSX.Element | null;
|
|
316
347
|
|
|
317
|
-
|
|
348
|
+
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
318
349
|
interface ConnectDevicesMenuProps {
|
|
319
350
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
320
351
|
accountTypes?: DeviceAccountType[];
|
|
@@ -323,7 +354,7 @@ interface ConnectDevicesMenuProps {
|
|
|
323
354
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
324
355
|
headerVariant?: "large" | "medium";
|
|
325
356
|
}
|
|
326
|
-
declare function export_default$
|
|
357
|
+
declare function export_default$11(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
327
358
|
|
|
328
359
|
interface ConnectEhrProps {
|
|
329
360
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -331,10 +362,16 @@ interface ConnectEhrProps {
|
|
|
331
362
|
disabledBehavior?: 'hide' | 'displayError';
|
|
332
363
|
bottomBorder?: boolean;
|
|
333
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;
|
|
334
371
|
}
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
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;
|
|
338
375
|
|
|
339
376
|
interface ConnectFitbitProps {
|
|
340
377
|
title?: string;
|
|
@@ -342,9 +379,10 @@ interface ConnectFitbitProps {
|
|
|
342
379
|
previewState?: ConnectFitbitPreviewState;
|
|
343
380
|
disabledBehavior?: 'hide' | 'displayError';
|
|
344
381
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
382
|
+
hideWhenConnected?: boolean;
|
|
345
383
|
}
|
|
346
|
-
|
|
347
|
-
declare function export_default
|
|
384
|
+
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
385
|
+
declare function export_default$$(props: ConnectFitbitProps): React.JSX.Element;
|
|
348
386
|
|
|
349
387
|
interface ConnectGarminProps {
|
|
350
388
|
title?: string;
|
|
@@ -352,15 +390,16 @@ interface ConnectGarminProps {
|
|
|
352
390
|
previewState?: ConnectGarminPreviewState;
|
|
353
391
|
disabledBehavior?: 'hide' | 'displayError';
|
|
354
392
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
393
|
+
hideWhenConnected?: boolean;
|
|
355
394
|
}
|
|
356
|
-
|
|
357
|
-
declare function export_default$
|
|
395
|
+
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
396
|
+
declare function export_default$_(props: ConnectGarminProps): React.JSX.Element;
|
|
358
397
|
|
|
359
|
-
|
|
398
|
+
type DailyDataQueryResult = {
|
|
360
399
|
[key: string]: number;
|
|
361
400
|
};
|
|
362
|
-
|
|
363
|
-
|
|
401
|
+
type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
402
|
+
type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
364
403
|
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
365
404
|
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
366
405
|
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
@@ -463,14 +502,14 @@ interface DeviceDataChartLine {
|
|
|
463
502
|
valueConverter?: Function;
|
|
464
503
|
showAverage?: boolean;
|
|
465
504
|
}
|
|
466
|
-
|
|
467
|
-
declare function export_default$
|
|
505
|
+
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
506
|
+
declare function export_default$Z(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
468
507
|
|
|
469
508
|
interface DeviceDataMonthChartsProps {
|
|
470
509
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
471
510
|
}
|
|
472
|
-
|
|
473
|
-
declare function export_default$
|
|
511
|
+
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
512
|
+
declare function export_default$Y(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
474
513
|
|
|
475
514
|
interface ExternalAccountListProps {
|
|
476
515
|
externalAccountProviderCategories?: string[];
|
|
@@ -478,15 +517,15 @@ interface ExternalAccountListProps {
|
|
|
478
517
|
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
479
518
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
480
519
|
}
|
|
481
|
-
|
|
482
|
-
declare function export_default$
|
|
520
|
+
type NotificationListPreviewState$1 = "Default";
|
|
521
|
+
declare function export_default$X(props: ExternalAccountListProps): React.JSX.Element;
|
|
483
522
|
|
|
484
523
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
485
524
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
486
525
|
externalAccountCategories?: string[];
|
|
487
526
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
488
527
|
}
|
|
489
|
-
declare function export_default$
|
|
528
|
+
declare function export_default$W(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
490
529
|
|
|
491
530
|
interface ExternalAccountsPreviewProps {
|
|
492
531
|
excludeProviders?: boolean;
|
|
@@ -496,37 +535,37 @@ interface ExternalAccountsPreviewProps {
|
|
|
496
535
|
previewState?: ExternalAccountsPreviewPreviewState;
|
|
497
536
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
498
537
|
}
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
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;
|
|
502
541
|
|
|
503
|
-
|
|
542
|
+
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
504
543
|
|
|
505
544
|
interface FitbitDevicesProps {
|
|
506
545
|
previewState?: ConnectedDevicesPreviewState;
|
|
507
546
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
508
547
|
}
|
|
509
|
-
declare function export_default$
|
|
548
|
+
declare function export_default$U(props: FitbitDevicesProps): React.JSX.Element;
|
|
510
549
|
|
|
511
|
-
|
|
550
|
+
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
512
551
|
|
|
513
552
|
interface FitbitMonthChartsProps {
|
|
514
553
|
previewState?: MonthChartsPreviewState;
|
|
515
554
|
}
|
|
516
|
-
declare function export_default$
|
|
555
|
+
declare function export_default$T(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
517
556
|
|
|
518
557
|
interface GarminDevicesProps {
|
|
519
558
|
previewState?: ConnectedDevicesPreviewState;
|
|
520
559
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
521
560
|
}
|
|
522
|
-
declare function export_default$
|
|
561
|
+
declare function export_default$S(props: GarminDevicesProps): React.JSX.Element;
|
|
523
562
|
|
|
524
563
|
interface GarminMonthChartsProps {
|
|
525
564
|
previewState?: MonthChartsPreviewState;
|
|
526
565
|
}
|
|
527
|
-
declare function export_default$
|
|
566
|
+
declare function export_default$R(props: GarminMonthChartsProps): React.JSX.Element;
|
|
528
567
|
|
|
529
|
-
|
|
568
|
+
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
530
569
|
interface HealthPreviewSectionProps {
|
|
531
570
|
concept: HealthPreviewSectionConcept;
|
|
532
571
|
onClick(): void;
|
|
@@ -534,7 +573,7 @@ interface HealthPreviewSectionProps {
|
|
|
534
573
|
indicatorPosition?: "default" | "topRight";
|
|
535
574
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
536
575
|
}
|
|
537
|
-
declare function export_default$
|
|
576
|
+
declare function export_default$Q(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
538
577
|
|
|
539
578
|
interface TermInformation {
|
|
540
579
|
TermFamily: string;
|
|
@@ -548,7 +587,7 @@ interface LabResultsSummaryProps {
|
|
|
548
587
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
549
588
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
550
589
|
}
|
|
551
|
-
declare function export_default$
|
|
590
|
+
declare function export_default$P(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
552
591
|
|
|
553
592
|
interface MostRecentNotificationProps {
|
|
554
593
|
notificationType?: NotificationType;
|
|
@@ -557,16 +596,16 @@ interface MostRecentNotificationProps {
|
|
|
557
596
|
previewState?: MostRecentNotificationPreviewState;
|
|
558
597
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
559
598
|
}
|
|
560
|
-
|
|
561
|
-
declare function export_default$
|
|
599
|
+
type MostRecentNotificationPreviewState = "Default";
|
|
600
|
+
declare function export_default$O(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
562
601
|
|
|
563
602
|
interface NotificationListProps {
|
|
564
603
|
notificationType?: NotificationType;
|
|
565
604
|
previewState?: NotificationListPreviewState;
|
|
566
605
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
567
606
|
}
|
|
568
|
-
|
|
569
|
-
declare function export_default$
|
|
607
|
+
type NotificationListPreviewState = "Default" | "NoData";
|
|
608
|
+
declare function export_default$N(props: NotificationListProps): React.JSX.Element;
|
|
570
609
|
|
|
571
610
|
interface PlatformSpecificContentProps {
|
|
572
611
|
platforms: string[];
|
|
@@ -574,21 +613,21 @@ interface PlatformSpecificContentProps {
|
|
|
574
613
|
previewDevicePlatform?: string;
|
|
575
614
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
576
615
|
}
|
|
577
|
-
declare function export_default$
|
|
616
|
+
declare function export_default$M(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
578
617
|
|
|
579
618
|
interface ProjectHeaderProps {
|
|
580
619
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
581
620
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
582
621
|
}
|
|
583
|
-
|
|
584
|
-
declare function export_default$
|
|
622
|
+
type ProjectHeaderPropsPreviewState = "Default";
|
|
623
|
+
declare function export_default$L(props: ProjectHeaderProps): React.JSX.Element;
|
|
585
624
|
|
|
586
625
|
interface ProjectSupportProps {
|
|
587
626
|
previewState?: ProjectSupportPropsPreviewState;
|
|
588
627
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
589
628
|
}
|
|
590
|
-
|
|
591
|
-
declare function export_default$
|
|
629
|
+
type ProjectSupportPropsPreviewState = "Default";
|
|
630
|
+
declare function export_default$K(props: ProjectSupportProps): React.JSX.Element | null;
|
|
592
631
|
|
|
593
632
|
interface ProviderSearchProps {
|
|
594
633
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -596,8 +635,8 @@ interface ProviderSearchProps {
|
|
|
596
635
|
onProviderConnected?: (provider: ExternalAccountProvider) => void;
|
|
597
636
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
598
637
|
}
|
|
599
|
-
|
|
600
|
-
declare function export_default$
|
|
638
|
+
type ProviderSearchPreviewState = "Default";
|
|
639
|
+
declare function export_default$J(props: ProviderSearchProps): React.JSX.Element;
|
|
601
640
|
|
|
602
641
|
interface RelativeActivityTodayProps {
|
|
603
642
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -612,16 +651,16 @@ interface RelativeActivityDataType {
|
|
|
612
651
|
color: string;
|
|
613
652
|
formatter: (number: number) => string;
|
|
614
653
|
}
|
|
615
|
-
declare function export_default$
|
|
654
|
+
declare function export_default$I(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
616
655
|
|
|
617
|
-
|
|
656
|
+
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
618
657
|
interface RestingHeartRateCalendarProps {
|
|
619
658
|
month: number;
|
|
620
659
|
year: number;
|
|
621
660
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
622
661
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
623
662
|
}
|
|
624
|
-
declare function export_default$
|
|
663
|
+
declare function export_default$H(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
625
664
|
|
|
626
665
|
interface SurveyTaskListProps {
|
|
627
666
|
status: SurveyTaskStatus;
|
|
@@ -632,9 +671,24 @@ interface SurveyTaskListProps {
|
|
|
632
671
|
previewState?: SurveyTaskListListPreviewState;
|
|
633
672
|
variant?: "noCard" | "singleCard" | "multiCard";
|
|
634
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;
|
|
635
690
|
}
|
|
636
|
-
declare
|
|
637
|
-
declare function export_default$F(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
691
|
+
declare function export_default$F(props: ViewEhrProps): React.JSX.Element | null;
|
|
638
692
|
|
|
639
693
|
interface SymptomSharkCalendarProps {
|
|
640
694
|
intervalStart?: Date;
|
|
@@ -802,7 +856,11 @@ interface BlankViewProps {
|
|
|
802
856
|
showCloseButton?: boolean;
|
|
803
857
|
showBackButton?: boolean;
|
|
804
858
|
colorScheme?: "auto" | "light" | "dark";
|
|
805
|
-
primaryColor?:
|
|
859
|
+
primaryColor?: ColorDefinition;
|
|
860
|
+
bodyBackgroundColor?: ColorDefinition;
|
|
861
|
+
titleColor?: ColorDefinition;
|
|
862
|
+
subtitleColor?: ColorDefinition;
|
|
863
|
+
navigationBarButtonColor?: ColorDefinition;
|
|
806
864
|
}
|
|
807
865
|
declare function export_default$q(props: BlankViewProps): React.JSX.Element;
|
|
808
866
|
|
|
@@ -814,7 +872,7 @@ interface ConnectEhrViewProps {
|
|
|
814
872
|
preview?: boolean;
|
|
815
873
|
colorScheme?: "auto" | "light" | "dark";
|
|
816
874
|
}
|
|
817
|
-
|
|
875
|
+
type ViewPresentationType$3 = "Modal" | "Push";
|
|
818
876
|
declare function export_default$p(props: ConnectEhrViewProps): React.JSX.Element;
|
|
819
877
|
|
|
820
878
|
interface DeviceDataViewProps {
|
|
@@ -831,7 +889,7 @@ interface ExternalAccountsViewProps {
|
|
|
831
889
|
preview?: boolean;
|
|
832
890
|
colorScheme?: "auto" | "light" | "dark";
|
|
833
891
|
}
|
|
834
|
-
|
|
892
|
+
type ViewPresentationType$2 = "Modal" | "Push";
|
|
835
893
|
declare function export_default$n(props: ExternalAccountsViewProps): React.JSX.Element;
|
|
836
894
|
|
|
837
895
|
interface FitbitViewProps {
|
|
@@ -884,7 +942,7 @@ interface NotificationsViewProps {
|
|
|
884
942
|
preview?: boolean;
|
|
885
943
|
colorScheme?: "auto" | "light" | "dark";
|
|
886
944
|
}
|
|
887
|
-
|
|
945
|
+
type ViewPresentationType$1 = "Modal" | "Push";
|
|
888
946
|
declare function export_default$i(props: NotificationsViewProps): React.JSX.Element;
|
|
889
947
|
|
|
890
948
|
interface SurveyTasksViewProps {
|
|
@@ -895,7 +953,7 @@ interface SurveyTasksViewProps {
|
|
|
895
953
|
preview?: boolean;
|
|
896
954
|
colorScheme?: "auto" | "light" | "dark";
|
|
897
955
|
}
|
|
898
|
-
|
|
956
|
+
type ViewPresentationType = "Modal" | "Push";
|
|
899
957
|
declare function export_default$h(props: SurveyTasksViewProps): React.JSX.Element;
|
|
900
958
|
|
|
901
959
|
interface CelebrationStepProps {
|
|
@@ -1009,4 +1067,4 @@ declare function language(key: string): string;
|
|
|
1009
1067
|
|
|
1010
1068
|
declare function getDayKey(date: Date): string;
|
|
1011
1069
|
|
|
1012
|
-
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 };
|