@careevolution/mydatahelps-ui 2.2.1-VB3.8 → 2.3.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/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +2 -2
- package/dist/cjs/types/components/container/ProviderSearch/ProviderSearch.d.ts +3 -0
- package/dist/cjs/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +1 -2
- package/dist/cjs/types/components/container/index.d.ts +1 -3
- package/dist/cjs/types/components/presentational/Button/Button.d.ts +1 -1
- package/dist/cjs/types/components/presentational/Card/Card.d.ts +0 -1
- package/dist/cjs/types/components/presentational/Layout/Layout.d.ts +2 -2
- package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +0 -1
- package/dist/cjs/types/components/presentational/Section/Section.d.ts +0 -1
- package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +0 -2
- package/dist/cjs/types/components/step/ConnectDeviceAccountStep/ConnectDeviceAccountStep.d.ts +11 -0
- package/dist/cjs/types/components/step/ConnectDeviceAccountStep/index.d.ts +1 -0
- package/dist/cjs/types/components/step/ConnectDeviceAccountStepContainer/ConnectDeviceAccountStepContainer.d.ts +5 -0
- package/dist/cjs/types/components/step/ConnectDeviceAccountStepContainer/index.d.ts +1 -0
- package/dist/cjs/types/components/step/ConnectEhrStep/ConnectEhrStep.d.ts +15 -0
- package/dist/cjs/types/components/step/ConnectEhrStep/index.d.ts +1 -0
- package/dist/cjs/types/components/step/ConnectEhrStepContainer/ConnectEhrStepContainer.d.ts +2 -0
- package/dist/cjs/types/components/step/ConnectEhrStepContainer/index.d.ts +1 -0
- package/dist/cjs/types/components/step/StepNextButton/StepNextButton.d.ts +1 -0
- package/dist/cjs/types/components/step/index.d.ts +12 -8
- package/dist/cjs/types/components/view/index.d.ts +0 -1
- package/dist/cjs/types/helpers/language.d.ts +4 -2
- package/dist/cjs/types/index.d.ts +0 -2
- package/dist/esm/index.js +8 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +2 -2
- package/dist/esm/types/components/container/ProviderSearch/ProviderSearch.d.ts +3 -0
- package/dist/esm/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +1 -2
- package/dist/esm/types/components/container/index.d.ts +1 -3
- package/dist/esm/types/components/presentational/Button/Button.d.ts +1 -1
- package/dist/esm/types/components/presentational/Card/Card.d.ts +0 -1
- package/dist/esm/types/components/presentational/Layout/Layout.d.ts +2 -2
- package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +0 -1
- package/dist/esm/types/components/presentational/Section/Section.d.ts +0 -1
- package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +0 -2
- package/dist/esm/types/components/step/ConnectDeviceAccountStep/ConnectDeviceAccountStep.d.ts +11 -0
- package/dist/esm/types/components/step/ConnectDeviceAccountStep/index.d.ts +1 -0
- package/dist/esm/types/components/step/ConnectDeviceAccountStepContainer/ConnectDeviceAccountStepContainer.d.ts +5 -0
- package/dist/esm/types/components/step/ConnectDeviceAccountStepContainer/index.d.ts +1 -0
- package/dist/esm/types/components/step/ConnectEhrStep/ConnectEhrStep.d.ts +15 -0
- package/dist/esm/types/components/step/ConnectEhrStep/index.d.ts +1 -0
- package/dist/esm/types/components/step/ConnectEhrStepContainer/ConnectEhrStepContainer.d.ts +2 -0
- package/dist/esm/types/components/step/ConnectEhrStepContainer/index.d.ts +1 -0
- package/dist/esm/types/components/step/StepNextButton/StepNextButton.d.ts +1 -0
- package/dist/esm/types/components/step/index.d.ts +12 -8
- package/dist/esm/types/components/view/index.d.ts +0 -1
- package/dist/esm/types/helpers/language.d.ts +4 -2
- package/dist/esm/types/index.d.ts +0 -2
- package/dist/index.d.ts +167 -216
- package/package.json +1 -1
- package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.d.ts +0 -28
- package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +0 -67
- package/dist/cjs/types/components/container/DailyDataChart/index.d.ts +0 -1
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +0 -14
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.stories.d.ts +0 -36
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/index.d.ts +0 -1
- package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.d.ts +0 -7
- package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +0 -32
- package/dist/cjs/types/components/presentational/ViewHeader/index.d.ts +0 -1
- package/dist/cjs/types/components/view/BlankView/BlankView.d.ts +0 -11
- package/dist/cjs/types/components/view/BlankView/BlankView.stories.d.ts +0 -46
- package/dist/cjs/types/components/view/BlankView/index.d.ts +0 -1
- package/dist/cjs/types/helpers/get-interval-start.d.ts +0 -3
- package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.d.ts +0 -28
- package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +0 -67
- package/dist/esm/types/components/container/DailyDataChart/index.d.ts +0 -1
- package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +0 -14
- package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.stories.d.ts +0 -36
- package/dist/esm/types/components/presentational/DateRangeCoordinator/index.d.ts +0 -1
- package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.d.ts +0 -7
- package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +0 -32
- package/dist/esm/types/components/presentational/ViewHeader/index.d.ts +0 -1
- package/dist/esm/types/components/view/BlankView/BlankView.d.ts +0 -11
- package/dist/esm/types/components/view/BlankView/BlankView.stories.d.ts +0 -46
- package/dist/esm/types/components/view/BlankView/index.d.ts +0 -1
- package/dist/esm/types/helpers/get-interval-start.d.ts +0 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactElement, MouseEventHandler } from 'react';
|
|
2
2
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
3
|
-
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, ExternalAccountStatus, NotificationType, SurveyTaskStatus } from '@careevolution/mydatahelps-js';
|
|
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';
|
|
5
5
|
|
|
6
6
|
interface ActionProps {
|
|
@@ -41,7 +41,7 @@ interface ButtonProps {
|
|
|
41
41
|
className?: string;
|
|
42
42
|
color?: string;
|
|
43
43
|
loading?: boolean;
|
|
44
|
-
variant?: "default" | "subtle"
|
|
44
|
+
variant?: "default" | "subtle";
|
|
45
45
|
}
|
|
46
46
|
declare function export_default$15(props: ButtonProps): React.JSX.Element;
|
|
47
47
|
|
|
@@ -57,7 +57,6 @@ interface CardProps {
|
|
|
57
57
|
className?: string;
|
|
58
58
|
children?: React.ReactNode;
|
|
59
59
|
allowOverflow?: boolean;
|
|
60
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
61
60
|
}
|
|
62
61
|
declare function export_default$13(props: CardProps): React.JSX.Element | null;
|
|
63
62
|
|
|
@@ -68,18 +67,6 @@ interface CardTitleProps {
|
|
|
68
67
|
}
|
|
69
68
|
declare function export_default$12(props: CardTitleProps): React.JSX.Element;
|
|
70
69
|
|
|
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;
|
|
82
|
-
|
|
83
70
|
interface DateRangeNavigatorProps {
|
|
84
71
|
intervalType: "Week" | "Month";
|
|
85
72
|
intervalStart: Date;
|
|
@@ -124,8 +111,8 @@ interface LayoutProps {
|
|
|
124
111
|
noGlobalStyles?: boolean;
|
|
125
112
|
colorScheme?: "light" | "dark" | "auto";
|
|
126
113
|
/**
|
|
127
|
-
|
|
128
|
-
|
|
114
|
+
* @deprecated
|
|
115
|
+
*/
|
|
129
116
|
stylesheetPath?: string;
|
|
130
117
|
}
|
|
131
118
|
interface LayoutContext {
|
|
@@ -144,7 +131,6 @@ declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Eleme
|
|
|
144
131
|
|
|
145
132
|
interface NavigationBarProps {
|
|
146
133
|
title?: string;
|
|
147
|
-
subtitle?: string;
|
|
148
134
|
showBackButton?: boolean;
|
|
149
135
|
showCloseButton?: boolean;
|
|
150
136
|
children?: React.ReactNode;
|
|
@@ -159,7 +145,6 @@ interface SectionProps {
|
|
|
159
145
|
children?: React.ReactNode;
|
|
160
146
|
className?: string;
|
|
161
147
|
noTopMargin?: boolean;
|
|
162
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
163
148
|
}
|
|
164
149
|
declare function export_default$X(props: SectionProps): React.JSX.Element | null;
|
|
165
150
|
|
|
@@ -192,6 +177,7 @@ declare function export_default$T(props: SingleNotificationProps): React.JSX.Ele
|
|
|
192
177
|
interface SingleSurveyTaskProps {
|
|
193
178
|
task: SurveyTask;
|
|
194
179
|
descriptionIcon?: IconDefinition$1;
|
|
180
|
+
hideDueDate?: boolean;
|
|
195
181
|
disableClick?: boolean;
|
|
196
182
|
}
|
|
197
183
|
declare function export_default$S(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
@@ -246,12 +232,6 @@ interface UnstyledButtonProps {
|
|
|
246
232
|
}
|
|
247
233
|
declare function export_default$N(props: UnstyledButtonProps): React.JSX.Element;
|
|
248
234
|
|
|
249
|
-
interface ViewHeaderProps {
|
|
250
|
-
title?: string;
|
|
251
|
-
subtitle?: string;
|
|
252
|
-
}
|
|
253
|
-
declare function export_default$M(props: ViewHeaderProps): React.JSX.Element | null;
|
|
254
|
-
|
|
255
235
|
interface WeekCalendarProps {
|
|
256
236
|
selectedDate?: Date;
|
|
257
237
|
hideDateLabel?: boolean;
|
|
@@ -261,13 +241,13 @@ interface WeekCalendarProps {
|
|
|
261
241
|
onStartDateChange?(startDate: Date): void;
|
|
262
242
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
263
243
|
}
|
|
264
|
-
declare function export_default$
|
|
244
|
+
declare function export_default$M(props: WeekCalendarProps): React.JSX.Element;
|
|
265
245
|
|
|
266
246
|
interface AppDownloadProps {
|
|
267
247
|
previewProjectPlatforms?: string[];
|
|
268
248
|
previewDevicePlatform?: string;
|
|
269
249
|
}
|
|
270
|
-
declare function export_default$
|
|
250
|
+
declare function export_default$L(props: AppDownloadProps): React.JSX.Element | null;
|
|
271
251
|
|
|
272
252
|
interface ConnectEhrProps {
|
|
273
253
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -277,7 +257,7 @@ interface ConnectEhrProps {
|
|
|
277
257
|
}
|
|
278
258
|
declare type ConnectEhrApplicationUrl = "preview" | string;
|
|
279
259
|
declare type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
280
|
-
declare function export_default$
|
|
260
|
+
declare function export_default$K(props: ConnectEhrProps): React.JSX.Element | null;
|
|
281
261
|
|
|
282
262
|
interface ConnectFitbitProps {
|
|
283
263
|
title?: string;
|
|
@@ -286,7 +266,7 @@ interface ConnectFitbitProps {
|
|
|
286
266
|
disabledBehavior?: 'hide' | 'displayError';
|
|
287
267
|
}
|
|
288
268
|
declare type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
289
|
-
declare function export_default$
|
|
269
|
+
declare function export_default$J(props: ConnectFitbitProps): React.JSX.Element;
|
|
290
270
|
|
|
291
271
|
interface ConnectGarminProps {
|
|
292
272
|
title?: string;
|
|
@@ -295,102 +275,12 @@ interface ConnectGarminProps {
|
|
|
295
275
|
disabledBehavior?: 'hide' | 'displayError';
|
|
296
276
|
}
|
|
297
277
|
declare type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
298
|
-
declare function export_default$
|
|
299
|
-
|
|
300
|
-
declare type DailyDataQueryResult = {
|
|
301
|
-
[key: string]: number;
|
|
302
|
-
};
|
|
303
|
-
declare type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
304
|
-
declare type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
305
|
-
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
306
|
-
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
307
|
-
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
308
|
-
declare enum DailyDataType {
|
|
309
|
-
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
310
|
-
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
311
|
-
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
312
|
-
AppleHealthHrv = "AppleHealthHrv",
|
|
313
|
-
AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
|
|
314
|
-
AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
|
|
315
|
-
AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
|
|
316
|
-
AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
|
|
317
|
-
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
318
|
-
AppleHealthSteps = "AppleHealthSteps",
|
|
319
|
-
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
320
|
-
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
321
|
-
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
322
|
-
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
323
|
-
FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
|
|
324
|
-
FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
|
|
325
|
-
FitbitBreathingRate = "FitbitBreathingRate",
|
|
326
|
-
FitbitCaloriesBurned = "FitbitCaloriesBurned",
|
|
327
|
-
FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
|
|
328
|
-
FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
|
|
329
|
-
FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
|
|
330
|
-
FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
|
|
331
|
-
FitbitFloors = "FitbitFloors",
|
|
332
|
-
FitbitHrv = "FitbitHrv",
|
|
333
|
-
FitbitRestingHeartRate = "FitbitRestingHeartRate",
|
|
334
|
-
FitbitSleepMinutes = "FitbitSleepMinutes",
|
|
335
|
-
FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
|
|
336
|
-
FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
|
|
337
|
-
FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
|
|
338
|
-
FitbitSpO2 = "FitbitSpO2",
|
|
339
|
-
FitbitSteps = "FitbitSteps",
|
|
340
|
-
GarminSteps = "GarminSteps",
|
|
341
|
-
GarminDistance = "GarminDistance",
|
|
342
|
-
GarminFloors = "GarminFloors",
|
|
343
|
-
GarminActiveMinutes = "GarminActiveMinutes",
|
|
344
|
-
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
345
|
-
GarminMinHeartRate = "GarminMinHeartRate",
|
|
346
|
-
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
347
|
-
GarminAverageHeartRate = "GarminAverageHeartRate",
|
|
348
|
-
GarminMaxStressLevel = "GarminMaxStressLevel",
|
|
349
|
-
GarminAverageStressLevel = "GarminAverageStressLevel",
|
|
350
|
-
GarminTotalStressMinutes = "GarminTotalStressMinutes",
|
|
351
|
-
GarminLowStressMinutes = "GarminLowStressMinutes",
|
|
352
|
-
GarminMediumStressMinutes = "GarminMediumStressMinutes",
|
|
353
|
-
GarminHighStressMinutes = "GarminHighStressMinutes",
|
|
354
|
-
GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
|
|
355
|
-
GarminLightSleepMinutes = "GarminLightSleepMinutes",
|
|
356
|
-
GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
|
|
357
|
-
GarminRemSleepMinutes = "GarminRemSleepMinutes",
|
|
358
|
-
GarminAwakeMinutes = "GarminAwakeMinutes",
|
|
359
|
-
GarminSleepScore = "GarminSleepScore",
|
|
360
|
-
GoogleFitSteps = "GoogleFitSteps",
|
|
361
|
-
Steps = "Steps",
|
|
362
|
-
RestingHeartRate = "RestingHeartRate"
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
interface DailyDataChartProps {
|
|
366
|
-
title?: string;
|
|
367
|
-
intervalType?: "Week" | "Month";
|
|
368
|
-
weekStartsOn?: WeekStartsOn;
|
|
369
|
-
dailyDataType: string;
|
|
370
|
-
valueConverter?(value: number): number;
|
|
371
|
-
valueFormatter?(value: number): string;
|
|
372
|
-
chartType: "Line" | "Bar" | "Area";
|
|
373
|
-
options?: LineChartOptions | BarChartOptions | AreaChartOptions;
|
|
374
|
-
hideIfNoData?: boolean;
|
|
375
|
-
previewDataProvider?: DailyDataProvider;
|
|
376
|
-
}
|
|
377
|
-
interface LineChartOptions {
|
|
378
|
-
lineColor?: string;
|
|
379
|
-
domainMin?: number | "Auto";
|
|
380
|
-
}
|
|
381
|
-
interface BarChartOptions {
|
|
382
|
-
barColor?: string;
|
|
383
|
-
}
|
|
384
|
-
interface AreaChartOptions {
|
|
385
|
-
lineColor?: string;
|
|
386
|
-
areaColor?: string;
|
|
387
|
-
}
|
|
388
|
-
declare function DailyDataChart(props: DailyDataChartProps): false | React.JSX.Element;
|
|
278
|
+
declare function export_default$I(props: ConnectGarminProps): React.JSX.Element;
|
|
389
279
|
|
|
390
280
|
interface DeviceDataMonthChartProps {
|
|
391
281
|
lines: DeviceDataChartLine[];
|
|
392
|
-
month
|
|
393
|
-
year
|
|
282
|
+
month: number;
|
|
283
|
+
year: number;
|
|
394
284
|
syncId?: string;
|
|
395
285
|
title?: string;
|
|
396
286
|
previewState?: DeviceDataMonthChartPreviewState;
|
|
@@ -403,13 +293,13 @@ interface DeviceDataChartLine {
|
|
|
403
293
|
showAverage?: boolean;
|
|
404
294
|
}
|
|
405
295
|
declare type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
406
|
-
declare function export_default$
|
|
296
|
+
declare function export_default$H(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
407
297
|
|
|
408
298
|
interface DeviceDataMonthChartsProps {
|
|
409
299
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
410
300
|
}
|
|
411
301
|
declare type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
412
|
-
declare function export_default$
|
|
302
|
+
declare function export_default$G(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
413
303
|
|
|
414
304
|
interface ExternalAccountListProps {
|
|
415
305
|
externalAccountProviderCategories?: string[];
|
|
@@ -417,13 +307,13 @@ interface ExternalAccountListProps {
|
|
|
417
307
|
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
418
308
|
}
|
|
419
309
|
declare type NotificationListPreviewState$1 = "Default";
|
|
420
|
-
declare function export_default$
|
|
310
|
+
declare function export_default$F(props: ExternalAccountListProps): React.JSX.Element;
|
|
421
311
|
|
|
422
312
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
423
313
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
424
314
|
externalAccountCategories?: string[];
|
|
425
315
|
}
|
|
426
|
-
declare function export_default$
|
|
316
|
+
declare function export_default$E(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
427
317
|
|
|
428
318
|
interface ExternalAccountsPreviewProps {
|
|
429
319
|
excludeProviders?: boolean;
|
|
@@ -434,31 +324,31 @@ interface ExternalAccountsPreviewProps {
|
|
|
434
324
|
}
|
|
435
325
|
declare type ExternalAccountsApplicationUrl = "preview" | string;
|
|
436
326
|
declare type ExternalAccountsPreviewPreviewState = "Default";
|
|
437
|
-
declare function export_default$
|
|
327
|
+
declare function export_default$D(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
438
328
|
|
|
439
329
|
declare type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
440
330
|
|
|
441
331
|
interface FitbitDevicesProps {
|
|
442
332
|
previewState?: ConnectedDevicesPreviewState;
|
|
443
333
|
}
|
|
444
|
-
declare function export_default$
|
|
334
|
+
declare function export_default$C(props: FitbitDevicesProps): React.JSX.Element;
|
|
445
335
|
|
|
446
336
|
declare type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
447
337
|
|
|
448
338
|
interface FitbitMonthChartsProps {
|
|
449
339
|
previewState?: MonthChartsPreviewState;
|
|
450
340
|
}
|
|
451
|
-
declare function export_default$
|
|
341
|
+
declare function export_default$B(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
452
342
|
|
|
453
343
|
interface GarminDevicesProps {
|
|
454
344
|
previewState?: ConnectedDevicesPreviewState;
|
|
455
345
|
}
|
|
456
|
-
declare function export_default$
|
|
346
|
+
declare function export_default$A(props: GarminDevicesProps): React.JSX.Element;
|
|
457
347
|
|
|
458
348
|
interface GarminMonthChartsProps {
|
|
459
349
|
previewState?: MonthChartsPreviewState;
|
|
460
350
|
}
|
|
461
|
-
declare function export_default$
|
|
351
|
+
declare function export_default$z(props: GarminMonthChartsProps): React.JSX.Element;
|
|
462
352
|
|
|
463
353
|
declare type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
464
354
|
interface HealthPreviewSectionProps {
|
|
@@ -467,7 +357,7 @@ interface HealthPreviewSectionProps {
|
|
|
467
357
|
previewState?: "NoData" | "Default";
|
|
468
358
|
indicatorPosition?: "default" | "topRight";
|
|
469
359
|
}
|
|
470
|
-
declare function export_default$
|
|
360
|
+
declare function export_default$y(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
471
361
|
|
|
472
362
|
interface TermInformation {
|
|
473
363
|
TermFamily: string;
|
|
@@ -480,7 +370,7 @@ interface LabResultsSummaryProps {
|
|
|
480
370
|
onClick(): void;
|
|
481
371
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
482
372
|
}
|
|
483
|
-
declare function export_default$
|
|
373
|
+
declare function export_default$x(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
484
374
|
|
|
485
375
|
interface MostRecentNotificationProps {
|
|
486
376
|
notificationType?: NotificationType;
|
|
@@ -489,85 +379,53 @@ interface MostRecentNotificationProps {
|
|
|
489
379
|
previewState?: MostRecentNotificationPreviewState;
|
|
490
380
|
}
|
|
491
381
|
declare type MostRecentNotificationPreviewState = "Default";
|
|
492
|
-
declare function export_default$
|
|
382
|
+
declare function export_default$w(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
493
383
|
|
|
494
384
|
interface NotificationListProps {
|
|
495
385
|
notificationType?: NotificationType;
|
|
496
386
|
previewState?: NotificationListPreviewState;
|
|
497
387
|
}
|
|
498
388
|
declare type NotificationListPreviewState = "Default" | "NoData";
|
|
499
|
-
declare function export_default$
|
|
389
|
+
declare function export_default$v(props: NotificationListProps): React.JSX.Element;
|
|
500
390
|
|
|
501
391
|
interface PlatformSpecificContentProps {
|
|
502
392
|
platforms: string[];
|
|
503
393
|
children?: React.ReactNode;
|
|
504
394
|
previewDevicePlatform?: string;
|
|
505
395
|
}
|
|
506
|
-
declare function export_default$
|
|
396
|
+
declare function export_default$u(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
507
397
|
|
|
508
398
|
interface ProjectHeaderProps {
|
|
509
399
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
510
400
|
}
|
|
511
401
|
declare type ProjectHeaderPropsPreviewState = "Default";
|
|
512
|
-
declare function export_default$
|
|
402
|
+
declare function export_default$t(props: ProjectHeaderProps): React.JSX.Element;
|
|
513
403
|
|
|
514
404
|
interface ProjectSupportProps {
|
|
515
405
|
previewState?: ProjectSupportPropsPreviewState;
|
|
516
406
|
}
|
|
517
407
|
declare type ProjectSupportPropsPreviewState = "Default";
|
|
518
|
-
declare function export_default$
|
|
408
|
+
declare function export_default$s(props: ProjectSupportProps): React.JSX.Element | null;
|
|
519
409
|
|
|
520
410
|
interface ProviderSearchProps {
|
|
521
411
|
previewState?: ProviderSearchPreviewState;
|
|
522
412
|
providerCategories?: string[];
|
|
413
|
+
openNewWindow?: boolean;
|
|
414
|
+
onProviderSelected?: (provider: ExternalAccountProvider) => void;
|
|
523
415
|
}
|
|
524
416
|
declare type ProviderSearchPreviewState = "Default";
|
|
525
|
-
declare function export_default$
|
|
526
|
-
|
|
527
|
-
interface RelativeActivityTodayProps {
|
|
528
|
-
dataTypes: RelativeActivityDataType[];
|
|
529
|
-
previewState?: "Default";
|
|
530
|
-
title?: string;
|
|
531
|
-
}
|
|
532
|
-
interface RelativeActivityDataType {
|
|
533
|
-
dailyDataType: string;
|
|
534
|
-
label: string;
|
|
535
|
-
icon: React.ReactElement;
|
|
536
|
-
color: string;
|
|
537
|
-
formatter: (number: number) => string;
|
|
538
|
-
}
|
|
539
|
-
declare function export_default$p(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
540
|
-
|
|
541
|
-
declare type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
542
|
-
interface RestingHeartRateCalendarProps {
|
|
543
|
-
month: number;
|
|
544
|
-
year: number;
|
|
545
|
-
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
546
|
-
}
|
|
547
|
-
declare function export_default$o(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
417
|
+
declare function export_default$r(props: ProviderSearchProps): React.JSX.Element;
|
|
548
418
|
|
|
549
419
|
interface SurveyTaskListProps {
|
|
550
420
|
status: SurveyTaskStatus;
|
|
551
421
|
limit?: number;
|
|
552
422
|
title?: string;
|
|
553
|
-
surveys?: string[];
|
|
554
423
|
onDetailLinkClick?: Function;
|
|
424
|
+
hideDueDate?: boolean;
|
|
555
425
|
previewState?: SurveyTaskListListPreviewState;
|
|
556
|
-
variant?: "noCard" | "singleCard" | "multiCard";
|
|
557
426
|
}
|
|
558
427
|
declare type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
559
|
-
declare function export_default$
|
|
560
|
-
|
|
561
|
-
interface BlankViewProps {
|
|
562
|
-
children?: React.ReactNode;
|
|
563
|
-
title?: string;
|
|
564
|
-
subtitle?: string;
|
|
565
|
-
showCloseButton?: boolean;
|
|
566
|
-
showBackButton?: boolean;
|
|
567
|
-
colorScheme?: "auto" | "light" | "dark";
|
|
568
|
-
primaryColor?: string;
|
|
569
|
-
}
|
|
570
|
-
declare function export_default$m(props: BlankViewProps): React.JSX.Element;
|
|
428
|
+
declare function export_default$q(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
571
429
|
|
|
572
430
|
interface ConnectEhrViewProps {
|
|
573
431
|
externalAccountsApplicationUrl: ExternalAccountsApplicationUrl;
|
|
@@ -578,13 +436,13 @@ interface ConnectEhrViewProps {
|
|
|
578
436
|
colorScheme?: "auto" | "light" | "dark";
|
|
579
437
|
}
|
|
580
438
|
declare type ViewPresentationType$3 = "Modal" | "Push";
|
|
581
|
-
declare function export_default$
|
|
439
|
+
declare function export_default$p(props: ConnectEhrViewProps): React.JSX.Element;
|
|
582
440
|
|
|
583
441
|
interface DeviceDataViewProps {
|
|
584
442
|
preview?: boolean;
|
|
585
443
|
colorScheme?: "auto" | "light" | "dark";
|
|
586
444
|
}
|
|
587
|
-
declare function export_default$
|
|
445
|
+
declare function export_default$o(props: DeviceDataViewProps): React.JSX.Element;
|
|
588
446
|
|
|
589
447
|
interface ExternalAccountsViewProps {
|
|
590
448
|
excludeProviders?: boolean;
|
|
@@ -595,7 +453,7 @@ interface ExternalAccountsViewProps {
|
|
|
595
453
|
colorScheme?: "auto" | "light" | "dark";
|
|
596
454
|
}
|
|
597
455
|
declare type ViewPresentationType$2 = "Modal" | "Push";
|
|
598
|
-
declare function export_default$
|
|
456
|
+
declare function export_default$n(props: ExternalAccountsViewProps): React.JSX.Element;
|
|
599
457
|
|
|
600
458
|
interface FitbitViewProps {
|
|
601
459
|
connectPreview?: ConnectFitbitPreviewState;
|
|
@@ -603,7 +461,7 @@ interface FitbitViewProps {
|
|
|
603
461
|
chartsPreview?: MonthChartsPreviewState;
|
|
604
462
|
colorScheme?: "auto" | "light" | "dark";
|
|
605
463
|
}
|
|
606
|
-
declare function export_default$
|
|
464
|
+
declare function export_default$m(props: FitbitViewProps): React.JSX.Element;
|
|
607
465
|
|
|
608
466
|
interface GarminViewProps {
|
|
609
467
|
connectPreview?: ConnectGarminPreviewState;
|
|
@@ -611,7 +469,7 @@ interface GarminViewProps {
|
|
|
611
469
|
chartsPreview?: MonthChartsPreviewState;
|
|
612
470
|
garminProviderID?: number;
|
|
613
471
|
}
|
|
614
|
-
declare function export_default$
|
|
472
|
+
declare function export_default$l(props: GarminViewProps): React.JSX.Element;
|
|
615
473
|
|
|
616
474
|
interface HomeViewProps {
|
|
617
475
|
/**
|
|
@@ -630,7 +488,7 @@ interface HomeViewProps {
|
|
|
630
488
|
preview?: boolean;
|
|
631
489
|
colorScheme?: "auto" | "light" | "dark";
|
|
632
490
|
}
|
|
633
|
-
declare function export_default$
|
|
491
|
+
declare function export_default$k(props: HomeViewProps): React.JSX.Element;
|
|
634
492
|
|
|
635
493
|
interface HealthAndWellnessViewProps {
|
|
636
494
|
previewState?: "default";
|
|
@@ -639,7 +497,7 @@ interface HealthAndWellnessViewProps {
|
|
|
639
497
|
externalAccountsApplicationUrl: string;
|
|
640
498
|
variant?: "default" | "cardBased";
|
|
641
499
|
}
|
|
642
|
-
declare function export_default$
|
|
500
|
+
declare function export_default$j(props: HealthAndWellnessViewProps): React.JSX.Element;
|
|
643
501
|
|
|
644
502
|
interface NotificationsViewProps {
|
|
645
503
|
notificationType?: NotificationType;
|
|
@@ -648,7 +506,7 @@ interface NotificationsViewProps {
|
|
|
648
506
|
colorScheme?: "auto" | "light" | "dark";
|
|
649
507
|
}
|
|
650
508
|
declare type ViewPresentationType$1 = "Modal" | "Push";
|
|
651
|
-
declare function export_default$
|
|
509
|
+
declare function export_default$i(props: NotificationsViewProps): React.JSX.Element;
|
|
652
510
|
|
|
653
511
|
interface SurveyTasksViewProps {
|
|
654
512
|
hideCompleteTasks?: boolean;
|
|
@@ -659,18 +517,53 @@ interface SurveyTasksViewProps {
|
|
|
659
517
|
colorScheme?: "auto" | "light" | "dark";
|
|
660
518
|
}
|
|
661
519
|
declare type ViewPresentationType = "Modal" | "Push";
|
|
662
|
-
declare function export_default$
|
|
520
|
+
declare function export_default$h(props: SurveyTasksViewProps): React.JSX.Element;
|
|
663
521
|
|
|
664
|
-
interface
|
|
665
|
-
|
|
666
|
-
|
|
522
|
+
interface CelebrationStepProps {
|
|
523
|
+
title?: string;
|
|
524
|
+
text?: string;
|
|
525
|
+
detailText?: string;
|
|
526
|
+
iconUrl?: string;
|
|
527
|
+
imageUrl?: string;
|
|
528
|
+
nextButtonText?: string;
|
|
529
|
+
styles: {
|
|
530
|
+
[key: string]: any;
|
|
531
|
+
};
|
|
667
532
|
}
|
|
668
|
-
declare function export_default$
|
|
533
|
+
declare function export_default$g(props: CelebrationStepProps): React.JSX.Element;
|
|
669
534
|
|
|
670
|
-
|
|
671
|
-
|
|
535
|
+
declare function export_default$f(): React.JSX.Element;
|
|
536
|
+
|
|
537
|
+
interface ConnectDeviceAccountStepProps {
|
|
538
|
+
title?: string;
|
|
539
|
+
text?: string;
|
|
540
|
+
deviceType: string;
|
|
541
|
+
providerName: string;
|
|
542
|
+
styles: {
|
|
543
|
+
[key: string]: any;
|
|
544
|
+
};
|
|
545
|
+
}
|
|
546
|
+
declare function export_default$e(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
547
|
+
|
|
548
|
+
interface ConnectDeviceAccountStepContainerProps {
|
|
549
|
+
providerName?: string;
|
|
672
550
|
}
|
|
673
|
-
declare function export_default$
|
|
551
|
+
declare function export_default$d(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
552
|
+
|
|
553
|
+
interface ConnectEhrStepProps {
|
|
554
|
+
title?: string;
|
|
555
|
+
text?: string;
|
|
556
|
+
nextButtonText?: string;
|
|
557
|
+
nextButtonDisabled?: boolean;
|
|
558
|
+
previewState?: ProviderSearchPreviewState;
|
|
559
|
+
onProviderSelected: (provider: ExternalAccountProvider) => void;
|
|
560
|
+
styles: {
|
|
561
|
+
[key: string]: any;
|
|
562
|
+
};
|
|
563
|
+
}
|
|
564
|
+
declare function export_default$c(props: ConnectEhrStepProps): React.JSX.Element;
|
|
565
|
+
|
|
566
|
+
declare function export_default$b(): React.JSX.Element;
|
|
674
567
|
|
|
675
568
|
interface StepElementProps {
|
|
676
569
|
text?: string;
|
|
@@ -685,22 +578,34 @@ interface IconElementProps {
|
|
|
685
578
|
|
|
686
579
|
declare function export_default$a(props: StepElementProps): React.JSX.Element | null;
|
|
687
580
|
|
|
688
|
-
declare function export_default$9(props:
|
|
581
|
+
declare function export_default$9(props: IconElementProps): React.JSX.Element | null;
|
|
582
|
+
|
|
583
|
+
declare function export_default$8(props: IconElementProps): React.JSX.Element | null;
|
|
689
584
|
|
|
690
|
-
|
|
585
|
+
interface StepLayoutProps {
|
|
586
|
+
children?: React.ReactNode;
|
|
587
|
+
}
|
|
588
|
+
declare function export_default$7(props: StepLayoutProps): React.JSX.Element;
|
|
589
|
+
|
|
590
|
+
interface StepMarkdownProps {
|
|
591
|
+
text: string;
|
|
592
|
+
inline?: boolean;
|
|
593
|
+
}
|
|
594
|
+
declare function export_default$6(props: StepMarkdownProps): React.JSX.Element;
|
|
691
595
|
|
|
692
596
|
interface StepNextButtonProps extends StepElementProps {
|
|
693
597
|
backgroundColor: string;
|
|
694
598
|
letterSpacing: string;
|
|
695
599
|
textTransform: string;
|
|
696
600
|
gradient: any;
|
|
601
|
+
disabled?: boolean;
|
|
697
602
|
onClick(): void;
|
|
698
603
|
}
|
|
699
|
-
declare function export_default$
|
|
604
|
+
declare function export_default$5(props: StepNextButtonProps): React.JSX.Element;
|
|
700
605
|
|
|
701
|
-
declare function export_default$
|
|
606
|
+
declare function export_default$4(props: StepElementProps): React.JSX.Element | null;
|
|
702
607
|
|
|
703
|
-
declare function export_default$
|
|
608
|
+
declare function export_default$3(props: StepElementProps): React.JSX.Element | null;
|
|
704
609
|
|
|
705
610
|
interface YouTubeStepProps {
|
|
706
611
|
title?: string;
|
|
@@ -713,29 +618,75 @@ interface YouTubeStepProps {
|
|
|
713
618
|
[key: string]: any;
|
|
714
619
|
};
|
|
715
620
|
}
|
|
716
|
-
declare function export_default$
|
|
717
|
-
|
|
718
|
-
declare function export_default$3(): React.JSX.Element;
|
|
719
|
-
|
|
720
|
-
interface CelebrationStepProps {
|
|
721
|
-
title?: string;
|
|
722
|
-
text?: string;
|
|
723
|
-
detailText?: string;
|
|
724
|
-
iconUrl?: string;
|
|
725
|
-
imageUrl?: string;
|
|
726
|
-
nextButtonText?: string;
|
|
727
|
-
styles: {
|
|
728
|
-
[key: string]: any;
|
|
729
|
-
};
|
|
730
|
-
}
|
|
731
|
-
declare function export_default$2(props: CelebrationStepProps): React.JSX.Element;
|
|
621
|
+
declare function export_default$2(props: YouTubeStepProps): React.JSX.Element;
|
|
732
622
|
|
|
733
623
|
declare function export_default$1(): React.JSX.Element;
|
|
734
624
|
|
|
735
625
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
736
626
|
|
|
737
|
-
declare
|
|
738
|
-
|
|
739
|
-
|
|
627
|
+
declare type DailyDataQueryResult = {
|
|
628
|
+
[key: string]: number;
|
|
629
|
+
};
|
|
630
|
+
declare type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
631
|
+
declare type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
632
|
+
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
633
|
+
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
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
|
+
}
|
|
740
691
|
|
|
741
|
-
export { export_default$17 as Action, export_default$16 as ActivityMeter, export_default$
|
|
692
|
+
export { export_default$17 as Action, export_default$16 as ActivityMeter, export_default$L as AppDownload, export_default$15 as Button, export_default$14 as Calendar, export_default$13 as Card, export_default$12 as CardTitle, export_default$g as CelebrationStep, export_default$f as CelebrationStepContainer, export_default$e as ConnectDeviceAccountStep, export_default$d as ConnectDeviceAccountStepContainer, export_default$K as ConnectEhr, export_default$c as ConnectEhrStep, export_default$b as ConnectEhrStepContainer, export_default$p as ConnectEhrView, export_default$J as ConnectFitbit, export_default$I as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataProvider, DailyDataQueryResult, DailyDataType, export_default$11 as DateRangeNavigator, export_default$10 as DayTrackerSymbol, DeviceDataChartLine, export_default$H as DeviceDataMonthChart, export_default$G as DeviceDataMonthCharts, export_default$o as DeviceDataView, export_default$F as ExternalAccountList, export_default$E as ExternalAccountsLoadingIndicator, export_default$D as ExternalAccountsPreview, export_default$n as ExternalAccountsView, export_default$$ as Face, export_default$C as FitbitDevices, export_default$B as FitbitMonthCharts, export_default$m as FitbitView, export_default$A as GarminDevices, export_default$z as GarminMonthCharts, export_default$l as GarminView, export_default$j as HealthAndWellnessView, export_default$y as HealthPreviewSection, export_default$_ as Histogram, export_default$k as HomeView, export_default$x as LabResultsSummary, export_default$Z as Layout, LayoutContext, LoadingIndicator, export_default$w as MostRecentNotification, export_default$Y as NavigationBar, export_default$v as NotificationList, export_default$i as NotificationsView, export_default$u as PlatformSpecificContent, export_default$t as ProjectHeader, export_default$s as ProjectSupport, export_default$r as ProviderSearch, export_default$r as RestingHeartRateCalendar, export_default$X as Section, export_default$W as SegmentedControl, export_default$V as ShinyOverlay, export_default$U as SingleExternalAccount, export_default$T as SingleNotification, export_default$S as SingleSurveyTask, export_default$R 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$q as SurveyTaskList, export_default$h as SurveyTasksView, export_default$Q as Switch, export_default$P as TextBlock, export_default$O as TrackerItem, export_default$N as UnstyledButton, export_default$M as WeekCalendar, export_default$2 as YouTubeStep, export_default$1 as YouTubeStepContainer, checkDailyDataAvailability, queryDailyData, registerDailyDataProvider, export_default as useInterval };
|