@careevolution/mydatahelps-ui 2.23.0 → 2.23.1-HackDocs.1
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 +8 -1
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +8 -1
- package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +1 -0
- package/dist/cjs/types/components/container/NotificationList/NotificationList.d.ts +9 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.d.ts +8 -1
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +8 -1
- package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +1 -0
- package/dist/esm/types/components/container/NotificationList/NotificationList.d.ts +9 -2
- package/dist/index.d.ts +112 -91
- 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$2s(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$2r(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$2q(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$2p(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$2o(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$2n(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$2m(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$2l(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$2k(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$2j(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$2i(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$2h(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$2g(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$2f(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$2e(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$2d(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$2c(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$2b(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$2a(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$29(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$28(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$27(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$26(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$25(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$24(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$23(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$22(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$21(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$20(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$1$(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$1_(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$1Z(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$1Y(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$1X(props: SegmentedControlProps): React$1.JSX.Element;
|
|
567
567
|
|
|
568
|
-
declare function export_default$
|
|
568
|
+
declare function export_default$1W(): 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$1V(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$1U(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$1T(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$1S(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$1R(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$1Q(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$1P(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$1O(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$1N(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$1M(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$1L(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$1K(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$1J(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$1I(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$1H(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$1G(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$1F(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$1E(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$1D(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$1C(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$1B(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$1A(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$1z(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$1y(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$1x(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$1w(props: AsthmaSleepViewProps): React$1.JSX.Element;
|
|
878
878
|
|
|
879
879
|
interface TermInformationProps {
|
|
880
880
|
previewState?: "default" | "noData";
|
|
@@ -887,14 +887,21 @@ interface TermInformationReference {
|
|
|
887
887
|
TermNamespace: string;
|
|
888
888
|
TermCode: string;
|
|
889
889
|
}
|
|
890
|
-
declare function export_default$
|
|
890
|
+
declare function export_default$1v(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
|
-
|
|
897
|
+
/** A listing of allergies.
|
|
898
|
+
*
|
|
899
|
+
* @component
|
|
900
|
+
* @param {AllergiesListProps} properties for the component
|
|
901
|
+
* @returns {JSX.Element}
|
|
902
|
+
*
|
|
903
|
+
*/
|
|
904
|
+
declare function AllergiesList(props: AllergiesListProps): React$1.JSX.Element;
|
|
898
905
|
|
|
899
906
|
interface AppDownloadProps {
|
|
900
907
|
previewProjectPlatforms?: string[];
|
|
@@ -903,10 +910,10 @@ interface AppDownloadProps {
|
|
|
903
910
|
title?: string;
|
|
904
911
|
text?: string;
|
|
905
912
|
}
|
|
906
|
-
declare function export_default$
|
|
913
|
+
declare function export_default$1u(props: AppDownloadProps): React$1.JSX.Element | null;
|
|
907
914
|
|
|
908
915
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
|
|
909
|
-
declare function export_default$
|
|
916
|
+
declare function export_default$1t(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
910
917
|
|
|
911
918
|
interface SurveyBloodPressureDataParameters {
|
|
912
919
|
surveyName: string;
|
|
@@ -928,14 +935,21 @@ interface BloodPressureVisualizationProps {
|
|
|
928
935
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
929
936
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
930
937
|
}
|
|
931
|
-
|
|
938
|
+
/** Blood Pressure Visualization. Displays daily systolic and diastolic blood pressure readings in a dumbbell chart
|
|
939
|
+
*
|
|
940
|
+
* @component
|
|
941
|
+
* @param {BloodPressureVisualizationProps} props - Props for the component)
|
|
942
|
+
* @returns {JSX.Element}
|
|
943
|
+
*
|
|
944
|
+
*/
|
|
945
|
+
declare function BloodPressureVisualization(props: BloodPressureVisualizationProps): React$1.JSX.Element;
|
|
932
946
|
|
|
933
947
|
interface ConditionsListProps {
|
|
934
948
|
previewState?: "default";
|
|
935
949
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
936
950
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
937
951
|
}
|
|
938
|
-
declare function export_default$
|
|
952
|
+
declare function export_default$1s(props: ConditionsListProps): React$1.JSX.Element;
|
|
939
953
|
|
|
940
954
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
941
955
|
interface ConnectDevicesMenuProps {
|
|
@@ -947,7 +961,7 @@ interface ConnectDevicesMenuProps {
|
|
|
947
961
|
headerVariant?: "large" | "medium";
|
|
948
962
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
949
963
|
}
|
|
950
|
-
declare function export_default$
|
|
964
|
+
declare function export_default$1r(props: ConnectDevicesMenuProps): React$1.JSX.Element | null;
|
|
951
965
|
|
|
952
966
|
interface ConnectEhrProps {
|
|
953
967
|
applicationUrl?: string;
|
|
@@ -964,7 +978,7 @@ interface ConnectEhrProps {
|
|
|
964
978
|
onClick?: () => void;
|
|
965
979
|
}
|
|
966
980
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
967
|
-
declare function export_default$
|
|
981
|
+
declare function export_default$1q(props: ConnectEhrProps): React$1.JSX.Element | null;
|
|
968
982
|
|
|
969
983
|
interface ConnectFitbitProps {
|
|
970
984
|
title?: string;
|
|
@@ -976,7 +990,7 @@ interface ConnectFitbitProps {
|
|
|
976
990
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
977
991
|
}
|
|
978
992
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
979
|
-
declare function export_default$
|
|
993
|
+
declare function export_default$1p(props: ConnectFitbitProps): React$1.JSX.Element;
|
|
980
994
|
|
|
981
995
|
interface ConnectGarminProps {
|
|
982
996
|
title?: string;
|
|
@@ -988,7 +1002,7 @@ interface ConnectGarminProps {
|
|
|
988
1002
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
989
1003
|
}
|
|
990
1004
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
991
|
-
declare function export_default$
|
|
1005
|
+
declare function export_default$1o(props: ConnectGarminProps): React$1.JSX.Element;
|
|
992
1006
|
|
|
993
1007
|
declare enum DailyDataType {
|
|
994
1008
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
@@ -1165,13 +1179,13 @@ interface DeviceDataChartLine {
|
|
|
1165
1179
|
showAverage?: boolean;
|
|
1166
1180
|
}
|
|
1167
1181
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1168
|
-
declare function export_default$
|
|
1182
|
+
declare function export_default$1n(props: DeviceDataMonthChartProps): React$1.JSX.Element | null;
|
|
1169
1183
|
|
|
1170
1184
|
interface DeviceDataMonthChartsProps {
|
|
1171
1185
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1172
1186
|
}
|
|
1173
1187
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1174
|
-
declare function export_default$
|
|
1188
|
+
declare function export_default$1m(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
|
|
1175
1189
|
|
|
1176
1190
|
type EhrNewsFeedType = "Immunizations" | "LabReports" | "Procedures" | "Reports";
|
|
1177
1191
|
type EhrNewsFeedEventType = "ProcedureGroup" | "Report" | "Immunization" | "LabReport" | "ClaimProcedureGroup" | "ClaimServiceGroup";
|
|
@@ -1187,7 +1201,7 @@ interface EhrNewsFeedEventReference {
|
|
|
1187
1201
|
pageId?: string;
|
|
1188
1202
|
pageDate?: string;
|
|
1189
1203
|
}
|
|
1190
|
-
declare function export_default$
|
|
1204
|
+
declare function export_default$1l(props: EhrNewsFeedProps): React$1.JSX.Element;
|
|
1191
1205
|
|
|
1192
1206
|
interface EhrNewsFeedEventDetailProps {
|
|
1193
1207
|
feed: EhrNewsFeedType;
|
|
@@ -1196,7 +1210,7 @@ interface EhrNewsFeedEventDetailProps {
|
|
|
1196
1210
|
previewState?: EhrNewsFeedEventType;
|
|
1197
1211
|
onViewLabObservationTermInfo(labObservationID: string): void;
|
|
1198
1212
|
}
|
|
1199
|
-
declare function export_default$
|
|
1213
|
+
declare function export_default$1k(props: EhrNewsFeedEventDetailProps): React$1.JSX.Element;
|
|
1200
1214
|
|
|
1201
1215
|
interface ExternalAccountConnectionAlertProps {
|
|
1202
1216
|
previewState?: "externalAccountWithIssue" | "externalAccountNoIssue";
|
|
@@ -1205,7 +1219,7 @@ interface ExternalAccountConnectionAlertProps {
|
|
|
1205
1219
|
externalAccountCategories?: string[];
|
|
1206
1220
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1207
1221
|
}
|
|
1208
|
-
declare function export_default$
|
|
1222
|
+
declare function export_default$1j(props: ExternalAccountConnectionAlertProps): React$1.JSX.Element | null;
|
|
1209
1223
|
|
|
1210
1224
|
interface ExternalAccountListProps {
|
|
1211
1225
|
externalAccountProviderCategories?: string[];
|
|
@@ -1214,7 +1228,7 @@ interface ExternalAccountListProps {
|
|
|
1214
1228
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1215
1229
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1216
1230
|
}
|
|
1217
|
-
declare function export_default$
|
|
1231
|
+
declare function export_default$1i(props: ExternalAccountListProps): React$1.JSX.Element;
|
|
1218
1232
|
|
|
1219
1233
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1220
1234
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
@@ -1222,7 +1236,7 @@ interface ExternalAccountsLoadingIndicatorProps {
|
|
|
1222
1236
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1223
1237
|
triggerWebExternalAccountSyncComplete?: boolean;
|
|
1224
1238
|
}
|
|
1225
|
-
declare function export_default$
|
|
1239
|
+
declare function export_default$1h(props: ExternalAccountsLoadingIndicatorProps): React$1.JSX.Element | null;
|
|
1226
1240
|
|
|
1227
1241
|
interface ExternalAccountsPreviewProps {
|
|
1228
1242
|
excludeProviders?: boolean;
|
|
@@ -1234,7 +1248,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
1234
1248
|
onClick?: () => void;
|
|
1235
1249
|
}
|
|
1236
1250
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1237
|
-
declare function export_default$
|
|
1251
|
+
declare function export_default$1g(props: ExternalAccountsPreviewProps): React$1.JSX.Element | null;
|
|
1238
1252
|
|
|
1239
1253
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1240
1254
|
|
|
@@ -1242,25 +1256,25 @@ interface FitbitDevicesProps {
|
|
|
1242
1256
|
previewState?: ConnectedDevicesPreviewState;
|
|
1243
1257
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1244
1258
|
}
|
|
1245
|
-
declare function export_default$
|
|
1259
|
+
declare function export_default$1f(props: FitbitDevicesProps): React$1.JSX.Element;
|
|
1246
1260
|
|
|
1247
1261
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1248
1262
|
|
|
1249
1263
|
interface FitbitMonthChartsProps {
|
|
1250
1264
|
previewState?: MonthChartsPreviewState;
|
|
1251
1265
|
}
|
|
1252
|
-
declare function export_default$
|
|
1266
|
+
declare function export_default$1e(props: FitbitMonthChartsProps): React$1.JSX.Element;
|
|
1253
1267
|
|
|
1254
1268
|
interface GarminDevicesProps {
|
|
1255
1269
|
previewState?: ConnectedDevicesPreviewState;
|
|
1256
1270
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1257
1271
|
}
|
|
1258
|
-
declare function export_default$
|
|
1272
|
+
declare function export_default$1d(props: GarminDevicesProps): React$1.JSX.Element;
|
|
1259
1273
|
|
|
1260
1274
|
interface GarminMonthChartsProps {
|
|
1261
1275
|
previewState?: MonthChartsPreviewState;
|
|
1262
1276
|
}
|
|
1263
|
-
declare function export_default$
|
|
1277
|
+
declare function export_default$1c(props: GarminMonthChartsProps): React$1.JSX.Element;
|
|
1264
1278
|
|
|
1265
1279
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1266
1280
|
interface HealthPreviewSectionProps {
|
|
@@ -1270,7 +1284,7 @@ interface HealthPreviewSectionProps {
|
|
|
1270
1284
|
indicatorPosition?: "default" | "topRight";
|
|
1271
1285
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1272
1286
|
}
|
|
1273
|
-
declare function export_default$
|
|
1287
|
+
declare function export_default$1b(props: HealthPreviewSectionProps): React$1.JSX.Element | null;
|
|
1274
1288
|
|
|
1275
1289
|
interface LabResultsBloodTypeProps {
|
|
1276
1290
|
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
@@ -1279,7 +1293,7 @@ interface LabResultsBloodTypeProps {
|
|
|
1279
1293
|
onClick?: () => void;
|
|
1280
1294
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1281
1295
|
}
|
|
1282
|
-
declare function export_default$
|
|
1296
|
+
declare function export_default$1a(props: LabResultsBloodTypeProps): React$1.JSX.Element | null;
|
|
1283
1297
|
|
|
1284
1298
|
interface LabResultsSummaryProps {
|
|
1285
1299
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -1287,14 +1301,14 @@ interface LabResultsSummaryProps {
|
|
|
1287
1301
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1288
1302
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1289
1303
|
}
|
|
1290
|
-
declare function export_default$
|
|
1304
|
+
declare function export_default$19(props: LabResultsSummaryProps): React$1.JSX.Element | null;
|
|
1291
1305
|
|
|
1292
1306
|
interface MedicationsListProps {
|
|
1293
1307
|
previewState?: "default";
|
|
1294
1308
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1295
1309
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1296
1310
|
}
|
|
1297
|
-
declare function export_default$
|
|
1311
|
+
declare function export_default$18(props: MedicationsListProps): React$1.JSX.Element;
|
|
1298
1312
|
|
|
1299
1313
|
interface MostRecentNotificationProps {
|
|
1300
1314
|
notificationType?: NotificationType;
|
|
@@ -1304,7 +1318,7 @@ interface MostRecentNotificationProps {
|
|
|
1304
1318
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1305
1319
|
}
|
|
1306
1320
|
type MostRecentNotificationPreviewState = "Default";
|
|
1307
|
-
declare function export_default$
|
|
1321
|
+
declare function export_default$17(props: MostRecentNotificationProps): React$1.JSX.Element | null;
|
|
1308
1322
|
|
|
1309
1323
|
interface NotificationListProps {
|
|
1310
1324
|
notificationType?: NotificationType;
|
|
@@ -1312,8 +1326,15 @@ interface NotificationListProps {
|
|
|
1312
1326
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1313
1327
|
}
|
|
1314
1328
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
1315
|
-
/** Notification List. Can be filtered by Email/Push/SMS
|
|
1316
|
-
|
|
1329
|
+
/** Notification List. Can be filtered by Email/Push/SMS
|
|
1330
|
+
*
|
|
1331
|
+
* @component
|
|
1332
|
+
* @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
|
|
1335
|
+
*
|
|
1336
|
+
*/
|
|
1337
|
+
declare function NotificationList(props: NotificationListProps): React$1.JSX.Element;
|
|
1317
1338
|
|
|
1318
1339
|
interface PlatformSpecificContentProps {
|
|
1319
1340
|
platforms: string[];
|
|
@@ -2022,4 +2043,4 @@ declare function export_default$1(props: TermInformationViewProps): React$1.JSX.
|
|
|
2022
2043
|
|
|
2023
2044
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
2024
2045
|
|
|
2025
|
-
export { export_default$
|
|
2046
|
+
export { export_default$2h as Action, export_default$2g as ActivityMeter, AllergiesList, export_default$m as AllergiesView, export_default$1u as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2s as AsthmaActionPlanManager, export_default$1E as AsthmaActionPlanView, export_default$1D as AsthmaActivityView, export_default$2r as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1C as AsthmaAirQualityView, export_default$2q as AsthmaAlertTakeoverNotice, export_default$2p as AsthmaAlertTakeoverTrigger, export_default$1B as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2o as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2n as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2m as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1A as AsthmaDayView, export_default$1z as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2l as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1y as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2k as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2j as AsthmaPostEnrollmentSurveyTrigger, export_default$2i as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1x as AsthmaProviderReportView, export_default$1F as AsthmaRecommendedArticle, export_default$1w as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$l as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, BloodPressureVisualization, export_default$2f as Button, export_default$2e as Calendar, export_default$2d as CalendarDay, CalendarDayStateConfiguration, export_default$2c as Card, export_default$2b as CardTitle, export_default$U as CelebrationStep, export_default$T as CelebrationStepContainer, ColorDefinition, export_default$1s as ConditionsList, export_default$k as ConditionsView, export_default$S as ConnectDeviceAccountStep, export_default$R as ConnectDeviceAccountStepContainer, export_default$1r as ConnectDevicesMenu, export_default$1q as ConnectEhr, export_default$Q as ConnectEhrStep, export_default$P as ConnectEhrStepContainer, export_default$j as ConnectEhrView, export_default$1p as ConnectFitbit, export_default$1o as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyDataTypeDefinition, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$2a as DateRangeNavigator, DateRangeTitle, export_default$28 as DayTrackerSymbol, DeviceDataChartLine, export_default$1n as DeviceDataMonthChart, export_default$1m as DeviceDataMonthCharts, export_default$i as DeviceDataView, export_default$27 as DumbbellChart, export_default$1l as EhrNewsFeed, export_default$1k as EhrNewsFeedEventDetail, export_default$g as EhrNewsFeedEventDetailView, export_default$h as EhrNewsFeedView, export_default$1j as ExternalAccountConnectionAlert, export_default$1i as ExternalAccountList, export_default$1h as ExternalAccountsLoadingIndicator, export_default$1g as ExternalAccountsPreview, export_default$f as ExternalAccountsView, export_default$26 as Face, export_default$1f as FitbitDevices, export_default$1e as FitbitMonthCharts, export_default$e as FitbitView, export_default$1d as GarminDevices, export_default$1c as GarminMonthCharts, export_default$d as GarminView, export_default$b as HealthAndWellnessView, export_default$1b as HealthPreviewSection, export_default$25 as Histogram, export_default$c as HomeView, export_default$1J as InboxCompletedListItem, export_default$5 as InboxHistoryView, export_default$W as InboxItemList, export_default$V as InboxItemListCoordinator, export_default$1I as InboxMessageListItem, export_default$4 as InboxMessageView, export_default$1H as InboxResourceListItem, export_default$1G as InboxSurveyListItem, InboxSurveyVariant, export_default$6 as InboxView, export_default$1a as LabResultsBloodType, export_default$19 as LabResultsSummary, Language, export_default$24 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$18 as MedicationsList, export_default$a as MedicationsView, export_default$23 as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$17 as MostRecentNotification, export_default$22 as NavigationBar, NewPointsEntry, export_default$7 as NewPointsView, NewPointsViewProps, export_default$21 as NotesInput, NotificationList, export_default$9 as NotificationsView, export_default$16 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$20 as ProgressRing, export_default$15 as ProjectHeader, export_default$14 as ProjectSupport, export_default$13 as ProviderSearch, export_default$12 as RecentDailyDataBarChart, export_default$10 as RelativeActivity, RelativeActivityDataType, RelativeActivityDateRangeCoordinator as RelativeActivityDayCoordinator, export_default$11 as RelativeActivityDayNavigator, RelativeActivityQueryResult, export_default$$ as RelativeActivityToday, export_default$1$ as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1_ as ResourceList, ResourceListPreviewState, export_default$3 as ResourceListView, export_default$_ as RestingHeartRateCalendar, export_default$1Z as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1Y as Section, export_default$1X as SegmentedControl, export_default$Y as SeverityCalendar, export_default$1W as ShinyOverlay, export_default$1V as SingleDataPoint, export_default$1U as SingleExternalAccount, export_default$1T as SingleNotification, export_default$1S as SingleSurveyTask, export_default$1R as SparkBarChart, SparkBarChartBar, export_default$2 as StandaloneHealthAndWellnessView, StatusBarBackgroundProps as StatusBarBackground, export_default$O as StepDetailText, export_default$M as StepImage, export_default$N as StepImageIcon, export_default$L as StepLayout, export_default$K as StepMarkdown, export_default$J as StepNextButton, export_default$I as StepText, export_default$H as StepTitle, SurveyBloodPressureDataParameters, export_default$Z as SurveyTaskList, export_default$8 as SurveyTasksView, export_default$1Q as Switch, SymptomConfiguration, SymptomReference, export_default$D as SymptomSharkCalendar, export_default$q as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$B as SymptomSharkLogEntry, export_default$s as SymptomSharkLogEntryEdit, export_default$p as SymptomSharkLogEntryEditView, export_default$u as SymptomSharkLogEntryList, export_default$t as SymptomSharkLogToday, export_default$A as SymptomSharkMonthReport, export_default$z as SymptomSharkNotesTimeline, export_default$C as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$o as SymptomSharkReportBuilderView, export_default$n as SymptomSharkSymptomDetailView, export_default$E as SymptomSharkSymptomMatrix, export_default$w as SymptomSharkSymptomSeverityChart, export_default$x as SymptomSharkSymptomSeveritySummary, export_default$v as SymptomSharkSymptomTreatmentFilters, export_default$y as SymptomSharkSymptomTreatmentHistograms, export_default$r as SymptomSharkVisualizationCoordinator, export_default$1v as TermInformation, TermInformationReference, export_default$1 as TermInformationView, export_default$1P as TextBlock, export_default$29 as Title, export_default$1O as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1N as UnstyledButton, export_default$1M as ValueSelector, export_default$X as ViewEhr, export_default$1L as ViewHeader, export_default$1K as WeekCalendar, WeekStartsOn, export_default$G as YouTubeStep, export_default$F as YouTubeStepContainer, service as asthmaDataService, export_default$1t as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, allTypeDefinitions as dailyDataTypeDefinitions, dateToAsthmaLogEntryIdentifier, getAllDailyDataTypes, getAsthmaAirQualityDescriptionText, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDailyDataTypeDefinition, getDayKey, getLanguageFromIso, getLocaleFromIso, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, queryPreviewDailyData, queryRelativeActivity, registerDailyDataProvider, registerDailyDataTypeDefinition, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|