@careevolution/mydatahelps-ui 2.23.1-HackDocs.0 → 2.23.1-HackDocs.2
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.d.ts +6 -1
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +9 -1
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +1 -0
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.d.ts +5 -0
- package/dist/cjs/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +8 -0
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.d.ts +12 -0
- package/dist/cjs/types/components/container/NotificationList/NotificationList.d.ts +1 -14
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +8 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.d.ts +6 -1
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +9 -1
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +1 -0
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.d.ts +5 -0
- package/dist/esm/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +8 -0
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.d.ts +12 -0
- package/dist/esm/types/components/container/NotificationList/NotificationList.d.ts +1 -14
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +8 -0
- package/dist/index.d.ts +114 -80
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React$1, { ReactElement, CSSProperties, ReactNode, MouseEventHandler, DependencyList } from 'react';
|
|
3
3
|
import { ParticipantInfo, Guid, StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, DeviceInfo, DeviceDataPoint, SurveyAnswer, ConnectExternalAccountOptions, ExternalAccountStatus, EventName, DeviceDataNamespace, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem } from '@careevolution/mydatahelps-js';
|
|
4
|
-
import PropTypes from 'prop-types';
|
|
5
4
|
import { AxisDomain } from 'recharts/types/util/types';
|
|
6
5
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
7
6
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
@@ -12,7 +11,7 @@ interface AsthmaActionPlanManagerProps {
|
|
|
12
11
|
editActionPlanSurveyName: string;
|
|
13
12
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
14
13
|
}
|
|
15
|
-
declare function export_default$
|
|
14
|
+
declare function export_default$2s(props: AsthmaActionPlanManagerProps): React$1.JSX.Element;
|
|
16
15
|
|
|
17
16
|
declare class AsthmaParticipant {
|
|
18
17
|
participantInfo: ParticipantInfo;
|
|
@@ -84,7 +83,7 @@ interface AsthmaAirQualitiesProps {
|
|
|
84
83
|
date?: Date;
|
|
85
84
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
86
85
|
}
|
|
87
|
-
declare function export_default$
|
|
86
|
+
declare function export_default$2r(props: AsthmaAirQualitiesProps): React$1.JSX.Element;
|
|
88
87
|
|
|
89
88
|
interface AsthmaAlertTakeoverNoticeProps {
|
|
90
89
|
previewState?: 'loading' | 'loaded';
|
|
@@ -92,7 +91,7 @@ interface AsthmaAlertTakeoverNoticeProps {
|
|
|
92
91
|
logEntrySurveyName: string;
|
|
93
92
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
94
93
|
}
|
|
95
|
-
declare function export_default$
|
|
94
|
+
declare function export_default$2q(props: AsthmaAlertTakeoverNoticeProps): React$1.JSX.Element;
|
|
96
95
|
|
|
97
96
|
interface AsthmaAlertTakeoverTriggerProps {
|
|
98
97
|
previewState?: boolean;
|
|
@@ -103,7 +102,7 @@ interface AsthmaAlertTakeoverTriggerProps {
|
|
|
103
102
|
alertTakeoverUrl: string;
|
|
104
103
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
105
104
|
}
|
|
106
|
-
declare function export_default$
|
|
105
|
+
declare function export_default$2p(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
107
106
|
|
|
108
107
|
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
109
108
|
|
|
@@ -115,7 +114,7 @@ interface AsthmaBiometricsProps {
|
|
|
115
114
|
date?: Date;
|
|
116
115
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
117
116
|
}
|
|
118
|
-
declare function export_default$
|
|
117
|
+
declare function export_default$2o(props: AsthmaBiometricsProps): React$1.JSX.Element;
|
|
119
118
|
|
|
120
119
|
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
121
120
|
|
|
@@ -127,7 +126,7 @@ interface AsthmaControlCalendarProps {
|
|
|
127
126
|
variant?: AsthmaControlCalendarVariant;
|
|
128
127
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
129
128
|
}
|
|
130
|
-
declare function export_default$
|
|
129
|
+
declare function export_default$2n(props: AsthmaControlCalendarProps): React$1.JSX.Element;
|
|
131
130
|
|
|
132
131
|
type AsthmaControlStatusHeaderPreviewState = 'no data' | 'abnormal dhr' | 'abnormal nhr' | 'abnormal rr' | 'abnormal activity' | 'abnormal sleep' | 'abnormal dbol' | 'abnormal nbol' | 'abnormal home aqi' | 'abnormal work aqi' | 'abnormal multiple' | 'not determined' | 'not controlled' | 'controlled';
|
|
133
132
|
|
|
@@ -136,7 +135,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
136
135
|
participant: AsthmaParticipant;
|
|
137
136
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
138
137
|
}
|
|
139
|
-
declare function export_default$
|
|
138
|
+
declare function export_default$2m(props: AsthmaControlStatusHeaderProps): React$1.JSX.Element | null;
|
|
140
139
|
|
|
141
140
|
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
142
141
|
|
|
@@ -149,7 +148,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
149
148
|
infoUrl: string;
|
|
150
149
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
151
150
|
}
|
|
152
|
-
declare function export_default$
|
|
151
|
+
declare function export_default$2l(props: AsthmaLogEntryDetailsProps): React$1.JSX.Element;
|
|
153
152
|
|
|
154
153
|
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
155
154
|
|
|
@@ -160,7 +159,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
160
159
|
dayViewUrl: string;
|
|
161
160
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
162
161
|
}
|
|
163
|
-
declare function export_default$
|
|
162
|
+
declare function export_default$2k(props: AsthmaLogEntryHeaderProps): React$1.JSX.Element | null;
|
|
164
163
|
|
|
165
164
|
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
166
165
|
previewState?: boolean;
|
|
@@ -169,7 +168,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
|
169
168
|
logTodayEntrySurveyName: string;
|
|
170
169
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
171
170
|
}
|
|
172
|
-
declare function export_default$
|
|
171
|
+
declare function export_default$2j(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
173
172
|
|
|
174
173
|
type AsthmaProviderReportPreviewState = 'default';
|
|
175
174
|
|
|
@@ -178,7 +177,7 @@ interface AsthmaProviderReportProps {
|
|
|
178
177
|
logEntrySurveyName: string;
|
|
179
178
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
180
179
|
}
|
|
181
|
-
declare function export_default$
|
|
180
|
+
declare function export_default$2i(props: AsthmaProviderReportProps): React$1.JSX.Element;
|
|
182
181
|
|
|
183
182
|
type ColorDefinition = string | {
|
|
184
183
|
lightMode?: string;
|
|
@@ -204,7 +203,7 @@ interface ActionProps {
|
|
|
204
203
|
subtitleColor?: ColorDefinition;
|
|
205
204
|
renderAs?: "div" | "button";
|
|
206
205
|
}
|
|
207
|
-
declare function export_default$
|
|
206
|
+
declare function export_default$2h(props: ActionProps): React$1.JSX.Element;
|
|
208
207
|
|
|
209
208
|
interface ActivityMeterProps {
|
|
210
209
|
label: string;
|
|
@@ -218,7 +217,7 @@ interface ActivityMeterProps {
|
|
|
218
217
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
219
218
|
thresholdLabel?: string;
|
|
220
219
|
}
|
|
221
|
-
declare function export_default$
|
|
220
|
+
declare function export_default$2g(props: ActivityMeterProps): React$1.JSX.Element;
|
|
222
221
|
|
|
223
222
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
224
223
|
interface ButtonProps {
|
|
@@ -233,7 +232,7 @@ interface ButtonProps {
|
|
|
233
232
|
defaultMargin?: boolean;
|
|
234
233
|
fullWidth?: boolean;
|
|
235
234
|
}
|
|
236
|
-
declare function export_default$
|
|
235
|
+
declare function export_default$2f(props: ButtonProps): React$1.JSX.Element;
|
|
237
236
|
|
|
238
237
|
interface CalendarProps {
|
|
239
238
|
month: number;
|
|
@@ -243,7 +242,7 @@ interface CalendarProps {
|
|
|
243
242
|
className?: string;
|
|
244
243
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
245
244
|
}
|
|
246
|
-
declare function export_default$
|
|
245
|
+
declare function export_default$2e(props: CalendarProps): React$1.JSX.Element;
|
|
247
246
|
|
|
248
247
|
type CalendarDayStateConfiguration = Record<string, {
|
|
249
248
|
style?: CSSProperties;
|
|
@@ -259,7 +258,7 @@ interface CalendarDayProps {
|
|
|
259
258
|
onClick?: (date: Date) => void;
|
|
260
259
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
261
260
|
}
|
|
262
|
-
declare function export_default$
|
|
261
|
+
declare function export_default$2d(props: CalendarDayProps): React$1.JSX.Element;
|
|
263
262
|
|
|
264
263
|
interface CardProps {
|
|
265
264
|
className?: string;
|
|
@@ -270,7 +269,7 @@ interface CardProps {
|
|
|
270
269
|
backgroundColor?: ColorDefinition;
|
|
271
270
|
style?: React$1.CSSProperties;
|
|
272
271
|
}
|
|
273
|
-
declare function export_default$
|
|
272
|
+
declare function export_default$2c(props: CardProps): React$1.JSX.Element | null;
|
|
274
273
|
|
|
275
274
|
interface CardTitleProps {
|
|
276
275
|
title: string;
|
|
@@ -279,7 +278,7 @@ interface CardTitleProps {
|
|
|
279
278
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
280
279
|
color?: ColorDefinition;
|
|
281
280
|
}
|
|
282
|
-
declare function export_default$
|
|
281
|
+
declare function export_default$2b(props: CardTitleProps): React$1.JSX.Element;
|
|
283
282
|
|
|
284
283
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
285
284
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -310,7 +309,7 @@ interface DateRangeNavigatorProps {
|
|
|
310
309
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
311
310
|
sticky?: boolean;
|
|
312
311
|
}
|
|
313
|
-
declare function export_default$
|
|
312
|
+
declare function export_default$2a(props: DateRangeNavigatorProps): React$1.JSX.Element;
|
|
314
313
|
|
|
315
314
|
interface TitleProps {
|
|
316
315
|
color?: ColorDefinition;
|
|
@@ -324,7 +323,7 @@ interface TitleProps {
|
|
|
324
323
|
defaultMargin?: boolean;
|
|
325
324
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
326
325
|
}
|
|
327
|
-
declare function export_default$
|
|
326
|
+
declare function export_default$29(props: TitleProps): React$1.JSX.Element;
|
|
328
327
|
|
|
329
328
|
interface DateRangeTitleProps extends TitleProps {
|
|
330
329
|
color?: ColorDefinition;
|
|
@@ -342,7 +341,7 @@ interface DayTrackerSymbolProps {
|
|
|
342
341
|
size?: "small" | "large";
|
|
343
342
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
344
343
|
}
|
|
345
|
-
declare function export_default$
|
|
344
|
+
declare function export_default$28(props: DayTrackerSymbolProps): React$1.JSX.Element;
|
|
346
345
|
|
|
347
346
|
interface ClosedInterval {
|
|
348
347
|
values: number[];
|
|
@@ -369,7 +368,7 @@ declare enum DumbbellClass {
|
|
|
369
368
|
"mdhui-dumbbell-in-range" = 0,
|
|
370
369
|
"mdhui-dumbbell-out-of-range" = 1
|
|
371
370
|
}
|
|
372
|
-
declare function export_default$
|
|
371
|
+
declare function export_default$27(props: DumbBellChartProps): React$1.JSX.Element;
|
|
373
372
|
|
|
374
373
|
interface FaceProps {
|
|
375
374
|
faceValue?: number;
|
|
@@ -378,7 +377,7 @@ interface FaceProps {
|
|
|
378
377
|
className?: string;
|
|
379
378
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
380
379
|
}
|
|
381
|
-
declare function export_default$
|
|
380
|
+
declare function export_default$26(props: FaceProps): React$1.JSX.Element;
|
|
382
381
|
|
|
383
382
|
interface HistogramProps {
|
|
384
383
|
entries: {
|
|
@@ -390,7 +389,7 @@ interface HistogramProps {
|
|
|
390
389
|
className?: string;
|
|
391
390
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
392
391
|
}
|
|
393
|
-
declare function export_default$
|
|
392
|
+
declare function export_default$25(props: HistogramProps): React$1.JSX.Element;
|
|
394
393
|
|
|
395
394
|
interface LayoutProps {
|
|
396
395
|
children?: React$1.ReactNode;
|
|
@@ -411,7 +410,7 @@ interface LayoutContext {
|
|
|
411
410
|
bodyBackgroundColor: string;
|
|
412
411
|
}
|
|
413
412
|
declare const LayoutContext: React$1.Context<LayoutContext>;
|
|
414
|
-
declare function export_default$
|
|
413
|
+
declare function export_default$24(props: LayoutProps): React$1.JSX.Element;
|
|
415
414
|
|
|
416
415
|
interface LoadingIndicatorProps {
|
|
417
416
|
variant?: "default" | "inline";
|
|
@@ -432,7 +431,7 @@ interface MonthlyEventMatrixProps {
|
|
|
432
431
|
innerRef?: React$1.Ref<HTMLTableElement>;
|
|
433
432
|
intervalStart: Date;
|
|
434
433
|
}
|
|
435
|
-
declare function export_default$
|
|
434
|
+
declare function export_default$23(props: MonthlyEventMatrixProps): React$1.JSX.Element;
|
|
436
435
|
|
|
437
436
|
interface NavigationBarProps {
|
|
438
437
|
title?: string;
|
|
@@ -451,7 +450,7 @@ interface NavigationBarProps {
|
|
|
451
450
|
navigationBarRight?: React$1.ReactNode;
|
|
452
451
|
backgroundColor?: ColorDefinition;
|
|
453
452
|
}
|
|
454
|
-
declare function export_default$
|
|
453
|
+
declare function export_default$22(props: NavigationBarProps): React$1.JSX.Element;
|
|
455
454
|
|
|
456
455
|
interface NotesInputProps {
|
|
457
456
|
autoTimestamp?: boolean;
|
|
@@ -459,7 +458,7 @@ interface NotesInputProps {
|
|
|
459
458
|
onChange(value: string): void;
|
|
460
459
|
value: string;
|
|
461
460
|
}
|
|
462
|
-
declare function export_default$
|
|
461
|
+
declare function export_default$21(props: NotesInputProps): React$1.JSX.Element;
|
|
463
462
|
|
|
464
463
|
interface ProgressBarProps {
|
|
465
464
|
backgroundColor?: ColorDefinition;
|
|
@@ -497,7 +496,7 @@ interface ProgressRingProps {
|
|
|
497
496
|
percentCompleted?: number;
|
|
498
497
|
animate?: boolean;
|
|
499
498
|
}
|
|
500
|
-
declare function export_default$
|
|
499
|
+
declare function export_default$20(props: ProgressRingProps): React$1.JSX.Element;
|
|
501
500
|
|
|
502
501
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
503
502
|
type ResourceButtonVariant = 'button' | 'link';
|
|
@@ -511,7 +510,7 @@ interface ResourceProps {
|
|
|
511
510
|
onClick: () => void;
|
|
512
511
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
513
512
|
}
|
|
514
|
-
declare function export_default$
|
|
513
|
+
declare function export_default$1$(props: ResourceProps): React$1.JSX.Element;
|
|
515
514
|
|
|
516
515
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
517
516
|
|
|
@@ -531,7 +530,7 @@ interface ResourceListProps {
|
|
|
531
530
|
buttonText?: string;
|
|
532
531
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
533
532
|
}
|
|
534
|
-
declare function export_default$
|
|
533
|
+
declare function export_default$1_(props: ResourceListProps): React$1.JSX.Element;
|
|
535
534
|
|
|
536
535
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
537
536
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -540,7 +539,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
540
539
|
startDate: Date;
|
|
541
540
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
542
541
|
}
|
|
543
|
-
declare function export_default$
|
|
542
|
+
declare function export_default$1Z(props: RotatingComponentCoordinatorProps): React$1.JSX.Element;
|
|
544
543
|
|
|
545
544
|
interface SectionProps {
|
|
546
545
|
children?: React$1.ReactNode;
|
|
@@ -550,7 +549,7 @@ interface SectionProps {
|
|
|
550
549
|
backgroundColor?: ColorDefinition;
|
|
551
550
|
style?: React$1.CSSProperties;
|
|
552
551
|
}
|
|
553
|
-
declare function export_default$
|
|
552
|
+
declare function export_default$1Y(props: SectionProps): React$1.JSX.Element | null;
|
|
554
553
|
|
|
555
554
|
interface SegmentedControlProps {
|
|
556
555
|
segments: {
|
|
@@ -564,9 +563,9 @@ interface SegmentedControlProps {
|
|
|
564
563
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
565
564
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
566
565
|
}
|
|
567
|
-
declare function export_default$
|
|
566
|
+
declare function export_default$1X(props: SegmentedControlProps): React$1.JSX.Element;
|
|
568
567
|
|
|
569
|
-
declare function export_default$
|
|
568
|
+
declare function export_default$1W(): React$1.JSX.Element;
|
|
570
569
|
|
|
571
570
|
interface SingleDataPointProps {
|
|
572
571
|
label: string;
|
|
@@ -577,7 +576,7 @@ interface SingleDataPointProps {
|
|
|
577
576
|
onClick?: () => void;
|
|
578
577
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
579
578
|
}
|
|
580
|
-
declare function export_default$
|
|
579
|
+
declare function export_default$1V(props: SingleDataPointProps): React$1.JSX.Element;
|
|
581
580
|
|
|
582
581
|
interface SingleExternalAccountProps {
|
|
583
582
|
externalAccount: ExternalAccount;
|
|
@@ -585,13 +584,13 @@ interface SingleExternalAccountProps {
|
|
|
585
584
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
586
585
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
587
586
|
}
|
|
588
|
-
declare function export_default$
|
|
587
|
+
declare function export_default$1U(props: SingleExternalAccountProps): React$1.JSX.Element;
|
|
589
588
|
|
|
590
589
|
interface SingleNotificationProps {
|
|
591
590
|
notification: Notification;
|
|
592
591
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
593
592
|
}
|
|
594
|
-
declare function export_default$
|
|
593
|
+
declare function export_default$1T(props: SingleNotificationProps): React$1.JSX.Element;
|
|
595
594
|
|
|
596
595
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
597
596
|
interface SingleSurveyTaskProps {
|
|
@@ -604,7 +603,7 @@ interface SingleSurveyTaskProps {
|
|
|
604
603
|
buttonVariant?: ButtonVariant;
|
|
605
604
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
606
605
|
}
|
|
607
|
-
declare function export_default$
|
|
606
|
+
declare function export_default$1S(props: SingleSurveyTaskProps): React$1.JSX.Element | null;
|
|
608
607
|
|
|
609
608
|
interface SparkBarChartProps {
|
|
610
609
|
averageFillPercent?: number;
|
|
@@ -615,7 +614,7 @@ interface SparkBarChartBar {
|
|
|
615
614
|
color: ColorDefinition;
|
|
616
615
|
barFillPercent: number;
|
|
617
616
|
}
|
|
618
|
-
declare function export_default$
|
|
617
|
+
declare function export_default$1R(props: SparkBarChartProps): React$1.JSX.Element;
|
|
619
618
|
|
|
620
619
|
interface SwitchProps {
|
|
621
620
|
isOn: Boolean;
|
|
@@ -624,7 +623,7 @@ interface SwitchProps {
|
|
|
624
623
|
className?: string;
|
|
625
624
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
626
625
|
}
|
|
627
|
-
declare function export_default$
|
|
626
|
+
declare function export_default$1Q(props: SwitchProps): React$1.JSX.Element;
|
|
628
627
|
|
|
629
628
|
interface StatusBarBackgroundProps {
|
|
630
629
|
color?: string;
|
|
@@ -639,7 +638,7 @@ interface TextBlockProps {
|
|
|
639
638
|
color?: ColorDefinition;
|
|
640
639
|
style?: React$1.CSSProperties;
|
|
641
640
|
}
|
|
642
|
-
declare function export_default$
|
|
641
|
+
declare function export_default$1P(props: TextBlockProps): React$1.JSX.Element | null;
|
|
643
642
|
|
|
644
643
|
interface TrackerItemProps {
|
|
645
644
|
selected: boolean;
|
|
@@ -651,7 +650,7 @@ interface TrackerItemProps {
|
|
|
651
650
|
className?: string;
|
|
652
651
|
noBoxShadow?: boolean;
|
|
653
652
|
}
|
|
654
|
-
declare function export_default$
|
|
653
|
+
declare function export_default$1O(props: TrackerItemProps): React$1.JSX.Element;
|
|
655
654
|
|
|
656
655
|
interface UnstyledButtonProps {
|
|
657
656
|
onClick: MouseEventHandler;
|
|
@@ -662,7 +661,7 @@ interface UnstyledButtonProps {
|
|
|
662
661
|
disabled?: boolean;
|
|
663
662
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
664
663
|
}
|
|
665
|
-
declare function export_default$
|
|
664
|
+
declare function export_default$1N(props: UnstyledButtonProps): React$1.JSX.Element;
|
|
666
665
|
|
|
667
666
|
interface ValueSelectorProps {
|
|
668
667
|
title?: string;
|
|
@@ -683,7 +682,7 @@ interface ValueSelectorProps {
|
|
|
683
682
|
preventEmptySelections?: boolean;
|
|
684
683
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
685
684
|
}
|
|
686
|
-
declare function export_default$
|
|
685
|
+
declare function export_default$1M(props: ValueSelectorProps): React$1.JSX.Element;
|
|
687
686
|
|
|
688
687
|
interface ViewHeaderProps {
|
|
689
688
|
title?: string;
|
|
@@ -692,7 +691,7 @@ interface ViewHeaderProps {
|
|
|
692
691
|
subtitleColor?: ColorDefinition;
|
|
693
692
|
action?: React$1.ReactNode;
|
|
694
693
|
}
|
|
695
|
-
declare function export_default$
|
|
694
|
+
declare function export_default$1L(props: ViewHeaderProps): React$1.JSX.Element | null;
|
|
696
695
|
|
|
697
696
|
interface WeekCalendarProps {
|
|
698
697
|
selectedDate?: Date;
|
|
@@ -704,7 +703,7 @@ interface WeekCalendarProps {
|
|
|
704
703
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
705
704
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
706
705
|
}
|
|
707
|
-
declare function export_default$
|
|
706
|
+
declare function export_default$1K(props: WeekCalendarProps): React$1.JSX.Element;
|
|
708
707
|
|
|
709
708
|
interface InboxCompletedListItemProps {
|
|
710
709
|
name: string;
|
|
@@ -712,14 +711,14 @@ interface InboxCompletedListItemProps {
|
|
|
712
711
|
onClick?: () => void;
|
|
713
712
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
714
713
|
}
|
|
715
|
-
declare function export_default$
|
|
714
|
+
declare function export_default$1J(props: InboxCompletedListItemProps): React$1.JSX.Element;
|
|
716
715
|
|
|
717
716
|
interface InboxMessageListItemProps {
|
|
718
717
|
message: InboxMessage;
|
|
719
718
|
onClick: () => void;
|
|
720
719
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
721
720
|
}
|
|
722
|
-
declare function export_default$
|
|
721
|
+
declare function export_default$1I(props: InboxMessageListItemProps): React$1.JSX.Element | null;
|
|
723
722
|
|
|
724
723
|
interface InboxResourceListItemProps {
|
|
725
724
|
resource: InboxResource;
|
|
@@ -729,7 +728,7 @@ interface InboxResourceListItemProps {
|
|
|
729
728
|
buttonText?: string;
|
|
730
729
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
731
730
|
}
|
|
732
|
-
declare function export_default$
|
|
731
|
+
declare function export_default$1H(props: InboxResourceListItemProps): React$1.JSX.Element | null;
|
|
733
732
|
|
|
734
733
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
735
734
|
interface InboxSurveyListItemProps {
|
|
@@ -739,7 +738,7 @@ interface InboxSurveyListItemProps {
|
|
|
739
738
|
surveyActive?: boolean;
|
|
740
739
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
741
740
|
}
|
|
742
|
-
declare function export_default$
|
|
741
|
+
declare function export_default$1G(props: InboxSurveyListItemProps): React$1.JSX.Element | null;
|
|
743
742
|
|
|
744
743
|
interface AsthmaRecommendedArticleProps {
|
|
745
744
|
previewState?: 'none' | 'default';
|
|
@@ -751,7 +750,7 @@ interface AsthmaRecommendedArticleProps {
|
|
|
751
750
|
style?: React$1.CSSProperties;
|
|
752
751
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
753
752
|
}
|
|
754
|
-
declare function export_default$
|
|
753
|
+
declare function export_default$1F(props: AsthmaRecommendedArticleProps): React$1.JSX.Element | null;
|
|
755
754
|
|
|
756
755
|
declare enum AsthmaDailyDataType {
|
|
757
756
|
Steps = "Asthma.Steps",
|
|
@@ -806,7 +805,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
806
805
|
learnMoreUrl: string;
|
|
807
806
|
editActionPlanSurveyName: string;
|
|
808
807
|
}
|
|
809
|
-
declare function export_default$
|
|
808
|
+
declare function export_default$1E(props: AsthmaActionPlanViewProps): React$1.JSX.Element;
|
|
810
809
|
|
|
811
810
|
interface AsthmaActivityViewProps {
|
|
812
811
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -814,7 +813,7 @@ interface AsthmaActivityViewProps {
|
|
|
814
813
|
alert?: 'Steps';
|
|
815
814
|
logEntrySurveyName: string;
|
|
816
815
|
}
|
|
817
|
-
declare function export_default$
|
|
816
|
+
declare function export_default$1D(props: AsthmaActivityViewProps): React$1.JSX.Element;
|
|
818
817
|
|
|
819
818
|
interface AsthmaAirQualityViewProps {
|
|
820
819
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -822,14 +821,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
822
821
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
823
822
|
logEntrySurveyName: string;
|
|
824
823
|
}
|
|
825
|
-
declare function export_default$
|
|
824
|
+
declare function export_default$1C(props: AsthmaAirQualityViewProps): React$1.JSX.Element;
|
|
826
825
|
|
|
827
826
|
interface AsthmaAlertTakeoverViewProps {
|
|
828
827
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
829
828
|
previewState?: 'default';
|
|
830
829
|
logEntrySurveyName: string;
|
|
831
830
|
}
|
|
832
|
-
declare function export_default$
|
|
831
|
+
declare function export_default$1B(props: AsthmaAlertTakeoverViewProps): React$1.JSX.Element;
|
|
833
832
|
|
|
834
833
|
interface AsthmaDayViewProps {
|
|
835
834
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -844,7 +843,7 @@ interface AsthmaDayViewProps {
|
|
|
844
843
|
sleepUrl: string;
|
|
845
844
|
airQualityUrl: string;
|
|
846
845
|
}
|
|
847
|
-
declare function export_default$
|
|
846
|
+
declare function export_default$1A(props: AsthmaDayViewProps): React$1.JSX.Element;
|
|
848
847
|
|
|
849
848
|
interface AsthmaHeartAndLungsViewProps {
|
|
850
849
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -852,7 +851,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
852
851
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
853
852
|
logEntrySurveyName: string;
|
|
854
853
|
}
|
|
855
|
-
declare function export_default$
|
|
854
|
+
declare function export_default$1z(props: AsthmaHeartAndLungsViewProps): React$1.JSX.Element;
|
|
856
855
|
|
|
857
856
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
858
857
|
|
|
@@ -861,13 +860,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
861
860
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
862
861
|
date: Date;
|
|
863
862
|
}
|
|
864
|
-
declare function export_default$
|
|
863
|
+
declare function export_default$1y(props: AsthmaLogEntryEditorViewProps): React$1.JSX.Element | null;
|
|
865
864
|
|
|
866
865
|
interface AsthmaProviderReportViewProps {
|
|
867
866
|
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
868
867
|
logEntrySurveyName: string;
|
|
869
868
|
}
|
|
870
|
-
declare function export_default$
|
|
869
|
+
declare function export_default$1x(props: AsthmaProviderReportViewProps): React$1.JSX.Element;
|
|
871
870
|
|
|
872
871
|
interface AsthmaSleepViewProps {
|
|
873
872
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -875,7 +874,7 @@ interface AsthmaSleepViewProps {
|
|
|
875
874
|
alert?: 'SleepDisturbances';
|
|
876
875
|
logEntrySurveyName: string;
|
|
877
876
|
}
|
|
878
|
-
declare function export_default$
|
|
877
|
+
declare function export_default$1w(props: AsthmaSleepViewProps): React$1.JSX.Element;
|
|
879
878
|
|
|
880
879
|
interface TermInformationProps {
|
|
881
880
|
previewState?: "default" | "noData";
|
|
@@ -888,14 +887,19 @@ interface TermInformationReference {
|
|
|
888
887
|
TermNamespace: string;
|
|
889
888
|
TermCode: string;
|
|
890
889
|
}
|
|
891
|
-
declare function export_default$
|
|
890
|
+
declare function export_default$1v(props: TermInformationProps): React$1.JSX.Element;
|
|
892
891
|
|
|
893
892
|
interface AllergiesListProps {
|
|
894
893
|
previewState?: "default";
|
|
895
894
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
896
895
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
897
896
|
}
|
|
898
|
-
|
|
897
|
+
/** Allergy List. Displays a list of participant allergies derived from EHR Data
|
|
898
|
+
*
|
|
899
|
+
* @param {AllergiesListProps} props - Property object for the component.
|
|
900
|
+
* @param {event} props.onViewTermInfo - A function that is called when the user clicks on the term information
|
|
901
|
+
*/
|
|
902
|
+
declare function AllergiesList(props: AllergiesListProps): React$1.JSX.Element;
|
|
899
903
|
|
|
900
904
|
interface AppDownloadProps {
|
|
901
905
|
previewProjectPlatforms?: string[];
|
|
@@ -904,10 +908,10 @@ interface AppDownloadProps {
|
|
|
904
908
|
title?: string;
|
|
905
909
|
text?: string;
|
|
906
910
|
}
|
|
907
|
-
declare function export_default$
|
|
911
|
+
declare function export_default$1u(props: AppDownloadProps): React$1.JSX.Element | null;
|
|
908
912
|
|
|
909
913
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
|
|
910
|
-
declare function export_default$
|
|
914
|
+
declare function export_default$1t(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
911
915
|
|
|
912
916
|
interface SurveyBloodPressureDataParameters {
|
|
913
917
|
surveyName: string;
|
|
@@ -929,13 +933,26 @@ interface BloodPressureVisualizationProps {
|
|
|
929
933
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
930
934
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
931
935
|
}
|
|
932
|
-
|
|
936
|
+
/** Blood Pressure Visualization. Displays daily systolic and diastolic blood pressure readings in a dumbbell chart. Most ofen used with a DateRangeCoordinator to navigate through time.
|
|
937
|
+
*
|
|
938
|
+
* @param {BloodPressureVisualizationProps} props - Property object for the component. Configure to use survey and/or device data
|
|
939
|
+
* @param {string} props.surveyDataSource - The survey that is the source of data. Required fields are surveyName, dateResultIdentifier, systolicResultIdentifier, and diastolicResultIdentifier
|
|
940
|
+
* @param {string} props.weekStartsOn - The weekday name that the chart should start on. Default is Monday
|
|
941
|
+
* @param {string} props.deviceDataSource - An array of supported devices. AppleHealth, GoogleFit, and Omron are supported
|
|
942
|
+
*
|
|
943
|
+
*/
|
|
944
|
+
declare function BloodPressureVisualization(props: BloodPressureVisualizationProps): React$1.JSX.Element;
|
|
933
945
|
|
|
934
946
|
interface ConditionsListProps {
|
|
935
947
|
previewState?: "default";
|
|
936
948
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
937
949
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
938
950
|
}
|
|
951
|
+
/** Conditions List. Displays a list of participant conditions derived from EHR Data
|
|
952
|
+
*
|
|
953
|
+
* @param {ConditionsListProps} props - Property object for the component. Configure to use survey and/or device data
|
|
954
|
+
* @param {event} props.onViewTermInfo - A function that is called when the user clicks on the condition
|
|
955
|
+
*/
|
|
939
956
|
declare function export_default$1s(props: ConditionsListProps): React$1.JSX.Element;
|
|
940
957
|
|
|
941
958
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
@@ -948,6 +965,14 @@ interface ConnectDevicesMenuProps {
|
|
|
948
965
|
headerVariant?: "large" | "medium";
|
|
949
966
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
950
967
|
}
|
|
968
|
+
/** Connect Devices Menu. Allows the user to establish connections for sharing data from wearables, apps, and other devices.
|
|
969
|
+
*
|
|
970
|
+
* @param {ConnectDevicesMenuProps} props - Property object for the component.
|
|
971
|
+
* @param {string[]} props.accountTypes - One or more of the following account types. Fitbit, Garmin, AppleHealth, GoogleFit, "Omron
|
|
972
|
+
* @param {string} props.title - A title for the component
|
|
973
|
+
* @param {string} props.text - Text that shows under the title
|
|
974
|
+
* @param {string} props.headerVariant - The size of the title. "large" or "medium"
|
|
975
|
+
*/
|
|
951
976
|
declare function export_default$1r(props: ConnectDevicesMenuProps): React$1.JSX.Element | null;
|
|
952
977
|
|
|
953
978
|
interface ConnectEhrProps {
|
|
@@ -965,6 +990,18 @@ interface ConnectEhrProps {
|
|
|
965
990
|
onClick?: () => void;
|
|
966
991
|
}
|
|
967
992
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
993
|
+
/** Connect EHR Menu. Allows the user to establish connections to their EHR.
|
|
994
|
+
*
|
|
995
|
+
* @param {ConnectEhrProps} props - Property object for the component.
|
|
996
|
+
* @param {string} props.applicationUrl - The url that the user will be directed to when they click the Connect Provider button. Use as an alternative to onClick
|
|
997
|
+
* @param {event} props.onClick - A custom onClick event for the Connect Provider button. Use as an alternative to applicationUrl
|
|
998
|
+
* @param {string} props.disabledBehavior - Use 'hide' or 'displayError' to determine how the component behaves when EHR is not enabled
|
|
999
|
+
* @param {string} props.title - Text to show as the Title of the component
|
|
1000
|
+
* @param {string} props.variant - The size of the presentation. 'large' | 'medium' | 'small'
|
|
1001
|
+
* @param {string} props.notConnectedText - Customize the text displayed when the user is not connected to an EHR
|
|
1002
|
+
* @param {string} props.connectedText - Customize the text displayed when the user is connected to an EHR
|
|
1003
|
+
* @param {boolean} props.hideWhenConnected - Boolean value. Hides the component when the state is connected
|
|
1004
|
+
*/
|
|
968
1005
|
declare function export_default$1q(props: ConnectEhrProps): React$1.JSX.Element | null;
|
|
969
1006
|
|
|
970
1007
|
interface ConnectFitbitProps {
|
|
@@ -1321,18 +1358,7 @@ type NotificationListPreviewState = "Default" | "NoData";
|
|
|
1321
1358
|
* @param {React.Ref<HTMLDivElement>} props.innerRef - Reference to the div element
|
|
1322
1359
|
*
|
|
1323
1360
|
*/
|
|
1324
|
-
declare
|
|
1325
|
-
(props: NotificationListProps): React$1.JSX.Element;
|
|
1326
|
-
propTypes: {
|
|
1327
|
-
/**
|
|
1328
|
-
* Type of notification to filter by. Leave undefined to show all notifications
|
|
1329
|
-
*/
|
|
1330
|
-
NotificationType: PropTypes.Validator<string>;
|
|
1331
|
-
};
|
|
1332
|
-
defaultProps: {
|
|
1333
|
-
NotificationType: undefined;
|
|
1334
|
-
};
|
|
1335
|
-
};
|
|
1361
|
+
declare function NotificationList(props: NotificationListProps): React$1.JSX.Element;
|
|
1336
1362
|
|
|
1337
1363
|
interface PlatformSpecificContentProps {
|
|
1338
1364
|
platforms: string[];
|
|
@@ -1459,6 +1485,14 @@ interface SeverityCalendarProps {
|
|
|
1459
1485
|
previewState?: SeverityCalendarPreviewState;
|
|
1460
1486
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1461
1487
|
}
|
|
1488
|
+
/** Severity Calendar. A calendar that color codes a survey step response to reflects Mild/Moderate/Severe.
|
|
1489
|
+
*
|
|
1490
|
+
* @param {SeverityCalendarProps} props - Property object for the component.
|
|
1491
|
+
* @param {string} props.surveyName - The name of the survey
|
|
1492
|
+
* @param {string} props.dateRecordedResultIdentifier - The identifier for the date recorded result. If not provided, the date the survey was submitted will be used.
|
|
1493
|
+
* @param {string} props.severityResultIdentifier - The identifier for the result that contains the severity value. Defaults are Mild, Moderate, Severe though any values can be mapped to these categories.
|
|
1494
|
+
* @param {date} props.intervalStart - The start date for the calendar. If used with a DateRangeCoordinator, this value can be left undefined.
|
|
1495
|
+
*/
|
|
1462
1496
|
declare function export_default$Y(props: SeverityCalendarProps): React$1.JSX.Element;
|
|
1463
1497
|
|
|
1464
1498
|
interface ViewEhrProps {
|
|
@@ -2041,4 +2075,4 @@ declare function export_default$1(props: TermInformationViewProps): React$1.JSX.
|
|
|
2041
2075
|
|
|
2042
2076
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
2043
2077
|
|
|
2044
|
-
export { export_default$
|
|
2078
|
+
export { export_default$2h as Action, export_default$2g as ActivityMeter, AllergiesList, export_default$m as AllergiesView, export_default$1u as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2s as AsthmaActionPlanManager, export_default$1E as AsthmaActionPlanView, export_default$1D as AsthmaActivityView, export_default$2r as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1C as AsthmaAirQualityView, export_default$2q as AsthmaAlertTakeoverNotice, export_default$2p as AsthmaAlertTakeoverTrigger, export_default$1B as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2o as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2n as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2m as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1A as AsthmaDayView, export_default$1z as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2l as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1y as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2k as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2j as AsthmaPostEnrollmentSurveyTrigger, export_default$2i as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1x as AsthmaProviderReportView, export_default$1F as AsthmaRecommendedArticle, export_default$1w as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$l as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, BloodPressureVisualization, export_default$2f as Button, export_default$2e as Calendar, export_default$2d as CalendarDay, CalendarDayStateConfiguration, export_default$2c as Card, export_default$2b as CardTitle, export_default$U as CelebrationStep, export_default$T as CelebrationStepContainer, ColorDefinition, export_default$1s as ConditionsList, export_default$k as ConditionsView, export_default$S as ConnectDeviceAccountStep, export_default$R as ConnectDeviceAccountStepContainer, export_default$1r as ConnectDevicesMenu, export_default$1q as ConnectEhr, export_default$Q as ConnectEhrStep, export_default$P as ConnectEhrStepContainer, export_default$j as ConnectEhrView, export_default$1p as ConnectFitbit, export_default$1o as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyDataTypeDefinition, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$2a as DateRangeNavigator, DateRangeTitle, export_default$28 as DayTrackerSymbol, DeviceDataChartLine, export_default$1n as DeviceDataMonthChart, export_default$1m as DeviceDataMonthCharts, export_default$i as DeviceDataView, export_default$27 as DumbbellChart, export_default$1l as EhrNewsFeed, export_default$1k as EhrNewsFeedEventDetail, export_default$g as EhrNewsFeedEventDetailView, export_default$h as EhrNewsFeedView, export_default$1j as ExternalAccountConnectionAlert, export_default$1i as ExternalAccountList, export_default$1h as ExternalAccountsLoadingIndicator, export_default$1g as ExternalAccountsPreview, export_default$f as ExternalAccountsView, export_default$26 as Face, export_default$1f as FitbitDevices, export_default$1e as FitbitMonthCharts, export_default$e as FitbitView, export_default$1d as GarminDevices, export_default$1c as GarminMonthCharts, export_default$d as GarminView, export_default$b as HealthAndWellnessView, export_default$1b as HealthPreviewSection, export_default$25 as Histogram, export_default$c as HomeView, export_default$1J as InboxCompletedListItem, export_default$5 as InboxHistoryView, export_default$W as InboxItemList, export_default$V as InboxItemListCoordinator, export_default$1I as InboxMessageListItem, export_default$4 as InboxMessageView, export_default$1H as InboxResourceListItem, export_default$1G as InboxSurveyListItem, InboxSurveyVariant, export_default$6 as InboxView, export_default$1a as LabResultsBloodType, export_default$19 as LabResultsSummary, Language, export_default$24 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$18 as MedicationsList, export_default$a as MedicationsView, export_default$23 as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$17 as MostRecentNotification, export_default$22 as NavigationBar, NewPointsEntry, export_default$7 as NewPointsView, NewPointsViewProps, export_default$21 as NotesInput, NotificationList, export_default$9 as NotificationsView, export_default$16 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$20 as ProgressRing, export_default$15 as ProjectHeader, export_default$14 as ProjectSupport, export_default$13 as ProviderSearch, export_default$12 as RecentDailyDataBarChart, export_default$10 as RelativeActivity, RelativeActivityDataType, RelativeActivityDateRangeCoordinator as RelativeActivityDayCoordinator, export_default$11 as RelativeActivityDayNavigator, RelativeActivityQueryResult, export_default$$ as RelativeActivityToday, export_default$1$ as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1_ as ResourceList, ResourceListPreviewState, export_default$3 as ResourceListView, export_default$_ as RestingHeartRateCalendar, export_default$1Z as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1Y as Section, export_default$1X as SegmentedControl, export_default$Y as SeverityCalendar, export_default$1W as ShinyOverlay, export_default$1V as SingleDataPoint, export_default$1U as SingleExternalAccount, export_default$1T as SingleNotification, export_default$1S as SingleSurveyTask, export_default$1R as SparkBarChart, SparkBarChartBar, export_default$2 as StandaloneHealthAndWellnessView, StatusBarBackgroundProps as StatusBarBackground, export_default$O as StepDetailText, export_default$M as StepImage, export_default$N as StepImageIcon, export_default$L as StepLayout, export_default$K as StepMarkdown, export_default$J as StepNextButton, export_default$I as StepText, export_default$H as StepTitle, SurveyBloodPressureDataParameters, export_default$Z as SurveyTaskList, export_default$8 as SurveyTasksView, export_default$1Q as Switch, SymptomConfiguration, SymptomReference, export_default$D as SymptomSharkCalendar, export_default$q as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$B as SymptomSharkLogEntry, export_default$s as SymptomSharkLogEntryEdit, export_default$p as SymptomSharkLogEntryEditView, export_default$u as SymptomSharkLogEntryList, export_default$t as SymptomSharkLogToday, export_default$A as SymptomSharkMonthReport, export_default$z as SymptomSharkNotesTimeline, export_default$C as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$o as SymptomSharkReportBuilderView, export_default$n as SymptomSharkSymptomDetailView, export_default$E as SymptomSharkSymptomMatrix, export_default$w as SymptomSharkSymptomSeverityChart, export_default$x as SymptomSharkSymptomSeveritySummary, export_default$v as SymptomSharkSymptomTreatmentFilters, export_default$y as SymptomSharkSymptomTreatmentHistograms, export_default$r as SymptomSharkVisualizationCoordinator, export_default$1v as TermInformation, TermInformationReference, export_default$1 as TermInformationView, export_default$1P as TextBlock, export_default$29 as Title, export_default$1O as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1N as UnstyledButton, export_default$1M as ValueSelector, export_default$X as ViewEhr, export_default$1L as ViewHeader, export_default$1K as WeekCalendar, WeekStartsOn, export_default$G as YouTubeStep, export_default$F as YouTubeStepContainer, service as asthmaDataService, export_default$1t as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, allTypeDefinitions as dailyDataTypeDefinitions, dateToAsthmaLogEntryIdentifier, getAllDailyDataTypes, getAsthmaAirQualityDescriptionText, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDailyDataTypeDefinition, getDayKey, getLanguageFromIso, getLocaleFromIso, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, queryPreviewDailyData, queryRelativeActivity, registerDailyDataProvider, registerDailyDataTypeDefinition, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|