@careevolution/mydatahelps-ui 2.4.1-Points.6 → 2.5.1-InnerRef.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 +8 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/AppDownload/AppDownload.d.ts +1 -0
- package/dist/cjs/types/components/container/ConnectDevice/ConnectDevice.d.ts +1 -0
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.d.ts +1 -0
- package/dist/cjs/types/components/container/ConnectFitbit/ConnectFitbit.d.ts +1 -0
- package/dist/cjs/types/components/container/ConnectGarmin/ConnectGarmin.d.ts +1 -0
- package/dist/cjs/types/components/container/ConnectedDevices/ConnectedDevices.d.ts +1 -0
- package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.d.ts +1 -0
- package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +12 -0
- package/dist/cjs/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +1 -0
- package/dist/cjs/types/components/container/ExternalAccountList/ExternalAccountList.d.ts +1 -0
- package/dist/cjs/types/components/container/ExternalAccountsLoadingIndicator/ExternalAccountsLoadingIndicator.d.ts +1 -0
- package/dist/cjs/types/components/container/ExternalAccountsPreview/ExternalAccountsPreview.d.ts +1 -0
- package/dist/cjs/types/components/container/FitbitDevices/FitbitDevices.d.ts +1 -0
- package/dist/cjs/types/components/container/GarminDevices/GarminDevices.d.ts +1 -0
- package/dist/cjs/types/components/container/HealthPreviewSection/HealthPreviewSection.d.ts +1 -0
- package/dist/cjs/types/components/container/LabResultsSummary/LabResultsSummary.d.ts +1 -0
- package/dist/cjs/types/components/container/MostRecentNotification/MostRecentNotification.d.ts +1 -0
- package/dist/cjs/types/components/container/NotificationList/NotificationList.d.ts +1 -0
- package/dist/cjs/types/components/container/PlatformSpecificContent/PlatformSpecificContent.d.ts +1 -0
- package/dist/cjs/types/components/container/ProjectHeader/ProjectHeader.d.ts +1 -0
- package/dist/cjs/types/components/container/ProjectSupport/ProjectSupport.d.ts +1 -0
- package/dist/cjs/types/components/container/ProviderSearch/ProviderSearch.d.ts +1 -0
- package/dist/cjs/types/components/container/RelativeActivityToday/RelativeActivityToday.d.ts +1 -0
- package/dist/cjs/types/components/container/RestingHeartRateCalendar/RestingHeartRateCalendar.d.ts +1 -0
- package/dist/cjs/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Action/Action.d.ts +1 -0
- package/dist/cjs/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Button/Button.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Calendar/Calendar.d.ts +1 -0
- package/dist/cjs/types/components/presentational/CardTitle/CardTitle.d.ts +1 -0
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +1 -0
- package/dist/cjs/types/components/presentational/DateRangeNavigator/DateRangeNavigator.d.ts +1 -0
- package/dist/cjs/types/components/presentational/DayTrackerSymbol/DayTrackerSymbol.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Face/Face.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Histogram/Histogram.d.ts +1 -0
- package/dist/cjs/types/components/presentational/LabResultWithSparkline/LabResultWithSparkline.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Layout/Layout.d.ts +1 -0
- package/dist/cjs/types/components/presentational/LoadingIndicator/LoadingIndicator.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SegmentedControl/SegmentedControl.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SingleExternalAccount/SingleExternalAccount.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SingleNotification/SingleNotification.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +1 -0
- package/dist/cjs/types/components/presentational/StatusBarBackground/StatusBarBackground.d.ts +1 -0
- package/dist/cjs/types/components/presentational/Switch/Switch.d.ts +1 -0
- package/dist/cjs/types/components/presentational/TextBlock/TextBlock.d.ts +1 -0
- package/dist/cjs/types/components/presentational/UnstyledButton/UnstyledButton.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +0 -1
- package/dist/cjs/types/components/view/index.d.ts +0 -1
- package/dist/cjs/types/helpers/daily-data-providers/combined-steps.d.ts +1 -3
- package/dist/esm/index.js +9 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/AppDownload/AppDownload.d.ts +1 -0
- package/dist/esm/types/components/container/ConnectDevice/ConnectDevice.d.ts +1 -0
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.d.ts +1 -0
- package/dist/esm/types/components/container/ConnectFitbit/ConnectFitbit.d.ts +1 -0
- package/dist/esm/types/components/container/ConnectGarmin/ConnectGarmin.d.ts +1 -0
- package/dist/esm/types/components/container/ConnectedDevices/ConnectedDevices.d.ts +1 -0
- package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.d.ts +1 -0
- package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +12 -0
- package/dist/esm/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +1 -0
- package/dist/esm/types/components/container/ExternalAccountList/ExternalAccountList.d.ts +1 -0
- package/dist/esm/types/components/container/ExternalAccountsLoadingIndicator/ExternalAccountsLoadingIndicator.d.ts +1 -0
- package/dist/esm/types/components/container/ExternalAccountsPreview/ExternalAccountsPreview.d.ts +1 -0
- package/dist/esm/types/components/container/FitbitDevices/FitbitDevices.d.ts +1 -0
- package/dist/esm/types/components/container/GarminDevices/GarminDevices.d.ts +1 -0
- package/dist/esm/types/components/container/HealthPreviewSection/HealthPreviewSection.d.ts +1 -0
- package/dist/esm/types/components/container/LabResultsSummary/LabResultsSummary.d.ts +1 -0
- package/dist/esm/types/components/container/MostRecentNotification/MostRecentNotification.d.ts +1 -0
- package/dist/esm/types/components/container/NotificationList/NotificationList.d.ts +1 -0
- package/dist/esm/types/components/container/PlatformSpecificContent/PlatformSpecificContent.d.ts +1 -0
- package/dist/esm/types/components/container/ProjectHeader/ProjectHeader.d.ts +1 -0
- package/dist/esm/types/components/container/ProjectSupport/ProjectSupport.d.ts +1 -0
- package/dist/esm/types/components/container/ProviderSearch/ProviderSearch.d.ts +1 -0
- package/dist/esm/types/components/container/RelativeActivityToday/RelativeActivityToday.d.ts +1 -0
- package/dist/esm/types/components/container/RestingHeartRateCalendar/RestingHeartRateCalendar.d.ts +1 -0
- package/dist/esm/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +1 -0
- package/dist/esm/types/components/presentational/Action/Action.d.ts +1 -0
- package/dist/esm/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +1 -0
- package/dist/esm/types/components/presentational/Button/Button.d.ts +1 -0
- package/dist/esm/types/components/presentational/Calendar/Calendar.d.ts +1 -0
- package/dist/esm/types/components/presentational/CardTitle/CardTitle.d.ts +1 -0
- package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +1 -0
- package/dist/esm/types/components/presentational/DateRangeNavigator/DateRangeNavigator.d.ts +1 -0
- package/dist/esm/types/components/presentational/DayTrackerSymbol/DayTrackerSymbol.d.ts +1 -0
- package/dist/esm/types/components/presentational/Face/Face.d.ts +1 -0
- package/dist/esm/types/components/presentational/Histogram/Histogram.d.ts +1 -0
- package/dist/esm/types/components/presentational/LabResultWithSparkline/LabResultWithSparkline.d.ts +1 -0
- package/dist/esm/types/components/presentational/Layout/Layout.d.ts +1 -0
- package/dist/esm/types/components/presentational/LoadingIndicator/LoadingIndicator.d.ts +1 -0
- package/dist/esm/types/components/presentational/SegmentedControl/SegmentedControl.d.ts +1 -0
- package/dist/esm/types/components/presentational/SingleExternalAccount/SingleExternalAccount.d.ts +1 -0
- package/dist/esm/types/components/presentational/SingleNotification/SingleNotification.d.ts +1 -0
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +1 -0
- package/dist/esm/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +1 -0
- package/dist/esm/types/components/presentational/StatusBarBackground/StatusBarBackground.d.ts +1 -0
- package/dist/esm/types/components/presentational/Switch/Switch.d.ts +1 -0
- package/dist/esm/types/components/presentational/TextBlock/TextBlock.d.ts +1 -0
- package/dist/esm/types/components/presentational/UnstyledButton/UnstyledButton.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +0 -1
- package/dist/esm/types/components/view/index.d.ts +0 -1
- package/dist/esm/types/helpers/daily-data-providers/combined-steps.d.ts +1 -3
- package/dist/index.d.ts +104 -87
- package/package.json +1 -1
- package/dist/cjs/types/components/presentational/AnimatedRing/AnimatedRing.d.ts +0 -8
- package/dist/cjs/types/components/presentational/AnimatedRing/AnimatedRing.stories.d.ts +0 -24
- package/dist/cjs/types/components/presentational/AnimatedRing/index.d.ts +0 -1
- package/dist/cjs/types/components/view/NewPointsView/NewPointsView.d.ts +0 -20
- package/dist/cjs/types/components/view/NewPointsView/NewPointsView.stories.d.ts +0 -192
- package/dist/cjs/types/components/view/NewPointsView/index.d.ts +0 -1
- package/dist/esm/types/components/presentational/AnimatedRing/AnimatedRing.d.ts +0 -8
- package/dist/esm/types/components/presentational/AnimatedRing/AnimatedRing.stories.d.ts +0 -24
- package/dist/esm/types/components/presentational/AnimatedRing/index.d.ts +0 -1
- package/dist/esm/types/components/view/NewPointsView/NewPointsView.d.ts +0 -20
- package/dist/esm/types/components/view/NewPointsView/NewPointsView.stories.d.ts +0 -192
- package/dist/esm/types/components/view/NewPointsView/index.d.ts +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactElement, MouseEventHandler
|
|
1
|
+
import React, { ReactElement, MouseEventHandler } from 'react';
|
|
2
2
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
3
3
|
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, ExternalAccountStatus, NotificationType, ExternalAccountProvider, SurveyTaskStatus } from '@careevolution/mydatahelps-js';
|
|
4
4
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
@@ -15,8 +15,9 @@ interface ActionProps {
|
|
|
15
15
|
indicatorValue?: string;
|
|
16
16
|
indicatorPosition?: "default" | "topRight";
|
|
17
17
|
bottomBorder?: boolean;
|
|
18
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
18
19
|
}
|
|
19
|
-
declare function export_default$
|
|
20
|
+
declare function export_default$1b(props: ActionProps): React.JSX.Element;
|
|
20
21
|
|
|
21
22
|
interface ActivityMeterProps {
|
|
22
23
|
label: string;
|
|
@@ -27,8 +28,9 @@ interface ActivityMeterProps {
|
|
|
27
28
|
color: string;
|
|
28
29
|
message?: string;
|
|
29
30
|
className?: string;
|
|
31
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
30
32
|
}
|
|
31
|
-
declare function export_default$
|
|
33
|
+
declare function export_default$1a(props: ActivityMeterProps): React.JSX.Element;
|
|
32
34
|
|
|
33
35
|
interface ButtonProps {
|
|
34
36
|
children?: React.ReactNode;
|
|
@@ -42,16 +44,18 @@ interface ButtonProps {
|
|
|
42
44
|
color?: string;
|
|
43
45
|
loading?: boolean;
|
|
44
46
|
variant?: "default" | "subtle" | "light";
|
|
47
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
45
48
|
}
|
|
46
|
-
declare function export_default$
|
|
49
|
+
declare function export_default$19(props: ButtonProps): React.JSX.Element;
|
|
47
50
|
|
|
48
51
|
interface CalendarProps {
|
|
49
52
|
month: number;
|
|
50
53
|
year: number;
|
|
51
54
|
dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
|
|
52
55
|
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
56
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
53
57
|
}
|
|
54
|
-
declare function export_default$
|
|
58
|
+
declare function export_default$18(props: CalendarProps): React.JSX.Element;
|
|
55
59
|
|
|
56
60
|
interface CardProps {
|
|
57
61
|
className?: string;
|
|
@@ -59,14 +63,15 @@ interface CardProps {
|
|
|
59
63
|
allowOverflow?: boolean;
|
|
60
64
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
61
65
|
}
|
|
62
|
-
declare function export_default$
|
|
66
|
+
declare function export_default$17(props: CardProps): React.JSX.Element | null;
|
|
63
67
|
|
|
64
68
|
interface CardTitleProps {
|
|
65
69
|
title: string;
|
|
66
70
|
onDetailClick?: Function;
|
|
67
71
|
detailLinkText?: string;
|
|
72
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
68
73
|
}
|
|
69
|
-
declare function export_default$
|
|
74
|
+
declare function export_default$16(props: CardTitleProps): React.JSX.Element;
|
|
70
75
|
|
|
71
76
|
declare type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
72
77
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -77,6 +82,7 @@ interface DateRangeCoordinatorProps {
|
|
|
77
82
|
weekStartsOn?: WeekStartsOn;
|
|
78
83
|
variant?: "default" | "rounded";
|
|
79
84
|
children: React.ReactNode;
|
|
85
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
80
86
|
}
|
|
81
87
|
declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
|
|
82
88
|
|
|
@@ -86,23 +92,26 @@ interface DateRangeNavigatorProps {
|
|
|
86
92
|
variant?: "default" | "rounded";
|
|
87
93
|
onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
|
|
88
94
|
className?: string;
|
|
95
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
89
96
|
}
|
|
90
|
-
declare function export_default$
|
|
97
|
+
declare function export_default$15(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
91
98
|
|
|
92
99
|
interface DayTrackerSymbolProps {
|
|
93
100
|
primaryColors: string[];
|
|
94
101
|
secondaryColors: string[];
|
|
95
102
|
className?: string;
|
|
103
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
96
104
|
}
|
|
97
|
-
declare function export_default$
|
|
105
|
+
declare function export_default$14(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
98
106
|
|
|
99
107
|
interface FaceProps {
|
|
100
108
|
faceValue?: number;
|
|
101
109
|
selected?: boolean;
|
|
102
110
|
onClick?: MouseEventHandler;
|
|
103
111
|
className?: string;
|
|
112
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
104
113
|
}
|
|
105
|
-
declare function export_default$
|
|
114
|
+
declare function export_default$13(props: FaceProps): React.JSX.Element;
|
|
106
115
|
|
|
107
116
|
interface HistogramProps {
|
|
108
117
|
entries: {
|
|
@@ -112,8 +121,9 @@ interface HistogramProps {
|
|
|
112
121
|
onSelect?(): void;
|
|
113
122
|
}[];
|
|
114
123
|
className?: string;
|
|
124
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
115
125
|
}
|
|
116
|
-
declare function export_default$
|
|
126
|
+
declare function export_default$12(props: HistogramProps): React.JSX.Element;
|
|
117
127
|
|
|
118
128
|
interface LayoutProps {
|
|
119
129
|
children?: React.ReactNode;
|
|
@@ -127,18 +137,20 @@ interface LayoutProps {
|
|
|
127
137
|
* @deprecated
|
|
128
138
|
*/
|
|
129
139
|
stylesheetPath?: string;
|
|
140
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
130
141
|
}
|
|
131
142
|
interface LayoutContext {
|
|
132
143
|
colorScheme: "light" | "dark";
|
|
133
144
|
bodyBackgroundColor: string;
|
|
134
145
|
}
|
|
135
146
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
136
|
-
declare function export_default$
|
|
147
|
+
declare function export_default$11(props: LayoutProps): React.JSX.Element;
|
|
137
148
|
|
|
138
149
|
interface LoadingIndicatorProps {
|
|
139
150
|
variant?: "default" | "inline";
|
|
140
151
|
color?: string;
|
|
141
152
|
className?: string;
|
|
153
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
142
154
|
}
|
|
143
155
|
declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
|
|
144
156
|
|
|
@@ -153,7 +165,7 @@ interface NavigationBarProps {
|
|
|
153
165
|
className?: string;
|
|
154
166
|
variant?: "default" | "compressed";
|
|
155
167
|
}
|
|
156
|
-
declare function export_default$
|
|
168
|
+
declare function export_default$10(props: NavigationBarProps): React.JSX.Element;
|
|
157
169
|
|
|
158
170
|
interface SectionProps {
|
|
159
171
|
children?: React.ReactNode;
|
|
@@ -161,7 +173,7 @@ interface SectionProps {
|
|
|
161
173
|
noTopMargin?: boolean;
|
|
162
174
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
163
175
|
}
|
|
164
|
-
declare function export_default
|
|
176
|
+
declare function export_default$$(props: SectionProps): React.JSX.Element | null;
|
|
165
177
|
|
|
166
178
|
interface SegmentedControlProps {
|
|
167
179
|
segments: {
|
|
@@ -172,58 +184,66 @@ interface SegmentedControlProps {
|
|
|
172
184
|
onSegmentSelected: Function;
|
|
173
185
|
className?: string;
|
|
174
186
|
color?: string;
|
|
187
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
175
188
|
}
|
|
176
|
-
declare function export_default$
|
|
189
|
+
declare function export_default$_(props: SegmentedControlProps): React.JSX.Element;
|
|
177
190
|
|
|
178
|
-
declare function export_default
|
|
191
|
+
declare function export_default$Z(): React.JSX.Element;
|
|
179
192
|
|
|
180
193
|
interface SingleExternalAccountProps {
|
|
181
194
|
externalAccount: ExternalAccount;
|
|
182
195
|
onAccountRemoved: (account: ExternalAccount) => void;
|
|
183
196
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
197
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
184
198
|
}
|
|
185
|
-
declare function export_default$
|
|
199
|
+
declare function export_default$Y(props: SingleExternalAccountProps): React.JSX.Element;
|
|
186
200
|
|
|
187
201
|
interface SingleNotificationProps {
|
|
188
202
|
notification: Notification;
|
|
203
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
189
204
|
}
|
|
190
|
-
declare function export_default$
|
|
205
|
+
declare function export_default$X(props: SingleNotificationProps): React.JSX.Element;
|
|
191
206
|
|
|
192
207
|
interface SingleSurveyTaskProps {
|
|
193
208
|
task: SurveyTask;
|
|
194
209
|
descriptionIcon?: IconDefinition$1;
|
|
195
210
|
disableClick?: boolean;
|
|
211
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
196
212
|
}
|
|
197
|
-
declare function export_default$
|
|
213
|
+
declare function export_default$W(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
198
214
|
|
|
199
215
|
interface SparkBarChartProps {
|
|
200
216
|
averageFillPercent: number;
|
|
201
217
|
bars: SparkBarChartBar[];
|
|
218
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
202
219
|
}
|
|
203
220
|
interface SparkBarChartBar {
|
|
204
221
|
color: string;
|
|
205
222
|
barFillPercent: number;
|
|
206
223
|
}
|
|
207
|
-
declare function export_default$
|
|
224
|
+
declare function export_default$V(props: SparkBarChartProps): React.JSX.Element;
|
|
208
225
|
|
|
209
226
|
interface SwitchProps {
|
|
210
227
|
isOn: Boolean;
|
|
211
228
|
onBackgroundColor?: string;
|
|
212
229
|
onValueChanged(value: boolean): void;
|
|
213
230
|
className?: string;
|
|
231
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
214
232
|
}
|
|
215
|
-
declare function export_default$
|
|
233
|
+
declare function export_default$U(props: SwitchProps): React.JSX.Element;
|
|
216
234
|
|
|
217
235
|
interface StatusBarBackgroundProps {
|
|
218
236
|
color?: string;
|
|
237
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
219
238
|
}
|
|
220
239
|
declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
|
|
221
240
|
|
|
222
241
|
interface TextBlockProps {
|
|
223
242
|
children?: React.ReactNode;
|
|
224
243
|
className?: string;
|
|
244
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
225
245
|
}
|
|
226
|
-
declare function export_default$
|
|
246
|
+
declare function export_default$T(props: TextBlockProps): React.JSX.Element | null;
|
|
227
247
|
|
|
228
248
|
interface TrackerItemProps {
|
|
229
249
|
selected: boolean;
|
|
@@ -234,7 +254,7 @@ interface TrackerItemProps {
|
|
|
234
254
|
onClick?: Function;
|
|
235
255
|
className?: string;
|
|
236
256
|
}
|
|
237
|
-
declare function export_default$
|
|
257
|
+
declare function export_default$S(props: TrackerItemProps): React.JSX.Element;
|
|
238
258
|
|
|
239
259
|
interface UnstyledButtonProps {
|
|
240
260
|
onClick: MouseEventHandler;
|
|
@@ -243,14 +263,15 @@ interface UnstyledButtonProps {
|
|
|
243
263
|
title?: string;
|
|
244
264
|
style?: React.CSSProperties;
|
|
245
265
|
disabled?: boolean;
|
|
266
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
246
267
|
}
|
|
247
|
-
declare function export_default$
|
|
268
|
+
declare function export_default$R(props: UnstyledButtonProps): React.JSX.Element;
|
|
248
269
|
|
|
249
270
|
interface ViewHeaderProps {
|
|
250
271
|
title?: string;
|
|
251
272
|
subtitle?: string;
|
|
252
273
|
}
|
|
253
|
-
declare function export_default$
|
|
274
|
+
declare function export_default$Q(props: ViewHeaderProps): React.JSX.Element | null;
|
|
254
275
|
|
|
255
276
|
interface WeekCalendarProps {
|
|
256
277
|
selectedDate?: Date;
|
|
@@ -261,48 +282,45 @@ interface WeekCalendarProps {
|
|
|
261
282
|
onStartDateChange?(startDate: Date): void;
|
|
262
283
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
263
284
|
}
|
|
264
|
-
declare function export_default$
|
|
265
|
-
|
|
266
|
-
interface AnimatedRingProps {
|
|
267
|
-
children: React.ReactNode;
|
|
268
|
-
style?: CSSProperties;
|
|
269
|
-
color?: string;
|
|
270
|
-
}
|
|
271
|
-
declare function export_default$Q(props: AnimatedRingProps): React.JSX.Element;
|
|
285
|
+
declare function export_default$P(props: WeekCalendarProps): React.JSX.Element;
|
|
272
286
|
|
|
273
287
|
interface AppDownloadProps {
|
|
274
288
|
previewProjectPlatforms?: string[];
|
|
275
289
|
previewDevicePlatform?: string;
|
|
290
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
276
291
|
}
|
|
277
|
-
declare function export_default$
|
|
292
|
+
declare function export_default$O(props: AppDownloadProps): React.JSX.Element | null;
|
|
278
293
|
|
|
279
294
|
interface ConnectEhrProps {
|
|
280
295
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
281
296
|
previewState?: ConnectEhrPreviewState;
|
|
282
297
|
disabledBehavior?: 'hide' | 'displayError';
|
|
283
298
|
bottomBorder?: boolean;
|
|
299
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
284
300
|
}
|
|
285
301
|
declare type ConnectEhrApplicationUrl = "preview" | string;
|
|
286
302
|
declare type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
287
|
-
declare function export_default$
|
|
303
|
+
declare function export_default$N(props: ConnectEhrProps): React.JSX.Element | null;
|
|
288
304
|
|
|
289
305
|
interface ConnectFitbitProps {
|
|
290
306
|
title?: string;
|
|
291
307
|
fitbitProviderID?: number;
|
|
292
308
|
previewState?: ConnectFitbitPreviewState;
|
|
293
309
|
disabledBehavior?: 'hide' | 'displayError';
|
|
310
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
294
311
|
}
|
|
295
312
|
declare type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
296
|
-
declare function export_default$
|
|
313
|
+
declare function export_default$M(props: ConnectFitbitProps): React.JSX.Element;
|
|
297
314
|
|
|
298
315
|
interface ConnectGarminProps {
|
|
299
316
|
title?: string;
|
|
300
317
|
garminProviderID?: number;
|
|
301
318
|
previewState?: ConnectGarminPreviewState;
|
|
302
319
|
disabledBehavior?: 'hide' | 'displayError';
|
|
320
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
303
321
|
}
|
|
304
322
|
declare type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
305
|
-
declare function export_default$
|
|
323
|
+
declare function export_default$L(props: ConnectGarminProps): React.JSX.Element;
|
|
306
324
|
|
|
307
325
|
declare type DailyDataQueryResult = {
|
|
308
326
|
[key: string]: number;
|
|
@@ -380,6 +398,7 @@ interface DailyDataChartProps {
|
|
|
380
398
|
options?: LineChartOptions | BarChartOptions | AreaChartOptions;
|
|
381
399
|
hideIfNoData?: boolean;
|
|
382
400
|
previewDataProvider?: DailyDataProvider;
|
|
401
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
383
402
|
}
|
|
384
403
|
interface LineChartOptions {
|
|
385
404
|
lineColor?: string;
|
|
@@ -402,6 +421,7 @@ interface DeviceDataMonthChartProps {
|
|
|
402
421
|
title?: string;
|
|
403
422
|
previewState?: DeviceDataMonthChartPreviewState;
|
|
404
423
|
onDataDetected?: Function;
|
|
424
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
405
425
|
}
|
|
406
426
|
interface DeviceDataChartLine {
|
|
407
427
|
label: string;
|
|
@@ -410,27 +430,29 @@ interface DeviceDataChartLine {
|
|
|
410
430
|
showAverage?: boolean;
|
|
411
431
|
}
|
|
412
432
|
declare type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
413
|
-
declare function export_default$
|
|
433
|
+
declare function export_default$K(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
414
434
|
|
|
415
435
|
interface DeviceDataMonthChartsProps {
|
|
416
436
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
417
437
|
}
|
|
418
438
|
declare type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
419
|
-
declare function export_default$
|
|
439
|
+
declare function export_default$J(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
420
440
|
|
|
421
441
|
interface ExternalAccountListProps {
|
|
422
442
|
externalAccountProviderCategories?: string[];
|
|
423
443
|
previewState?: NotificationListPreviewState$1;
|
|
424
444
|
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
445
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
425
446
|
}
|
|
426
447
|
declare type NotificationListPreviewState$1 = "Default";
|
|
427
|
-
declare function export_default$
|
|
448
|
+
declare function export_default$I(props: ExternalAccountListProps): React.JSX.Element;
|
|
428
449
|
|
|
429
450
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
430
451
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
431
452
|
externalAccountCategories?: string[];
|
|
453
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
432
454
|
}
|
|
433
|
-
declare function export_default$
|
|
455
|
+
declare function export_default$H(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
434
456
|
|
|
435
457
|
interface ExternalAccountsPreviewProps {
|
|
436
458
|
excludeProviders?: boolean;
|
|
@@ -438,34 +460,37 @@ interface ExternalAccountsPreviewProps {
|
|
|
438
460
|
excludeDeviceManufacturers?: boolean;
|
|
439
461
|
applicationUrl: ExternalAccountsApplicationUrl;
|
|
440
462
|
previewState?: ExternalAccountsPreviewPreviewState;
|
|
463
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
441
464
|
}
|
|
442
465
|
declare type ExternalAccountsApplicationUrl = "preview" | string;
|
|
443
466
|
declare type ExternalAccountsPreviewPreviewState = "Default";
|
|
444
|
-
declare function export_default$
|
|
467
|
+
declare function export_default$G(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
445
468
|
|
|
446
469
|
declare type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
447
470
|
|
|
448
471
|
interface FitbitDevicesProps {
|
|
449
472
|
previewState?: ConnectedDevicesPreviewState;
|
|
473
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
450
474
|
}
|
|
451
|
-
declare function export_default$
|
|
475
|
+
declare function export_default$F(props: FitbitDevicesProps): React.JSX.Element;
|
|
452
476
|
|
|
453
477
|
declare type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
454
478
|
|
|
455
479
|
interface FitbitMonthChartsProps {
|
|
456
480
|
previewState?: MonthChartsPreviewState;
|
|
457
481
|
}
|
|
458
|
-
declare function export_default$
|
|
482
|
+
declare function export_default$E(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
459
483
|
|
|
460
484
|
interface GarminDevicesProps {
|
|
461
485
|
previewState?: ConnectedDevicesPreviewState;
|
|
486
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
462
487
|
}
|
|
463
|
-
declare function export_default$
|
|
488
|
+
declare function export_default$D(props: GarminDevicesProps): React.JSX.Element;
|
|
464
489
|
|
|
465
490
|
interface GarminMonthChartsProps {
|
|
466
491
|
previewState?: MonthChartsPreviewState;
|
|
467
492
|
}
|
|
468
|
-
declare function export_default$
|
|
493
|
+
declare function export_default$C(props: GarminMonthChartsProps): React.JSX.Element;
|
|
469
494
|
|
|
470
495
|
declare type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
471
496
|
interface HealthPreviewSectionProps {
|
|
@@ -473,8 +498,9 @@ interface HealthPreviewSectionProps {
|
|
|
473
498
|
onClick(): void;
|
|
474
499
|
previewState?: "NoData" | "Default";
|
|
475
500
|
indicatorPosition?: "default" | "topRight";
|
|
501
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
476
502
|
}
|
|
477
|
-
declare function export_default$
|
|
503
|
+
declare function export_default$B(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
478
504
|
|
|
479
505
|
interface TermInformation {
|
|
480
506
|
TermFamily: string;
|
|
@@ -486,57 +512,65 @@ interface LabResultsSummaryProps {
|
|
|
486
512
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
487
513
|
onClick(): void;
|
|
488
514
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
515
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
489
516
|
}
|
|
490
|
-
declare function export_default$
|
|
517
|
+
declare function export_default$A(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
491
518
|
|
|
492
519
|
interface MostRecentNotificationProps {
|
|
493
520
|
notificationType?: NotificationType;
|
|
494
521
|
onViewMore?: Function;
|
|
495
522
|
hideAfterHours?: number;
|
|
496
523
|
previewState?: MostRecentNotificationPreviewState;
|
|
524
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
497
525
|
}
|
|
498
526
|
declare type MostRecentNotificationPreviewState = "Default";
|
|
499
|
-
declare function export_default$
|
|
527
|
+
declare function export_default$z(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
500
528
|
|
|
501
529
|
interface NotificationListProps {
|
|
502
530
|
notificationType?: NotificationType;
|
|
503
531
|
previewState?: NotificationListPreviewState;
|
|
532
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
504
533
|
}
|
|
505
534
|
declare type NotificationListPreviewState = "Default" | "NoData";
|
|
506
|
-
declare function export_default$
|
|
535
|
+
declare function export_default$y(props: NotificationListProps): React.JSX.Element;
|
|
507
536
|
|
|
508
537
|
interface PlatformSpecificContentProps {
|
|
509
538
|
platforms: string[];
|
|
510
539
|
children?: React.ReactNode;
|
|
511
540
|
previewDevicePlatform?: string;
|
|
541
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
512
542
|
}
|
|
513
|
-
declare function export_default$
|
|
543
|
+
declare function export_default$x(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
514
544
|
|
|
515
545
|
interface ProjectHeaderProps {
|
|
516
546
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
547
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
517
548
|
}
|
|
518
549
|
declare type ProjectHeaderPropsPreviewState = "Default";
|
|
519
|
-
declare function export_default$
|
|
550
|
+
declare function export_default$w(props: ProjectHeaderProps): React.JSX.Element;
|
|
520
551
|
|
|
521
552
|
interface ProjectSupportProps {
|
|
522
553
|
previewState?: ProjectSupportPropsPreviewState;
|
|
554
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
523
555
|
}
|
|
524
556
|
declare type ProjectSupportPropsPreviewState = "Default";
|
|
525
|
-
declare function export_default$
|
|
557
|
+
declare function export_default$v(props: ProjectSupportProps): React.JSX.Element | null;
|
|
526
558
|
|
|
527
559
|
interface ProviderSearchProps {
|
|
528
560
|
previewState?: ProviderSearchPreviewState;
|
|
529
561
|
providerCategories?: string[];
|
|
530
562
|
openNewWindow?: boolean;
|
|
531
563
|
onProviderSelected?: (provider: ExternalAccountProvider) => void;
|
|
564
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
532
565
|
}
|
|
533
566
|
declare type ProviderSearchPreviewState = "Default";
|
|
534
|
-
declare function export_default$
|
|
567
|
+
declare function export_default$u(props: ProviderSearchProps): React.JSX.Element;
|
|
535
568
|
|
|
536
569
|
interface RelativeActivityTodayProps {
|
|
537
570
|
dataTypes: RelativeActivityDataType[];
|
|
538
571
|
previewState?: "Default";
|
|
539
572
|
title?: string;
|
|
573
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
540
574
|
}
|
|
541
575
|
interface RelativeActivityDataType {
|
|
542
576
|
dailyDataType: string;
|
|
@@ -545,15 +579,16 @@ interface RelativeActivityDataType {
|
|
|
545
579
|
color: string;
|
|
546
580
|
formatter: (number: number) => string;
|
|
547
581
|
}
|
|
548
|
-
declare function export_default$
|
|
582
|
+
declare function export_default$t(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
549
583
|
|
|
550
584
|
declare type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
551
585
|
interface RestingHeartRateCalendarProps {
|
|
552
586
|
month: number;
|
|
553
587
|
year: number;
|
|
554
588
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
589
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
555
590
|
}
|
|
556
|
-
declare function export_default$
|
|
591
|
+
declare function export_default$s(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
557
592
|
|
|
558
593
|
interface SurveyTaskListProps {
|
|
559
594
|
status: SurveyTaskStatus;
|
|
@@ -563,9 +598,10 @@ interface SurveyTaskListProps {
|
|
|
563
598
|
onDetailLinkClick?: Function;
|
|
564
599
|
previewState?: SurveyTaskListListPreviewState;
|
|
565
600
|
variant?: "noCard" | "singleCard" | "multiCard";
|
|
601
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
566
602
|
}
|
|
567
603
|
declare type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
568
|
-
declare function export_default$
|
|
604
|
+
declare function export_default$r(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
569
605
|
|
|
570
606
|
interface BlankViewProps {
|
|
571
607
|
children?: React.ReactNode;
|
|
@@ -576,7 +612,7 @@ interface BlankViewProps {
|
|
|
576
612
|
colorScheme?: "auto" | "light" | "dark";
|
|
577
613
|
primaryColor?: string;
|
|
578
614
|
}
|
|
579
|
-
declare function export_default$
|
|
615
|
+
declare function export_default$q(props: BlankViewProps): React.JSX.Element;
|
|
580
616
|
|
|
581
617
|
interface ConnectEhrViewProps {
|
|
582
618
|
externalAccountsApplicationUrl: ExternalAccountsApplicationUrl;
|
|
@@ -587,13 +623,13 @@ interface ConnectEhrViewProps {
|
|
|
587
623
|
colorScheme?: "auto" | "light" | "dark";
|
|
588
624
|
}
|
|
589
625
|
declare type ViewPresentationType$3 = "Modal" | "Push";
|
|
590
|
-
declare function export_default$
|
|
626
|
+
declare function export_default$p(props: ConnectEhrViewProps): React.JSX.Element;
|
|
591
627
|
|
|
592
628
|
interface DeviceDataViewProps {
|
|
593
629
|
preview?: boolean;
|
|
594
630
|
colorScheme?: "auto" | "light" | "dark";
|
|
595
631
|
}
|
|
596
|
-
declare function export_default$
|
|
632
|
+
declare function export_default$o(props: DeviceDataViewProps): React.JSX.Element;
|
|
597
633
|
|
|
598
634
|
interface ExternalAccountsViewProps {
|
|
599
635
|
excludeProviders?: boolean;
|
|
@@ -604,7 +640,7 @@ interface ExternalAccountsViewProps {
|
|
|
604
640
|
colorScheme?: "auto" | "light" | "dark";
|
|
605
641
|
}
|
|
606
642
|
declare type ViewPresentationType$2 = "Modal" | "Push";
|
|
607
|
-
declare function export_default$
|
|
643
|
+
declare function export_default$n(props: ExternalAccountsViewProps): React.JSX.Element;
|
|
608
644
|
|
|
609
645
|
interface FitbitViewProps {
|
|
610
646
|
connectPreview?: ConnectFitbitPreviewState;
|
|
@@ -612,7 +648,7 @@ interface FitbitViewProps {
|
|
|
612
648
|
chartsPreview?: MonthChartsPreviewState;
|
|
613
649
|
colorScheme?: "auto" | "light" | "dark";
|
|
614
650
|
}
|
|
615
|
-
declare function export_default$
|
|
651
|
+
declare function export_default$m(props: FitbitViewProps): React.JSX.Element;
|
|
616
652
|
|
|
617
653
|
interface GarminViewProps {
|
|
618
654
|
connectPreview?: ConnectGarminPreviewState;
|
|
@@ -620,7 +656,7 @@ interface GarminViewProps {
|
|
|
620
656
|
chartsPreview?: MonthChartsPreviewState;
|
|
621
657
|
garminProviderID?: number;
|
|
622
658
|
}
|
|
623
|
-
declare function export_default$
|
|
659
|
+
declare function export_default$l(props: GarminViewProps): React.JSX.Element;
|
|
624
660
|
|
|
625
661
|
interface HomeViewProps {
|
|
626
662
|
/**
|
|
@@ -639,7 +675,7 @@ interface HomeViewProps {
|
|
|
639
675
|
preview?: boolean;
|
|
640
676
|
colorScheme?: "auto" | "light" | "dark";
|
|
641
677
|
}
|
|
642
|
-
declare function export_default$
|
|
678
|
+
declare function export_default$k(props: HomeViewProps): React.JSX.Element;
|
|
643
679
|
|
|
644
680
|
interface HealthAndWellnessViewProps {
|
|
645
681
|
previewState?: "default";
|
|
@@ -648,7 +684,7 @@ interface HealthAndWellnessViewProps {
|
|
|
648
684
|
externalAccountsApplicationUrl: string;
|
|
649
685
|
variant?: "default" | "cardBased";
|
|
650
686
|
}
|
|
651
|
-
declare function export_default$
|
|
687
|
+
declare function export_default$j(props: HealthAndWellnessViewProps): React.JSX.Element;
|
|
652
688
|
|
|
653
689
|
interface NotificationsViewProps {
|
|
654
690
|
notificationType?: NotificationType;
|
|
@@ -657,7 +693,7 @@ interface NotificationsViewProps {
|
|
|
657
693
|
colorScheme?: "auto" | "light" | "dark";
|
|
658
694
|
}
|
|
659
695
|
declare type ViewPresentationType$1 = "Modal" | "Push";
|
|
660
|
-
declare function export_default$
|
|
696
|
+
declare function export_default$i(props: NotificationsViewProps): React.JSX.Element;
|
|
661
697
|
|
|
662
698
|
interface SurveyTasksViewProps {
|
|
663
699
|
hideCompleteTasks?: boolean;
|
|
@@ -668,26 +704,7 @@ interface SurveyTasksViewProps {
|
|
|
668
704
|
colorScheme?: "auto" | "light" | "dark";
|
|
669
705
|
}
|
|
670
706
|
declare type ViewPresentationType = "Modal" | "Push";
|
|
671
|
-
declare function export_default$
|
|
672
|
-
|
|
673
|
-
interface NewPointsEntry {
|
|
674
|
-
name: string;
|
|
675
|
-
points: number;
|
|
676
|
-
bonusPoints?: number;
|
|
677
|
-
message?: {
|
|
678
|
-
title: string;
|
|
679
|
-
text: string;
|
|
680
|
-
};
|
|
681
|
-
}
|
|
682
|
-
interface NewPointsViewProps {
|
|
683
|
-
entries: NewPointsEntry[];
|
|
684
|
-
pointsToNextReward?: number;
|
|
685
|
-
colorScheme?: 'auto' | 'light' | 'dark';
|
|
686
|
-
primaryColor?: string;
|
|
687
|
-
doneButtonText?: string;
|
|
688
|
-
}
|
|
689
|
-
declare function export_default$h(props: NewPointsViewProps): React.JSX.Element;
|
|
690
|
-
declare function showNewPoints(props: NewPointsViewProps, url?: string): void;
|
|
707
|
+
declare function export_default$h(props: SurveyTasksViewProps): React.JSX.Element;
|
|
691
708
|
|
|
692
709
|
interface CelebrationStepProps {
|
|
693
710
|
title?: string;
|
|
@@ -798,4 +815,4 @@ declare function language(key: string): string;
|
|
|
798
815
|
|
|
799
816
|
declare function getDayKey(date: Date): string;
|
|
800
817
|
|
|
801
|
-
export { export_default$
|
|
818
|
+
export { export_default$1b as Action, export_default$1a as ActivityMeter, export_default$O as AppDownload, AreaChartOptions, BarChartOptions, export_default$q as BlankView, export_default$19 as Button, export_default$18 as Calendar, export_default$17 as Card, export_default$16 as CardTitle, export_default$g as CelebrationStep, export_default$f as CelebrationStepContainer, export_default$e as ConnectDeviceAccountStep, export_default$d as ConnectDeviceAccountStepContainer, export_default$N as ConnectEhr, export_default$c as ConnectEhrStep, export_default$b as ConnectEhrStepContainer, export_default$p as ConnectEhrView, export_default$M as ConnectFitbit, export_default$L as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DateRangeNavigatorContext as DateRangeCoordinator, export_default$15 as DateRangeNavigator, export_default$14 as DayTrackerSymbol, DeviceDataChartLine, export_default$K as DeviceDataMonthChart, export_default$J as DeviceDataMonthCharts, export_default$o as DeviceDataView, export_default$I as ExternalAccountList, export_default$H as ExternalAccountsLoadingIndicator, export_default$G as ExternalAccountsPreview, export_default$n as ExternalAccountsView, export_default$13 as Face, export_default$F as FitbitDevices, export_default$E as FitbitMonthCharts, export_default$m as FitbitView, export_default$D as GarminDevices, export_default$C as GarminMonthCharts, export_default$l as GarminView, export_default$j as HealthAndWellnessView, export_default$B as HealthPreviewSection, export_default$12 as Histogram, export_default$k as HomeView, export_default$A as LabResultsSummary, export_default$11 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$z as MostRecentNotification, export_default$10 as NavigationBar, export_default$y as NotificationList, export_default$i as NotificationsView, export_default$x as PlatformSpecificContent, export_default$w as ProjectHeader, export_default$v as ProjectSupport, export_default$u as ProviderSearch, export_default$t as RelativeActivityToday, export_default$s as RestingHeartRateCalendar, export_default$$ as Section, export_default$_ as SegmentedControl, export_default$Z as ShinyOverlay, export_default$Y as SingleExternalAccount, export_default$X as SingleNotification, export_default$W as SingleSurveyTask, export_default$V 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$r as SurveyTaskList, export_default$h as SurveyTasksView, export_default$U as Switch, export_default$T as TextBlock, export_default$S as TrackerItem, export_default$R as UnstyledButton, export_default$Q as ViewHeader, export_default$P as WeekCalendar, WeekStartsOn, export_default$2 as YouTubeStep, export_default$1 as YouTubeStepContainer, checkDailyDataAvailability, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, export_default as useInterval };
|
package/package.json
CHANGED