@careevolution/mydatahelps-ui 2.23.1-HackDocs.1 → 2.23.1-HackDocs.3
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.map +1 -1
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.d.ts +3 -5
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +5 -4
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.d.ts +6 -1
- package/dist/cjs/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +9 -1
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.d.ts +13 -1
- package/dist/cjs/types/components/container/NotificationList/NotificationList.d.ts +1 -3
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +9 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.d.ts +3 -5
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +5 -4
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.d.ts +6 -1
- package/dist/esm/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +9 -1
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.d.ts +13 -1
- package/dist/esm/types/components/container/NotificationList/NotificationList.d.ts +1 -3
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +9 -1
- package/dist/index.d.ts +140 -110
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ interface AsthmaActionPlanManagerProps {
|
|
|
11
11
|
editActionPlanSurveyName: string;
|
|
12
12
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
13
13
|
}
|
|
14
|
-
declare function export_default$
|
|
14
|
+
declare function export_default$2o(props: AsthmaActionPlanManagerProps): React$1.JSX.Element;
|
|
15
15
|
|
|
16
16
|
declare class AsthmaParticipant {
|
|
17
17
|
participantInfo: ParticipantInfo;
|
|
@@ -83,7 +83,7 @@ interface AsthmaAirQualitiesProps {
|
|
|
83
83
|
date?: Date;
|
|
84
84
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
85
85
|
}
|
|
86
|
-
declare function export_default$
|
|
86
|
+
declare function export_default$2n(props: AsthmaAirQualitiesProps): React$1.JSX.Element;
|
|
87
87
|
|
|
88
88
|
interface AsthmaAlertTakeoverNoticeProps {
|
|
89
89
|
previewState?: 'loading' | 'loaded';
|
|
@@ -91,7 +91,7 @@ interface AsthmaAlertTakeoverNoticeProps {
|
|
|
91
91
|
logEntrySurveyName: string;
|
|
92
92
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
93
93
|
}
|
|
94
|
-
declare function export_default$
|
|
94
|
+
declare function export_default$2m(props: AsthmaAlertTakeoverNoticeProps): React$1.JSX.Element;
|
|
95
95
|
|
|
96
96
|
interface AsthmaAlertTakeoverTriggerProps {
|
|
97
97
|
previewState?: boolean;
|
|
@@ -102,7 +102,7 @@ interface AsthmaAlertTakeoverTriggerProps {
|
|
|
102
102
|
alertTakeoverUrl: string;
|
|
103
103
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
104
104
|
}
|
|
105
|
-
declare function export_default$
|
|
105
|
+
declare function export_default$2l(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
106
106
|
|
|
107
107
|
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
108
108
|
|
|
@@ -114,7 +114,7 @@ interface AsthmaBiometricsProps {
|
|
|
114
114
|
date?: Date;
|
|
115
115
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
116
116
|
}
|
|
117
|
-
declare function export_default$
|
|
117
|
+
declare function export_default$2k(props: AsthmaBiometricsProps): React$1.JSX.Element;
|
|
118
118
|
|
|
119
119
|
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ interface AsthmaControlCalendarProps {
|
|
|
126
126
|
variant?: AsthmaControlCalendarVariant;
|
|
127
127
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
128
128
|
}
|
|
129
|
-
declare function export_default$
|
|
129
|
+
declare function export_default$2j(props: AsthmaControlCalendarProps): React$1.JSX.Element;
|
|
130
130
|
|
|
131
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';
|
|
132
132
|
|
|
@@ -135,7 +135,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
135
135
|
participant: AsthmaParticipant;
|
|
136
136
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
137
137
|
}
|
|
138
|
-
declare function export_default$
|
|
138
|
+
declare function export_default$2i(props: AsthmaControlStatusHeaderProps): React$1.JSX.Element | null;
|
|
139
139
|
|
|
140
140
|
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
141
141
|
|
|
@@ -148,7 +148,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
148
148
|
infoUrl: string;
|
|
149
149
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
150
150
|
}
|
|
151
|
-
declare function export_default$
|
|
151
|
+
declare function export_default$2h(props: AsthmaLogEntryDetailsProps): React$1.JSX.Element;
|
|
152
152
|
|
|
153
153
|
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
154
154
|
|
|
@@ -159,7 +159,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
159
159
|
dayViewUrl: string;
|
|
160
160
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
161
161
|
}
|
|
162
|
-
declare function export_default$
|
|
162
|
+
declare function export_default$2g(props: AsthmaLogEntryHeaderProps): React$1.JSX.Element | null;
|
|
163
163
|
|
|
164
164
|
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
165
165
|
previewState?: boolean;
|
|
@@ -168,7 +168,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
|
168
168
|
logTodayEntrySurveyName: string;
|
|
169
169
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
170
170
|
}
|
|
171
|
-
declare function export_default$
|
|
171
|
+
declare function export_default$2f(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
172
172
|
|
|
173
173
|
type AsthmaProviderReportPreviewState = 'default';
|
|
174
174
|
|
|
@@ -177,7 +177,7 @@ interface AsthmaProviderReportProps {
|
|
|
177
177
|
logEntrySurveyName: string;
|
|
178
178
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
179
179
|
}
|
|
180
|
-
declare function export_default$
|
|
180
|
+
declare function export_default$2e(props: AsthmaProviderReportProps): React$1.JSX.Element;
|
|
181
181
|
|
|
182
182
|
type ColorDefinition = string | {
|
|
183
183
|
lightMode?: string;
|
|
@@ -203,7 +203,7 @@ interface ActionProps {
|
|
|
203
203
|
subtitleColor?: ColorDefinition;
|
|
204
204
|
renderAs?: "div" | "button";
|
|
205
205
|
}
|
|
206
|
-
declare function export_default$
|
|
206
|
+
declare function export_default$2d(props: ActionProps): React$1.JSX.Element;
|
|
207
207
|
|
|
208
208
|
interface ActivityMeterProps {
|
|
209
209
|
label: string;
|
|
@@ -217,7 +217,7 @@ interface ActivityMeterProps {
|
|
|
217
217
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
218
218
|
thresholdLabel?: string;
|
|
219
219
|
}
|
|
220
|
-
declare function export_default$
|
|
220
|
+
declare function export_default$2c(props: ActivityMeterProps): React$1.JSX.Element;
|
|
221
221
|
|
|
222
222
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
223
223
|
interface ButtonProps {
|
|
@@ -232,7 +232,7 @@ interface ButtonProps {
|
|
|
232
232
|
defaultMargin?: boolean;
|
|
233
233
|
fullWidth?: boolean;
|
|
234
234
|
}
|
|
235
|
-
declare function export_default$
|
|
235
|
+
declare function export_default$2b(props: ButtonProps): React$1.JSX.Element;
|
|
236
236
|
|
|
237
237
|
interface CalendarProps {
|
|
238
238
|
month: number;
|
|
@@ -242,7 +242,7 @@ interface CalendarProps {
|
|
|
242
242
|
className?: string;
|
|
243
243
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
244
244
|
}
|
|
245
|
-
declare function export_default$
|
|
245
|
+
declare function export_default$2a(props: CalendarProps): React$1.JSX.Element;
|
|
246
246
|
|
|
247
247
|
type CalendarDayStateConfiguration = Record<string, {
|
|
248
248
|
style?: CSSProperties;
|
|
@@ -258,7 +258,7 @@ interface CalendarDayProps {
|
|
|
258
258
|
onClick?: (date: Date) => void;
|
|
259
259
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
260
260
|
}
|
|
261
|
-
declare function export_default$
|
|
261
|
+
declare function export_default$29(props: CalendarDayProps): React$1.JSX.Element;
|
|
262
262
|
|
|
263
263
|
interface CardProps {
|
|
264
264
|
className?: string;
|
|
@@ -269,7 +269,7 @@ interface CardProps {
|
|
|
269
269
|
backgroundColor?: ColorDefinition;
|
|
270
270
|
style?: React$1.CSSProperties;
|
|
271
271
|
}
|
|
272
|
-
declare function export_default$
|
|
272
|
+
declare function export_default$28(props: CardProps): React$1.JSX.Element | null;
|
|
273
273
|
|
|
274
274
|
interface CardTitleProps {
|
|
275
275
|
title: string;
|
|
@@ -278,7 +278,7 @@ interface CardTitleProps {
|
|
|
278
278
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
279
279
|
color?: ColorDefinition;
|
|
280
280
|
}
|
|
281
|
-
declare function export_default$
|
|
281
|
+
declare function export_default$27(props: CardTitleProps): React$1.JSX.Element;
|
|
282
282
|
|
|
283
283
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
284
284
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -309,7 +309,7 @@ interface DateRangeNavigatorProps {
|
|
|
309
309
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
310
310
|
sticky?: boolean;
|
|
311
311
|
}
|
|
312
|
-
declare function export_default$
|
|
312
|
+
declare function export_default$26(props: DateRangeNavigatorProps): React$1.JSX.Element;
|
|
313
313
|
|
|
314
314
|
interface TitleProps {
|
|
315
315
|
color?: ColorDefinition;
|
|
@@ -323,7 +323,7 @@ interface TitleProps {
|
|
|
323
323
|
defaultMargin?: boolean;
|
|
324
324
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
325
325
|
}
|
|
326
|
-
declare function export_default$
|
|
326
|
+
declare function export_default$25(props: TitleProps): React$1.JSX.Element;
|
|
327
327
|
|
|
328
328
|
interface DateRangeTitleProps extends TitleProps {
|
|
329
329
|
color?: ColorDefinition;
|
|
@@ -341,7 +341,7 @@ interface DayTrackerSymbolProps {
|
|
|
341
341
|
size?: "small" | "large";
|
|
342
342
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
343
343
|
}
|
|
344
|
-
declare function export_default$
|
|
344
|
+
declare function export_default$24(props: DayTrackerSymbolProps): React$1.JSX.Element;
|
|
345
345
|
|
|
346
346
|
interface ClosedInterval {
|
|
347
347
|
values: number[];
|
|
@@ -368,7 +368,7 @@ declare enum DumbbellClass {
|
|
|
368
368
|
"mdhui-dumbbell-in-range" = 0,
|
|
369
369
|
"mdhui-dumbbell-out-of-range" = 1
|
|
370
370
|
}
|
|
371
|
-
declare function export_default$
|
|
371
|
+
declare function export_default$23(props: DumbBellChartProps): React$1.JSX.Element;
|
|
372
372
|
|
|
373
373
|
interface FaceProps {
|
|
374
374
|
faceValue?: number;
|
|
@@ -377,7 +377,7 @@ interface FaceProps {
|
|
|
377
377
|
className?: string;
|
|
378
378
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
379
379
|
}
|
|
380
|
-
declare function export_default$
|
|
380
|
+
declare function export_default$22(props: FaceProps): React$1.JSX.Element;
|
|
381
381
|
|
|
382
382
|
interface HistogramProps {
|
|
383
383
|
entries: {
|
|
@@ -389,7 +389,7 @@ interface HistogramProps {
|
|
|
389
389
|
className?: string;
|
|
390
390
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
391
391
|
}
|
|
392
|
-
declare function export_default$
|
|
392
|
+
declare function export_default$21(props: HistogramProps): React$1.JSX.Element;
|
|
393
393
|
|
|
394
394
|
interface LayoutProps {
|
|
395
395
|
children?: React$1.ReactNode;
|
|
@@ -410,7 +410,7 @@ interface LayoutContext {
|
|
|
410
410
|
bodyBackgroundColor: string;
|
|
411
411
|
}
|
|
412
412
|
declare const LayoutContext: React$1.Context<LayoutContext>;
|
|
413
|
-
declare function export_default$
|
|
413
|
+
declare function export_default$20(props: LayoutProps): React$1.JSX.Element;
|
|
414
414
|
|
|
415
415
|
interface LoadingIndicatorProps {
|
|
416
416
|
variant?: "default" | "inline";
|
|
@@ -431,7 +431,7 @@ interface MonthlyEventMatrixProps {
|
|
|
431
431
|
innerRef?: React$1.Ref<HTMLTableElement>;
|
|
432
432
|
intervalStart: Date;
|
|
433
433
|
}
|
|
434
|
-
declare function export_default$
|
|
434
|
+
declare function export_default$1$(props: MonthlyEventMatrixProps): React$1.JSX.Element;
|
|
435
435
|
|
|
436
436
|
interface NavigationBarProps {
|
|
437
437
|
title?: string;
|
|
@@ -450,7 +450,7 @@ interface NavigationBarProps {
|
|
|
450
450
|
navigationBarRight?: React$1.ReactNode;
|
|
451
451
|
backgroundColor?: ColorDefinition;
|
|
452
452
|
}
|
|
453
|
-
declare function export_default$
|
|
453
|
+
declare function export_default$1_(props: NavigationBarProps): React$1.JSX.Element;
|
|
454
454
|
|
|
455
455
|
interface NotesInputProps {
|
|
456
456
|
autoTimestamp?: boolean;
|
|
@@ -458,7 +458,7 @@ interface NotesInputProps {
|
|
|
458
458
|
onChange(value: string): void;
|
|
459
459
|
value: string;
|
|
460
460
|
}
|
|
461
|
-
declare function export_default$
|
|
461
|
+
declare function export_default$1Z(props: NotesInputProps): React$1.JSX.Element;
|
|
462
462
|
|
|
463
463
|
interface ProgressBarProps {
|
|
464
464
|
backgroundColor?: ColorDefinition;
|
|
@@ -496,7 +496,7 @@ interface ProgressRingProps {
|
|
|
496
496
|
percentCompleted?: number;
|
|
497
497
|
animate?: boolean;
|
|
498
498
|
}
|
|
499
|
-
declare function export_default$
|
|
499
|
+
declare function export_default$1Y(props: ProgressRingProps): React$1.JSX.Element;
|
|
500
500
|
|
|
501
501
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
502
502
|
type ResourceButtonVariant = 'button' | 'link';
|
|
@@ -510,7 +510,7 @@ interface ResourceProps {
|
|
|
510
510
|
onClick: () => void;
|
|
511
511
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
512
512
|
}
|
|
513
|
-
declare function export_default$
|
|
513
|
+
declare function export_default$1X(props: ResourceProps): React$1.JSX.Element;
|
|
514
514
|
|
|
515
515
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
516
516
|
|
|
@@ -530,7 +530,7 @@ interface ResourceListProps {
|
|
|
530
530
|
buttonText?: string;
|
|
531
531
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
532
532
|
}
|
|
533
|
-
declare function export_default$
|
|
533
|
+
declare function export_default$1W(props: ResourceListProps): React$1.JSX.Element;
|
|
534
534
|
|
|
535
535
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
536
536
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -539,7 +539,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
539
539
|
startDate: Date;
|
|
540
540
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
541
541
|
}
|
|
542
|
-
declare function export_default$
|
|
542
|
+
declare function export_default$1V(props: RotatingComponentCoordinatorProps): React$1.JSX.Element;
|
|
543
543
|
|
|
544
544
|
interface SectionProps {
|
|
545
545
|
children?: React$1.ReactNode;
|
|
@@ -549,7 +549,7 @@ interface SectionProps {
|
|
|
549
549
|
backgroundColor?: ColorDefinition;
|
|
550
550
|
style?: React$1.CSSProperties;
|
|
551
551
|
}
|
|
552
|
-
declare function export_default$
|
|
552
|
+
declare function export_default$1U(props: SectionProps): React$1.JSX.Element | null;
|
|
553
553
|
|
|
554
554
|
interface SegmentedControlProps {
|
|
555
555
|
segments: {
|
|
@@ -563,9 +563,9 @@ interface SegmentedControlProps {
|
|
|
563
563
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
564
564
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
565
565
|
}
|
|
566
|
-
declare function export_default$
|
|
566
|
+
declare function export_default$1T(props: SegmentedControlProps): React$1.JSX.Element;
|
|
567
567
|
|
|
568
|
-
declare function export_default$
|
|
568
|
+
declare function export_default$1S(): React$1.JSX.Element;
|
|
569
569
|
|
|
570
570
|
interface SingleDataPointProps {
|
|
571
571
|
label: string;
|
|
@@ -576,7 +576,7 @@ interface SingleDataPointProps {
|
|
|
576
576
|
onClick?: () => void;
|
|
577
577
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
578
578
|
}
|
|
579
|
-
declare function export_default$
|
|
579
|
+
declare function export_default$1R(props: SingleDataPointProps): React$1.JSX.Element;
|
|
580
580
|
|
|
581
581
|
interface SingleExternalAccountProps {
|
|
582
582
|
externalAccount: ExternalAccount;
|
|
@@ -584,13 +584,13 @@ interface SingleExternalAccountProps {
|
|
|
584
584
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
585
585
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
586
586
|
}
|
|
587
|
-
declare function export_default$
|
|
587
|
+
declare function export_default$1Q(props: SingleExternalAccountProps): React$1.JSX.Element;
|
|
588
588
|
|
|
589
589
|
interface SingleNotificationProps {
|
|
590
590
|
notification: Notification;
|
|
591
591
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
592
592
|
}
|
|
593
|
-
declare function export_default$
|
|
593
|
+
declare function export_default$1P(props: SingleNotificationProps): React$1.JSX.Element;
|
|
594
594
|
|
|
595
595
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
596
596
|
interface SingleSurveyTaskProps {
|
|
@@ -603,7 +603,7 @@ interface SingleSurveyTaskProps {
|
|
|
603
603
|
buttonVariant?: ButtonVariant;
|
|
604
604
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
605
605
|
}
|
|
606
|
-
declare function export_default$
|
|
606
|
+
declare function export_default$1O(props: SingleSurveyTaskProps): React$1.JSX.Element | null;
|
|
607
607
|
|
|
608
608
|
interface SparkBarChartProps {
|
|
609
609
|
averageFillPercent?: number;
|
|
@@ -614,7 +614,7 @@ interface SparkBarChartBar {
|
|
|
614
614
|
color: ColorDefinition;
|
|
615
615
|
barFillPercent: number;
|
|
616
616
|
}
|
|
617
|
-
declare function export_default$
|
|
617
|
+
declare function export_default$1N(props: SparkBarChartProps): React$1.JSX.Element;
|
|
618
618
|
|
|
619
619
|
interface SwitchProps {
|
|
620
620
|
isOn: Boolean;
|
|
@@ -623,7 +623,7 @@ interface SwitchProps {
|
|
|
623
623
|
className?: string;
|
|
624
624
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
625
625
|
}
|
|
626
|
-
declare function export_default$
|
|
626
|
+
declare function export_default$1M(props: SwitchProps): React$1.JSX.Element;
|
|
627
627
|
|
|
628
628
|
interface StatusBarBackgroundProps {
|
|
629
629
|
color?: string;
|
|
@@ -638,7 +638,7 @@ interface TextBlockProps {
|
|
|
638
638
|
color?: ColorDefinition;
|
|
639
639
|
style?: React$1.CSSProperties;
|
|
640
640
|
}
|
|
641
|
-
declare function export_default$
|
|
641
|
+
declare function export_default$1L(props: TextBlockProps): React$1.JSX.Element | null;
|
|
642
642
|
|
|
643
643
|
interface TrackerItemProps {
|
|
644
644
|
selected: boolean;
|
|
@@ -650,7 +650,7 @@ interface TrackerItemProps {
|
|
|
650
650
|
className?: string;
|
|
651
651
|
noBoxShadow?: boolean;
|
|
652
652
|
}
|
|
653
|
-
declare function export_default$
|
|
653
|
+
declare function export_default$1K(props: TrackerItemProps): React$1.JSX.Element;
|
|
654
654
|
|
|
655
655
|
interface UnstyledButtonProps {
|
|
656
656
|
onClick: MouseEventHandler;
|
|
@@ -661,7 +661,7 @@ interface UnstyledButtonProps {
|
|
|
661
661
|
disabled?: boolean;
|
|
662
662
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
663
663
|
}
|
|
664
|
-
declare function export_default$
|
|
664
|
+
declare function export_default$1J(props: UnstyledButtonProps): React$1.JSX.Element;
|
|
665
665
|
|
|
666
666
|
interface ValueSelectorProps {
|
|
667
667
|
title?: string;
|
|
@@ -682,7 +682,7 @@ interface ValueSelectorProps {
|
|
|
682
682
|
preventEmptySelections?: boolean;
|
|
683
683
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
684
684
|
}
|
|
685
|
-
declare function export_default$
|
|
685
|
+
declare function export_default$1I(props: ValueSelectorProps): React$1.JSX.Element;
|
|
686
686
|
|
|
687
687
|
interface ViewHeaderProps {
|
|
688
688
|
title?: string;
|
|
@@ -691,7 +691,7 @@ interface ViewHeaderProps {
|
|
|
691
691
|
subtitleColor?: ColorDefinition;
|
|
692
692
|
action?: React$1.ReactNode;
|
|
693
693
|
}
|
|
694
|
-
declare function export_default$
|
|
694
|
+
declare function export_default$1H(props: ViewHeaderProps): React$1.JSX.Element | null;
|
|
695
695
|
|
|
696
696
|
interface WeekCalendarProps {
|
|
697
697
|
selectedDate?: Date;
|
|
@@ -703,7 +703,7 @@ interface WeekCalendarProps {
|
|
|
703
703
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
704
704
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
705
705
|
}
|
|
706
|
-
declare function export_default$
|
|
706
|
+
declare function export_default$1G(props: WeekCalendarProps): React$1.JSX.Element;
|
|
707
707
|
|
|
708
708
|
interface InboxCompletedListItemProps {
|
|
709
709
|
name: string;
|
|
@@ -711,14 +711,14 @@ interface InboxCompletedListItemProps {
|
|
|
711
711
|
onClick?: () => void;
|
|
712
712
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
713
713
|
}
|
|
714
|
-
declare function export_default$
|
|
714
|
+
declare function export_default$1F(props: InboxCompletedListItemProps): React$1.JSX.Element;
|
|
715
715
|
|
|
716
716
|
interface InboxMessageListItemProps {
|
|
717
717
|
message: InboxMessage;
|
|
718
718
|
onClick: () => void;
|
|
719
719
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
720
720
|
}
|
|
721
|
-
declare function export_default$
|
|
721
|
+
declare function export_default$1E(props: InboxMessageListItemProps): React$1.JSX.Element | null;
|
|
722
722
|
|
|
723
723
|
interface InboxResourceListItemProps {
|
|
724
724
|
resource: InboxResource;
|
|
@@ -728,7 +728,7 @@ interface InboxResourceListItemProps {
|
|
|
728
728
|
buttonText?: string;
|
|
729
729
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
730
730
|
}
|
|
731
|
-
declare function export_default$
|
|
731
|
+
declare function export_default$1D(props: InboxResourceListItemProps): React$1.JSX.Element | null;
|
|
732
732
|
|
|
733
733
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
734
734
|
interface InboxSurveyListItemProps {
|
|
@@ -738,7 +738,7 @@ interface InboxSurveyListItemProps {
|
|
|
738
738
|
surveyActive?: boolean;
|
|
739
739
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
740
740
|
}
|
|
741
|
-
declare function export_default$
|
|
741
|
+
declare function export_default$1C(props: InboxSurveyListItemProps): React$1.JSX.Element | null;
|
|
742
742
|
|
|
743
743
|
interface AsthmaRecommendedArticleProps {
|
|
744
744
|
previewState?: 'none' | 'default';
|
|
@@ -750,7 +750,7 @@ interface AsthmaRecommendedArticleProps {
|
|
|
750
750
|
style?: React$1.CSSProperties;
|
|
751
751
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
752
752
|
}
|
|
753
|
-
declare function export_default$
|
|
753
|
+
declare function export_default$1B(props: AsthmaRecommendedArticleProps): React$1.JSX.Element | null;
|
|
754
754
|
|
|
755
755
|
declare enum AsthmaDailyDataType {
|
|
756
756
|
Steps = "Asthma.Steps",
|
|
@@ -805,7 +805,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
805
805
|
learnMoreUrl: string;
|
|
806
806
|
editActionPlanSurveyName: string;
|
|
807
807
|
}
|
|
808
|
-
declare function export_default$
|
|
808
|
+
declare function export_default$1A(props: AsthmaActionPlanViewProps): React$1.JSX.Element;
|
|
809
809
|
|
|
810
810
|
interface AsthmaActivityViewProps {
|
|
811
811
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -813,7 +813,7 @@ interface AsthmaActivityViewProps {
|
|
|
813
813
|
alert?: 'Steps';
|
|
814
814
|
logEntrySurveyName: string;
|
|
815
815
|
}
|
|
816
|
-
declare function export_default$
|
|
816
|
+
declare function export_default$1z(props: AsthmaActivityViewProps): React$1.JSX.Element;
|
|
817
817
|
|
|
818
818
|
interface AsthmaAirQualityViewProps {
|
|
819
819
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -821,14 +821,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
821
821
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
822
822
|
logEntrySurveyName: string;
|
|
823
823
|
}
|
|
824
|
-
declare function export_default$
|
|
824
|
+
declare function export_default$1y(props: AsthmaAirQualityViewProps): React$1.JSX.Element;
|
|
825
825
|
|
|
826
826
|
interface AsthmaAlertTakeoverViewProps {
|
|
827
827
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
828
828
|
previewState?: 'default';
|
|
829
829
|
logEntrySurveyName: string;
|
|
830
830
|
}
|
|
831
|
-
declare function export_default$
|
|
831
|
+
declare function export_default$1x(props: AsthmaAlertTakeoverViewProps): React$1.JSX.Element;
|
|
832
832
|
|
|
833
833
|
interface AsthmaDayViewProps {
|
|
834
834
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -843,7 +843,7 @@ interface AsthmaDayViewProps {
|
|
|
843
843
|
sleepUrl: string;
|
|
844
844
|
airQualityUrl: string;
|
|
845
845
|
}
|
|
846
|
-
declare function export_default$
|
|
846
|
+
declare function export_default$1w(props: AsthmaDayViewProps): React$1.JSX.Element;
|
|
847
847
|
|
|
848
848
|
interface AsthmaHeartAndLungsViewProps {
|
|
849
849
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -851,7 +851,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
851
851
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
852
852
|
logEntrySurveyName: string;
|
|
853
853
|
}
|
|
854
|
-
declare function export_default$
|
|
854
|
+
declare function export_default$1v(props: AsthmaHeartAndLungsViewProps): React$1.JSX.Element;
|
|
855
855
|
|
|
856
856
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
857
857
|
|
|
@@ -860,13 +860,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
860
860
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
861
861
|
date: Date;
|
|
862
862
|
}
|
|
863
|
-
declare function export_default$
|
|
863
|
+
declare function export_default$1u(props: AsthmaLogEntryEditorViewProps): React$1.JSX.Element | null;
|
|
864
864
|
|
|
865
865
|
interface AsthmaProviderReportViewProps {
|
|
866
866
|
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
867
867
|
logEntrySurveyName: string;
|
|
868
868
|
}
|
|
869
|
-
declare function export_default$
|
|
869
|
+
declare function export_default$1t(props: AsthmaProviderReportViewProps): React$1.JSX.Element;
|
|
870
870
|
|
|
871
871
|
interface AsthmaSleepViewProps {
|
|
872
872
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -874,7 +874,7 @@ interface AsthmaSleepViewProps {
|
|
|
874
874
|
alert?: 'SleepDisturbances';
|
|
875
875
|
logEntrySurveyName: string;
|
|
876
876
|
}
|
|
877
|
-
declare function export_default$
|
|
877
|
+
declare function export_default$1s(props: AsthmaSleepViewProps): React$1.JSX.Element;
|
|
878
878
|
|
|
879
879
|
interface TermInformationProps {
|
|
880
880
|
previewState?: "default" | "noData";
|
|
@@ -887,19 +887,17 @@ interface TermInformationReference {
|
|
|
887
887
|
TermNamespace: string;
|
|
888
888
|
TermCode: string;
|
|
889
889
|
}
|
|
890
|
-
declare function export_default$
|
|
890
|
+
declare function export_default$1r(props: TermInformationProps): React$1.JSX.Element;
|
|
891
891
|
|
|
892
892
|
interface AllergiesListProps {
|
|
893
893
|
previewState?: "default";
|
|
894
894
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
895
895
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
896
896
|
}
|
|
897
|
-
/**
|
|
898
|
-
*
|
|
899
|
-
* @component
|
|
900
|
-
* @param {AllergiesListProps} properties for the component
|
|
901
|
-
* @returns {JSX.Element}
|
|
897
|
+
/** Allergy List. Displays a list of participant allergies derived from EHR Data
|
|
902
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
|
|
903
901
|
*/
|
|
904
902
|
declare function AllergiesList(props: AllergiesListProps): React$1.JSX.Element;
|
|
905
903
|
|
|
@@ -910,10 +908,10 @@ interface AppDownloadProps {
|
|
|
910
908
|
title?: string;
|
|
911
909
|
text?: string;
|
|
912
910
|
}
|
|
913
|
-
declare function export_default$
|
|
911
|
+
declare function export_default$1q(props: AppDownloadProps): React$1.JSX.Element | null;
|
|
914
912
|
|
|
915
913
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
|
|
916
|
-
declare function export_default$
|
|
914
|
+
declare function export_default$1p(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
917
915
|
|
|
918
916
|
interface SurveyBloodPressureDataParameters {
|
|
919
917
|
surveyName: string;
|
|
@@ -935,11 +933,12 @@ interface BloodPressureVisualizationProps {
|
|
|
935
933
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
936
934
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
937
935
|
}
|
|
938
|
-
/** Blood Pressure Visualization. Displays daily systolic and diastolic blood pressure readings in a dumbbell chart
|
|
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.
|
|
939
937
|
*
|
|
940
|
-
* @component
|
|
941
|
-
* @param {
|
|
942
|
-
* @
|
|
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
|
|
943
942
|
*
|
|
944
943
|
*/
|
|
945
944
|
declare function BloodPressureVisualization(props: BloodPressureVisualizationProps): React$1.JSX.Element;
|
|
@@ -949,7 +948,12 @@ interface ConditionsListProps {
|
|
|
949
948
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
950
949
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
951
950
|
}
|
|
952
|
-
|
|
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
|
+
*/
|
|
956
|
+
declare function ConditionsList(props: ConditionsListProps): React$1.JSX.Element;
|
|
953
957
|
|
|
954
958
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
955
959
|
interface ConnectDevicesMenuProps {
|
|
@@ -961,7 +965,15 @@ interface ConnectDevicesMenuProps {
|
|
|
961
965
|
headerVariant?: "large" | "medium";
|
|
962
966
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
963
967
|
}
|
|
964
|
-
|
|
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
|
+
*/
|
|
976
|
+
declare function ConnectDevicesMenu(props: ConnectDevicesMenuProps): React$1.JSX.Element | null;
|
|
965
977
|
|
|
966
978
|
interface ConnectEhrProps {
|
|
967
979
|
applicationUrl?: string;
|
|
@@ -978,7 +990,19 @@ interface ConnectEhrProps {
|
|
|
978
990
|
onClick?: () => void;
|
|
979
991
|
}
|
|
980
992
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
981
|
-
|
|
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
|
+
*/
|
|
1005
|
+
declare function ConnectEhr(props: ConnectEhrProps): React$1.JSX.Element | null;
|
|
982
1006
|
|
|
983
1007
|
interface ConnectFitbitProps {
|
|
984
1008
|
title?: string;
|
|
@@ -990,7 +1014,7 @@ interface ConnectFitbitProps {
|
|
|
990
1014
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
991
1015
|
}
|
|
992
1016
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
993
|
-
declare function export_default$
|
|
1017
|
+
declare function export_default$1o(props: ConnectFitbitProps): React$1.JSX.Element;
|
|
994
1018
|
|
|
995
1019
|
interface ConnectGarminProps {
|
|
996
1020
|
title?: string;
|
|
@@ -1002,7 +1026,7 @@ interface ConnectGarminProps {
|
|
|
1002
1026
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1003
1027
|
}
|
|
1004
1028
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
1005
|
-
declare function export_default$
|
|
1029
|
+
declare function export_default$1n(props: ConnectGarminProps): React$1.JSX.Element;
|
|
1006
1030
|
|
|
1007
1031
|
declare enum DailyDataType {
|
|
1008
1032
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
@@ -1179,13 +1203,13 @@ interface DeviceDataChartLine {
|
|
|
1179
1203
|
showAverage?: boolean;
|
|
1180
1204
|
}
|
|
1181
1205
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1182
|
-
declare function export_default$
|
|
1206
|
+
declare function export_default$1m(props: DeviceDataMonthChartProps): React$1.JSX.Element | null;
|
|
1183
1207
|
|
|
1184
1208
|
interface DeviceDataMonthChartsProps {
|
|
1185
1209
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1186
1210
|
}
|
|
1187
1211
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1188
|
-
declare function export_default$
|
|
1212
|
+
declare function export_default$1l(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
|
|
1189
1213
|
|
|
1190
1214
|
type EhrNewsFeedType = "Immunizations" | "LabReports" | "Procedures" | "Reports";
|
|
1191
1215
|
type EhrNewsFeedEventType = "ProcedureGroup" | "Report" | "Immunization" | "LabReport" | "ClaimProcedureGroup" | "ClaimServiceGroup";
|
|
@@ -1201,7 +1225,7 @@ interface EhrNewsFeedEventReference {
|
|
|
1201
1225
|
pageId?: string;
|
|
1202
1226
|
pageDate?: string;
|
|
1203
1227
|
}
|
|
1204
|
-
declare function export_default$
|
|
1228
|
+
declare function export_default$1k(props: EhrNewsFeedProps): React$1.JSX.Element;
|
|
1205
1229
|
|
|
1206
1230
|
interface EhrNewsFeedEventDetailProps {
|
|
1207
1231
|
feed: EhrNewsFeedType;
|
|
@@ -1210,7 +1234,7 @@ interface EhrNewsFeedEventDetailProps {
|
|
|
1210
1234
|
previewState?: EhrNewsFeedEventType;
|
|
1211
1235
|
onViewLabObservationTermInfo(labObservationID: string): void;
|
|
1212
1236
|
}
|
|
1213
|
-
declare function export_default$
|
|
1237
|
+
declare function export_default$1j(props: EhrNewsFeedEventDetailProps): React$1.JSX.Element;
|
|
1214
1238
|
|
|
1215
1239
|
interface ExternalAccountConnectionAlertProps {
|
|
1216
1240
|
previewState?: "externalAccountWithIssue" | "externalAccountNoIssue";
|
|
@@ -1219,7 +1243,7 @@ interface ExternalAccountConnectionAlertProps {
|
|
|
1219
1243
|
externalAccountCategories?: string[];
|
|
1220
1244
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1221
1245
|
}
|
|
1222
|
-
declare function export_default$
|
|
1246
|
+
declare function export_default$1i(props: ExternalAccountConnectionAlertProps): React$1.JSX.Element | null;
|
|
1223
1247
|
|
|
1224
1248
|
interface ExternalAccountListProps {
|
|
1225
1249
|
externalAccountProviderCategories?: string[];
|
|
@@ -1228,7 +1252,7 @@ interface ExternalAccountListProps {
|
|
|
1228
1252
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1229
1253
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1230
1254
|
}
|
|
1231
|
-
declare function export_default$
|
|
1255
|
+
declare function export_default$1h(props: ExternalAccountListProps): React$1.JSX.Element;
|
|
1232
1256
|
|
|
1233
1257
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1234
1258
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
@@ -1236,7 +1260,7 @@ interface ExternalAccountsLoadingIndicatorProps {
|
|
|
1236
1260
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1237
1261
|
triggerWebExternalAccountSyncComplete?: boolean;
|
|
1238
1262
|
}
|
|
1239
|
-
declare function export_default$
|
|
1263
|
+
declare function export_default$1g(props: ExternalAccountsLoadingIndicatorProps): React$1.JSX.Element | null;
|
|
1240
1264
|
|
|
1241
1265
|
interface ExternalAccountsPreviewProps {
|
|
1242
1266
|
excludeProviders?: boolean;
|
|
@@ -1248,7 +1272,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
1248
1272
|
onClick?: () => void;
|
|
1249
1273
|
}
|
|
1250
1274
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1251
|
-
declare function export_default$
|
|
1275
|
+
declare function export_default$1f(props: ExternalAccountsPreviewProps): React$1.JSX.Element | null;
|
|
1252
1276
|
|
|
1253
1277
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1254
1278
|
|
|
@@ -1256,25 +1280,25 @@ interface FitbitDevicesProps {
|
|
|
1256
1280
|
previewState?: ConnectedDevicesPreviewState;
|
|
1257
1281
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1258
1282
|
}
|
|
1259
|
-
declare function export_default$
|
|
1283
|
+
declare function export_default$1e(props: FitbitDevicesProps): React$1.JSX.Element;
|
|
1260
1284
|
|
|
1261
1285
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1262
1286
|
|
|
1263
1287
|
interface FitbitMonthChartsProps {
|
|
1264
1288
|
previewState?: MonthChartsPreviewState;
|
|
1265
1289
|
}
|
|
1266
|
-
declare function export_default$
|
|
1290
|
+
declare function export_default$1d(props: FitbitMonthChartsProps): React$1.JSX.Element;
|
|
1267
1291
|
|
|
1268
1292
|
interface GarminDevicesProps {
|
|
1269
1293
|
previewState?: ConnectedDevicesPreviewState;
|
|
1270
1294
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1271
1295
|
}
|
|
1272
|
-
declare function export_default$
|
|
1296
|
+
declare function export_default$1c(props: GarminDevicesProps): React$1.JSX.Element;
|
|
1273
1297
|
|
|
1274
1298
|
interface GarminMonthChartsProps {
|
|
1275
1299
|
previewState?: MonthChartsPreviewState;
|
|
1276
1300
|
}
|
|
1277
|
-
declare function export_default$
|
|
1301
|
+
declare function export_default$1b(props: GarminMonthChartsProps): React$1.JSX.Element;
|
|
1278
1302
|
|
|
1279
1303
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1280
1304
|
interface HealthPreviewSectionProps {
|
|
@@ -1284,7 +1308,7 @@ interface HealthPreviewSectionProps {
|
|
|
1284
1308
|
indicatorPosition?: "default" | "topRight";
|
|
1285
1309
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1286
1310
|
}
|
|
1287
|
-
declare function export_default$
|
|
1311
|
+
declare function export_default$1a(props: HealthPreviewSectionProps): React$1.JSX.Element | null;
|
|
1288
1312
|
|
|
1289
1313
|
interface LabResultsBloodTypeProps {
|
|
1290
1314
|
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
@@ -1293,7 +1317,7 @@ interface LabResultsBloodTypeProps {
|
|
|
1293
1317
|
onClick?: () => void;
|
|
1294
1318
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1295
1319
|
}
|
|
1296
|
-
declare function export_default$
|
|
1320
|
+
declare function export_default$19(props: LabResultsBloodTypeProps): React$1.JSX.Element | null;
|
|
1297
1321
|
|
|
1298
1322
|
interface LabResultsSummaryProps {
|
|
1299
1323
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -1301,14 +1325,14 @@ interface LabResultsSummaryProps {
|
|
|
1301
1325
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1302
1326
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1303
1327
|
}
|
|
1304
|
-
declare function export_default$
|
|
1328
|
+
declare function export_default$18(props: LabResultsSummaryProps): React$1.JSX.Element | null;
|
|
1305
1329
|
|
|
1306
1330
|
interface MedicationsListProps {
|
|
1307
1331
|
previewState?: "default";
|
|
1308
1332
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1309
1333
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1310
1334
|
}
|
|
1311
|
-
declare function export_default$
|
|
1335
|
+
declare function export_default$17(props: MedicationsListProps): React$1.JSX.Element;
|
|
1312
1336
|
|
|
1313
1337
|
interface MostRecentNotificationProps {
|
|
1314
1338
|
notificationType?: NotificationType;
|
|
@@ -1318,7 +1342,7 @@ interface MostRecentNotificationProps {
|
|
|
1318
1342
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1319
1343
|
}
|
|
1320
1344
|
type MostRecentNotificationPreviewState = "Default";
|
|
1321
|
-
declare function export_default$
|
|
1345
|
+
declare function export_default$16(props: MostRecentNotificationProps): React$1.JSX.Element | null;
|
|
1322
1346
|
|
|
1323
1347
|
interface NotificationListProps {
|
|
1324
1348
|
notificationType?: NotificationType;
|
|
@@ -1328,10 +1352,8 @@ interface NotificationListProps {
|
|
|
1328
1352
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
1329
1353
|
/** Notification List. Can be filtered by Email/Push/SMS
|
|
1330
1354
|
*
|
|
1331
|
-
* @component
|
|
1332
1355
|
* @param {NotificationListProps} props - Props for the component)
|
|
1333
|
-
* @param {NotificationType} props.notificationType - Type of notification to filter by
|
|
1334
|
-
* @param {React.Ref<HTMLDivElement>} props.innerRef - Reference to the div element
|
|
1356
|
+
* @param {NotificationType} props.notificationType - Type of notification to filter by Sms/Email/Push
|
|
1335
1357
|
*
|
|
1336
1358
|
*/
|
|
1337
1359
|
declare function NotificationList(props: NotificationListProps): React$1.JSX.Element;
|
|
@@ -1342,21 +1364,21 @@ interface PlatformSpecificContentProps {
|
|
|
1342
1364
|
previewDevicePlatform?: string;
|
|
1343
1365
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1344
1366
|
}
|
|
1345
|
-
declare function export_default$
|
|
1367
|
+
declare function export_default$15(props: PlatformSpecificContentProps): React$1.JSX.Element | null;
|
|
1346
1368
|
|
|
1347
1369
|
interface ProjectHeaderProps {
|
|
1348
1370
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
1349
1371
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1350
1372
|
}
|
|
1351
1373
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
1352
|
-
declare function export_default$
|
|
1374
|
+
declare function export_default$14(props: ProjectHeaderProps): React$1.JSX.Element;
|
|
1353
1375
|
|
|
1354
1376
|
interface ProjectSupportProps {
|
|
1355
1377
|
previewState?: ProjectSupportPropsPreviewState;
|
|
1356
1378
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1357
1379
|
}
|
|
1358
1380
|
type ProjectSupportPropsPreviewState = "Default";
|
|
1359
|
-
declare function export_default$
|
|
1381
|
+
declare function export_default$13(props: ProjectSupportProps): React$1.JSX.Element | null;
|
|
1360
1382
|
|
|
1361
1383
|
interface ProviderSearchProps {
|
|
1362
1384
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -1366,7 +1388,7 @@ interface ProviderSearchProps {
|
|
|
1366
1388
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1367
1389
|
}
|
|
1368
1390
|
type ProviderSearchPreviewState = "Default";
|
|
1369
|
-
declare function export_default$
|
|
1391
|
+
declare function export_default$12(props: ProviderSearchProps): React$1.JSX.Element;
|
|
1370
1392
|
|
|
1371
1393
|
interface RecentDailyDataBarChartProps {
|
|
1372
1394
|
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
@@ -1380,7 +1402,7 @@ interface RecentDailyDataBarChartProps {
|
|
|
1380
1402
|
highlight?: (rawValue: number) => boolean;
|
|
1381
1403
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1382
1404
|
}
|
|
1383
|
-
declare function export_default$
|
|
1405
|
+
declare function export_default$11(props: RecentDailyDataBarChartProps): React$1.JSX.Element;
|
|
1384
1406
|
|
|
1385
1407
|
interface RelativeActivityDayCoordinatorProps {
|
|
1386
1408
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
@@ -1402,7 +1424,7 @@ interface RelativeActivityDayNavigatorProps {
|
|
|
1402
1424
|
};
|
|
1403
1425
|
}): void;
|
|
1404
1426
|
}
|
|
1405
|
-
declare function export_default$
|
|
1427
|
+
declare function export_default$10(props: RelativeActivityDayNavigatorProps): React$1.JSX.Element;
|
|
1406
1428
|
|
|
1407
1429
|
interface RelativeActivityProps {
|
|
1408
1430
|
dataTypes?: RelativeActivityDataType[];
|
|
@@ -1412,7 +1434,7 @@ interface RelativeActivityProps {
|
|
|
1412
1434
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1413
1435
|
date?: Date;
|
|
1414
1436
|
}
|
|
1415
|
-
declare function export_default
|
|
1437
|
+
declare function export_default$$(props: RelativeActivityProps): React$1.JSX.Element | null;
|
|
1416
1438
|
|
|
1417
1439
|
interface RelativeActivityTodayProps {
|
|
1418
1440
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -1420,7 +1442,7 @@ interface RelativeActivityTodayProps {
|
|
|
1420
1442
|
title?: string;
|
|
1421
1443
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1422
1444
|
}
|
|
1423
|
-
declare function export_default
|
|
1445
|
+
declare function export_default$_(props: RelativeActivityTodayProps): React$1.JSX.Element;
|
|
1424
1446
|
|
|
1425
1447
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
1426
1448
|
type RestingHeartRateDataSource = "Combined" | "AppleHealth" | "Fitbit" | "Garmin";
|
|
@@ -1431,7 +1453,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
1431
1453
|
dataTypeSource?: RestingHeartRateDataSource;
|
|
1432
1454
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1433
1455
|
}
|
|
1434
|
-
declare function export_default$
|
|
1456
|
+
declare function export_default$Z(props: RestingHeartRateCalendarProps): React$1.JSX.Element;
|
|
1435
1457
|
|
|
1436
1458
|
interface SurveyTaskListProps {
|
|
1437
1459
|
status: SurveyTaskStatus;
|
|
@@ -1449,7 +1471,7 @@ interface SurveyTaskListProps {
|
|
|
1449
1471
|
buttonColor?: ColorDefinition;
|
|
1450
1472
|
}
|
|
1451
1473
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
1452
|
-
declare function export_default$
|
|
1474
|
+
declare function export_default$Y(props: SurveyTaskListProps): React$1.JSX.Element | null;
|
|
1453
1475
|
|
|
1454
1476
|
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
1455
1477
|
interface SeverityCalendarProps {
|
|
@@ -1461,7 +1483,15 @@ interface SeverityCalendarProps {
|
|
|
1461
1483
|
previewState?: SeverityCalendarPreviewState;
|
|
1462
1484
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1463
1485
|
}
|
|
1464
|
-
|
|
1486
|
+
/** Severity Calendar. A calendar that color codes a survey step response to reflects Mild/Moderate/Severe.
|
|
1487
|
+
*
|
|
1488
|
+
* @param {SeverityCalendarProps} props - Property object for the component.
|
|
1489
|
+
* @param {string} props.surveyName - The name of the survey
|
|
1490
|
+
* @param {string} props.dateRecordedResultIdentifier - The identifier for the date recorded result. If not provided, the date the survey was submitted will be used.
|
|
1491
|
+
* @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.
|
|
1492
|
+
* @param {date} props.intervalStart - The start date for the calendar. If used with a DateRangeCoordinator, this value can be left undefined.
|
|
1493
|
+
*/
|
|
1494
|
+
declare function SeverityCalendar(props: SeverityCalendarProps): React$1.JSX.Element;
|
|
1465
1495
|
|
|
1466
1496
|
interface ViewEhrProps {
|
|
1467
1497
|
onClick(): void;
|
|
@@ -2043,4 +2073,4 @@ declare function export_default$1(props: TermInformationViewProps): React$1.JSX.
|
|
|
2043
2073
|
|
|
2044
2074
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
2045
2075
|
|
|
2046
|
-
export { export_default$
|
|
2076
|
+
export { export_default$2d as Action, export_default$2c as ActivityMeter, AllergiesList, export_default$m as AllergiesView, export_default$1q as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2o as AsthmaActionPlanManager, export_default$1A as AsthmaActionPlanView, export_default$1z as AsthmaActivityView, export_default$2n as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1y as AsthmaAirQualityView, export_default$2m as AsthmaAlertTakeoverNotice, export_default$2l as AsthmaAlertTakeoverTrigger, export_default$1x as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2k as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2j as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2i as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1w as AsthmaDayView, export_default$1v as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2h as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1u as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2g as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2f as AsthmaPostEnrollmentSurveyTrigger, export_default$2e as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1t as AsthmaProviderReportView, export_default$1B as AsthmaRecommendedArticle, export_default$1s as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$l as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, BloodPressureVisualization, export_default$2b as Button, export_default$2a as Calendar, export_default$29 as CalendarDay, CalendarDayStateConfiguration, export_default$28 as Card, export_default$27 as CardTitle, export_default$U as CelebrationStep, export_default$T as CelebrationStepContainer, ColorDefinition, ConditionsList, export_default$k as ConditionsView, export_default$S as ConnectDeviceAccountStep, export_default$R as ConnectDeviceAccountStepContainer, ConnectDevicesMenu, ConnectEhr, export_default$Q as ConnectEhrStep, export_default$P as ConnectEhrStepContainer, export_default$j as ConnectEhrView, export_default$1o as ConnectFitbit, export_default$1n as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyDataTypeDefinition, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$26 as DateRangeNavigator, DateRangeTitle, export_default$24 as DayTrackerSymbol, DeviceDataChartLine, export_default$1m as DeviceDataMonthChart, export_default$1l as DeviceDataMonthCharts, export_default$i as DeviceDataView, export_default$23 as DumbbellChart, export_default$1k as EhrNewsFeed, export_default$1j as EhrNewsFeedEventDetail, export_default$g as EhrNewsFeedEventDetailView, export_default$h as EhrNewsFeedView, export_default$1i as ExternalAccountConnectionAlert, export_default$1h as ExternalAccountList, export_default$1g as ExternalAccountsLoadingIndicator, export_default$1f as ExternalAccountsPreview, export_default$f as ExternalAccountsView, export_default$22 as Face, export_default$1e as FitbitDevices, export_default$1d as FitbitMonthCharts, export_default$e as FitbitView, export_default$1c as GarminDevices, export_default$1b as GarminMonthCharts, export_default$d as GarminView, export_default$b as HealthAndWellnessView, export_default$1a as HealthPreviewSection, export_default$21 as Histogram, export_default$c as HomeView, export_default$1F as InboxCompletedListItem, export_default$5 as InboxHistoryView, export_default$W as InboxItemList, export_default$V as InboxItemListCoordinator, export_default$1E as InboxMessageListItem, export_default$4 as InboxMessageView, export_default$1D as InboxResourceListItem, export_default$1C as InboxSurveyListItem, InboxSurveyVariant, export_default$6 as InboxView, export_default$19 as LabResultsBloodType, export_default$18 as LabResultsSummary, Language, export_default$20 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$17 as MedicationsList, export_default$a as MedicationsView, export_default$1$ as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$16 as MostRecentNotification, export_default$1_ as NavigationBar, NewPointsEntry, export_default$7 as NewPointsView, NewPointsViewProps, export_default$1Z as NotesInput, NotificationList, export_default$9 as NotificationsView, export_default$15 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1Y as ProgressRing, export_default$14 as ProjectHeader, export_default$13 as ProjectSupport, export_default$12 as ProviderSearch, export_default$11 as RecentDailyDataBarChart, export_default$$ as RelativeActivity, RelativeActivityDataType, RelativeActivityDateRangeCoordinator as RelativeActivityDayCoordinator, export_default$10 as RelativeActivityDayNavigator, RelativeActivityQueryResult, export_default$_ as RelativeActivityToday, export_default$1X as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1W as ResourceList, ResourceListPreviewState, export_default$3 as ResourceListView, export_default$Z as RestingHeartRateCalendar, export_default$1V as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1U as Section, export_default$1T as SegmentedControl, SeverityCalendar, export_default$1S as ShinyOverlay, export_default$1R as SingleDataPoint, export_default$1Q as SingleExternalAccount, export_default$1P as SingleNotification, export_default$1O as SingleSurveyTask, export_default$1N 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$Y as SurveyTaskList, export_default$8 as SurveyTasksView, export_default$1M 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$1r as TermInformation, TermInformationReference, export_default$1 as TermInformationView, export_default$1L as TextBlock, export_default$25 as Title, export_default$1K as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1J as UnstyledButton, export_default$1I as ValueSelector, export_default$X as ViewEhr, export_default$1H as ViewHeader, export_default$1G as WeekCalendar, WeekStartsOn, export_default$G as YouTubeStep, export_default$F as YouTubeStepContainer, service as asthmaDataService, export_default$1p 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 };
|