@careevolution/mydatahelps-ui 2.22.0 → 2.23.1-HackDocs.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/NotificationList/NotificationList.d.ts +22 -1
- package/dist/cjs/types/components/container/NotificationList/NotificationList.stories.d.ts +8 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/NotificationList/NotificationList.d.ts +22 -1
- package/dist/esm/types/components/container/NotificationList/NotificationList.stories.d.ts +8 -0
- package/dist/index.d.ts +110 -90
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React$1, { ReactElement, CSSProperties, ReactNode, MouseEventHandler, DependencyList } from 'react';
|
|
3
3
|
import { ParticipantInfo, Guid, StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, DeviceInfo, DeviceDataPoint, SurveyAnswer, ConnectExternalAccountOptions, ExternalAccountStatus, EventName, DeviceDataNamespace, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem } from '@careevolution/mydatahelps-js';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
4
5
|
import { AxisDomain } from 'recharts/types/util/types';
|
|
5
6
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
6
7
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
@@ -11,7 +12,7 @@ interface AsthmaActionPlanManagerProps {
|
|
|
11
12
|
editActionPlanSurveyName: string;
|
|
12
13
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
13
14
|
}
|
|
14
|
-
declare function export_default$
|
|
15
|
+
declare function export_default$2u(props: AsthmaActionPlanManagerProps): React$1.JSX.Element;
|
|
15
16
|
|
|
16
17
|
declare class AsthmaParticipant {
|
|
17
18
|
participantInfo: ParticipantInfo;
|
|
@@ -83,7 +84,7 @@ interface AsthmaAirQualitiesProps {
|
|
|
83
84
|
date?: Date;
|
|
84
85
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
85
86
|
}
|
|
86
|
-
declare function export_default$
|
|
87
|
+
declare function export_default$2t(props: AsthmaAirQualitiesProps): React$1.JSX.Element;
|
|
87
88
|
|
|
88
89
|
interface AsthmaAlertTakeoverNoticeProps {
|
|
89
90
|
previewState?: 'loading' | 'loaded';
|
|
@@ -91,7 +92,7 @@ interface AsthmaAlertTakeoverNoticeProps {
|
|
|
91
92
|
logEntrySurveyName: string;
|
|
92
93
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
93
94
|
}
|
|
94
|
-
declare function export_default$
|
|
95
|
+
declare function export_default$2s(props: AsthmaAlertTakeoverNoticeProps): React$1.JSX.Element;
|
|
95
96
|
|
|
96
97
|
interface AsthmaAlertTakeoverTriggerProps {
|
|
97
98
|
previewState?: boolean;
|
|
@@ -102,7 +103,7 @@ interface AsthmaAlertTakeoverTriggerProps {
|
|
|
102
103
|
alertTakeoverUrl: string;
|
|
103
104
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
104
105
|
}
|
|
105
|
-
declare function export_default$
|
|
106
|
+
declare function export_default$2r(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
106
107
|
|
|
107
108
|
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
108
109
|
|
|
@@ -114,7 +115,7 @@ interface AsthmaBiometricsProps {
|
|
|
114
115
|
date?: Date;
|
|
115
116
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
116
117
|
}
|
|
117
|
-
declare function export_default$
|
|
118
|
+
declare function export_default$2q(props: AsthmaBiometricsProps): React$1.JSX.Element;
|
|
118
119
|
|
|
119
120
|
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
120
121
|
|
|
@@ -126,7 +127,7 @@ interface AsthmaControlCalendarProps {
|
|
|
126
127
|
variant?: AsthmaControlCalendarVariant;
|
|
127
128
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
128
129
|
}
|
|
129
|
-
declare function export_default$
|
|
130
|
+
declare function export_default$2p(props: AsthmaControlCalendarProps): React$1.JSX.Element;
|
|
130
131
|
|
|
131
132
|
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
133
|
|
|
@@ -135,7 +136,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
135
136
|
participant: AsthmaParticipant;
|
|
136
137
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
137
138
|
}
|
|
138
|
-
declare function export_default$
|
|
139
|
+
declare function export_default$2o(props: AsthmaControlStatusHeaderProps): React$1.JSX.Element | null;
|
|
139
140
|
|
|
140
141
|
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
141
142
|
|
|
@@ -148,7 +149,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
148
149
|
infoUrl: string;
|
|
149
150
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
150
151
|
}
|
|
151
|
-
declare function export_default$
|
|
152
|
+
declare function export_default$2n(props: AsthmaLogEntryDetailsProps): React$1.JSX.Element;
|
|
152
153
|
|
|
153
154
|
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
154
155
|
|
|
@@ -159,7 +160,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
159
160
|
dayViewUrl: string;
|
|
160
161
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
161
162
|
}
|
|
162
|
-
declare function export_default$
|
|
163
|
+
declare function export_default$2m(props: AsthmaLogEntryHeaderProps): React$1.JSX.Element | null;
|
|
163
164
|
|
|
164
165
|
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
165
166
|
previewState?: boolean;
|
|
@@ -168,7 +169,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
|
168
169
|
logTodayEntrySurveyName: string;
|
|
169
170
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
170
171
|
}
|
|
171
|
-
declare function export_default$
|
|
172
|
+
declare function export_default$2l(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
172
173
|
|
|
173
174
|
type AsthmaProviderReportPreviewState = 'default';
|
|
174
175
|
|
|
@@ -177,7 +178,7 @@ interface AsthmaProviderReportProps {
|
|
|
177
178
|
logEntrySurveyName: string;
|
|
178
179
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
179
180
|
}
|
|
180
|
-
declare function export_default$
|
|
181
|
+
declare function export_default$2k(props: AsthmaProviderReportProps): React$1.JSX.Element;
|
|
181
182
|
|
|
182
183
|
type ColorDefinition = string | {
|
|
183
184
|
lightMode?: string;
|
|
@@ -203,7 +204,7 @@ interface ActionProps {
|
|
|
203
204
|
subtitleColor?: ColorDefinition;
|
|
204
205
|
renderAs?: "div" | "button";
|
|
205
206
|
}
|
|
206
|
-
declare function export_default$
|
|
207
|
+
declare function export_default$2j(props: ActionProps): React$1.JSX.Element;
|
|
207
208
|
|
|
208
209
|
interface ActivityMeterProps {
|
|
209
210
|
label: string;
|
|
@@ -217,7 +218,7 @@ interface ActivityMeterProps {
|
|
|
217
218
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
218
219
|
thresholdLabel?: string;
|
|
219
220
|
}
|
|
220
|
-
declare function export_default$
|
|
221
|
+
declare function export_default$2i(props: ActivityMeterProps): React$1.JSX.Element;
|
|
221
222
|
|
|
222
223
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
223
224
|
interface ButtonProps {
|
|
@@ -232,7 +233,7 @@ interface ButtonProps {
|
|
|
232
233
|
defaultMargin?: boolean;
|
|
233
234
|
fullWidth?: boolean;
|
|
234
235
|
}
|
|
235
|
-
declare function export_default$
|
|
236
|
+
declare function export_default$2h(props: ButtonProps): React$1.JSX.Element;
|
|
236
237
|
|
|
237
238
|
interface CalendarProps {
|
|
238
239
|
month: number;
|
|
@@ -242,7 +243,7 @@ interface CalendarProps {
|
|
|
242
243
|
className?: string;
|
|
243
244
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
244
245
|
}
|
|
245
|
-
declare function export_default$
|
|
246
|
+
declare function export_default$2g(props: CalendarProps): React$1.JSX.Element;
|
|
246
247
|
|
|
247
248
|
type CalendarDayStateConfiguration = Record<string, {
|
|
248
249
|
style?: CSSProperties;
|
|
@@ -258,7 +259,7 @@ interface CalendarDayProps {
|
|
|
258
259
|
onClick?: (date: Date) => void;
|
|
259
260
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
260
261
|
}
|
|
261
|
-
declare function export_default$
|
|
262
|
+
declare function export_default$2f(props: CalendarDayProps): React$1.JSX.Element;
|
|
262
263
|
|
|
263
264
|
interface CardProps {
|
|
264
265
|
className?: string;
|
|
@@ -269,7 +270,7 @@ interface CardProps {
|
|
|
269
270
|
backgroundColor?: ColorDefinition;
|
|
270
271
|
style?: React$1.CSSProperties;
|
|
271
272
|
}
|
|
272
|
-
declare function export_default$
|
|
273
|
+
declare function export_default$2e(props: CardProps): React$1.JSX.Element | null;
|
|
273
274
|
|
|
274
275
|
interface CardTitleProps {
|
|
275
276
|
title: string;
|
|
@@ -278,7 +279,7 @@ interface CardTitleProps {
|
|
|
278
279
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
279
280
|
color?: ColorDefinition;
|
|
280
281
|
}
|
|
281
|
-
declare function export_default$
|
|
282
|
+
declare function export_default$2d(props: CardTitleProps): React$1.JSX.Element;
|
|
282
283
|
|
|
283
284
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
284
285
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -309,7 +310,7 @@ interface DateRangeNavigatorProps {
|
|
|
309
310
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
310
311
|
sticky?: boolean;
|
|
311
312
|
}
|
|
312
|
-
declare function export_default$
|
|
313
|
+
declare function export_default$2c(props: DateRangeNavigatorProps): React$1.JSX.Element;
|
|
313
314
|
|
|
314
315
|
interface TitleProps {
|
|
315
316
|
color?: ColorDefinition;
|
|
@@ -323,7 +324,7 @@ interface TitleProps {
|
|
|
323
324
|
defaultMargin?: boolean;
|
|
324
325
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
325
326
|
}
|
|
326
|
-
declare function export_default$
|
|
327
|
+
declare function export_default$2b(props: TitleProps): React$1.JSX.Element;
|
|
327
328
|
|
|
328
329
|
interface DateRangeTitleProps extends TitleProps {
|
|
329
330
|
color?: ColorDefinition;
|
|
@@ -341,7 +342,7 @@ interface DayTrackerSymbolProps {
|
|
|
341
342
|
size?: "small" | "large";
|
|
342
343
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
343
344
|
}
|
|
344
|
-
declare function export_default$
|
|
345
|
+
declare function export_default$2a(props: DayTrackerSymbolProps): React$1.JSX.Element;
|
|
345
346
|
|
|
346
347
|
interface ClosedInterval {
|
|
347
348
|
values: number[];
|
|
@@ -368,7 +369,7 @@ declare enum DumbbellClass {
|
|
|
368
369
|
"mdhui-dumbbell-in-range" = 0,
|
|
369
370
|
"mdhui-dumbbell-out-of-range" = 1
|
|
370
371
|
}
|
|
371
|
-
declare function export_default$
|
|
372
|
+
declare function export_default$29(props: DumbBellChartProps): React$1.JSX.Element;
|
|
372
373
|
|
|
373
374
|
interface FaceProps {
|
|
374
375
|
faceValue?: number;
|
|
@@ -377,7 +378,7 @@ interface FaceProps {
|
|
|
377
378
|
className?: string;
|
|
378
379
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
379
380
|
}
|
|
380
|
-
declare function export_default$
|
|
381
|
+
declare function export_default$28(props: FaceProps): React$1.JSX.Element;
|
|
381
382
|
|
|
382
383
|
interface HistogramProps {
|
|
383
384
|
entries: {
|
|
@@ -389,7 +390,7 @@ interface HistogramProps {
|
|
|
389
390
|
className?: string;
|
|
390
391
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
391
392
|
}
|
|
392
|
-
declare function export_default$
|
|
393
|
+
declare function export_default$27(props: HistogramProps): React$1.JSX.Element;
|
|
393
394
|
|
|
394
395
|
interface LayoutProps {
|
|
395
396
|
children?: React$1.ReactNode;
|
|
@@ -410,7 +411,7 @@ interface LayoutContext {
|
|
|
410
411
|
bodyBackgroundColor: string;
|
|
411
412
|
}
|
|
412
413
|
declare const LayoutContext: React$1.Context<LayoutContext>;
|
|
413
|
-
declare function export_default$
|
|
414
|
+
declare function export_default$26(props: LayoutProps): React$1.JSX.Element;
|
|
414
415
|
|
|
415
416
|
interface LoadingIndicatorProps {
|
|
416
417
|
variant?: "default" | "inline";
|
|
@@ -431,7 +432,7 @@ interface MonthlyEventMatrixProps {
|
|
|
431
432
|
innerRef?: React$1.Ref<HTMLTableElement>;
|
|
432
433
|
intervalStart: Date;
|
|
433
434
|
}
|
|
434
|
-
declare function export_default$
|
|
435
|
+
declare function export_default$25(props: MonthlyEventMatrixProps): React$1.JSX.Element;
|
|
435
436
|
|
|
436
437
|
interface NavigationBarProps {
|
|
437
438
|
title?: string;
|
|
@@ -450,7 +451,7 @@ interface NavigationBarProps {
|
|
|
450
451
|
navigationBarRight?: React$1.ReactNode;
|
|
451
452
|
backgroundColor?: ColorDefinition;
|
|
452
453
|
}
|
|
453
|
-
declare function export_default$
|
|
454
|
+
declare function export_default$24(props: NavigationBarProps): React$1.JSX.Element;
|
|
454
455
|
|
|
455
456
|
interface NotesInputProps {
|
|
456
457
|
autoTimestamp?: boolean;
|
|
@@ -458,7 +459,7 @@ interface NotesInputProps {
|
|
|
458
459
|
onChange(value: string): void;
|
|
459
460
|
value: string;
|
|
460
461
|
}
|
|
461
|
-
declare function export_default$
|
|
462
|
+
declare function export_default$23(props: NotesInputProps): React$1.JSX.Element;
|
|
462
463
|
|
|
463
464
|
interface ProgressBarProps {
|
|
464
465
|
backgroundColor?: ColorDefinition;
|
|
@@ -496,7 +497,7 @@ interface ProgressRingProps {
|
|
|
496
497
|
percentCompleted?: number;
|
|
497
498
|
animate?: boolean;
|
|
498
499
|
}
|
|
499
|
-
declare function export_default$
|
|
500
|
+
declare function export_default$22(props: ProgressRingProps): React$1.JSX.Element;
|
|
500
501
|
|
|
501
502
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
502
503
|
type ResourceButtonVariant = 'button' | 'link';
|
|
@@ -510,7 +511,7 @@ interface ResourceProps {
|
|
|
510
511
|
onClick: () => void;
|
|
511
512
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
512
513
|
}
|
|
513
|
-
declare function export_default$
|
|
514
|
+
declare function export_default$21(props: ResourceProps): React$1.JSX.Element;
|
|
514
515
|
|
|
515
516
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
516
517
|
|
|
@@ -530,7 +531,7 @@ interface ResourceListProps {
|
|
|
530
531
|
buttonText?: string;
|
|
531
532
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
532
533
|
}
|
|
533
|
-
declare function export_default$
|
|
534
|
+
declare function export_default$20(props: ResourceListProps): React$1.JSX.Element;
|
|
534
535
|
|
|
535
536
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
536
537
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -539,7 +540,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
539
540
|
startDate: Date;
|
|
540
541
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
541
542
|
}
|
|
542
|
-
declare function export_default$
|
|
543
|
+
declare function export_default$1$(props: RotatingComponentCoordinatorProps): React$1.JSX.Element;
|
|
543
544
|
|
|
544
545
|
interface SectionProps {
|
|
545
546
|
children?: React$1.ReactNode;
|
|
@@ -549,7 +550,7 @@ interface SectionProps {
|
|
|
549
550
|
backgroundColor?: ColorDefinition;
|
|
550
551
|
style?: React$1.CSSProperties;
|
|
551
552
|
}
|
|
552
|
-
declare function export_default$
|
|
553
|
+
declare function export_default$1_(props: SectionProps): React$1.JSX.Element | null;
|
|
553
554
|
|
|
554
555
|
interface SegmentedControlProps {
|
|
555
556
|
segments: {
|
|
@@ -563,9 +564,9 @@ interface SegmentedControlProps {
|
|
|
563
564
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
564
565
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
565
566
|
}
|
|
566
|
-
declare function export_default$
|
|
567
|
+
declare function export_default$1Z(props: SegmentedControlProps): React$1.JSX.Element;
|
|
567
568
|
|
|
568
|
-
declare function export_default$
|
|
569
|
+
declare function export_default$1Y(): React$1.JSX.Element;
|
|
569
570
|
|
|
570
571
|
interface SingleDataPointProps {
|
|
571
572
|
label: string;
|
|
@@ -576,7 +577,7 @@ interface SingleDataPointProps {
|
|
|
576
577
|
onClick?: () => void;
|
|
577
578
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
578
579
|
}
|
|
579
|
-
declare function export_default$
|
|
580
|
+
declare function export_default$1X(props: SingleDataPointProps): React$1.JSX.Element;
|
|
580
581
|
|
|
581
582
|
interface SingleExternalAccountProps {
|
|
582
583
|
externalAccount: ExternalAccount;
|
|
@@ -584,13 +585,13 @@ interface SingleExternalAccountProps {
|
|
|
584
585
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
585
586
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
586
587
|
}
|
|
587
|
-
declare function export_default$
|
|
588
|
+
declare function export_default$1W(props: SingleExternalAccountProps): React$1.JSX.Element;
|
|
588
589
|
|
|
589
590
|
interface SingleNotificationProps {
|
|
590
591
|
notification: Notification;
|
|
591
592
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
592
593
|
}
|
|
593
|
-
declare function export_default$
|
|
594
|
+
declare function export_default$1V(props: SingleNotificationProps): React$1.JSX.Element;
|
|
594
595
|
|
|
595
596
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
596
597
|
interface SingleSurveyTaskProps {
|
|
@@ -603,7 +604,7 @@ interface SingleSurveyTaskProps {
|
|
|
603
604
|
buttonVariant?: ButtonVariant;
|
|
604
605
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
605
606
|
}
|
|
606
|
-
declare function export_default$
|
|
607
|
+
declare function export_default$1U(props: SingleSurveyTaskProps): React$1.JSX.Element | null;
|
|
607
608
|
|
|
608
609
|
interface SparkBarChartProps {
|
|
609
610
|
averageFillPercent?: number;
|
|
@@ -614,7 +615,7 @@ interface SparkBarChartBar {
|
|
|
614
615
|
color: ColorDefinition;
|
|
615
616
|
barFillPercent: number;
|
|
616
617
|
}
|
|
617
|
-
declare function export_default$
|
|
618
|
+
declare function export_default$1T(props: SparkBarChartProps): React$1.JSX.Element;
|
|
618
619
|
|
|
619
620
|
interface SwitchProps {
|
|
620
621
|
isOn: Boolean;
|
|
@@ -623,7 +624,7 @@ interface SwitchProps {
|
|
|
623
624
|
className?: string;
|
|
624
625
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
625
626
|
}
|
|
626
|
-
declare function export_default$
|
|
627
|
+
declare function export_default$1S(props: SwitchProps): React$1.JSX.Element;
|
|
627
628
|
|
|
628
629
|
interface StatusBarBackgroundProps {
|
|
629
630
|
color?: string;
|
|
@@ -638,7 +639,7 @@ interface TextBlockProps {
|
|
|
638
639
|
color?: ColorDefinition;
|
|
639
640
|
style?: React$1.CSSProperties;
|
|
640
641
|
}
|
|
641
|
-
declare function export_default$
|
|
642
|
+
declare function export_default$1R(props: TextBlockProps): React$1.JSX.Element | null;
|
|
642
643
|
|
|
643
644
|
interface TrackerItemProps {
|
|
644
645
|
selected: boolean;
|
|
@@ -650,7 +651,7 @@ interface TrackerItemProps {
|
|
|
650
651
|
className?: string;
|
|
651
652
|
noBoxShadow?: boolean;
|
|
652
653
|
}
|
|
653
|
-
declare function export_default$
|
|
654
|
+
declare function export_default$1Q(props: TrackerItemProps): React$1.JSX.Element;
|
|
654
655
|
|
|
655
656
|
interface UnstyledButtonProps {
|
|
656
657
|
onClick: MouseEventHandler;
|
|
@@ -661,7 +662,7 @@ interface UnstyledButtonProps {
|
|
|
661
662
|
disabled?: boolean;
|
|
662
663
|
innerRef?: React$1.Ref<HTMLButtonElement>;
|
|
663
664
|
}
|
|
664
|
-
declare function export_default$
|
|
665
|
+
declare function export_default$1P(props: UnstyledButtonProps): React$1.JSX.Element;
|
|
665
666
|
|
|
666
667
|
interface ValueSelectorProps {
|
|
667
668
|
title?: string;
|
|
@@ -682,7 +683,7 @@ interface ValueSelectorProps {
|
|
|
682
683
|
preventEmptySelections?: boolean;
|
|
683
684
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
684
685
|
}
|
|
685
|
-
declare function export_default$
|
|
686
|
+
declare function export_default$1O(props: ValueSelectorProps): React$1.JSX.Element;
|
|
686
687
|
|
|
687
688
|
interface ViewHeaderProps {
|
|
688
689
|
title?: string;
|
|
@@ -691,7 +692,7 @@ interface ViewHeaderProps {
|
|
|
691
692
|
subtitleColor?: ColorDefinition;
|
|
692
693
|
action?: React$1.ReactNode;
|
|
693
694
|
}
|
|
694
|
-
declare function export_default$
|
|
695
|
+
declare function export_default$1N(props: ViewHeaderProps): React$1.JSX.Element | null;
|
|
695
696
|
|
|
696
697
|
interface WeekCalendarProps {
|
|
697
698
|
selectedDate?: Date;
|
|
@@ -703,7 +704,7 @@ interface WeekCalendarProps {
|
|
|
703
704
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
704
705
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
705
706
|
}
|
|
706
|
-
declare function export_default$
|
|
707
|
+
declare function export_default$1M(props: WeekCalendarProps): React$1.JSX.Element;
|
|
707
708
|
|
|
708
709
|
interface InboxCompletedListItemProps {
|
|
709
710
|
name: string;
|
|
@@ -711,14 +712,14 @@ interface InboxCompletedListItemProps {
|
|
|
711
712
|
onClick?: () => void;
|
|
712
713
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
713
714
|
}
|
|
714
|
-
declare function export_default$
|
|
715
|
+
declare function export_default$1L(props: InboxCompletedListItemProps): React$1.JSX.Element;
|
|
715
716
|
|
|
716
717
|
interface InboxMessageListItemProps {
|
|
717
718
|
message: InboxMessage;
|
|
718
719
|
onClick: () => void;
|
|
719
720
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
720
721
|
}
|
|
721
|
-
declare function export_default$
|
|
722
|
+
declare function export_default$1K(props: InboxMessageListItemProps): React$1.JSX.Element | null;
|
|
722
723
|
|
|
723
724
|
interface InboxResourceListItemProps {
|
|
724
725
|
resource: InboxResource;
|
|
@@ -728,7 +729,7 @@ interface InboxResourceListItemProps {
|
|
|
728
729
|
buttonText?: string;
|
|
729
730
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
730
731
|
}
|
|
731
|
-
declare function export_default$
|
|
732
|
+
declare function export_default$1J(props: InboxResourceListItemProps): React$1.JSX.Element | null;
|
|
732
733
|
|
|
733
734
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
734
735
|
interface InboxSurveyListItemProps {
|
|
@@ -738,7 +739,7 @@ interface InboxSurveyListItemProps {
|
|
|
738
739
|
surveyActive?: boolean;
|
|
739
740
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
740
741
|
}
|
|
741
|
-
declare function export_default$
|
|
742
|
+
declare function export_default$1I(props: InboxSurveyListItemProps): React$1.JSX.Element | null;
|
|
742
743
|
|
|
743
744
|
interface AsthmaRecommendedArticleProps {
|
|
744
745
|
previewState?: 'none' | 'default';
|
|
@@ -750,7 +751,7 @@ interface AsthmaRecommendedArticleProps {
|
|
|
750
751
|
style?: React$1.CSSProperties;
|
|
751
752
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
752
753
|
}
|
|
753
|
-
declare function export_default$
|
|
754
|
+
declare function export_default$1H(props: AsthmaRecommendedArticleProps): React$1.JSX.Element | null;
|
|
754
755
|
|
|
755
756
|
declare enum AsthmaDailyDataType {
|
|
756
757
|
Steps = "Asthma.Steps",
|
|
@@ -805,7 +806,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
805
806
|
learnMoreUrl: string;
|
|
806
807
|
editActionPlanSurveyName: string;
|
|
807
808
|
}
|
|
808
|
-
declare function export_default$
|
|
809
|
+
declare function export_default$1G(props: AsthmaActionPlanViewProps): React$1.JSX.Element;
|
|
809
810
|
|
|
810
811
|
interface AsthmaActivityViewProps {
|
|
811
812
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -813,7 +814,7 @@ interface AsthmaActivityViewProps {
|
|
|
813
814
|
alert?: 'Steps';
|
|
814
815
|
logEntrySurveyName: string;
|
|
815
816
|
}
|
|
816
|
-
declare function export_default$
|
|
817
|
+
declare function export_default$1F(props: AsthmaActivityViewProps): React$1.JSX.Element;
|
|
817
818
|
|
|
818
819
|
interface AsthmaAirQualityViewProps {
|
|
819
820
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -821,14 +822,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
821
822
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
822
823
|
logEntrySurveyName: string;
|
|
823
824
|
}
|
|
824
|
-
declare function export_default$
|
|
825
|
+
declare function export_default$1E(props: AsthmaAirQualityViewProps): React$1.JSX.Element;
|
|
825
826
|
|
|
826
827
|
interface AsthmaAlertTakeoverViewProps {
|
|
827
828
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
828
829
|
previewState?: 'default';
|
|
829
830
|
logEntrySurveyName: string;
|
|
830
831
|
}
|
|
831
|
-
declare function export_default$
|
|
832
|
+
declare function export_default$1D(props: AsthmaAlertTakeoverViewProps): React$1.JSX.Element;
|
|
832
833
|
|
|
833
834
|
interface AsthmaDayViewProps {
|
|
834
835
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -843,7 +844,7 @@ interface AsthmaDayViewProps {
|
|
|
843
844
|
sleepUrl: string;
|
|
844
845
|
airQualityUrl: string;
|
|
845
846
|
}
|
|
846
|
-
declare function export_default$
|
|
847
|
+
declare function export_default$1C(props: AsthmaDayViewProps): React$1.JSX.Element;
|
|
847
848
|
|
|
848
849
|
interface AsthmaHeartAndLungsViewProps {
|
|
849
850
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -851,7 +852,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
851
852
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
852
853
|
logEntrySurveyName: string;
|
|
853
854
|
}
|
|
854
|
-
declare function export_default$
|
|
855
|
+
declare function export_default$1B(props: AsthmaHeartAndLungsViewProps): React$1.JSX.Element;
|
|
855
856
|
|
|
856
857
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
857
858
|
|
|
@@ -860,13 +861,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
860
861
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
861
862
|
date: Date;
|
|
862
863
|
}
|
|
863
|
-
declare function export_default$
|
|
864
|
+
declare function export_default$1A(props: AsthmaLogEntryEditorViewProps): React$1.JSX.Element | null;
|
|
864
865
|
|
|
865
866
|
interface AsthmaProviderReportViewProps {
|
|
866
867
|
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
867
868
|
logEntrySurveyName: string;
|
|
868
869
|
}
|
|
869
|
-
declare function export_default$
|
|
870
|
+
declare function export_default$1z(props: AsthmaProviderReportViewProps): React$1.JSX.Element;
|
|
870
871
|
|
|
871
872
|
interface AsthmaSleepViewProps {
|
|
872
873
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -874,7 +875,7 @@ interface AsthmaSleepViewProps {
|
|
|
874
875
|
alert?: 'SleepDisturbances';
|
|
875
876
|
logEntrySurveyName: string;
|
|
876
877
|
}
|
|
877
|
-
declare function export_default$
|
|
878
|
+
declare function export_default$1y(props: AsthmaSleepViewProps): React$1.JSX.Element;
|
|
878
879
|
|
|
879
880
|
interface TermInformationProps {
|
|
880
881
|
previewState?: "default" | "noData";
|
|
@@ -887,14 +888,14 @@ interface TermInformationReference {
|
|
|
887
888
|
TermNamespace: string;
|
|
888
889
|
TermCode: string;
|
|
889
890
|
}
|
|
890
|
-
declare function export_default$
|
|
891
|
+
declare function export_default$1x(props: TermInformationProps): React$1.JSX.Element;
|
|
891
892
|
|
|
892
893
|
interface AllergiesListProps {
|
|
893
894
|
previewState?: "default";
|
|
894
895
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
895
896
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
896
897
|
}
|
|
897
|
-
declare function export_default$
|
|
898
|
+
declare function export_default$1w(props: AllergiesListProps): React$1.JSX.Element;
|
|
898
899
|
|
|
899
900
|
interface AppDownloadProps {
|
|
900
901
|
previewProjectPlatforms?: string[];
|
|
@@ -903,10 +904,10 @@ interface AppDownloadProps {
|
|
|
903
904
|
title?: string;
|
|
904
905
|
text?: string;
|
|
905
906
|
}
|
|
906
|
-
declare function export_default$
|
|
907
|
+
declare function export_default$1v(props: AppDownloadProps): React$1.JSX.Element | null;
|
|
907
908
|
|
|
908
909
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
|
|
909
|
-
declare function export_default$
|
|
910
|
+
declare function export_default$1u(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
910
911
|
|
|
911
912
|
interface SurveyBloodPressureDataParameters {
|
|
912
913
|
surveyName: string;
|
|
@@ -928,14 +929,14 @@ interface BloodPressureVisualizationProps {
|
|
|
928
929
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
929
930
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
930
931
|
}
|
|
931
|
-
declare function export_default$
|
|
932
|
+
declare function export_default$1t(props: BloodPressureVisualizationProps): React$1.JSX.Element;
|
|
932
933
|
|
|
933
934
|
interface ConditionsListProps {
|
|
934
935
|
previewState?: "default";
|
|
935
936
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
936
937
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
937
938
|
}
|
|
938
|
-
declare function export_default$
|
|
939
|
+
declare function export_default$1s(props: ConditionsListProps): React$1.JSX.Element;
|
|
939
940
|
|
|
940
941
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
941
942
|
interface ConnectDevicesMenuProps {
|
|
@@ -947,7 +948,7 @@ interface ConnectDevicesMenuProps {
|
|
|
947
948
|
headerVariant?: "large" | "medium";
|
|
948
949
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
949
950
|
}
|
|
950
|
-
declare function export_default$
|
|
951
|
+
declare function export_default$1r(props: ConnectDevicesMenuProps): React$1.JSX.Element | null;
|
|
951
952
|
|
|
952
953
|
interface ConnectEhrProps {
|
|
953
954
|
applicationUrl?: string;
|
|
@@ -964,7 +965,7 @@ interface ConnectEhrProps {
|
|
|
964
965
|
onClick?: () => void;
|
|
965
966
|
}
|
|
966
967
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
967
|
-
declare function export_default$
|
|
968
|
+
declare function export_default$1q(props: ConnectEhrProps): React$1.JSX.Element | null;
|
|
968
969
|
|
|
969
970
|
interface ConnectFitbitProps {
|
|
970
971
|
title?: string;
|
|
@@ -976,7 +977,7 @@ interface ConnectFitbitProps {
|
|
|
976
977
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
977
978
|
}
|
|
978
979
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
979
|
-
declare function export_default$
|
|
980
|
+
declare function export_default$1p(props: ConnectFitbitProps): React$1.JSX.Element;
|
|
980
981
|
|
|
981
982
|
interface ConnectGarminProps {
|
|
982
983
|
title?: string;
|
|
@@ -988,7 +989,7 @@ interface ConnectGarminProps {
|
|
|
988
989
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
989
990
|
}
|
|
990
991
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
991
|
-
declare function export_default$
|
|
992
|
+
declare function export_default$1o(props: ConnectGarminProps): React$1.JSX.Element;
|
|
992
993
|
|
|
993
994
|
declare enum DailyDataType {
|
|
994
995
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
@@ -1165,13 +1166,13 @@ interface DeviceDataChartLine {
|
|
|
1165
1166
|
showAverage?: boolean;
|
|
1166
1167
|
}
|
|
1167
1168
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1168
|
-
declare function export_default$
|
|
1169
|
+
declare function export_default$1n(props: DeviceDataMonthChartProps): React$1.JSX.Element | null;
|
|
1169
1170
|
|
|
1170
1171
|
interface DeviceDataMonthChartsProps {
|
|
1171
1172
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1172
1173
|
}
|
|
1173
1174
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1174
|
-
declare function export_default$
|
|
1175
|
+
declare function export_default$1m(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
|
|
1175
1176
|
|
|
1176
1177
|
type EhrNewsFeedType = "Immunizations" | "LabReports" | "Procedures" | "Reports";
|
|
1177
1178
|
type EhrNewsFeedEventType = "ProcedureGroup" | "Report" | "Immunization" | "LabReport" | "ClaimProcedureGroup" | "ClaimServiceGroup";
|
|
@@ -1187,7 +1188,7 @@ interface EhrNewsFeedEventReference {
|
|
|
1187
1188
|
pageId?: string;
|
|
1188
1189
|
pageDate?: string;
|
|
1189
1190
|
}
|
|
1190
|
-
declare function export_default$
|
|
1191
|
+
declare function export_default$1l(props: EhrNewsFeedProps): React$1.JSX.Element;
|
|
1191
1192
|
|
|
1192
1193
|
interface EhrNewsFeedEventDetailProps {
|
|
1193
1194
|
feed: EhrNewsFeedType;
|
|
@@ -1196,7 +1197,7 @@ interface EhrNewsFeedEventDetailProps {
|
|
|
1196
1197
|
previewState?: EhrNewsFeedEventType;
|
|
1197
1198
|
onViewLabObservationTermInfo(labObservationID: string): void;
|
|
1198
1199
|
}
|
|
1199
|
-
declare function export_default$
|
|
1200
|
+
declare function export_default$1k(props: EhrNewsFeedEventDetailProps): React$1.JSX.Element;
|
|
1200
1201
|
|
|
1201
1202
|
interface ExternalAccountConnectionAlertProps {
|
|
1202
1203
|
previewState?: "externalAccountWithIssue" | "externalAccountNoIssue";
|
|
@@ -1205,7 +1206,7 @@ interface ExternalAccountConnectionAlertProps {
|
|
|
1205
1206
|
externalAccountCategories?: string[];
|
|
1206
1207
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1207
1208
|
}
|
|
1208
|
-
declare function export_default$
|
|
1209
|
+
declare function export_default$1j(props: ExternalAccountConnectionAlertProps): React$1.JSX.Element | null;
|
|
1209
1210
|
|
|
1210
1211
|
interface ExternalAccountListProps {
|
|
1211
1212
|
externalAccountProviderCategories?: string[];
|
|
@@ -1214,7 +1215,7 @@ interface ExternalAccountListProps {
|
|
|
1214
1215
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1215
1216
|
connectExternalAccountOptions?: ConnectExternalAccountOptions;
|
|
1216
1217
|
}
|
|
1217
|
-
declare function export_default$
|
|
1218
|
+
declare function export_default$1i(props: ExternalAccountListProps): React$1.JSX.Element;
|
|
1218
1219
|
|
|
1219
1220
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1220
1221
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
@@ -1222,7 +1223,7 @@ interface ExternalAccountsLoadingIndicatorProps {
|
|
|
1222
1223
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1223
1224
|
triggerWebExternalAccountSyncComplete?: boolean;
|
|
1224
1225
|
}
|
|
1225
|
-
declare function export_default$
|
|
1226
|
+
declare function export_default$1h(props: ExternalAccountsLoadingIndicatorProps): React$1.JSX.Element | null;
|
|
1226
1227
|
|
|
1227
1228
|
interface ExternalAccountsPreviewProps {
|
|
1228
1229
|
excludeProviders?: boolean;
|
|
@@ -1234,7 +1235,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
1234
1235
|
onClick?: () => void;
|
|
1235
1236
|
}
|
|
1236
1237
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1237
|
-
declare function export_default$
|
|
1238
|
+
declare function export_default$1g(props: ExternalAccountsPreviewProps): React$1.JSX.Element | null;
|
|
1238
1239
|
|
|
1239
1240
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1240
1241
|
|
|
@@ -1242,25 +1243,25 @@ interface FitbitDevicesProps {
|
|
|
1242
1243
|
previewState?: ConnectedDevicesPreviewState;
|
|
1243
1244
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1244
1245
|
}
|
|
1245
|
-
declare function export_default$
|
|
1246
|
+
declare function export_default$1f(props: FitbitDevicesProps): React$1.JSX.Element;
|
|
1246
1247
|
|
|
1247
1248
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1248
1249
|
|
|
1249
1250
|
interface FitbitMonthChartsProps {
|
|
1250
1251
|
previewState?: MonthChartsPreviewState;
|
|
1251
1252
|
}
|
|
1252
|
-
declare function export_default$
|
|
1253
|
+
declare function export_default$1e(props: FitbitMonthChartsProps): React$1.JSX.Element;
|
|
1253
1254
|
|
|
1254
1255
|
interface GarminDevicesProps {
|
|
1255
1256
|
previewState?: ConnectedDevicesPreviewState;
|
|
1256
1257
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1257
1258
|
}
|
|
1258
|
-
declare function export_default$
|
|
1259
|
+
declare function export_default$1d(props: GarminDevicesProps): React$1.JSX.Element;
|
|
1259
1260
|
|
|
1260
1261
|
interface GarminMonthChartsProps {
|
|
1261
1262
|
previewState?: MonthChartsPreviewState;
|
|
1262
1263
|
}
|
|
1263
|
-
declare function export_default$
|
|
1264
|
+
declare function export_default$1c(props: GarminMonthChartsProps): React$1.JSX.Element;
|
|
1264
1265
|
|
|
1265
1266
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1266
1267
|
interface HealthPreviewSectionProps {
|
|
@@ -1270,7 +1271,7 @@ interface HealthPreviewSectionProps {
|
|
|
1270
1271
|
indicatorPosition?: "default" | "topRight";
|
|
1271
1272
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1272
1273
|
}
|
|
1273
|
-
declare function export_default$
|
|
1274
|
+
declare function export_default$1b(props: HealthPreviewSectionProps): React$1.JSX.Element | null;
|
|
1274
1275
|
|
|
1275
1276
|
interface LabResultsBloodTypeProps {
|
|
1276
1277
|
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
@@ -1279,7 +1280,7 @@ interface LabResultsBloodTypeProps {
|
|
|
1279
1280
|
onClick?: () => void;
|
|
1280
1281
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1281
1282
|
}
|
|
1282
|
-
declare function export_default$
|
|
1283
|
+
declare function export_default$1a(props: LabResultsBloodTypeProps): React$1.JSX.Element | null;
|
|
1283
1284
|
|
|
1284
1285
|
interface LabResultsSummaryProps {
|
|
1285
1286
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -1287,14 +1288,14 @@ interface LabResultsSummaryProps {
|
|
|
1287
1288
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1288
1289
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1289
1290
|
}
|
|
1290
|
-
declare function export_default$
|
|
1291
|
+
declare function export_default$19(props: LabResultsSummaryProps): React$1.JSX.Element | null;
|
|
1291
1292
|
|
|
1292
1293
|
interface MedicationsListProps {
|
|
1293
1294
|
previewState?: "default";
|
|
1294
1295
|
onViewTermInfo(termInfo: TermInformationReference): void;
|
|
1295
1296
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1296
1297
|
}
|
|
1297
|
-
declare function export_default$
|
|
1298
|
+
declare function export_default$18(props: MedicationsListProps): React$1.JSX.Element;
|
|
1298
1299
|
|
|
1299
1300
|
interface MostRecentNotificationProps {
|
|
1300
1301
|
notificationType?: NotificationType;
|
|
@@ -1304,7 +1305,7 @@ interface MostRecentNotificationProps {
|
|
|
1304
1305
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1305
1306
|
}
|
|
1306
1307
|
type MostRecentNotificationPreviewState = "Default";
|
|
1307
|
-
declare function export_default$
|
|
1308
|
+
declare function export_default$17(props: MostRecentNotificationProps): React$1.JSX.Element | null;
|
|
1308
1309
|
|
|
1309
1310
|
interface NotificationListProps {
|
|
1310
1311
|
notificationType?: NotificationType;
|
|
@@ -1312,7 +1313,26 @@ interface NotificationListProps {
|
|
|
1312
1313
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
|
1313
1314
|
}
|
|
1314
1315
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
1315
|
-
|
|
1316
|
+
/** Notification List. Can be filtered by Email/Push/SMS
|
|
1317
|
+
*
|
|
1318
|
+
* @component
|
|
1319
|
+
* @param {NotificationListProps} props - Props for the component)
|
|
1320
|
+
* @param {NotificationType} props.notificationType - Type of notification to filter by
|
|
1321
|
+
* @param {React.Ref<HTMLDivElement>} props.innerRef - Reference to the div element
|
|
1322
|
+
*
|
|
1323
|
+
*/
|
|
1324
|
+
declare const NotificationList: {
|
|
1325
|
+
(props: NotificationListProps): React$1.JSX.Element;
|
|
1326
|
+
propTypes: {
|
|
1327
|
+
/**
|
|
1328
|
+
* Type of notification to filter by. Leave undefined to show all notifications
|
|
1329
|
+
*/
|
|
1330
|
+
NotificationType: PropTypes.Validator<string>;
|
|
1331
|
+
};
|
|
1332
|
+
defaultProps: {
|
|
1333
|
+
NotificationType: undefined;
|
|
1334
|
+
};
|
|
1335
|
+
};
|
|
1316
1336
|
|
|
1317
1337
|
interface PlatformSpecificContentProps {
|
|
1318
1338
|
platforms: string[];
|
|
@@ -2021,4 +2041,4 @@ declare function export_default$1(props: TermInformationViewProps): React$1.JSX.
|
|
|
2021
2041
|
|
|
2022
2042
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
2023
2043
|
|
|
2024
|
-
export { export_default$
|
|
2044
|
+
export { export_default$2j as Action, export_default$2i as ActivityMeter, export_default$1w as AllergiesList, export_default$m as AllergiesView, export_default$1v as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2u as AsthmaActionPlanManager, export_default$1G as AsthmaActionPlanView, export_default$1F as AsthmaActivityView, export_default$2t as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1E as AsthmaAirQualityView, export_default$2s as AsthmaAlertTakeoverNotice, export_default$2r as AsthmaAlertTakeoverTrigger, export_default$1D as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2q as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2p as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2o as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1C as AsthmaDayView, export_default$1B as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2n as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1A as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2m as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2l as AsthmaPostEnrollmentSurveyTrigger, export_default$2k as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1z as AsthmaProviderReportView, export_default$1H as AsthmaRecommendedArticle, export_default$1y as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$l as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1t as BloodPressureVisualization, export_default$2h as Button, export_default$2g as Calendar, export_default$2f as CalendarDay, CalendarDayStateConfiguration, export_default$2e as Card, export_default$2d 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$2c as DateRangeNavigator, DateRangeTitle, export_default$2a as DayTrackerSymbol, DeviceDataChartLine, export_default$1n as DeviceDataMonthChart, export_default$1m as DeviceDataMonthCharts, export_default$i as DeviceDataView, export_default$29 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$28 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$27 as Histogram, export_default$c as HomeView, export_default$1L as InboxCompletedListItem, export_default$5 as InboxHistoryView, export_default$W as InboxItemList, export_default$V as InboxItemListCoordinator, export_default$1K as InboxMessageListItem, export_default$4 as InboxMessageView, export_default$1J as InboxResourceListItem, export_default$1I as InboxSurveyListItem, InboxSurveyVariant, export_default$6 as InboxView, export_default$1a as LabResultsBloodType, export_default$19 as LabResultsSummary, Language, export_default$26 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$18 as MedicationsList, export_default$a as MedicationsView, export_default$25 as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$17 as MostRecentNotification, export_default$24 as NavigationBar, NewPointsEntry, export_default$7 as NewPointsView, NewPointsViewProps, export_default$23 as NotesInput, NotificationList, export_default$9 as NotificationsView, export_default$16 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$22 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$21 as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$20 as ResourceList, ResourceListPreviewState, export_default$3 as ResourceListView, export_default$_ as RestingHeartRateCalendar, export_default$1$ as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1_ as Section, export_default$1Z as SegmentedControl, export_default$Y as SeverityCalendar, export_default$1Y as ShinyOverlay, export_default$1X as SingleDataPoint, export_default$1W as SingleExternalAccount, export_default$1V as SingleNotification, export_default$1U as SingleSurveyTask, export_default$1T 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$1S 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$1x as TermInformation, TermInformationReference, export_default$1 as TermInformationView, export_default$1R as TextBlock, export_default$2b as Title, export_default$1Q as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1P as UnstyledButton, export_default$1O as ValueSelector, export_default$X as ViewEhr, export_default$1N as ViewHeader, export_default$1M as WeekCalendar, WeekStartsOn, export_default$G as YouTubeStep, export_default$F as YouTubeStepContainer, service as asthmaDataService, export_default$1u 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 };
|