@careevolution/mydatahelps-ui 1.3.7 → 1.5.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/README.md +12 -11
- package/dist/cjs/index.js +10 -27
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +1 -9
- package/dist/cjs/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.previewdata.d.ts +3 -2
- package/dist/cjs/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +12 -0
- package/dist/cjs/types/components/presentational/ActivityMeter/ActivityMeter.stories.d.ts +6 -0
- package/dist/cjs/types/components/presentational/ActivityMeter/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/OnVisibleTrigger/OnVisibleTrigger.d.ts +6 -0
- package/dist/cjs/types/components/presentational/OnVisibleTrigger/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +11 -0
- package/dist/cjs/types/components/presentational/SparkBarChart/SparkBarChart.stories.d.ts +5 -0
- package/dist/cjs/types/components/presentational/SparkBarChart/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/WeekCalendar/WeekCalendar.d.ts +12 -0
- package/dist/cjs/types/components/presentational/WeekCalendar/WeekCalendar.stories.d.ts +7 -0
- package/dist/cjs/types/components/presentational/WeekCalendar/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-distance.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-flights-climbed.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-heart-rate-range.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-hrv.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-max-heart-rate.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-resting-heart-rate.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-sleep.d.ts +6 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-stand-time.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-steps.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/apple-health-walking-heart-rate-average.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/combined-steps.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-activity-minutes.d.ts +12 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-breathing-rate.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-calories-burned.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-elevated-heart-rate.d.ts +12 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-floors.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-hrv.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-resting-heart-rate.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-sleep.d.ts +12 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-spo2.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/fitbit-steps.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/google-fit-steps.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +32 -0
- package/dist/cjs/types/helpers/daily-data-providers/query-all-device-data.d.ts +2 -0
- package/dist/cjs/types/helpers/daily-data-providers/query-fitbit-single-daily-value.d.ts +3 -0
- package/dist/cjs/types/helpers/get-day-key.d.ts +1 -0
- package/dist/cjs/types/helpers/query-daily-data.d.ts +41 -0
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/esm/index.js +10 -26
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +1 -9
- package/dist/esm/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.previewdata.d.ts +3 -2
- package/dist/esm/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +12 -0
- package/dist/esm/types/components/presentational/ActivityMeter/ActivityMeter.stories.d.ts +6 -0
- package/dist/esm/types/components/presentational/ActivityMeter/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/OnVisibleTrigger/OnVisibleTrigger.d.ts +6 -0
- package/dist/esm/types/components/presentational/OnVisibleTrigger/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +11 -0
- package/dist/esm/types/components/presentational/SparkBarChart/SparkBarChart.stories.d.ts +5 -0
- package/dist/esm/types/components/presentational/SparkBarChart/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/WeekCalendar/WeekCalendar.d.ts +12 -0
- package/dist/esm/types/components/presentational/WeekCalendar/WeekCalendar.stories.d.ts +7 -0
- package/dist/esm/types/components/presentational/WeekCalendar/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-distance.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-flights-climbed.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-heart-rate-range.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-hrv.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-max-heart-rate.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-resting-heart-rate.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-sleep.d.ts +6 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-stand-time.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-steps.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/apple-health-walking-heart-rate-average.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/combined-steps.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-activity-minutes.d.ts +12 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-breathing-rate.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-calories-burned.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-elevated-heart-rate.d.ts +12 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-floors.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-hrv.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-resting-heart-rate.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-sleep.d.ts +12 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-spo2.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/fitbit-steps.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/google-fit-steps.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/index.d.ts +32 -0
- package/dist/esm/types/helpers/daily-data-providers/query-all-device-data.d.ts +2 -0
- package/dist/esm/types/helpers/daily-data-providers/query-fitbit-single-daily-value.d.ts +3 -0
- package/dist/esm/types/helpers/get-day-key.d.ts +1 -0
- package/dist/esm/types/helpers/query-daily-data.d.ts +41 -0
- package/dist/esm/types/index.d.ts +1 -0
- package/dist/index.d.ts +97 -31
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React, { MouseEventHandler } from 'react';
|
|
2
|
+
import React, { ReactElement, MouseEventHandler } from 'react';
|
|
3
3
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
4
|
-
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, ExternalAccountStatus,
|
|
4
|
+
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, ExternalAccountStatus, NotificationType, SurveyTaskStatus } from '@careevolution/mydatahelps-js';
|
|
5
5
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
6
6
|
|
|
7
7
|
interface ActionProps {
|
|
@@ -12,7 +12,18 @@ interface ActionProps {
|
|
|
12
12
|
children?: React.ReactNode;
|
|
13
13
|
className?: string;
|
|
14
14
|
}
|
|
15
|
-
declare function export_default$
|
|
15
|
+
declare function export_default$J(props: ActionProps): JSX.Element;
|
|
16
|
+
|
|
17
|
+
interface ActivityMeterProps {
|
|
18
|
+
label: string;
|
|
19
|
+
value: string;
|
|
20
|
+
icon: ReactElement;
|
|
21
|
+
fillPercent: number;
|
|
22
|
+
averageFillPercent: number;
|
|
23
|
+
color: string;
|
|
24
|
+
message?: string;
|
|
25
|
+
}
|
|
26
|
+
declare function export_default$I(props: ActivityMeterProps): JSX.Element;
|
|
16
27
|
|
|
17
28
|
interface ButtonProps {
|
|
18
29
|
children?: React.ReactNode;
|
|
@@ -23,41 +34,41 @@ interface ButtonProps {
|
|
|
23
34
|
disabled?: boolean;
|
|
24
35
|
onClick: Function;
|
|
25
36
|
}
|
|
26
|
-
declare function export_default$
|
|
37
|
+
declare function export_default$H(props: ButtonProps): JSX.Element;
|
|
27
38
|
|
|
28
39
|
interface CalendarProps {
|
|
29
40
|
month: number;
|
|
30
41
|
year: number;
|
|
31
42
|
dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
|
|
32
43
|
}
|
|
33
|
-
declare function export_default$
|
|
44
|
+
declare function export_default$G(props: CalendarProps): JSX.Element;
|
|
34
45
|
|
|
35
46
|
interface CardProps {
|
|
36
47
|
className?: string;
|
|
37
48
|
children?: React.ReactNode;
|
|
38
49
|
allowOverflow?: boolean;
|
|
39
50
|
}
|
|
40
|
-
declare function export_default$
|
|
51
|
+
declare function export_default$F(props: CardProps): JSX.Element | null;
|
|
41
52
|
|
|
42
53
|
interface CardTitleProps {
|
|
43
54
|
title: string;
|
|
44
55
|
onDetailClick?: Function;
|
|
45
56
|
detailLinkText?: string;
|
|
46
57
|
}
|
|
47
|
-
declare function export_default$
|
|
58
|
+
declare function export_default$E(props: CardTitleProps): JSX.Element;
|
|
48
59
|
|
|
49
60
|
interface DateRangeNavigatorProps {
|
|
50
61
|
intervalType: "Week" | "Month";
|
|
51
62
|
intervalStart: Date;
|
|
52
63
|
onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
|
|
53
64
|
}
|
|
54
|
-
declare function export_default$
|
|
65
|
+
declare function export_default$D(props: DateRangeNavigatorProps): JSX.Element;
|
|
55
66
|
|
|
56
67
|
interface DayTrackerSymbolProps {
|
|
57
68
|
primaryColors: string[];
|
|
58
69
|
secondaryColors: string[];
|
|
59
70
|
}
|
|
60
|
-
declare function export_default$
|
|
71
|
+
declare function export_default$C(props: DayTrackerSymbolProps): JSX.Element;
|
|
61
72
|
|
|
62
73
|
interface FaceProps {
|
|
63
74
|
faceValue?: number;
|
|
@@ -65,7 +76,7 @@ interface FaceProps {
|
|
|
65
76
|
onClick?: MouseEventHandler;
|
|
66
77
|
className?: string;
|
|
67
78
|
}
|
|
68
|
-
declare function export_default$
|
|
79
|
+
declare function export_default$B(props: FaceProps): JSX.Element;
|
|
69
80
|
|
|
70
81
|
interface HistogramProps {
|
|
71
82
|
entries: {
|
|
@@ -74,7 +85,7 @@ interface HistogramProps {
|
|
|
74
85
|
value: number;
|
|
75
86
|
}[];
|
|
76
87
|
}
|
|
77
|
-
declare function export_default$
|
|
88
|
+
declare function export_default$A(props: HistogramProps): JSX.Element;
|
|
78
89
|
|
|
79
90
|
interface LayoutProps {
|
|
80
91
|
children?: React.ReactNode;
|
|
@@ -82,7 +93,7 @@ interface LayoutProps {
|
|
|
82
93
|
bodyBackgroundColor?: string;
|
|
83
94
|
statusBarStyle?: StatusBarStyle;
|
|
84
95
|
}
|
|
85
|
-
declare function export_default$
|
|
96
|
+
declare function export_default$z(props: LayoutProps): JSX.Element;
|
|
86
97
|
|
|
87
98
|
declare function LoadingIndicator(): JSX.Element;
|
|
88
99
|
|
|
@@ -94,12 +105,12 @@ interface NavigationBarProps {
|
|
|
94
105
|
closeButtonText?: string;
|
|
95
106
|
backButtonText?: string;
|
|
96
107
|
}
|
|
97
|
-
declare function export_default$
|
|
108
|
+
declare function export_default$y(props: NavigationBarProps): JSX.Element;
|
|
98
109
|
|
|
99
110
|
interface SectionProps {
|
|
100
111
|
children?: React.ReactNode;
|
|
101
112
|
}
|
|
102
|
-
declare function export_default$
|
|
113
|
+
declare function export_default$x(props: SectionProps): JSX.Element | null;
|
|
103
114
|
|
|
104
115
|
interface SegmentedControlProps {
|
|
105
116
|
segments: {
|
|
@@ -109,21 +120,21 @@ interface SegmentedControlProps {
|
|
|
109
120
|
selectedSegment: string;
|
|
110
121
|
onSegmentSelected: Function;
|
|
111
122
|
}
|
|
112
|
-
declare function export_default$
|
|
123
|
+
declare function export_default$w(props: SegmentedControlProps): JSX.Element;
|
|
113
124
|
|
|
114
|
-
declare function export_default$
|
|
125
|
+
declare function export_default$v(): JSX.Element;
|
|
115
126
|
|
|
116
127
|
interface SingleExternalAccountProps {
|
|
117
128
|
externalAccount: ExternalAccount;
|
|
118
129
|
onAccountRemoved: (account: ExternalAccount) => void;
|
|
119
130
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
120
131
|
}
|
|
121
|
-
declare function export_default$
|
|
132
|
+
declare function export_default$u(props: SingleExternalAccountProps): JSX.Element;
|
|
122
133
|
|
|
123
134
|
interface SingleNotificationProps {
|
|
124
135
|
notification: Notification;
|
|
125
136
|
}
|
|
126
|
-
declare function export_default$
|
|
137
|
+
declare function export_default$t(props: SingleNotificationProps): JSX.Element;
|
|
127
138
|
|
|
128
139
|
interface SingleSurveyTaskProps {
|
|
129
140
|
task: SurveyTask;
|
|
@@ -131,14 +142,24 @@ interface SingleSurveyTaskProps {
|
|
|
131
142
|
hideDueDate?: boolean;
|
|
132
143
|
disableClick?: boolean;
|
|
133
144
|
}
|
|
134
|
-
declare function export_default$
|
|
145
|
+
declare function export_default$s(props: SingleSurveyTaskProps): JSX.Element | null;
|
|
146
|
+
|
|
147
|
+
interface SparkBarChartProps {
|
|
148
|
+
averageFillPercent: number;
|
|
149
|
+
bars: SparkBarChartBar[];
|
|
150
|
+
}
|
|
151
|
+
interface SparkBarChartBar {
|
|
152
|
+
color: string;
|
|
153
|
+
barFillPercent: number;
|
|
154
|
+
}
|
|
155
|
+
declare function export_default$r(props: SparkBarChartProps): JSX.Element;
|
|
135
156
|
|
|
136
157
|
interface SwitchProps {
|
|
137
158
|
isOn: Boolean;
|
|
138
159
|
onBackgroundColor?: string;
|
|
139
160
|
onValueChanged(value: boolean): void;
|
|
140
161
|
}
|
|
141
|
-
declare function export_default$
|
|
162
|
+
declare function export_default$q(props: SwitchProps): JSX.Element;
|
|
142
163
|
|
|
143
164
|
interface StatusBarBackgroundProps {
|
|
144
165
|
color?: string;
|
|
@@ -148,7 +169,7 @@ declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): JSX.
|
|
|
148
169
|
interface TextBlockProps {
|
|
149
170
|
children?: React.ReactNode;
|
|
150
171
|
}
|
|
151
|
-
declare function export_default$
|
|
172
|
+
declare function export_default$p(props: TextBlockProps): JSX.Element | null;
|
|
152
173
|
|
|
153
174
|
interface TrackerItemProps {
|
|
154
175
|
selected: boolean;
|
|
@@ -158,7 +179,18 @@ interface TrackerItemProps {
|
|
|
158
179
|
badge?: string;
|
|
159
180
|
onClick?: Function;
|
|
160
181
|
}
|
|
161
|
-
declare function export_default$
|
|
182
|
+
declare function export_default$o(props: TrackerItemProps): JSX.Element;
|
|
183
|
+
|
|
184
|
+
interface WeekCalendarProps {
|
|
185
|
+
selectedDate?: Date;
|
|
186
|
+
hideDateLabel?: boolean;
|
|
187
|
+
startDate: Date;
|
|
188
|
+
onDateSelected?(date: Date): void;
|
|
189
|
+
loading: boolean;
|
|
190
|
+
onStartDateChange?(startDate: Date): void;
|
|
191
|
+
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
192
|
+
}
|
|
193
|
+
declare function export_default$n(props: WeekCalendarProps): JSX.Element;
|
|
162
194
|
|
|
163
195
|
interface ConnectEhrProps {
|
|
164
196
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -179,7 +211,6 @@ declare type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected"
|
|
|
179
211
|
declare function export_default$l(props: ConnectFitbitProps): JSX.Element | null;
|
|
180
212
|
|
|
181
213
|
interface DeviceDataMonthChartProps {
|
|
182
|
-
namespace: DeviceDataNamespace;
|
|
183
214
|
lines: DeviceDataChartLine[];
|
|
184
215
|
month: number;
|
|
185
216
|
year: number;
|
|
@@ -190,17 +221,11 @@ interface DeviceDataMonthChartProps {
|
|
|
190
221
|
}
|
|
191
222
|
interface DeviceDataChartLine {
|
|
192
223
|
label: string;
|
|
193
|
-
|
|
224
|
+
dailyDataType: string;
|
|
194
225
|
valueConverter?: Function;
|
|
195
|
-
displayByDate?: DateAnchor;
|
|
196
|
-
aggregation: AggregationType;
|
|
197
|
-
ignoreDateOffsets?: boolean;
|
|
198
|
-
ignoreZeros?: boolean;
|
|
199
226
|
showAverage?: boolean;
|
|
200
227
|
}
|
|
201
228
|
declare type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
202
|
-
declare type AggregationType = "Sum" | "Average" | "Count";
|
|
203
|
-
declare type DateAnchor = "observation" | "start";
|
|
204
229
|
declare function export_default$k(props: DeviceDataMonthChartProps): JSX.Element | null;
|
|
205
230
|
|
|
206
231
|
interface DeviceDataMonthChartsProps {
|
|
@@ -356,4 +381,45 @@ declare function export_default$1(props: SurveyTasksViewProps): JSX.Element;
|
|
|
356
381
|
|
|
357
382
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
358
383
|
|
|
359
|
-
|
|
384
|
+
declare type DailyDataQueryResult = {
|
|
385
|
+
[key: string]: number;
|
|
386
|
+
};
|
|
387
|
+
declare type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
388
|
+
declare type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
389
|
+
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
390
|
+
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
391
|
+
declare enum DailyDataType {
|
|
392
|
+
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
393
|
+
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
394
|
+
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
395
|
+
AppleHealthHrv = "AppleHealthHrv",
|
|
396
|
+
AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
|
|
397
|
+
AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
|
|
398
|
+
AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
|
|
399
|
+
AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
|
|
400
|
+
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
401
|
+
AppleHealthSteps = "AppleHealthSteps",
|
|
402
|
+
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
403
|
+
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
404
|
+
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
405
|
+
FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
|
|
406
|
+
FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
|
|
407
|
+
FitbitBreathingRate = "FitbitBreathingRate",
|
|
408
|
+
FitbitCaloriesBurned = "FitbitCaloriesBurned",
|
|
409
|
+
FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
|
|
410
|
+
FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
|
|
411
|
+
FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
|
|
412
|
+
FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
|
|
413
|
+
FitbitFloors = "FitbitFloors",
|
|
414
|
+
FitbitHrv = "FitbitHrv",
|
|
415
|
+
FitbitRestingHeartRate = "FitbitRestingHeartRate",
|
|
416
|
+
FitbitSleepMinutes = "FitbitSleepMinutes",
|
|
417
|
+
FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
|
|
418
|
+
FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
|
|
419
|
+
FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
|
|
420
|
+
FitbitSpO2 = "FitbitSpO2",
|
|
421
|
+
FitbitSteps = "FitbitSteps",
|
|
422
|
+
GoogleFitSteps = "GoogleFitSteps"
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export { export_default$J as Action, export_default$I as ActivityMeter, export_default$H as Button, export_default$G as Calendar, export_default$F as Card, export_default$E as CardTitle, export_default$m as ConnectEhr, export_default$7 as ConnectEhrView, export_default$l as ConnectFitbit, DailyDataAvailabilityCheck, DailyDataProvider, DailyDataQueryResult, DailyDataType, export_default$D as DateRangeNavigator, export_default$C as DayTrackerSymbol, export_default$k as DeviceDataMonthChart, export_default$j as DeviceDataMonthCharts, export_default$6 as DeviceDataView, export_default$i as ExternalAccountList, export_default$h as ExternalAccountsPreview, export_default$5 as ExternalAccountsView, export_default$B as Face, export_default$g as FitbitDevices, export_default$f as FitbitMonthCharts, export_default$4 as FitbitView, export_default$A as Histogram, export_default$3 as HomeView, export_default$z as Layout, LoadingIndicator, export_default$e as MostRecentNotification, export_default$y as NavigationBar, export_default$d as NotificationList, export_default$2 as NotificationsView, export_default$c as PlatformSpecificContent, export_default$b as ProjectHeader, export_default$a as ProjectSupport, export_default$9 as ProviderSearch, export_default$9 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, StatusBarBackgroundProps as StatusBarBackground, export_default$8 as SurveyTaskList, export_default$1 as SurveyTasksView, export_default$q as Switch, export_default$p as TextBlock, export_default$o as TrackerItem, export_default$n as WeekCalendar, checkDailyDataAvailability, registerDailyDataProvider, export_default as useInterval };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@careevolution/mydatahelps-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "MyDataHelps UI Library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
28
28
|
"@rollup/plugin-image": "^2.1.1",
|
|
29
29
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
30
|
-
"@rollup/plugin-typescript": "^8.3.1",
|
|
31
30
|
"@storybook/addon-actions": "^6.4.19",
|
|
32
31
|
"@storybook/addon-essentials": "^6.4.19",
|
|
33
32
|
"@storybook/addon-interactions": "^6.4.19",
|
|
@@ -49,6 +48,7 @@
|
|
|
49
48
|
"@fortawesome/free-regular-svg-icons": "^6.0.0",
|
|
50
49
|
"@fortawesome/free-solid-svg-icons": "^6.0.0",
|
|
51
50
|
"@fortawesome/react-fontawesome": "^0.1.17",
|
|
51
|
+
"@rollup/plugin-typescript": "^8.3.3",
|
|
52
52
|
"date-fns": "^2.28.0",
|
|
53
53
|
"react-feather": "^2.0.9",
|
|
54
54
|
"recharts": "^2.1.9"
|