@careevolution/mydatahelps-ui 2.15.0 → 2.15.1-AsthmaRecommendedArticleUpdate.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 +7 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/LabResultsBloodType/LabResultsBloodType.d.ts +10 -0
- package/dist/cjs/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts +27 -0
- package/dist/cjs/types/components/container/LabResultsBloodType/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +1 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/LabResultsBloodType/LabResultsBloodType.d.ts +10 -0
- package/dist/esm/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts +27 -0
- package/dist/esm/types/components/container/LabResultsBloodType/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +1 -0
- package/dist/index.d.ts +90 -81
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ interface AsthmaActionPlanManagerProps {
|
|
|
10
10
|
editActionPlanSurveyName: string;
|
|
11
11
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
12
12
|
}
|
|
13
|
-
declare function export_default$
|
|
13
|
+
declare function export_default$2l(props: AsthmaActionPlanManagerProps): React.JSX.Element;
|
|
14
14
|
|
|
15
15
|
declare class AsthmaParticipant {
|
|
16
16
|
participantInfo: ParticipantInfo;
|
|
@@ -81,7 +81,7 @@ interface AsthmaAirQualitiesProps {
|
|
|
81
81
|
date?: Date;
|
|
82
82
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
83
83
|
}
|
|
84
|
-
declare function export_default$
|
|
84
|
+
declare function export_default$2k(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
85
85
|
|
|
86
86
|
interface AsthmaAlertTakeoverNoticeProps {
|
|
87
87
|
previewState?: 'loading' | 'loaded';
|
|
@@ -89,7 +89,7 @@ interface AsthmaAlertTakeoverNoticeProps {
|
|
|
89
89
|
logEntrySurveyName: string;
|
|
90
90
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
91
91
|
}
|
|
92
|
-
declare function export_default$
|
|
92
|
+
declare function export_default$2j(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
|
|
93
93
|
|
|
94
94
|
interface AsthmaAlertTakeoverTriggerProps {
|
|
95
95
|
previewState?: boolean;
|
|
@@ -100,7 +100,7 @@ interface AsthmaAlertTakeoverTriggerProps {
|
|
|
100
100
|
alertTakeoverUrl: string;
|
|
101
101
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
102
102
|
}
|
|
103
|
-
declare function export_default$
|
|
103
|
+
declare function export_default$2i(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
104
104
|
|
|
105
105
|
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
106
106
|
|
|
@@ -112,7 +112,7 @@ interface AsthmaBiometricsProps {
|
|
|
112
112
|
date?: Date;
|
|
113
113
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
114
114
|
}
|
|
115
|
-
declare function export_default$
|
|
115
|
+
declare function export_default$2h(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
116
116
|
|
|
117
117
|
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
118
118
|
|
|
@@ -124,7 +124,7 @@ interface AsthmaControlCalendarProps {
|
|
|
124
124
|
variant?: AsthmaControlCalendarVariant;
|
|
125
125
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
126
126
|
}
|
|
127
|
-
declare function export_default$
|
|
127
|
+
declare function export_default$2g(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
128
128
|
|
|
129
129
|
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';
|
|
130
130
|
|
|
@@ -133,7 +133,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
133
133
|
participant: AsthmaParticipant;
|
|
134
134
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
135
135
|
}
|
|
136
|
-
declare function export_default$
|
|
136
|
+
declare function export_default$2f(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
137
137
|
|
|
138
138
|
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
139
139
|
|
|
@@ -146,7 +146,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
146
146
|
infoUrl: string;
|
|
147
147
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
148
148
|
}
|
|
149
|
-
declare function export_default$
|
|
149
|
+
declare function export_default$2e(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
|
|
150
150
|
|
|
151
151
|
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
152
152
|
|
|
@@ -157,7 +157,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
157
157
|
dayViewUrl: string;
|
|
158
158
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
159
159
|
}
|
|
160
|
-
declare function export_default$
|
|
160
|
+
declare function export_default$2d(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
161
161
|
|
|
162
162
|
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
163
163
|
previewState?: boolean;
|
|
@@ -165,7 +165,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
|
165
165
|
postEnrollmentMobileSurveyName: string;
|
|
166
166
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
167
167
|
}
|
|
168
|
-
declare function export_default$
|
|
168
|
+
declare function export_default$2c(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
169
169
|
|
|
170
170
|
type AsthmaProviderReportPreviewState = 'default';
|
|
171
171
|
|
|
@@ -174,7 +174,7 @@ interface AsthmaProviderReportProps {
|
|
|
174
174
|
logEntrySurveyName: string;
|
|
175
175
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
176
176
|
}
|
|
177
|
-
declare function export_default$
|
|
177
|
+
declare function export_default$2b(props: AsthmaProviderReportProps): React.JSX.Element;
|
|
178
178
|
|
|
179
179
|
type ColorDefinition = string | {
|
|
180
180
|
lightMode?: string;
|
|
@@ -200,7 +200,7 @@ interface ActionProps {
|
|
|
200
200
|
subtitleColor?: ColorDefinition;
|
|
201
201
|
renderAs?: "div" | "button";
|
|
202
202
|
}
|
|
203
|
-
declare function export_default$
|
|
203
|
+
declare function export_default$2a(props: ActionProps): React.JSX.Element;
|
|
204
204
|
|
|
205
205
|
interface ActivityMeterProps {
|
|
206
206
|
label: string;
|
|
@@ -213,7 +213,7 @@ interface ActivityMeterProps {
|
|
|
213
213
|
className?: string;
|
|
214
214
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
215
215
|
}
|
|
216
|
-
declare function export_default$
|
|
216
|
+
declare function export_default$29(props: ActivityMeterProps): React.JSX.Element;
|
|
217
217
|
|
|
218
218
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
219
219
|
interface ButtonProps {
|
|
@@ -228,7 +228,7 @@ interface ButtonProps {
|
|
|
228
228
|
defaultMargin?: boolean;
|
|
229
229
|
fullWidth?: boolean;
|
|
230
230
|
}
|
|
231
|
-
declare function export_default$
|
|
231
|
+
declare function export_default$28(props: ButtonProps): React.JSX.Element;
|
|
232
232
|
|
|
233
233
|
interface CalendarProps {
|
|
234
234
|
month: number;
|
|
@@ -238,7 +238,7 @@ interface CalendarProps {
|
|
|
238
238
|
className?: string;
|
|
239
239
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
240
240
|
}
|
|
241
|
-
declare function export_default$
|
|
241
|
+
declare function export_default$27(props: CalendarProps): React.JSX.Element;
|
|
242
242
|
|
|
243
243
|
type CalendarDayStateConfiguration = Record<string, {
|
|
244
244
|
style?: CSSProperties;
|
|
@@ -254,7 +254,7 @@ interface CalendarDayProps {
|
|
|
254
254
|
onClick?: (date: Date) => void;
|
|
255
255
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
256
256
|
}
|
|
257
|
-
declare function export_default$
|
|
257
|
+
declare function export_default$26(props: CalendarDayProps): React.JSX.Element;
|
|
258
258
|
|
|
259
259
|
interface CardProps {
|
|
260
260
|
className?: string;
|
|
@@ -265,7 +265,7 @@ interface CardProps {
|
|
|
265
265
|
backgroundColor?: ColorDefinition;
|
|
266
266
|
style?: React.CSSProperties;
|
|
267
267
|
}
|
|
268
|
-
declare function export_default$
|
|
268
|
+
declare function export_default$25(props: CardProps): React.JSX.Element | null;
|
|
269
269
|
|
|
270
270
|
interface CardTitleProps {
|
|
271
271
|
title: string;
|
|
@@ -274,7 +274,7 @@ interface CardTitleProps {
|
|
|
274
274
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
275
275
|
color?: ColorDefinition;
|
|
276
276
|
}
|
|
277
|
-
declare function export_default$
|
|
277
|
+
declare function export_default$24(props: CardTitleProps): React.JSX.Element;
|
|
278
278
|
|
|
279
279
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
280
280
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -305,7 +305,7 @@ interface DateRangeNavigatorProps {
|
|
|
305
305
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
306
306
|
sticky?: boolean;
|
|
307
307
|
}
|
|
308
|
-
declare function export_default$
|
|
308
|
+
declare function export_default$23(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
309
309
|
|
|
310
310
|
interface DayTrackerSymbolProps {
|
|
311
311
|
primaryColors: string[];
|
|
@@ -314,7 +314,7 @@ interface DayTrackerSymbolProps {
|
|
|
314
314
|
size?: "small" | "large";
|
|
315
315
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
316
316
|
}
|
|
317
|
-
declare function export_default$
|
|
317
|
+
declare function export_default$22(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
318
318
|
|
|
319
319
|
interface ClosedInterval {
|
|
320
320
|
values: number[];
|
|
@@ -341,7 +341,7 @@ declare enum DumbbellClass {
|
|
|
341
341
|
"mdhui-dumbbell-in-range" = 0,
|
|
342
342
|
"mdhui-dumbbell-out-of-range" = 1
|
|
343
343
|
}
|
|
344
|
-
declare function export_default$
|
|
344
|
+
declare function export_default$21(props: DumbBellChartProps): React.JSX.Element;
|
|
345
345
|
|
|
346
346
|
interface FaceProps {
|
|
347
347
|
faceValue?: number;
|
|
@@ -350,7 +350,7 @@ interface FaceProps {
|
|
|
350
350
|
className?: string;
|
|
351
351
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
352
352
|
}
|
|
353
|
-
declare function export_default$
|
|
353
|
+
declare function export_default$20(props: FaceProps): React.JSX.Element;
|
|
354
354
|
|
|
355
355
|
interface HistogramProps {
|
|
356
356
|
entries: {
|
|
@@ -362,7 +362,7 @@ interface HistogramProps {
|
|
|
362
362
|
className?: string;
|
|
363
363
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
364
364
|
}
|
|
365
|
-
declare function export_default$
|
|
365
|
+
declare function export_default$1$(props: HistogramProps): React.JSX.Element;
|
|
366
366
|
|
|
367
367
|
interface LayoutProps {
|
|
368
368
|
children?: React.ReactNode;
|
|
@@ -383,7 +383,7 @@ interface LayoutContext {
|
|
|
383
383
|
bodyBackgroundColor: string;
|
|
384
384
|
}
|
|
385
385
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
386
|
-
declare function export_default$
|
|
386
|
+
declare function export_default$1_(props: LayoutProps): React.JSX.Element;
|
|
387
387
|
|
|
388
388
|
interface LoadingIndicatorProps {
|
|
389
389
|
variant?: "default" | "inline";
|
|
@@ -404,7 +404,7 @@ interface MonthlyEventMatrixProps {
|
|
|
404
404
|
innerRef?: React.Ref<HTMLTableElement>;
|
|
405
405
|
intervalStart: Date;
|
|
406
406
|
}
|
|
407
|
-
declare function export_default$
|
|
407
|
+
declare function export_default$1Z(props: MonthlyEventMatrixProps): React.JSX.Element;
|
|
408
408
|
|
|
409
409
|
interface NavigationBarProps {
|
|
410
410
|
title?: string;
|
|
@@ -423,7 +423,7 @@ interface NavigationBarProps {
|
|
|
423
423
|
navigationBarRight?: React.ReactNode;
|
|
424
424
|
backgroundColor?: ColorDefinition;
|
|
425
425
|
}
|
|
426
|
-
declare function export_default$
|
|
426
|
+
declare function export_default$1Y(props: NavigationBarProps): React.JSX.Element;
|
|
427
427
|
|
|
428
428
|
interface NotesInputProps {
|
|
429
429
|
autoTimestamp?: boolean;
|
|
@@ -431,7 +431,7 @@ interface NotesInputProps {
|
|
|
431
431
|
onChange(value: string): void;
|
|
432
432
|
value: string;
|
|
433
433
|
}
|
|
434
|
-
declare function export_default$
|
|
434
|
+
declare function export_default$1X(props: NotesInputProps): React.JSX.Element;
|
|
435
435
|
|
|
436
436
|
interface ProgressBarProps {
|
|
437
437
|
backgroundColor?: ColorDefinition;
|
|
@@ -469,7 +469,7 @@ interface ProgressRingProps {
|
|
|
469
469
|
percentCompleted?: number;
|
|
470
470
|
animate?: boolean;
|
|
471
471
|
}
|
|
472
|
-
declare function export_default$
|
|
472
|
+
declare function export_default$1W(props: ProgressRingProps): React.JSX.Element;
|
|
473
473
|
|
|
474
474
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
475
475
|
type ResourceButtonVariant = 'button' | 'link';
|
|
@@ -483,7 +483,7 @@ interface ResourceProps {
|
|
|
483
483
|
onClick: () => void;
|
|
484
484
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
485
485
|
}
|
|
486
|
-
declare function export_default$
|
|
486
|
+
declare function export_default$1V(props: ResourceProps): React.JSX.Element;
|
|
487
487
|
|
|
488
488
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
489
489
|
|
|
@@ -503,7 +503,7 @@ interface ResourceListProps {
|
|
|
503
503
|
buttonText?: string;
|
|
504
504
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
505
505
|
}
|
|
506
|
-
declare function export_default$
|
|
506
|
+
declare function export_default$1U(props: ResourceListProps): React.JSX.Element;
|
|
507
507
|
|
|
508
508
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
509
509
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -512,7 +512,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
512
512
|
startDate: Date;
|
|
513
513
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
514
514
|
}
|
|
515
|
-
declare function export_default$
|
|
515
|
+
declare function export_default$1T(props: RotatingComponentCoordinatorProps): React.JSX.Element;
|
|
516
516
|
|
|
517
517
|
interface SectionProps {
|
|
518
518
|
children?: React.ReactNode;
|
|
@@ -522,7 +522,7 @@ interface SectionProps {
|
|
|
522
522
|
backgroundColor?: ColorDefinition;
|
|
523
523
|
style?: React.CSSProperties;
|
|
524
524
|
}
|
|
525
|
-
declare function export_default$
|
|
525
|
+
declare function export_default$1S(props: SectionProps): React.JSX.Element | null;
|
|
526
526
|
|
|
527
527
|
interface SegmentedControlProps {
|
|
528
528
|
segments: {
|
|
@@ -536,9 +536,9 @@ interface SegmentedControlProps {
|
|
|
536
536
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
537
537
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
538
538
|
}
|
|
539
|
-
declare function export_default$
|
|
539
|
+
declare function export_default$1R(props: SegmentedControlProps): React.JSX.Element;
|
|
540
540
|
|
|
541
|
-
declare function export_default$
|
|
541
|
+
declare function export_default$1Q(): React.JSX.Element;
|
|
542
542
|
|
|
543
543
|
interface SingleDataPointProps {
|
|
544
544
|
label: string;
|
|
@@ -549,7 +549,7 @@ interface SingleDataPointProps {
|
|
|
549
549
|
onClick?: () => void;
|
|
550
550
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
551
551
|
}
|
|
552
|
-
declare function export_default$
|
|
552
|
+
declare function export_default$1P(props: SingleDataPointProps): React.JSX.Element;
|
|
553
553
|
|
|
554
554
|
interface SingleExternalAccountProps {
|
|
555
555
|
externalAccount: ExternalAccount;
|
|
@@ -557,13 +557,13 @@ interface SingleExternalAccountProps {
|
|
|
557
557
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
558
558
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
559
559
|
}
|
|
560
|
-
declare function export_default$
|
|
560
|
+
declare function export_default$1O(props: SingleExternalAccountProps): React.JSX.Element;
|
|
561
561
|
|
|
562
562
|
interface SingleNotificationProps {
|
|
563
563
|
notification: Notification;
|
|
564
564
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
565
565
|
}
|
|
566
|
-
declare function export_default$
|
|
566
|
+
declare function export_default$1N(props: SingleNotificationProps): React.JSX.Element;
|
|
567
567
|
|
|
568
568
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
569
569
|
interface SingleSurveyTaskProps {
|
|
@@ -576,7 +576,7 @@ interface SingleSurveyTaskProps {
|
|
|
576
576
|
buttonVariant?: ButtonVariant;
|
|
577
577
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
578
578
|
}
|
|
579
|
-
declare function export_default$
|
|
579
|
+
declare function export_default$1M(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
580
580
|
|
|
581
581
|
interface SparkBarChartProps {
|
|
582
582
|
averageFillPercent: number;
|
|
@@ -587,7 +587,7 @@ interface SparkBarChartBar {
|
|
|
587
587
|
color: string;
|
|
588
588
|
barFillPercent: number;
|
|
589
589
|
}
|
|
590
|
-
declare function export_default$
|
|
590
|
+
declare function export_default$1L(props: SparkBarChartProps): React.JSX.Element;
|
|
591
591
|
|
|
592
592
|
interface SwitchProps {
|
|
593
593
|
isOn: Boolean;
|
|
@@ -596,7 +596,7 @@ interface SwitchProps {
|
|
|
596
596
|
className?: string;
|
|
597
597
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
598
598
|
}
|
|
599
|
-
declare function export_default$
|
|
599
|
+
declare function export_default$1K(props: SwitchProps): React.JSX.Element;
|
|
600
600
|
|
|
601
601
|
interface StatusBarBackgroundProps {
|
|
602
602
|
color?: string;
|
|
@@ -611,7 +611,7 @@ interface TextBlockProps {
|
|
|
611
611
|
color?: ColorDefinition;
|
|
612
612
|
style?: React.CSSProperties;
|
|
613
613
|
}
|
|
614
|
-
declare function export_default$
|
|
614
|
+
declare function export_default$1J(props: TextBlockProps): React.JSX.Element | null;
|
|
615
615
|
|
|
616
616
|
interface TitleProps {
|
|
617
617
|
color?: ColorDefinition;
|
|
@@ -624,7 +624,7 @@ interface TitleProps {
|
|
|
624
624
|
imageAlignment?: "top" | "left";
|
|
625
625
|
defaultMargin?: boolean;
|
|
626
626
|
}
|
|
627
|
-
declare function export_default$
|
|
627
|
+
declare function export_default$1I(props: TitleProps): React.JSX.Element;
|
|
628
628
|
|
|
629
629
|
interface TrackerItemProps {
|
|
630
630
|
selected: boolean;
|
|
@@ -636,7 +636,7 @@ interface TrackerItemProps {
|
|
|
636
636
|
className?: string;
|
|
637
637
|
noBoxShadow?: boolean;
|
|
638
638
|
}
|
|
639
|
-
declare function export_default$
|
|
639
|
+
declare function export_default$1H(props: TrackerItemProps): React.JSX.Element;
|
|
640
640
|
|
|
641
641
|
interface UnstyledButtonProps {
|
|
642
642
|
onClick: MouseEventHandler;
|
|
@@ -647,7 +647,7 @@ interface UnstyledButtonProps {
|
|
|
647
647
|
disabled?: boolean;
|
|
648
648
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
649
649
|
}
|
|
650
|
-
declare function export_default$
|
|
650
|
+
declare function export_default$1G(props: UnstyledButtonProps): React.JSX.Element;
|
|
651
651
|
|
|
652
652
|
interface ValueSelectorProps {
|
|
653
653
|
title?: string;
|
|
@@ -668,7 +668,7 @@ interface ValueSelectorProps {
|
|
|
668
668
|
preventEmptySelections?: boolean;
|
|
669
669
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
670
670
|
}
|
|
671
|
-
declare function export_default$
|
|
671
|
+
declare function export_default$1F(props: ValueSelectorProps): React.JSX.Element;
|
|
672
672
|
|
|
673
673
|
interface ViewHeaderProps {
|
|
674
674
|
title?: string;
|
|
@@ -677,7 +677,7 @@ interface ViewHeaderProps {
|
|
|
677
677
|
subtitleColor?: ColorDefinition;
|
|
678
678
|
action?: React.ReactNode;
|
|
679
679
|
}
|
|
680
|
-
declare function export_default$
|
|
680
|
+
declare function export_default$1E(props: ViewHeaderProps): React.JSX.Element | null;
|
|
681
681
|
|
|
682
682
|
interface WeekCalendarProps {
|
|
683
683
|
selectedDate?: Date;
|
|
@@ -688,7 +688,7 @@ interface WeekCalendarProps {
|
|
|
688
688
|
onStartDateChange?(startDate: Date): void;
|
|
689
689
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
690
690
|
}
|
|
691
|
-
declare function export_default$
|
|
691
|
+
declare function export_default$1D(props: WeekCalendarProps): React.JSX.Element;
|
|
692
692
|
|
|
693
693
|
interface InboxCompletedListItemProps {
|
|
694
694
|
name: string;
|
|
@@ -696,14 +696,14 @@ interface InboxCompletedListItemProps {
|
|
|
696
696
|
onClick?: () => void;
|
|
697
697
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
698
698
|
}
|
|
699
|
-
declare function export_default$
|
|
699
|
+
declare function export_default$1C(props: InboxCompletedListItemProps): React.JSX.Element;
|
|
700
700
|
|
|
701
701
|
interface InboxMessageListItemProps {
|
|
702
702
|
message: InboxMessage;
|
|
703
703
|
onClick: () => void;
|
|
704
704
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
705
705
|
}
|
|
706
|
-
declare function export_default$
|
|
706
|
+
declare function export_default$1B(props: InboxMessageListItemProps): React.JSX.Element | null;
|
|
707
707
|
|
|
708
708
|
interface InboxResourceListItemProps {
|
|
709
709
|
resource: InboxResource;
|
|
@@ -713,7 +713,7 @@ interface InboxResourceListItemProps {
|
|
|
713
713
|
buttonText?: string;
|
|
714
714
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
715
715
|
}
|
|
716
|
-
declare function export_default$
|
|
716
|
+
declare function export_default$1A(props: InboxResourceListItemProps): React.JSX.Element | null;
|
|
717
717
|
|
|
718
718
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
719
719
|
interface InboxSurveyListItemProps {
|
|
@@ -723,7 +723,7 @@ interface InboxSurveyListItemProps {
|
|
|
723
723
|
surveyActive?: boolean;
|
|
724
724
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
725
725
|
}
|
|
726
|
-
declare function export_default$
|
|
726
|
+
declare function export_default$1z(props: InboxSurveyListItemProps): React.JSX.Element | null;
|
|
727
727
|
|
|
728
728
|
interface AsthmaRecommendedArticleProps {
|
|
729
729
|
previewState?: 'none' | 'default';
|
|
@@ -735,7 +735,7 @@ interface AsthmaRecommendedArticleProps {
|
|
|
735
735
|
style?: React.CSSProperties;
|
|
736
736
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
737
737
|
}
|
|
738
|
-
declare function export_default$
|
|
738
|
+
declare function export_default$1y(props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
|
|
739
739
|
|
|
740
740
|
declare enum AsthmaDailyDataType {
|
|
741
741
|
Steps = "Asthma.Steps",
|
|
@@ -788,7 +788,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
788
788
|
learnMoreUrl: string;
|
|
789
789
|
editActionPlanSurveyName: string;
|
|
790
790
|
}
|
|
791
|
-
declare function export_default$
|
|
791
|
+
declare function export_default$1x(props: AsthmaActionPlanViewProps): React.JSX.Element;
|
|
792
792
|
|
|
793
793
|
interface AsthmaActivityViewProps {
|
|
794
794
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -796,7 +796,7 @@ interface AsthmaActivityViewProps {
|
|
|
796
796
|
alert?: 'Steps';
|
|
797
797
|
logEntrySurveyName: string;
|
|
798
798
|
}
|
|
799
|
-
declare function export_default$
|
|
799
|
+
declare function export_default$1w(props: AsthmaActivityViewProps): React.JSX.Element;
|
|
800
800
|
|
|
801
801
|
interface AsthmaAirQualityViewProps {
|
|
802
802
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -804,14 +804,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
804
804
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
805
805
|
logEntrySurveyName: string;
|
|
806
806
|
}
|
|
807
|
-
declare function export_default$
|
|
807
|
+
declare function export_default$1v(props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
808
808
|
|
|
809
809
|
interface AsthmaAlertTakeoverViewProps {
|
|
810
810
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
811
811
|
previewState?: 'default';
|
|
812
812
|
logEntrySurveyName: string;
|
|
813
813
|
}
|
|
814
|
-
declare function export_default$
|
|
814
|
+
declare function export_default$1u(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
|
|
815
815
|
|
|
816
816
|
interface AsthmaDayViewProps {
|
|
817
817
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -826,7 +826,7 @@ interface AsthmaDayViewProps {
|
|
|
826
826
|
sleepUrl: string;
|
|
827
827
|
airQualityUrl: string;
|
|
828
828
|
}
|
|
829
|
-
declare function export_default$
|
|
829
|
+
declare function export_default$1t(props: AsthmaDayViewProps): React.JSX.Element;
|
|
830
830
|
|
|
831
831
|
interface AsthmaHeartAndLungsViewProps {
|
|
832
832
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -834,7 +834,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
834
834
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
835
835
|
logEntrySurveyName: string;
|
|
836
836
|
}
|
|
837
|
-
declare function export_default$
|
|
837
|
+
declare function export_default$1s(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
838
838
|
|
|
839
839
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
840
840
|
|
|
@@ -843,13 +843,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
843
843
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
844
844
|
date: Date;
|
|
845
845
|
}
|
|
846
|
-
declare function export_default$
|
|
846
|
+
declare function export_default$1r(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
847
847
|
|
|
848
848
|
interface AsthmaProviderReportViewProps {
|
|
849
849
|
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
850
850
|
logEntrySurveyName: string;
|
|
851
851
|
}
|
|
852
|
-
declare function export_default$
|
|
852
|
+
declare function export_default$1q(props: AsthmaProviderReportViewProps): React.JSX.Element;
|
|
853
853
|
|
|
854
854
|
interface AsthmaSleepViewProps {
|
|
855
855
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -857,7 +857,7 @@ interface AsthmaSleepViewProps {
|
|
|
857
857
|
alert?: 'SleepDisturbances';
|
|
858
858
|
logEntrySurveyName: string;
|
|
859
859
|
}
|
|
860
|
-
declare function export_default$
|
|
860
|
+
declare function export_default$1p(props: AsthmaSleepViewProps): React.JSX.Element;
|
|
861
861
|
|
|
862
862
|
interface TermInformation {
|
|
863
863
|
TermFamily: string;
|
|
@@ -870,7 +870,7 @@ interface AllergiesListProps {
|
|
|
870
870
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
871
871
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
872
872
|
}
|
|
873
|
-
declare function export_default$
|
|
873
|
+
declare function export_default$1o(props: AllergiesListProps): React.JSX.Element;
|
|
874
874
|
|
|
875
875
|
interface AppDownloadProps {
|
|
876
876
|
previewProjectPlatforms?: string[];
|
|
@@ -879,10 +879,10 @@ interface AppDownloadProps {
|
|
|
879
879
|
title?: string;
|
|
880
880
|
text?: string;
|
|
881
881
|
}
|
|
882
|
-
declare function export_default$
|
|
882
|
+
declare function export_default$1n(props: AppDownloadProps): React.JSX.Element | null;
|
|
883
883
|
|
|
884
884
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit';
|
|
885
|
-
declare function export_default$
|
|
885
|
+
declare function export_default$1m(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
886
886
|
|
|
887
887
|
interface SurveyBloodPressureDataParameters {
|
|
888
888
|
surveyName: string;
|
|
@@ -904,14 +904,14 @@ interface BloodPressureVisualizationProps {
|
|
|
904
904
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
905
905
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
906
906
|
}
|
|
907
|
-
declare function export_default$
|
|
907
|
+
declare function export_default$1l(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
908
908
|
|
|
909
909
|
interface ConditionsListProps {
|
|
910
910
|
previewState?: "default";
|
|
911
911
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
912
912
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
913
913
|
}
|
|
914
|
-
declare function export_default$
|
|
914
|
+
declare function export_default$1k(props: ConditionsListProps): React.JSX.Element;
|
|
915
915
|
|
|
916
916
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
917
917
|
interface ConnectDevicesMenuProps {
|
|
@@ -922,7 +922,7 @@ interface ConnectDevicesMenuProps {
|
|
|
922
922
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
923
923
|
headerVariant?: "large" | "medium";
|
|
924
924
|
}
|
|
925
|
-
declare function export_default$
|
|
925
|
+
declare function export_default$1j(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
926
926
|
|
|
927
927
|
interface ConnectEhrProps {
|
|
928
928
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -939,7 +939,7 @@ interface ConnectEhrProps {
|
|
|
939
939
|
}
|
|
940
940
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
941
941
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
942
|
-
declare function export_default$
|
|
942
|
+
declare function export_default$1i(props: ConnectEhrProps): React.JSX.Element | null;
|
|
943
943
|
|
|
944
944
|
interface ConnectFitbitProps {
|
|
945
945
|
title?: string;
|
|
@@ -950,7 +950,7 @@ interface ConnectFitbitProps {
|
|
|
950
950
|
hideWhenConnected?: boolean;
|
|
951
951
|
}
|
|
952
952
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
953
|
-
declare function export_default$
|
|
953
|
+
declare function export_default$1h(props: ConnectFitbitProps): React.JSX.Element;
|
|
954
954
|
|
|
955
955
|
interface ConnectGarminProps {
|
|
956
956
|
title?: string;
|
|
@@ -961,7 +961,7 @@ interface ConnectGarminProps {
|
|
|
961
961
|
hideWhenConnected?: boolean;
|
|
962
962
|
}
|
|
963
963
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
964
|
-
declare function export_default$
|
|
964
|
+
declare function export_default$1g(props: ConnectGarminProps): React.JSX.Element;
|
|
965
965
|
|
|
966
966
|
type DailyDataQueryResult = {
|
|
967
967
|
[key: string]: number;
|
|
@@ -1078,13 +1078,13 @@ interface DeviceDataChartLine {
|
|
|
1078
1078
|
showAverage?: boolean;
|
|
1079
1079
|
}
|
|
1080
1080
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1081
|
-
declare function export_default$
|
|
1081
|
+
declare function export_default$1f(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
1082
1082
|
|
|
1083
1083
|
interface DeviceDataMonthChartsProps {
|
|
1084
1084
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1085
1085
|
}
|
|
1086
1086
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1087
|
-
declare function export_default$
|
|
1087
|
+
declare function export_default$1e(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
1088
1088
|
|
|
1089
1089
|
interface ExternalAccountListProps {
|
|
1090
1090
|
externalAccountProviderCategories?: string[];
|
|
@@ -1093,14 +1093,14 @@ interface ExternalAccountListProps {
|
|
|
1093
1093
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1094
1094
|
}
|
|
1095
1095
|
type NotificationListPreviewState$1 = "Default";
|
|
1096
|
-
declare function export_default$
|
|
1096
|
+
declare function export_default$1d(props: ExternalAccountListProps): React.JSX.Element;
|
|
1097
1097
|
|
|
1098
1098
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1099
1099
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
1100
1100
|
externalAccountCategories?: string[];
|
|
1101
1101
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1102
1102
|
}
|
|
1103
|
-
declare function export_default$
|
|
1103
|
+
declare function export_default$1c(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
1104
1104
|
|
|
1105
1105
|
interface ExternalAccountsPreviewProps {
|
|
1106
1106
|
excludeProviders?: boolean;
|
|
@@ -1112,7 +1112,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
1112
1112
|
}
|
|
1113
1113
|
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
1114
1114
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1115
|
-
declare function export_default$
|
|
1115
|
+
declare function export_default$1b(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
1116
1116
|
|
|
1117
1117
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1118
1118
|
|
|
@@ -1120,25 +1120,25 @@ interface FitbitDevicesProps {
|
|
|
1120
1120
|
previewState?: ConnectedDevicesPreviewState;
|
|
1121
1121
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1122
1122
|
}
|
|
1123
|
-
declare function export_default$
|
|
1123
|
+
declare function export_default$1a(props: FitbitDevicesProps): React.JSX.Element;
|
|
1124
1124
|
|
|
1125
1125
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1126
1126
|
|
|
1127
1127
|
interface FitbitMonthChartsProps {
|
|
1128
1128
|
previewState?: MonthChartsPreviewState;
|
|
1129
1129
|
}
|
|
1130
|
-
declare function export_default$
|
|
1130
|
+
declare function export_default$19(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
1131
1131
|
|
|
1132
1132
|
interface GarminDevicesProps {
|
|
1133
1133
|
previewState?: ConnectedDevicesPreviewState;
|
|
1134
1134
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1135
1135
|
}
|
|
1136
|
-
declare function export_default$
|
|
1136
|
+
declare function export_default$18(props: GarminDevicesProps): React.JSX.Element;
|
|
1137
1137
|
|
|
1138
1138
|
interface GarminMonthChartsProps {
|
|
1139
1139
|
previewState?: MonthChartsPreviewState;
|
|
1140
1140
|
}
|
|
1141
|
-
declare function export_default$
|
|
1141
|
+
declare function export_default$17(props: GarminMonthChartsProps): React.JSX.Element;
|
|
1142
1142
|
|
|
1143
1143
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1144
1144
|
interface HealthPreviewSectionProps {
|
|
@@ -1148,7 +1148,16 @@ interface HealthPreviewSectionProps {
|
|
|
1148
1148
|
indicatorPosition?: "default" | "topRight";
|
|
1149
1149
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1150
1150
|
}
|
|
1151
|
-
declare function export_default$
|
|
1151
|
+
declare function export_default$16(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
1152
|
+
|
|
1153
|
+
interface LabResultsBloodTypeProps {
|
|
1154
|
+
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
1155
|
+
showDetailedResults?: true | false;
|
|
1156
|
+
maximumResults?: number;
|
|
1157
|
+
onClick?: () => void;
|
|
1158
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1159
|
+
}
|
|
1160
|
+
declare function export_default$15(props: LabResultsBloodTypeProps): React.JSX.Element | null;
|
|
1152
1161
|
|
|
1153
1162
|
interface LabResultsSummaryProps {
|
|
1154
1163
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -1823,4 +1832,4 @@ declare function getDayKey(date: Date): string;
|
|
|
1823
1832
|
|
|
1824
1833
|
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1825
1834
|
|
|
1826
|
-
export { export_default$
|
|
1835
|
+
export { export_default$2a as Action, export_default$29 as ActivityMeter, export_default$1o as AllergiesList, export_default$i as AllergiesView, export_default$1n as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2l as AsthmaActionPlanManager, export_default$1x as AsthmaActionPlanView, export_default$1w as AsthmaActivityView, export_default$2k as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$1v as AsthmaAirQualityView, export_default$2j as AsthmaAlertTakeoverNotice, export_default$2i as AsthmaAlertTakeoverTrigger, export_default$1u as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2h as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2g as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2f as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1t as AsthmaDayView, export_default$1s as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2e as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1r as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2d as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2c as AsthmaPostEnrollmentSurveyTrigger, export_default$2b as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1q as AsthmaProviderReportView, export_default$1y as AsthmaRecommendedArticle, export_default$1p as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, export_default$h as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1l as BloodPressureVisualization, export_default$28 as Button, export_default$27 as Calendar, export_default$26 as CalendarDay, CalendarDayStateConfiguration, export_default$25 as Card, export_default$24 as CardTitle, export_default$Q as CelebrationStep, export_default$P as CelebrationStepContainer, ColorDefinition, export_default$1k as ConditionsList, export_default$g as ConditionsView, export_default$O as ConnectDeviceAccountStep, export_default$N as ConnectDeviceAccountStepContainer, export_default$1j as ConnectDevicesMenu, export_default$1i as ConnectEhr, export_default$M as ConnectEhrStep, export_default$L as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1h as ConnectFitbit, export_default$1g as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$23 as DateRangeNavigator, export_default$22 as DayTrackerSymbol, DeviceDataChartLine, export_default$1f as DeviceDataMonthChart, export_default$1e as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$21 as DumbbellChart, export_default$1d as ExternalAccountList, export_default$1c as ExternalAccountsLoadingIndicator, export_default$1b as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$20 as Face, export_default$1a as FitbitDevices, export_default$19 as FitbitMonthCharts, export_default$c as FitbitView, export_default$18 as GarminDevices, export_default$17 as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$16 as HealthPreviewSection, export_default$1$ as Histogram, export_default$a as HomeView, export_default$1C as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$S as InboxItemList, export_default$R as InboxItemListCoordinator, export_default$1B as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$1A as InboxResourceListItem, export_default$1z as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$15 as LabResultsBloodType, export_default$14 as LabResultsSummary, export_default$1_ as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$13 as MedicationsList, export_default$8 as MedicationsView, export_default$1Z as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$12 as MostRecentNotification, export_default$1Y as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1X as NotesInput, export_default$11 as NotificationList, export_default$7 as NotificationsView, export_default$10 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1W as ProgressRing, export_default$$ as ProjectHeader, export_default$_ as ProjectSupport, export_default$Z as ProviderSearch, export_default$Y as RecentDailyDataBarChart, export_default$X as RelativeActivityToday, export_default$1V as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1U as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$W as RestingHeartRateCalendar, export_default$1T as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1S as Section, export_default$1R as SegmentedControl, export_default$U as SeverityCalendar, export_default$1Q as ShinyOverlay, export_default$1P as SingleDataPoint, export_default$1O as SingleExternalAccount, export_default$1N as SingleNotification, export_default$1M as SingleSurveyTask, export_default$1L as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$K as StepDetailText, export_default$I as StepImage, export_default$J as StepImageIcon, export_default$H as StepLayout, export_default$G as StepMarkdown, export_default$F as StepNextButton, export_default$E as StepText, export_default$D as StepTitle, SurveyBloodPressureDataParameters, export_default$V as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$1K as Switch, SymptomConfiguration, SymptomReference, export_default$z as SymptomSharkCalendar, export_default$m as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$x as SymptomSharkLogEntry, export_default$o as SymptomSharkLogEntryEdit, export_default$l as SymptomSharkLogEntryEditView, export_default$q as SymptomSharkLogEntryList, export_default$p as SymptomSharkLogToday, export_default$w as SymptomSharkMonthReport, export_default$v as SymptomSharkNotesTimeline, export_default$y as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$k as SymptomSharkReportBuilderView, export_default$j as SymptomSharkSymptomDetailView, export_default$A as SymptomSharkSymptomMatrix, export_default$s as SymptomSharkSymptomSeverityChart, export_default$t as SymptomSharkSymptomSeveritySummary, export_default$r as SymptomSharkSymptomTreatmentFilters, export_default$u as SymptomSharkSymptomTreatmentHistograms, export_default$n as SymptomSharkVisualizationCoordinator, export_default$1J as TextBlock, export_default$1I as Title, export_default$1H as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1G as UnstyledButton, export_default$1F as ValueSelector, export_default$T as ViewEhr, export_default$1E as ViewHeader, export_default$1D as WeekCalendar, WeekStartsOn, export_default$C as YouTubeStep, export_default$B as YouTubeStepContainer, service as asthmaDataService, export_default$1m as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|