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