@careevolution/mydatahelps-ui 2.23.1-HackDocs.2 → 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/ConditionsList/ConditionsList.d.ts +1 -1
- package/dist/cjs/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +1 -1
- package/dist/cjs/types/components/container/ConnectEhr/ConnectEhr.d.ts +1 -1
- package/dist/cjs/types/components/container/NotificationList/NotificationList.d.ts +1 -3
- package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.d.ts +1 -1
- package/dist/esm/types/components/container/ConnectDevicesMenu/ConnectDevicesMenu.d.ts +1 -1
- package/dist/esm/types/components/container/ConnectEhr/ConnectEhr.d.ts +1 -1
- package/dist/esm/types/components/container/NotificationList/NotificationList.d.ts +1 -3
- package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +1 -1
- package/dist/index.d.ts +99 -101
- 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,7 +887,7 @@ 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";
|
|
@@ -908,10 +908,10 @@ interface AppDownloadProps {
|
|
|
908
908
|
title?: string;
|
|
909
909
|
text?: string;
|
|
910
910
|
}
|
|
911
|
-
declare function export_default$
|
|
911
|
+
declare function export_default$1q(props: AppDownloadProps): React$1.JSX.Element | null;
|
|
912
912
|
|
|
913
913
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
|
|
914
|
-
declare function export_default$
|
|
914
|
+
declare function export_default$1p(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
915
915
|
|
|
916
916
|
interface SurveyBloodPressureDataParameters {
|
|
917
917
|
surveyName: string;
|
|
@@ -953,7 +953,7 @@ interface ConditionsListProps {
|
|
|
953
953
|
* @param {ConditionsListProps} props - Property object for the component. Configure to use survey and/or device data
|
|
954
954
|
* @param {event} props.onViewTermInfo - A function that is called when the user clicks on the condition
|
|
955
955
|
*/
|
|
956
|
-
declare function
|
|
956
|
+
declare function ConditionsList(props: ConditionsListProps): React$1.JSX.Element;
|
|
957
957
|
|
|
958
958
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
959
959
|
interface ConnectDevicesMenuProps {
|
|
@@ -973,7 +973,7 @@ interface ConnectDevicesMenuProps {
|
|
|
973
973
|
* @param {string} props.text - Text that shows under the title
|
|
974
974
|
* @param {string} props.headerVariant - The size of the title. "large" or "medium"
|
|
975
975
|
*/
|
|
976
|
-
declare function
|
|
976
|
+
declare function ConnectDevicesMenu(props: ConnectDevicesMenuProps): React$1.JSX.Element | null;
|
|
977
977
|
|
|
978
978
|
interface ConnectEhrProps {
|
|
979
979
|
applicationUrl?: string;
|
|
@@ -1002,7 +1002,7 @@ type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "e
|
|
|
1002
1002
|
* @param {string} props.connectedText - Customize the text displayed when the user is connected to an EHR
|
|
1003
1003
|
* @param {boolean} props.hideWhenConnected - Boolean value. Hides the component when the state is connected
|
|
1004
1004
|
*/
|
|
1005
|
-
declare function
|
|
1005
|
+
declare function ConnectEhr(props: ConnectEhrProps): React$1.JSX.Element | null;
|
|
1006
1006
|
|
|
1007
1007
|
interface ConnectFitbitProps {
|
|
1008
1008
|
title?: string;
|
|
@@ -1014,7 +1014,7 @@ interface ConnectFitbitProps {
|
|
|
1014
1014
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1015
1015
|
}
|
|
1016
1016
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
1017
|
-
declare function export_default$
|
|
1017
|
+
declare function export_default$1o(props: ConnectFitbitProps): React$1.JSX.Element;
|
|
1018
1018
|
|
|
1019
1019
|
interface ConnectGarminProps {
|
|
1020
1020
|
title?: string;
|
|
@@ -1026,7 +1026,7 @@ interface ConnectGarminProps {
|
|
|
1026
1026
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1027
1027
|
}
|
|
1028
1028
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
1029
|
-
declare function export_default$
|
|
1029
|
+
declare function export_default$1n(props: ConnectGarminProps): React$1.JSX.Element;
|
|
1030
1030
|
|
|
1031
1031
|
declare enum DailyDataType {
|
|
1032
1032
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
@@ -1203,13 +1203,13 @@ interface DeviceDataChartLine {
|
|
|
1203
1203
|
showAverage?: boolean;
|
|
1204
1204
|
}
|
|
1205
1205
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1206
|
-
declare function export_default$
|
|
1206
|
+
declare function export_default$1m(props: DeviceDataMonthChartProps): React$1.JSX.Element | null;
|
|
1207
1207
|
|
|
1208
1208
|
interface DeviceDataMonthChartsProps {
|
|
1209
1209
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1210
1210
|
}
|
|
1211
1211
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1212
|
-
declare function export_default$
|
|
1212
|
+
declare function export_default$1l(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
|
|
1213
1213
|
|
|
1214
1214
|
type EhrNewsFeedType = "Immunizations" | "LabReports" | "Procedures" | "Reports";
|
|
1215
1215
|
type EhrNewsFeedEventType = "ProcedureGroup" | "Report" | "Immunization" | "LabReport" | "ClaimProcedureGroup" | "ClaimServiceGroup";
|
|
@@ -1225,7 +1225,7 @@ interface EhrNewsFeedEventReference {
|
|
|
1225
1225
|
pageId?: string;
|
|
1226
1226
|
pageDate?: string;
|
|
1227
1227
|
}
|
|
1228
|
-
declare function export_default$
|
|
1228
|
+
declare function export_default$1k(props: EhrNewsFeedProps): React$1.JSX.Element;
|
|
1229
1229
|
|
|
1230
1230
|
interface EhrNewsFeedEventDetailProps {
|
|
1231
1231
|
feed: EhrNewsFeedType;
|
|
@@ -1234,7 +1234,7 @@ interface EhrNewsFeedEventDetailProps {
|
|
|
1234
1234
|
previewState?: EhrNewsFeedEventType;
|
|
1235
1235
|
onViewLabObservationTermInfo(labObservationID: string): void;
|
|
1236
1236
|
}
|
|
1237
|
-
declare function export_default$
|
|
1237
|
+
declare function export_default$1j(props: EhrNewsFeedEventDetailProps): React$1.JSX.Element;
|
|
1238
1238
|
|
|
1239
1239
|
interface ExternalAccountConnectionAlertProps {
|
|
1240
1240
|
previewState?: "externalAccountWithIssue" | "externalAccountNoIssue";
|
|
@@ -1243,7 +1243,7 @@ interface ExternalAccountConnectionAlertProps {
|
|
|
1243
1243
|
externalAccountCategories?: string[];
|
|
1244
1244
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1245
1245
|
}
|
|
1246
|
-
declare function export_default$
|
|
1246
|
+
declare function export_default$1i(props: ExternalAccountConnectionAlertProps): React$1.JSX.Element | null;
|
|
1247
1247
|
|
|
1248
1248
|
interface ExternalAccountListProps {
|
|
1249
1249
|
externalAccountProviderCategories?: string[];
|
|
@@ -1252,7 +1252,7 @@ interface ExternalAccountListProps {
|
|
|
1252
1252
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1253
1253
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1254
1254
|
}
|
|
1255
|
-
declare function export_default$
|
|
1255
|
+
declare function export_default$1h(props: ExternalAccountListProps): React$1.JSX.Element;
|
|
1256
1256
|
|
|
1257
1257
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1258
1258
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
@@ -1260,7 +1260,7 @@ interface ExternalAccountsLoadingIndicatorProps {
|
|
|
1260
1260
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1261
1261
|
triggerWebExternalAccountSyncComplete?: boolean;
|
|
1262
1262
|
}
|
|
1263
|
-
declare function export_default$
|
|
1263
|
+
declare function export_default$1g(props: ExternalAccountsLoadingIndicatorProps): React$1.JSX.Element | null;
|
|
1264
1264
|
|
|
1265
1265
|
interface ExternalAccountsPreviewProps {
|
|
1266
1266
|
excludeProviders?: boolean;
|
|
@@ -1272,7 +1272,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
1272
1272
|
onClick?: () => void;
|
|
1273
1273
|
}
|
|
1274
1274
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1275
|
-
declare function export_default$
|
|
1275
|
+
declare function export_default$1f(props: ExternalAccountsPreviewProps): React$1.JSX.Element | null;
|
|
1276
1276
|
|
|
1277
1277
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1278
1278
|
|
|
@@ -1280,25 +1280,25 @@ interface FitbitDevicesProps {
|
|
|
1280
1280
|
previewState?: ConnectedDevicesPreviewState;
|
|
1281
1281
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1282
1282
|
}
|
|
1283
|
-
declare function export_default$
|
|
1283
|
+
declare function export_default$1e(props: FitbitDevicesProps): React$1.JSX.Element;
|
|
1284
1284
|
|
|
1285
1285
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1286
1286
|
|
|
1287
1287
|
interface FitbitMonthChartsProps {
|
|
1288
1288
|
previewState?: MonthChartsPreviewState;
|
|
1289
1289
|
}
|
|
1290
|
-
declare function export_default$
|
|
1290
|
+
declare function export_default$1d(props: FitbitMonthChartsProps): React$1.JSX.Element;
|
|
1291
1291
|
|
|
1292
1292
|
interface GarminDevicesProps {
|
|
1293
1293
|
previewState?: ConnectedDevicesPreviewState;
|
|
1294
1294
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1295
1295
|
}
|
|
1296
|
-
declare function export_default$
|
|
1296
|
+
declare function export_default$1c(props: GarminDevicesProps): React$1.JSX.Element;
|
|
1297
1297
|
|
|
1298
1298
|
interface GarminMonthChartsProps {
|
|
1299
1299
|
previewState?: MonthChartsPreviewState;
|
|
1300
1300
|
}
|
|
1301
|
-
declare function export_default$
|
|
1301
|
+
declare function export_default$1b(props: GarminMonthChartsProps): React$1.JSX.Element;
|
|
1302
1302
|
|
|
1303
1303
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1304
1304
|
interface HealthPreviewSectionProps {
|
|
@@ -1308,7 +1308,7 @@ interface HealthPreviewSectionProps {
|
|
|
1308
1308
|
indicatorPosition?: "default" | "topRight";
|
|
1309
1309
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1310
1310
|
}
|
|
1311
|
-
declare function export_default$
|
|
1311
|
+
declare function export_default$1a(props: HealthPreviewSectionProps): React$1.JSX.Element | null;
|
|
1312
1312
|
|
|
1313
1313
|
interface LabResultsBloodTypeProps {
|
|
1314
1314
|
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
@@ -1317,7 +1317,7 @@ interface LabResultsBloodTypeProps {
|
|
|
1317
1317
|
onClick?: () => void;
|
|
1318
1318
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1319
1319
|
}
|
|
1320
|
-
declare function export_default$
|
|
1320
|
+
declare function export_default$19(props: LabResultsBloodTypeProps): React$1.JSX.Element | null;
|
|
1321
1321
|
|
|
1322
1322
|
interface LabResultsSummaryProps {
|
|
1323
1323
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -1325,14 +1325,14 @@ interface LabResultsSummaryProps {
|
|
|
1325
1325
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1326
1326
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1327
1327
|
}
|
|
1328
|
-
declare function export_default$
|
|
1328
|
+
declare function export_default$18(props: LabResultsSummaryProps): React$1.JSX.Element | null;
|
|
1329
1329
|
|
|
1330
1330
|
interface MedicationsListProps {
|
|
1331
1331
|
previewState?: "default";
|
|
1332
1332
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1333
1333
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1334
1334
|
}
|
|
1335
|
-
declare function export_default$
|
|
1335
|
+
declare function export_default$17(props: MedicationsListProps): React$1.JSX.Element;
|
|
1336
1336
|
|
|
1337
1337
|
interface MostRecentNotificationProps {
|
|
1338
1338
|
notificationType?: NotificationType;
|
|
@@ -1342,7 +1342,7 @@ interface MostRecentNotificationProps {
|
|
|
1342
1342
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1343
1343
|
}
|
|
1344
1344
|
type MostRecentNotificationPreviewState = "Default";
|
|
1345
|
-
declare function export_default$
|
|
1345
|
+
declare function export_default$16(props: MostRecentNotificationProps): React$1.JSX.Element | null;
|
|
1346
1346
|
|
|
1347
1347
|
interface NotificationListProps {
|
|
1348
1348
|
notificationType?: NotificationType;
|
|
@@ -1352,10 +1352,8 @@ interface NotificationListProps {
|
|
|
1352
1352
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
1353
1353
|
/** Notification List. Can be filtered by Email/Push/SMS
|
|
1354
1354
|
*
|
|
1355
|
-
* @component
|
|
1356
1355
|
* @param {NotificationListProps} props - Props for the component)
|
|
1357
|
-
* @param {NotificationType} props.notificationType - Type of notification to filter by
|
|
1358
|
-
* @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
|
|
1359
1357
|
*
|
|
1360
1358
|
*/
|
|
1361
1359
|
declare function NotificationList(props: NotificationListProps): React$1.JSX.Element;
|
|
@@ -1366,21 +1364,21 @@ interface PlatformSpecificContentProps {
|
|
|
1366
1364
|
previewDevicePlatform?: string;
|
|
1367
1365
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1368
1366
|
}
|
|
1369
|
-
declare function export_default$
|
|
1367
|
+
declare function export_default$15(props: PlatformSpecificContentProps): React$1.JSX.Element | null;
|
|
1370
1368
|
|
|
1371
1369
|
interface ProjectHeaderProps {
|
|
1372
1370
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
1373
1371
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1374
1372
|
}
|
|
1375
1373
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
1376
|
-
declare function export_default$
|
|
1374
|
+
declare function export_default$14(props: ProjectHeaderProps): React$1.JSX.Element;
|
|
1377
1375
|
|
|
1378
1376
|
interface ProjectSupportProps {
|
|
1379
1377
|
previewState?: ProjectSupportPropsPreviewState;
|
|
1380
1378
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1381
1379
|
}
|
|
1382
1380
|
type ProjectSupportPropsPreviewState = "Default";
|
|
1383
|
-
declare function export_default$
|
|
1381
|
+
declare function export_default$13(props: ProjectSupportProps): React$1.JSX.Element | null;
|
|
1384
1382
|
|
|
1385
1383
|
interface ProviderSearchProps {
|
|
1386
1384
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -1390,7 +1388,7 @@ interface ProviderSearchProps {
|
|
|
1390
1388
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1391
1389
|
}
|
|
1392
1390
|
type ProviderSearchPreviewState = "Default";
|
|
1393
|
-
declare function export_default$
|
|
1391
|
+
declare function export_default$12(props: ProviderSearchProps): React$1.JSX.Element;
|
|
1394
1392
|
|
|
1395
1393
|
interface RecentDailyDataBarChartProps {
|
|
1396
1394
|
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
@@ -1404,7 +1402,7 @@ interface RecentDailyDataBarChartProps {
|
|
|
1404
1402
|
highlight?: (rawValue: number) => boolean;
|
|
1405
1403
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1406
1404
|
}
|
|
1407
|
-
declare function export_default$
|
|
1405
|
+
declare function export_default$11(props: RecentDailyDataBarChartProps): React$1.JSX.Element;
|
|
1408
1406
|
|
|
1409
1407
|
interface RelativeActivityDayCoordinatorProps {
|
|
1410
1408
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
@@ -1426,7 +1424,7 @@ interface RelativeActivityDayNavigatorProps {
|
|
|
1426
1424
|
};
|
|
1427
1425
|
}): void;
|
|
1428
1426
|
}
|
|
1429
|
-
declare function export_default$
|
|
1427
|
+
declare function export_default$10(props: RelativeActivityDayNavigatorProps): React$1.JSX.Element;
|
|
1430
1428
|
|
|
1431
1429
|
interface RelativeActivityProps {
|
|
1432
1430
|
dataTypes?: RelativeActivityDataType[];
|
|
@@ -1436,7 +1434,7 @@ interface RelativeActivityProps {
|
|
|
1436
1434
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1437
1435
|
date?: Date;
|
|
1438
1436
|
}
|
|
1439
|
-
declare function export_default
|
|
1437
|
+
declare function export_default$$(props: RelativeActivityProps): React$1.JSX.Element | null;
|
|
1440
1438
|
|
|
1441
1439
|
interface RelativeActivityTodayProps {
|
|
1442
1440
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -1444,7 +1442,7 @@ interface RelativeActivityTodayProps {
|
|
|
1444
1442
|
title?: string;
|
|
1445
1443
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1446
1444
|
}
|
|
1447
|
-
declare function export_default
|
|
1445
|
+
declare function export_default$_(props: RelativeActivityTodayProps): React$1.JSX.Element;
|
|
1448
1446
|
|
|
1449
1447
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
1450
1448
|
type RestingHeartRateDataSource = "Combined" | "AppleHealth" | "Fitbit" | "Garmin";
|
|
@@ -1455,7 +1453,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
1455
1453
|
dataTypeSource?: RestingHeartRateDataSource;
|
|
1456
1454
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1457
1455
|
}
|
|
1458
|
-
declare function export_default$
|
|
1456
|
+
declare function export_default$Z(props: RestingHeartRateCalendarProps): React$1.JSX.Element;
|
|
1459
1457
|
|
|
1460
1458
|
interface SurveyTaskListProps {
|
|
1461
1459
|
status: SurveyTaskStatus;
|
|
@@ -1473,7 +1471,7 @@ interface SurveyTaskListProps {
|
|
|
1473
1471
|
buttonColor?: ColorDefinition;
|
|
1474
1472
|
}
|
|
1475
1473
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
1476
|
-
declare function export_default$
|
|
1474
|
+
declare function export_default$Y(props: SurveyTaskListProps): React$1.JSX.Element | null;
|
|
1477
1475
|
|
|
1478
1476
|
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
1479
1477
|
interface SeverityCalendarProps {
|
|
@@ -1493,7 +1491,7 @@ interface SeverityCalendarProps {
|
|
|
1493
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.
|
|
1494
1492
|
* @param {date} props.intervalStart - The start date for the calendar. If used with a DateRangeCoordinator, this value can be left undefined.
|
|
1495
1493
|
*/
|
|
1496
|
-
declare function
|
|
1494
|
+
declare function SeverityCalendar(props: SeverityCalendarProps): React$1.JSX.Element;
|
|
1497
1495
|
|
|
1498
1496
|
interface ViewEhrProps {
|
|
1499
1497
|
onClick(): void;
|
|
@@ -2075,4 +2073,4 @@ declare function export_default$1(props: TermInformationViewProps): React$1.JSX.
|
|
|
2075
2073
|
|
|
2076
2074
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
2077
2075
|
|
|
2078
|
-
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 };
|