@careevolution/mydatahelps-ui 2.14.0 → 2.15.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/presentational/MonthlyEventMatrix/MonthlyEventMatrix.d.ts +15 -0
- package/dist/cjs/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.stories.d.ts +18 -0
- package/dist/cjs/types/components/presentational/MonthlyEventMatrix/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/container/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
- package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +3 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +19 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/view/index.d.ts +1 -0
- package/dist/cjs/types/helpers/renderPdf.d.ts +2 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.d.ts +15 -0
- package/dist/esm/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.stories.d.ts +18 -0
- package/dist/esm/types/components/presentational/MonthlyEventMatrix/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/container/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
- package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +3 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +19 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/view/index.d.ts +1 -0
- package/dist/esm/types/helpers/renderPdf.d.ts +2 -0
- package/dist/index.d.ts +183 -126
- 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$2k(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$2j(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$2i(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$2h(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$2g(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$2f(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$2e(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$2d(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$2c(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$2b(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$2a(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$29(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$28(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$27(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$26(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$25(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$24(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$23(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$22(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$21(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$20(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$1$(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$1Z(props: LayoutProps): React.JSX.Element;
|
|
387
387
|
|
|
388
388
|
interface LoadingIndicatorProps {
|
|
389
389
|
variant?: "default" | "inline";
|
|
@@ -393,6 +393,19 @@ interface LoadingIndicatorProps {
|
|
|
393
393
|
}
|
|
394
394
|
declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
|
|
395
395
|
|
|
396
|
+
interface MonthlyEventMatrixRow {
|
|
397
|
+
label: string;
|
|
398
|
+
data: boolean[];
|
|
399
|
+
color: ColorDefinition;
|
|
400
|
+
}
|
|
401
|
+
interface MonthlyEventMatrixProps {
|
|
402
|
+
title?: string;
|
|
403
|
+
rows: MonthlyEventMatrixRow[];
|
|
404
|
+
innerRef?: React.Ref<HTMLTableElement>;
|
|
405
|
+
intervalStart: Date;
|
|
406
|
+
}
|
|
407
|
+
declare function export_default$1Y(props: MonthlyEventMatrixProps): React.JSX.Element;
|
|
408
|
+
|
|
396
409
|
interface NavigationBarProps {
|
|
397
410
|
title?: string;
|
|
398
411
|
subtitle?: string;
|
|
@@ -410,7 +423,7 @@ interface NavigationBarProps {
|
|
|
410
423
|
navigationBarRight?: React.ReactNode;
|
|
411
424
|
backgroundColor?: ColorDefinition;
|
|
412
425
|
}
|
|
413
|
-
declare function export_default$
|
|
426
|
+
declare function export_default$1X(props: NavigationBarProps): React.JSX.Element;
|
|
414
427
|
|
|
415
428
|
interface NotesInputProps {
|
|
416
429
|
autoTimestamp?: boolean;
|
|
@@ -418,7 +431,7 @@ interface NotesInputProps {
|
|
|
418
431
|
onChange(value: string): void;
|
|
419
432
|
value: string;
|
|
420
433
|
}
|
|
421
|
-
declare function export_default$
|
|
434
|
+
declare function export_default$1W(props: NotesInputProps): React.JSX.Element;
|
|
422
435
|
|
|
423
436
|
interface ProgressBarProps {
|
|
424
437
|
backgroundColor?: ColorDefinition;
|
|
@@ -456,7 +469,7 @@ interface ProgressRingProps {
|
|
|
456
469
|
percentCompleted?: number;
|
|
457
470
|
animate?: boolean;
|
|
458
471
|
}
|
|
459
|
-
declare function export_default$
|
|
472
|
+
declare function export_default$1V(props: ProgressRingProps): React.JSX.Element;
|
|
460
473
|
|
|
461
474
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
462
475
|
type ResourceButtonVariant = 'button' | 'link';
|
|
@@ -470,7 +483,7 @@ interface ResourceProps {
|
|
|
470
483
|
onClick: () => void;
|
|
471
484
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
472
485
|
}
|
|
473
|
-
declare function export_default$
|
|
486
|
+
declare function export_default$1U(props: ResourceProps): React.JSX.Element;
|
|
474
487
|
|
|
475
488
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
476
489
|
|
|
@@ -490,7 +503,7 @@ interface ResourceListProps {
|
|
|
490
503
|
buttonText?: string;
|
|
491
504
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
492
505
|
}
|
|
493
|
-
declare function export_default$
|
|
506
|
+
declare function export_default$1T(props: ResourceListProps): React.JSX.Element;
|
|
494
507
|
|
|
495
508
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
496
509
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -499,7 +512,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
499
512
|
startDate: Date;
|
|
500
513
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
501
514
|
}
|
|
502
|
-
declare function export_default$
|
|
515
|
+
declare function export_default$1S(props: RotatingComponentCoordinatorProps): React.JSX.Element;
|
|
503
516
|
|
|
504
517
|
interface SectionProps {
|
|
505
518
|
children?: React.ReactNode;
|
|
@@ -509,7 +522,7 @@ interface SectionProps {
|
|
|
509
522
|
backgroundColor?: ColorDefinition;
|
|
510
523
|
style?: React.CSSProperties;
|
|
511
524
|
}
|
|
512
|
-
declare function export_default$
|
|
525
|
+
declare function export_default$1R(props: SectionProps): React.JSX.Element | null;
|
|
513
526
|
|
|
514
527
|
interface SegmentedControlProps {
|
|
515
528
|
segments: {
|
|
@@ -523,9 +536,9 @@ interface SegmentedControlProps {
|
|
|
523
536
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
524
537
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
525
538
|
}
|
|
526
|
-
declare function export_default$
|
|
539
|
+
declare function export_default$1Q(props: SegmentedControlProps): React.JSX.Element;
|
|
527
540
|
|
|
528
|
-
declare function export_default$
|
|
541
|
+
declare function export_default$1P(): React.JSX.Element;
|
|
529
542
|
|
|
530
543
|
interface SingleDataPointProps {
|
|
531
544
|
label: string;
|
|
@@ -536,7 +549,7 @@ interface SingleDataPointProps {
|
|
|
536
549
|
onClick?: () => void;
|
|
537
550
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
538
551
|
}
|
|
539
|
-
declare function export_default$
|
|
552
|
+
declare function export_default$1O(props: SingleDataPointProps): React.JSX.Element;
|
|
540
553
|
|
|
541
554
|
interface SingleExternalAccountProps {
|
|
542
555
|
externalAccount: ExternalAccount;
|
|
@@ -544,13 +557,13 @@ interface SingleExternalAccountProps {
|
|
|
544
557
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
545
558
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
546
559
|
}
|
|
547
|
-
declare function export_default$
|
|
560
|
+
declare function export_default$1N(props: SingleExternalAccountProps): React.JSX.Element;
|
|
548
561
|
|
|
549
562
|
interface SingleNotificationProps {
|
|
550
563
|
notification: Notification;
|
|
551
564
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
552
565
|
}
|
|
553
|
-
declare function export_default$
|
|
566
|
+
declare function export_default$1M(props: SingleNotificationProps): React.JSX.Element;
|
|
554
567
|
|
|
555
568
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
556
569
|
interface SingleSurveyTaskProps {
|
|
@@ -563,7 +576,7 @@ interface SingleSurveyTaskProps {
|
|
|
563
576
|
buttonVariant?: ButtonVariant;
|
|
564
577
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
565
578
|
}
|
|
566
|
-
declare function export_default$
|
|
579
|
+
declare function export_default$1L(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
567
580
|
|
|
568
581
|
interface SparkBarChartProps {
|
|
569
582
|
averageFillPercent: number;
|
|
@@ -574,7 +587,7 @@ interface SparkBarChartBar {
|
|
|
574
587
|
color: string;
|
|
575
588
|
barFillPercent: number;
|
|
576
589
|
}
|
|
577
|
-
declare function export_default$
|
|
590
|
+
declare function export_default$1K(props: SparkBarChartProps): React.JSX.Element;
|
|
578
591
|
|
|
579
592
|
interface SwitchProps {
|
|
580
593
|
isOn: Boolean;
|
|
@@ -583,7 +596,7 @@ interface SwitchProps {
|
|
|
583
596
|
className?: string;
|
|
584
597
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
585
598
|
}
|
|
586
|
-
declare function export_default$
|
|
599
|
+
declare function export_default$1J(props: SwitchProps): React.JSX.Element;
|
|
587
600
|
|
|
588
601
|
interface StatusBarBackgroundProps {
|
|
589
602
|
color?: string;
|
|
@@ -598,7 +611,7 @@ interface TextBlockProps {
|
|
|
598
611
|
color?: ColorDefinition;
|
|
599
612
|
style?: React.CSSProperties;
|
|
600
613
|
}
|
|
601
|
-
declare function export_default$
|
|
614
|
+
declare function export_default$1I(props: TextBlockProps): React.JSX.Element | null;
|
|
602
615
|
|
|
603
616
|
interface TitleProps {
|
|
604
617
|
color?: ColorDefinition;
|
|
@@ -611,7 +624,7 @@ interface TitleProps {
|
|
|
611
624
|
imageAlignment?: "top" | "left";
|
|
612
625
|
defaultMargin?: boolean;
|
|
613
626
|
}
|
|
614
|
-
declare function export_default$
|
|
627
|
+
declare function export_default$1H(props: TitleProps): React.JSX.Element;
|
|
615
628
|
|
|
616
629
|
interface TrackerItemProps {
|
|
617
630
|
selected: boolean;
|
|
@@ -623,7 +636,7 @@ interface TrackerItemProps {
|
|
|
623
636
|
className?: string;
|
|
624
637
|
noBoxShadow?: boolean;
|
|
625
638
|
}
|
|
626
|
-
declare function export_default$
|
|
639
|
+
declare function export_default$1G(props: TrackerItemProps): React.JSX.Element;
|
|
627
640
|
|
|
628
641
|
interface UnstyledButtonProps {
|
|
629
642
|
onClick: MouseEventHandler;
|
|
@@ -634,7 +647,7 @@ interface UnstyledButtonProps {
|
|
|
634
647
|
disabled?: boolean;
|
|
635
648
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
636
649
|
}
|
|
637
|
-
declare function export_default$
|
|
650
|
+
declare function export_default$1F(props: UnstyledButtonProps): React.JSX.Element;
|
|
638
651
|
|
|
639
652
|
interface ValueSelectorProps {
|
|
640
653
|
title?: string;
|
|
@@ -655,7 +668,7 @@ interface ValueSelectorProps {
|
|
|
655
668
|
preventEmptySelections?: boolean;
|
|
656
669
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
657
670
|
}
|
|
658
|
-
declare function export_default$
|
|
671
|
+
declare function export_default$1E(props: ValueSelectorProps): React.JSX.Element;
|
|
659
672
|
|
|
660
673
|
interface ViewHeaderProps {
|
|
661
674
|
title?: string;
|
|
@@ -664,7 +677,7 @@ interface ViewHeaderProps {
|
|
|
664
677
|
subtitleColor?: ColorDefinition;
|
|
665
678
|
action?: React.ReactNode;
|
|
666
679
|
}
|
|
667
|
-
declare function export_default$
|
|
680
|
+
declare function export_default$1D(props: ViewHeaderProps): React.JSX.Element | null;
|
|
668
681
|
|
|
669
682
|
interface WeekCalendarProps {
|
|
670
683
|
selectedDate?: Date;
|
|
@@ -675,7 +688,7 @@ interface WeekCalendarProps {
|
|
|
675
688
|
onStartDateChange?(startDate: Date): void;
|
|
676
689
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
677
690
|
}
|
|
678
|
-
declare function export_default$
|
|
691
|
+
declare function export_default$1C(props: WeekCalendarProps): React.JSX.Element;
|
|
679
692
|
|
|
680
693
|
interface InboxCompletedListItemProps {
|
|
681
694
|
name: string;
|
|
@@ -683,14 +696,14 @@ interface InboxCompletedListItemProps {
|
|
|
683
696
|
onClick?: () => void;
|
|
684
697
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
685
698
|
}
|
|
686
|
-
declare function export_default$
|
|
699
|
+
declare function export_default$1B(props: InboxCompletedListItemProps): React.JSX.Element;
|
|
687
700
|
|
|
688
701
|
interface InboxMessageListItemProps {
|
|
689
702
|
message: InboxMessage;
|
|
690
703
|
onClick: () => void;
|
|
691
704
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
692
705
|
}
|
|
693
|
-
declare function export_default$
|
|
706
|
+
declare function export_default$1A(props: InboxMessageListItemProps): React.JSX.Element | null;
|
|
694
707
|
|
|
695
708
|
interface InboxResourceListItemProps {
|
|
696
709
|
resource: InboxResource;
|
|
@@ -700,7 +713,7 @@ interface InboxResourceListItemProps {
|
|
|
700
713
|
buttonText?: string;
|
|
701
714
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
702
715
|
}
|
|
703
|
-
declare function export_default$
|
|
716
|
+
declare function export_default$1z(props: InboxResourceListItemProps): React.JSX.Element | null;
|
|
704
717
|
|
|
705
718
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
706
719
|
interface InboxSurveyListItemProps {
|
|
@@ -710,7 +723,7 @@ interface InboxSurveyListItemProps {
|
|
|
710
723
|
surveyActive?: boolean;
|
|
711
724
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
712
725
|
}
|
|
713
|
-
declare function export_default$
|
|
726
|
+
declare function export_default$1y(props: InboxSurveyListItemProps): React.JSX.Element | null;
|
|
714
727
|
|
|
715
728
|
interface AsthmaRecommendedArticleProps {
|
|
716
729
|
previewState?: 'none' | 'default';
|
|
@@ -722,7 +735,7 @@ interface AsthmaRecommendedArticleProps {
|
|
|
722
735
|
style?: React.CSSProperties;
|
|
723
736
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
724
737
|
}
|
|
725
|
-
declare function export_default$
|
|
738
|
+
declare function export_default$1x(props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
|
|
726
739
|
|
|
727
740
|
declare enum AsthmaDailyDataType {
|
|
728
741
|
Steps = "Asthma.Steps",
|
|
@@ -775,7 +788,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
775
788
|
learnMoreUrl: string;
|
|
776
789
|
editActionPlanSurveyName: string;
|
|
777
790
|
}
|
|
778
|
-
declare function export_default$
|
|
791
|
+
declare function export_default$1w(props: AsthmaActionPlanViewProps): React.JSX.Element;
|
|
779
792
|
|
|
780
793
|
interface AsthmaActivityViewProps {
|
|
781
794
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -783,7 +796,7 @@ interface AsthmaActivityViewProps {
|
|
|
783
796
|
alert?: 'Steps';
|
|
784
797
|
logEntrySurveyName: string;
|
|
785
798
|
}
|
|
786
|
-
declare function export_default$
|
|
799
|
+
declare function export_default$1v(props: AsthmaActivityViewProps): React.JSX.Element;
|
|
787
800
|
|
|
788
801
|
interface AsthmaAirQualityViewProps {
|
|
789
802
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -791,14 +804,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
791
804
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
792
805
|
logEntrySurveyName: string;
|
|
793
806
|
}
|
|
794
|
-
declare function export_default$
|
|
807
|
+
declare function export_default$1u(props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
795
808
|
|
|
796
809
|
interface AsthmaAlertTakeoverViewProps {
|
|
797
810
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
798
811
|
previewState?: 'default';
|
|
799
812
|
logEntrySurveyName: string;
|
|
800
813
|
}
|
|
801
|
-
declare function export_default$
|
|
814
|
+
declare function export_default$1t(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
|
|
802
815
|
|
|
803
816
|
interface AsthmaDayViewProps {
|
|
804
817
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -813,7 +826,7 @@ interface AsthmaDayViewProps {
|
|
|
813
826
|
sleepUrl: string;
|
|
814
827
|
airQualityUrl: string;
|
|
815
828
|
}
|
|
816
|
-
declare function export_default$
|
|
829
|
+
declare function export_default$1s(props: AsthmaDayViewProps): React.JSX.Element;
|
|
817
830
|
|
|
818
831
|
interface AsthmaHeartAndLungsViewProps {
|
|
819
832
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -821,7 +834,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
821
834
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
822
835
|
logEntrySurveyName: string;
|
|
823
836
|
}
|
|
824
|
-
declare function export_default$
|
|
837
|
+
declare function export_default$1r(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
825
838
|
|
|
826
839
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
827
840
|
|
|
@@ -830,13 +843,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
830
843
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
831
844
|
date: Date;
|
|
832
845
|
}
|
|
833
|
-
declare function export_default$
|
|
846
|
+
declare function export_default$1q(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
834
847
|
|
|
835
848
|
interface AsthmaProviderReportViewProps {
|
|
836
849
|
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
837
850
|
logEntrySurveyName: string;
|
|
838
851
|
}
|
|
839
|
-
declare function export_default$
|
|
852
|
+
declare function export_default$1p(props: AsthmaProviderReportViewProps): React.JSX.Element;
|
|
840
853
|
|
|
841
854
|
interface AsthmaSleepViewProps {
|
|
842
855
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -844,7 +857,7 @@ interface AsthmaSleepViewProps {
|
|
|
844
857
|
alert?: 'SleepDisturbances';
|
|
845
858
|
logEntrySurveyName: string;
|
|
846
859
|
}
|
|
847
|
-
declare function export_default$
|
|
860
|
+
declare function export_default$1o(props: AsthmaSleepViewProps): React.JSX.Element;
|
|
848
861
|
|
|
849
862
|
interface TermInformation {
|
|
850
863
|
TermFamily: string;
|
|
@@ -857,7 +870,7 @@ interface AllergiesListProps {
|
|
|
857
870
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
858
871
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
859
872
|
}
|
|
860
|
-
declare function export_default$
|
|
873
|
+
declare function export_default$1n(props: AllergiesListProps): React.JSX.Element;
|
|
861
874
|
|
|
862
875
|
interface AppDownloadProps {
|
|
863
876
|
previewProjectPlatforms?: string[];
|
|
@@ -866,10 +879,10 @@ interface AppDownloadProps {
|
|
|
866
879
|
title?: string;
|
|
867
880
|
text?: string;
|
|
868
881
|
}
|
|
869
|
-
declare function export_default$
|
|
882
|
+
declare function export_default$1m(props: AppDownloadProps): React.JSX.Element | null;
|
|
870
883
|
|
|
871
884
|
type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit';
|
|
872
|
-
declare function export_default$
|
|
885
|
+
declare function export_default$1l(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
|
|
873
886
|
|
|
874
887
|
interface SurveyBloodPressureDataParameters {
|
|
875
888
|
surveyName: string;
|
|
@@ -891,14 +904,14 @@ interface BloodPressureVisualizationProps {
|
|
|
891
904
|
deviceDataSource?: BloodPressureDeviceDataSource[];
|
|
892
905
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
893
906
|
}
|
|
894
|
-
declare function export_default$
|
|
907
|
+
declare function export_default$1k(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
895
908
|
|
|
896
909
|
interface ConditionsListProps {
|
|
897
910
|
previewState?: "default";
|
|
898
911
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
899
912
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
900
913
|
}
|
|
901
|
-
declare function export_default$
|
|
914
|
+
declare function export_default$1j(props: ConditionsListProps): React.JSX.Element;
|
|
902
915
|
|
|
903
916
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
904
917
|
interface ConnectDevicesMenuProps {
|
|
@@ -909,7 +922,7 @@ interface ConnectDevicesMenuProps {
|
|
|
909
922
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
910
923
|
headerVariant?: "large" | "medium";
|
|
911
924
|
}
|
|
912
|
-
declare function export_default$
|
|
925
|
+
declare function export_default$1i(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
913
926
|
|
|
914
927
|
interface ConnectEhrProps {
|
|
915
928
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -926,7 +939,7 @@ interface ConnectEhrProps {
|
|
|
926
939
|
}
|
|
927
940
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
928
941
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
929
|
-
declare function export_default$
|
|
942
|
+
declare function export_default$1h(props: ConnectEhrProps): React.JSX.Element | null;
|
|
930
943
|
|
|
931
944
|
interface ConnectFitbitProps {
|
|
932
945
|
title?: string;
|
|
@@ -937,7 +950,7 @@ interface ConnectFitbitProps {
|
|
|
937
950
|
hideWhenConnected?: boolean;
|
|
938
951
|
}
|
|
939
952
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
940
|
-
declare function export_default$
|
|
953
|
+
declare function export_default$1g(props: ConnectFitbitProps): React.JSX.Element;
|
|
941
954
|
|
|
942
955
|
interface ConnectGarminProps {
|
|
943
956
|
title?: string;
|
|
@@ -948,7 +961,7 @@ interface ConnectGarminProps {
|
|
|
948
961
|
hideWhenConnected?: boolean;
|
|
949
962
|
}
|
|
950
963
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
951
|
-
declare function export_default$
|
|
964
|
+
declare function export_default$1f(props: ConnectGarminProps): React.JSX.Element;
|
|
952
965
|
|
|
953
966
|
type DailyDataQueryResult = {
|
|
954
967
|
[key: string]: number;
|
|
@@ -1065,13 +1078,13 @@ interface DeviceDataChartLine {
|
|
|
1065
1078
|
showAverage?: boolean;
|
|
1066
1079
|
}
|
|
1067
1080
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
1068
|
-
declare function export_default$
|
|
1081
|
+
declare function export_default$1e(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
1069
1082
|
|
|
1070
1083
|
interface DeviceDataMonthChartsProps {
|
|
1071
1084
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
1072
1085
|
}
|
|
1073
1086
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
1074
|
-
declare function export_default$
|
|
1087
|
+
declare function export_default$1d(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
1075
1088
|
|
|
1076
1089
|
interface ExternalAccountListProps {
|
|
1077
1090
|
externalAccountProviderCategories?: string[];
|
|
@@ -1080,14 +1093,14 @@ interface ExternalAccountListProps {
|
|
|
1080
1093
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1081
1094
|
}
|
|
1082
1095
|
type NotificationListPreviewState$1 = "Default";
|
|
1083
|
-
declare function export_default$
|
|
1096
|
+
declare function export_default$1c(props: ExternalAccountListProps): React.JSX.Element;
|
|
1084
1097
|
|
|
1085
1098
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
1086
1099
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
1087
1100
|
externalAccountCategories?: string[];
|
|
1088
1101
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1089
1102
|
}
|
|
1090
|
-
declare function export_default$
|
|
1103
|
+
declare function export_default$1b(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
1091
1104
|
|
|
1092
1105
|
interface ExternalAccountsPreviewProps {
|
|
1093
1106
|
excludeProviders?: boolean;
|
|
@@ -1099,7 +1112,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
1099
1112
|
}
|
|
1100
1113
|
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
1101
1114
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
1102
|
-
declare function export_default$
|
|
1115
|
+
declare function export_default$1a(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
1103
1116
|
|
|
1104
1117
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1105
1118
|
|
|
@@ -1107,25 +1120,25 @@ interface FitbitDevicesProps {
|
|
|
1107
1120
|
previewState?: ConnectedDevicesPreviewState;
|
|
1108
1121
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1109
1122
|
}
|
|
1110
|
-
declare function export_default$
|
|
1123
|
+
declare function export_default$19(props: FitbitDevicesProps): React.JSX.Element;
|
|
1111
1124
|
|
|
1112
1125
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
1113
1126
|
|
|
1114
1127
|
interface FitbitMonthChartsProps {
|
|
1115
1128
|
previewState?: MonthChartsPreviewState;
|
|
1116
1129
|
}
|
|
1117
|
-
declare function export_default$
|
|
1130
|
+
declare function export_default$18(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
1118
1131
|
|
|
1119
1132
|
interface GarminDevicesProps {
|
|
1120
1133
|
previewState?: ConnectedDevicesPreviewState;
|
|
1121
1134
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1122
1135
|
}
|
|
1123
|
-
declare function export_default$
|
|
1136
|
+
declare function export_default$17(props: GarminDevicesProps): React.JSX.Element;
|
|
1124
1137
|
|
|
1125
1138
|
interface GarminMonthChartsProps {
|
|
1126
1139
|
previewState?: MonthChartsPreviewState;
|
|
1127
1140
|
}
|
|
1128
|
-
declare function export_default$
|
|
1141
|
+
declare function export_default$16(props: GarminMonthChartsProps): React.JSX.Element;
|
|
1129
1142
|
|
|
1130
1143
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
1131
1144
|
interface HealthPreviewSectionProps {
|
|
@@ -1135,7 +1148,7 @@ interface HealthPreviewSectionProps {
|
|
|
1135
1148
|
indicatorPosition?: "default" | "topRight";
|
|
1136
1149
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1137
1150
|
}
|
|
1138
|
-
declare function export_default$
|
|
1151
|
+
declare function export_default$15(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
1139
1152
|
|
|
1140
1153
|
interface LabResultsSummaryProps {
|
|
1141
1154
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -1143,14 +1156,14 @@ interface LabResultsSummaryProps {
|
|
|
1143
1156
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
1144
1157
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1145
1158
|
}
|
|
1146
|
-
declare function export_default$
|
|
1159
|
+
declare function export_default$14(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
1147
1160
|
|
|
1148
1161
|
interface MedicationsListProps {
|
|
1149
1162
|
previewState?: "default";
|
|
1150
1163
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
1151
1164
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1152
1165
|
}
|
|
1153
|
-
declare function export_default
|
|
1166
|
+
declare function export_default$13(props: MedicationsListProps): React.JSX.Element;
|
|
1154
1167
|
|
|
1155
1168
|
interface MostRecentNotificationProps {
|
|
1156
1169
|
notificationType?: NotificationType;
|
|
@@ -1160,7 +1173,7 @@ interface MostRecentNotificationProps {
|
|
|
1160
1173
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1161
1174
|
}
|
|
1162
1175
|
type MostRecentNotificationPreviewState = "Default";
|
|
1163
|
-
declare function export_default$
|
|
1176
|
+
declare function export_default$12(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
1164
1177
|
|
|
1165
1178
|
interface NotificationListProps {
|
|
1166
1179
|
notificationType?: NotificationType;
|
|
@@ -1168,7 +1181,7 @@ interface NotificationListProps {
|
|
|
1168
1181
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1169
1182
|
}
|
|
1170
1183
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
1171
|
-
declare function export_default$
|
|
1184
|
+
declare function export_default$11(props: NotificationListProps): React.JSX.Element;
|
|
1172
1185
|
|
|
1173
1186
|
interface PlatformSpecificContentProps {
|
|
1174
1187
|
platforms: string[];
|
|
@@ -1176,21 +1189,21 @@ interface PlatformSpecificContentProps {
|
|
|
1176
1189
|
previewDevicePlatform?: string;
|
|
1177
1190
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1178
1191
|
}
|
|
1179
|
-
declare function export_default$
|
|
1192
|
+
declare function export_default$10(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
1180
1193
|
|
|
1181
1194
|
interface ProjectHeaderProps {
|
|
1182
1195
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
1183
1196
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1184
1197
|
}
|
|
1185
1198
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
1186
|
-
declare function export_default
|
|
1199
|
+
declare function export_default$$(props: ProjectHeaderProps): React.JSX.Element;
|
|
1187
1200
|
|
|
1188
1201
|
interface ProjectSupportProps {
|
|
1189
1202
|
previewState?: ProjectSupportPropsPreviewState;
|
|
1190
1203
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1191
1204
|
}
|
|
1192
1205
|
type ProjectSupportPropsPreviewState = "Default";
|
|
1193
|
-
declare function export_default$
|
|
1206
|
+
declare function export_default$_(props: ProjectSupportProps): React.JSX.Element | null;
|
|
1194
1207
|
|
|
1195
1208
|
interface ProviderSearchProps {
|
|
1196
1209
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -1199,7 +1212,7 @@ interface ProviderSearchProps {
|
|
|
1199
1212
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1200
1213
|
}
|
|
1201
1214
|
type ProviderSearchPreviewState = "Default";
|
|
1202
|
-
declare function export_default$
|
|
1215
|
+
declare function export_default$Z(props: ProviderSearchProps): React.JSX.Element;
|
|
1203
1216
|
|
|
1204
1217
|
interface RecentDailyDataBarChartProps {
|
|
1205
1218
|
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
@@ -1213,7 +1226,7 @@ interface RecentDailyDataBarChartProps {
|
|
|
1213
1226
|
highlight?: (rawValue: number) => boolean;
|
|
1214
1227
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1215
1228
|
}
|
|
1216
|
-
declare function export_default$
|
|
1229
|
+
declare function export_default$Y(props: RecentDailyDataBarChartProps): React.JSX.Element;
|
|
1217
1230
|
|
|
1218
1231
|
interface RelativeActivityTodayProps {
|
|
1219
1232
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -1228,7 +1241,7 @@ interface RelativeActivityDataType {
|
|
|
1228
1241
|
color: string;
|
|
1229
1242
|
formatter: (number: number) => string;
|
|
1230
1243
|
}
|
|
1231
|
-
declare function export_default$
|
|
1244
|
+
declare function export_default$X(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
1232
1245
|
|
|
1233
1246
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
1234
1247
|
interface RestingHeartRateCalendarProps {
|
|
@@ -1237,7 +1250,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
1237
1250
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
1238
1251
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1239
1252
|
}
|
|
1240
|
-
declare function export_default$
|
|
1253
|
+
declare function export_default$W(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
1241
1254
|
|
|
1242
1255
|
interface SurveyTaskListProps {
|
|
1243
1256
|
status: SurveyTaskStatus;
|
|
@@ -1255,7 +1268,7 @@ interface SurveyTaskListProps {
|
|
|
1255
1268
|
buttonColor?: ColorDefinition;
|
|
1256
1269
|
}
|
|
1257
1270
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
1258
|
-
declare function export_default$
|
|
1271
|
+
declare function export_default$V(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
1259
1272
|
|
|
1260
1273
|
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
1261
1274
|
interface SeverityCalendarProps {
|
|
@@ -1267,7 +1280,7 @@ interface SeverityCalendarProps {
|
|
|
1267
1280
|
previewState?: SeverityCalendarPreviewState;
|
|
1268
1281
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1269
1282
|
}
|
|
1270
|
-
declare function export_default$
|
|
1283
|
+
declare function export_default$U(props: SeverityCalendarProps): React.JSX.Element;
|
|
1271
1284
|
|
|
1272
1285
|
interface ViewEhrProps {
|
|
1273
1286
|
onClick(): void;
|
|
@@ -1277,7 +1290,7 @@ interface ViewEhrProps {
|
|
|
1277
1290
|
buttonColor?: ColorDefinition;
|
|
1278
1291
|
buttonVariant?: ButtonVariant;
|
|
1279
1292
|
}
|
|
1280
|
-
declare function export_default$
|
|
1293
|
+
declare function export_default$T(props: ViewEhrProps): React.JSX.Element | null;
|
|
1281
1294
|
|
|
1282
1295
|
type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
|
|
1283
1296
|
|
|
@@ -1304,13 +1317,13 @@ interface InboxItemListProps {
|
|
|
1304
1317
|
syncOnChanges?: boolean;
|
|
1305
1318
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1306
1319
|
}
|
|
1307
|
-
declare function export_default$
|
|
1320
|
+
declare function export_default$S(props: InboxItemListProps): React.JSX.Element;
|
|
1308
1321
|
|
|
1309
1322
|
interface InboxItemListCoordinatorProps {
|
|
1310
1323
|
children: React.ReactNode;
|
|
1311
1324
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1312
1325
|
}
|
|
1313
|
-
declare function export_default$
|
|
1326
|
+
declare function export_default$R(props: InboxItemListCoordinatorProps): React.JSX.Element;
|
|
1314
1327
|
|
|
1315
1328
|
interface CelebrationStepProps {
|
|
1316
1329
|
title?: string;
|
|
@@ -1323,9 +1336,9 @@ interface CelebrationStepProps {
|
|
|
1323
1336
|
[key: string]: any;
|
|
1324
1337
|
};
|
|
1325
1338
|
}
|
|
1326
|
-
declare function export_default$
|
|
1339
|
+
declare function export_default$Q(props: CelebrationStepProps): React.JSX.Element;
|
|
1327
1340
|
|
|
1328
|
-
declare function export_default$
|
|
1341
|
+
declare function export_default$P(): React.JSX.Element;
|
|
1329
1342
|
|
|
1330
1343
|
interface ConnectDeviceAccountStepProps {
|
|
1331
1344
|
title?: string;
|
|
@@ -1337,12 +1350,12 @@ interface ConnectDeviceAccountStepProps {
|
|
|
1337
1350
|
};
|
|
1338
1351
|
onConnect: () => void;
|
|
1339
1352
|
}
|
|
1340
|
-
declare function export_default$
|
|
1353
|
+
declare function export_default$O(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
1341
1354
|
|
|
1342
1355
|
interface ConnectDeviceAccountStepContainerProps {
|
|
1343
1356
|
deviceType?: string;
|
|
1344
1357
|
}
|
|
1345
|
-
declare function export_default$
|
|
1358
|
+
declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
1346
1359
|
|
|
1347
1360
|
interface ConnectEhrStepProps {
|
|
1348
1361
|
title?: string;
|
|
@@ -1356,9 +1369,9 @@ interface ConnectEhrStepProps {
|
|
|
1356
1369
|
[key: string]: any;
|
|
1357
1370
|
};
|
|
1358
1371
|
}
|
|
1359
|
-
declare function export_default$
|
|
1372
|
+
declare function export_default$M(props: ConnectEhrStepProps): React.JSX.Element;
|
|
1360
1373
|
|
|
1361
|
-
declare function export_default$
|
|
1374
|
+
declare function export_default$L(): React.JSX.Element;
|
|
1362
1375
|
|
|
1363
1376
|
interface StepElementProps {
|
|
1364
1377
|
text?: string;
|
|
@@ -1371,22 +1384,22 @@ interface IconElementProps {
|
|
|
1371
1384
|
srcUrl?: string;
|
|
1372
1385
|
}
|
|
1373
1386
|
|
|
1374
|
-
declare function export_default$
|
|
1387
|
+
declare function export_default$K(props: StepElementProps): React.JSX.Element | null;
|
|
1375
1388
|
|
|
1376
|
-
declare function export_default$
|
|
1389
|
+
declare function export_default$J(props: IconElementProps): React.JSX.Element | null;
|
|
1377
1390
|
|
|
1378
|
-
declare function export_default$
|
|
1391
|
+
declare function export_default$I(props: IconElementProps): React.JSX.Element | null;
|
|
1379
1392
|
|
|
1380
1393
|
interface StepLayoutProps {
|
|
1381
1394
|
children?: React.ReactNode;
|
|
1382
1395
|
}
|
|
1383
|
-
declare function export_default$
|
|
1396
|
+
declare function export_default$H(props: StepLayoutProps): React.JSX.Element;
|
|
1384
1397
|
|
|
1385
1398
|
interface StepMarkdownProps {
|
|
1386
1399
|
text: string;
|
|
1387
1400
|
inline?: boolean;
|
|
1388
1401
|
}
|
|
1389
|
-
declare function export_default$
|
|
1402
|
+
declare function export_default$G(props: StepMarkdownProps): React.JSX.Element;
|
|
1390
1403
|
|
|
1391
1404
|
interface StepNextButtonProps extends StepElementProps {
|
|
1392
1405
|
backgroundColor: string;
|
|
@@ -1396,11 +1409,11 @@ interface StepNextButtonProps extends StepElementProps {
|
|
|
1396
1409
|
disabled?: boolean;
|
|
1397
1410
|
onClick(): void;
|
|
1398
1411
|
}
|
|
1399
|
-
declare function export_default$
|
|
1412
|
+
declare function export_default$F(props: StepNextButtonProps): React.JSX.Element;
|
|
1400
1413
|
|
|
1401
|
-
declare function export_default$
|
|
1414
|
+
declare function export_default$E(props: StepElementProps): React.JSX.Element | null;
|
|
1402
1415
|
|
|
1403
|
-
declare function export_default$
|
|
1416
|
+
declare function export_default$D(props: StepElementProps): React.JSX.Element | null;
|
|
1404
1417
|
|
|
1405
1418
|
interface YouTubeStepProps {
|
|
1406
1419
|
title?: string;
|
|
@@ -1413,23 +1426,32 @@ interface YouTubeStepProps {
|
|
|
1413
1426
|
[key: string]: any;
|
|
1414
1427
|
};
|
|
1415
1428
|
}
|
|
1416
|
-
declare function export_default$
|
|
1429
|
+
declare function export_default$C(props: YouTubeStepProps): React.JSX.Element;
|
|
1417
1430
|
|
|
1418
|
-
declare function export_default$
|
|
1431
|
+
declare function export_default$B(): React.JSX.Element;
|
|
1432
|
+
|
|
1433
|
+
interface SymptomSharkSymptomMatrixProps {
|
|
1434
|
+
intervalStart?: Date;
|
|
1435
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1436
|
+
}
|
|
1437
|
+
declare function export_default$A(props: SymptomSharkSymptomMatrixProps): React.JSX.Element | null;
|
|
1419
1438
|
|
|
1420
1439
|
interface SymptomSharkCalendarProps {
|
|
1421
1440
|
intervalStart?: Date;
|
|
1422
1441
|
onDaySelected(day: Date): void;
|
|
1423
1442
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1424
1443
|
}
|
|
1425
|
-
declare function export_default$
|
|
1444
|
+
declare function export_default$z(props: SymptomSharkCalendarProps): React.JSX.Element;
|
|
1426
1445
|
|
|
1427
1446
|
interface OverallExperienceChartProps {
|
|
1428
1447
|
intervalStart?: Date;
|
|
1429
1448
|
showAllDays?: boolean;
|
|
1430
1449
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1450
|
+
variant?: "default" | "monthReport";
|
|
1431
1451
|
}
|
|
1432
|
-
declare function export_default$
|
|
1452
|
+
declare function export_default$y(props: OverallExperienceChartProps): React.JSX.Element | null;
|
|
1453
|
+
|
|
1454
|
+
type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
|
|
1433
1455
|
|
|
1434
1456
|
interface SymptomSharkDataService {
|
|
1435
1457
|
getConfiguration(): Promise<SymptomSharkConfiguration>;
|
|
@@ -1439,6 +1461,7 @@ interface SymptomSharkDataService {
|
|
|
1439
1461
|
saveDailyLogEntry(date: string, entry: DailyLogEntry): Promise<any>;
|
|
1440
1462
|
}
|
|
1441
1463
|
interface SymptomSharkConfiguration {
|
|
1464
|
+
participantID: Guid;
|
|
1442
1465
|
symptoms: SymptomConfiguration[];
|
|
1443
1466
|
treatments: TreatmentConfiguration[];
|
|
1444
1467
|
}
|
|
@@ -1460,7 +1483,7 @@ interface DailyLogEntry {
|
|
|
1460
1483
|
treatments: TreatmentReference[];
|
|
1461
1484
|
overallFeeling?: number;
|
|
1462
1485
|
notes: string;
|
|
1463
|
-
icon?:
|
|
1486
|
+
icon?: LogEntryIconKey;
|
|
1464
1487
|
}
|
|
1465
1488
|
interface SymptomReference {
|
|
1466
1489
|
id: string;
|
|
@@ -1470,6 +1493,7 @@ interface TreatmentReference {
|
|
|
1470
1493
|
id: string;
|
|
1471
1494
|
}
|
|
1472
1495
|
declare function convertToSymptomSharkConfiguration(info: ParticipantInfo): {
|
|
1496
|
+
participantID: Guid;
|
|
1473
1497
|
symptoms: SymptomConfiguration[];
|
|
1474
1498
|
treatments: TreatmentConfiguration[];
|
|
1475
1499
|
};
|
|
@@ -1487,29 +1511,47 @@ interface SymptomSharkLogEntryProps {
|
|
|
1487
1511
|
highlightedTreatments?: string[];
|
|
1488
1512
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1489
1513
|
}
|
|
1490
|
-
declare function export_default$
|
|
1514
|
+
declare function export_default$x(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
|
|
1515
|
+
|
|
1516
|
+
interface SymptomSharkMonthReportProps {
|
|
1517
|
+
includeNotes: boolean;
|
|
1518
|
+
includeDailyOverallFeeling: boolean;
|
|
1519
|
+
productLogo?: string;
|
|
1520
|
+
productName?: string;
|
|
1521
|
+
productUrl?: string;
|
|
1522
|
+
intervalStart?: Date;
|
|
1523
|
+
innerRef?: React.Ref<HTMLTableElement>;
|
|
1524
|
+
}
|
|
1525
|
+
declare function export_default$w(props: SymptomSharkMonthReportProps): React.JSX.Element | null;
|
|
1526
|
+
|
|
1527
|
+
interface SymptomSharkNotesTimelineProps {
|
|
1528
|
+
intervalStart?: Date;
|
|
1529
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1530
|
+
}
|
|
1531
|
+
declare function export_default$v(props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
|
|
1491
1532
|
|
|
1492
1533
|
interface SymptomTreatmentHistogramsProps {
|
|
1493
1534
|
intervalStart?: Date;
|
|
1494
1535
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1495
1536
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1496
1537
|
}
|
|
1497
|
-
declare function export_default$
|
|
1538
|
+
declare function export_default$u(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
|
|
1498
1539
|
|
|
1499
1540
|
interface SymptomSeveritySummaryProps {
|
|
1500
1541
|
symptom: SymptomConfiguration;
|
|
1501
1542
|
intervalStart?: Date;
|
|
1502
1543
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1503
1544
|
}
|
|
1504
|
-
declare function export_default$
|
|
1545
|
+
declare function export_default$t(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
|
|
1505
1546
|
|
|
1506
1547
|
interface SymptomSeverityChartProps {
|
|
1507
1548
|
intervalStart?: Date;
|
|
1508
1549
|
symptom: SymptomConfiguration;
|
|
1509
1550
|
showAllDays?: boolean;
|
|
1510
1551
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1552
|
+
variant?: "default" | "monthReport";
|
|
1511
1553
|
}
|
|
1512
|
-
declare function export_default$
|
|
1554
|
+
declare function export_default$s(props: SymptomSeverityChartProps): React.JSX.Element | null;
|
|
1513
1555
|
|
|
1514
1556
|
interface SymptomTreatmentFiltersProps {
|
|
1515
1557
|
expandedDropdown: "Symptoms" | "Treatments" | null;
|
|
@@ -1521,28 +1563,37 @@ interface SymptomTreatmentFiltersProps {
|
|
|
1521
1563
|
onTreatmentsSelectionChange(treatments: string[]): void;
|
|
1522
1564
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1523
1565
|
}
|
|
1524
|
-
declare function export_default$
|
|
1566
|
+
declare function export_default$r(props: SymptomTreatmentFiltersProps): React.JSX.Element;
|
|
1525
1567
|
|
|
1526
1568
|
interface SymptomSharkLogEntryListProps {
|
|
1527
1569
|
onDaySelected(d: Date): void;
|
|
1528
1570
|
previewState?: "default";
|
|
1529
1571
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1530
1572
|
}
|
|
1531
|
-
declare function export_default$
|
|
1573
|
+
declare function export_default$q(props: SymptomSharkLogEntryListProps): React.JSX.Element;
|
|
1532
1574
|
|
|
1533
1575
|
interface SymptomSharkLogTodayProps {
|
|
1534
1576
|
previewState?: "withLog" | "noLog";
|
|
1535
1577
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1536
1578
|
onClick(d: Date): void;
|
|
1537
1579
|
}
|
|
1538
|
-
declare function export_default$
|
|
1580
|
+
declare function export_default$p(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
|
|
1539
1581
|
|
|
1540
1582
|
interface SymptomSharkLogEntryEditProps {
|
|
1541
1583
|
date: Date;
|
|
1542
1584
|
promptForReviewAfterDays?: number;
|
|
1543
1585
|
previewState?: "default";
|
|
1544
1586
|
}
|
|
1545
|
-
declare function export_default$
|
|
1587
|
+
declare function export_default$o(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
|
|
1588
|
+
|
|
1589
|
+
interface SymptomSharkReportBuilderProps {
|
|
1590
|
+
productLogo?: string;
|
|
1591
|
+
productName?: string;
|
|
1592
|
+
productUrl?: string;
|
|
1593
|
+
previewState?: "default";
|
|
1594
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1595
|
+
}
|
|
1596
|
+
declare function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
|
|
1546
1597
|
|
|
1547
1598
|
interface SymptomSharkVisualizationCoordinatorProps {
|
|
1548
1599
|
children: React.ReactNode;
|
|
@@ -1550,7 +1601,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
|
|
|
1550
1601
|
previewState?: "default";
|
|
1551
1602
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1552
1603
|
}
|
|
1553
|
-
declare function export_default$
|
|
1604
|
+
declare function export_default$n(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
|
|
1554
1605
|
|
|
1555
1606
|
interface CalendarViewProps {
|
|
1556
1607
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1558,7 +1609,7 @@ interface CalendarViewProps {
|
|
|
1558
1609
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1559
1610
|
previewState?: "default";
|
|
1560
1611
|
}
|
|
1561
|
-
declare function export_default$
|
|
1612
|
+
declare function export_default$m(props: CalendarViewProps): React.JSX.Element;
|
|
1562
1613
|
|
|
1563
1614
|
interface LogEntryEditViewProps {
|
|
1564
1615
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1566,7 +1617,13 @@ interface LogEntryEditViewProps {
|
|
|
1566
1617
|
promptForReviewAfterDays?: number;
|
|
1567
1618
|
previewState?: "default";
|
|
1568
1619
|
}
|
|
1569
|
-
declare function export_default$
|
|
1620
|
+
declare function export_default$l(props: LogEntryEditViewProps): React.JSX.Element;
|
|
1621
|
+
|
|
1622
|
+
interface SymptomSharkReportBuilderViewProps {
|
|
1623
|
+
colorScheme?: "light" | "dark" | "auto";
|
|
1624
|
+
previewState?: "default";
|
|
1625
|
+
}
|
|
1626
|
+
declare function export_default$k(props: SymptomSharkReportBuilderViewProps): React.JSX.Element;
|
|
1570
1627
|
|
|
1571
1628
|
interface SymptomDetailViewProps {
|
|
1572
1629
|
symptomId: string;
|
|
@@ -1766,4 +1823,4 @@ declare function getDayKey(date: Date): string;
|
|
|
1766
1823
|
|
|
1767
1824
|
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1768
1825
|
|
|
1769
|
-
export { export_default$
|
|
1826
|
+
export { export_default$29 as Action, export_default$28 as ActivityMeter, export_default$1n as AllergiesList, export_default$i as AllergiesView, export_default$1m as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2k as AsthmaActionPlanManager, export_default$1w as AsthmaActionPlanView, export_default$1v as AsthmaActivityView, export_default$2j as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$1u as AsthmaAirQualityView, export_default$2i as AsthmaAlertTakeoverNotice, export_default$2h as AsthmaAlertTakeoverTrigger, export_default$1t as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2g as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2f as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2e as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1s as AsthmaDayView, export_default$1r as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2d as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1q as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2c as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2b as AsthmaPostEnrollmentSurveyTrigger, export_default$2a as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1p as AsthmaProviderReportView, export_default$1x as AsthmaRecommendedArticle, export_default$1o as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, export_default$h as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1k as BloodPressureVisualization, export_default$27 as Button, export_default$26 as Calendar, export_default$25 as CalendarDay, CalendarDayStateConfiguration, export_default$24 as Card, export_default$23 as CardTitle, export_default$Q as CelebrationStep, export_default$P as CelebrationStepContainer, ColorDefinition, export_default$1j as ConditionsList, export_default$g as ConditionsView, export_default$O as ConnectDeviceAccountStep, export_default$N as ConnectDeviceAccountStepContainer, export_default$1i as ConnectDevicesMenu, export_default$1h as ConnectEhr, export_default$M as ConnectEhrStep, export_default$L as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1g as ConnectFitbit, export_default$1f as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$22 as DateRangeNavigator, export_default$21 as DayTrackerSymbol, DeviceDataChartLine, export_default$1e as DeviceDataMonthChart, export_default$1d as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$20 as DumbbellChart, export_default$1c as ExternalAccountList, export_default$1b as ExternalAccountsLoadingIndicator, export_default$1a as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$1$ as Face, export_default$19 as FitbitDevices, export_default$18 as FitbitMonthCharts, export_default$c as FitbitView, export_default$17 as GarminDevices, export_default$16 as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$15 as HealthPreviewSection, export_default$1_ as Histogram, export_default$a as HomeView, export_default$1B as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$S as InboxItemList, export_default$R as InboxItemListCoordinator, export_default$1A as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$1z as InboxResourceListItem, export_default$1y as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$14 as LabResultsSummary, export_default$1Z as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$13 as MedicationsList, export_default$8 as MedicationsView, export_default$1Y as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$12 as MostRecentNotification, export_default$1X as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1W as NotesInput, export_default$11 as NotificationList, export_default$7 as NotificationsView, export_default$10 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1V 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$1U as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1T as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$W as RestingHeartRateCalendar, export_default$1S as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1R as Section, export_default$1Q as SegmentedControl, export_default$U as SeverityCalendar, export_default$1P as ShinyOverlay, export_default$1O as SingleDataPoint, export_default$1N as SingleExternalAccount, export_default$1M as SingleNotification, export_default$1L as SingleSurveyTask, export_default$1K 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$1J 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$1I as TextBlock, export_default$1H as Title, export_default$1G as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1F as UnstyledButton, export_default$1E as ValueSelector, export_default$T as ViewEhr, export_default$1D as ViewHeader, export_default$1C as WeekCalendar, WeekStartsOn, export_default$C as YouTubeStep, export_default$B as YouTubeStepContainer, service as asthmaDataService, export_default$1l 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 };
|