@careevolution/mydatahelps-ui 2.11.0 → 2.11.1-SSComponents.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 +11 -11
- package/dist/cjs/index.js.map +1 -1
- 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/BulletChart/BulletChart.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/index.d.ts +1 -0
- 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/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 +20 -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/components/view/InboxView/InboxView.d.ts +1 -0
- package/dist/cjs/types/helpers/renderPdf.d.ts +2 -0
- package/dist/esm/index.js +11 -11
- package/dist/esm/index.js.map +1 -1
- 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/BulletChart/BulletChart.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/index.d.ts +1 -0
- 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/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 +20 -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/components/view/InboxView/InboxView.d.ts +1 -0
- package/dist/esm/types/helpers/renderPdf.d.ts +2 -0
- package/dist/index.d.ts +131 -86
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode } from 'react';
|
|
2
2
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
3
|
-
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, ExternalAccountStatus, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, ParticipantInfo } from '@careevolution/mydatahelps-js';
|
|
3
|
+
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, ExternalAccountStatus, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, Guid, ParticipantInfo } from '@careevolution/mydatahelps-js';
|
|
4
4
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
5
5
|
|
|
6
6
|
type ColorDefinition = string | {
|
|
@@ -27,7 +27,7 @@ interface ActionProps {
|
|
|
27
27
|
subtitleColor?: ColorDefinition;
|
|
28
28
|
renderAs?: "div" | "button";
|
|
29
29
|
}
|
|
30
|
-
declare function export_default$
|
|
30
|
+
declare function export_default$1V(props: ActionProps): React.JSX.Element;
|
|
31
31
|
|
|
32
32
|
interface ActivityMeterProps {
|
|
33
33
|
label: string;
|
|
@@ -40,7 +40,7 @@ interface ActivityMeterProps {
|
|
|
40
40
|
className?: string;
|
|
41
41
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
42
42
|
}
|
|
43
|
-
declare function export_default$
|
|
43
|
+
declare function export_default$1U(props: ActivityMeterProps): React.JSX.Element;
|
|
44
44
|
|
|
45
45
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
46
46
|
interface ButtonProps {
|
|
@@ -55,7 +55,7 @@ interface ButtonProps {
|
|
|
55
55
|
defaultMargin?: boolean;
|
|
56
56
|
fullWidth?: boolean;
|
|
57
57
|
}
|
|
58
|
-
declare function export_default$
|
|
58
|
+
declare function export_default$1T(props: ButtonProps): React.JSX.Element;
|
|
59
59
|
|
|
60
60
|
interface CalendarProps {
|
|
61
61
|
month: number;
|
|
@@ -65,7 +65,7 @@ interface CalendarProps {
|
|
|
65
65
|
className?: string;
|
|
66
66
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
67
67
|
}
|
|
68
|
-
declare function export_default$
|
|
68
|
+
declare function export_default$1S(props: CalendarProps): React.JSX.Element;
|
|
69
69
|
|
|
70
70
|
type CalendarDayStateConfiguration = Record<string, {
|
|
71
71
|
style?: CSSProperties;
|
|
@@ -81,7 +81,7 @@ interface CalendarDayProps {
|
|
|
81
81
|
onClick?: (date: Date) => void;
|
|
82
82
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
83
83
|
}
|
|
84
|
-
declare function export_default$
|
|
84
|
+
declare function export_default$1R(props: CalendarDayProps): React.JSX.Element;
|
|
85
85
|
|
|
86
86
|
interface CardProps {
|
|
87
87
|
className?: string;
|
|
@@ -92,7 +92,7 @@ interface CardProps {
|
|
|
92
92
|
backgroundColor?: ColorDefinition;
|
|
93
93
|
style?: React.CSSProperties;
|
|
94
94
|
}
|
|
95
|
-
declare function export_default$
|
|
95
|
+
declare function export_default$1Q(props: CardProps): React.JSX.Element | null;
|
|
96
96
|
|
|
97
97
|
interface CardTitleProps {
|
|
98
98
|
title: string;
|
|
@@ -101,7 +101,7 @@ interface CardTitleProps {
|
|
|
101
101
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
102
102
|
color?: ColorDefinition;
|
|
103
103
|
}
|
|
104
|
-
declare function export_default$
|
|
104
|
+
declare function export_default$1P(props: CardTitleProps): React.JSX.Element;
|
|
105
105
|
|
|
106
106
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
107
107
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -132,7 +132,7 @@ interface DateRangeNavigatorProps {
|
|
|
132
132
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
133
133
|
sticky?: boolean;
|
|
134
134
|
}
|
|
135
|
-
declare function export_default$
|
|
135
|
+
declare function export_default$1O(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
136
136
|
|
|
137
137
|
interface DayTrackerSymbolProps {
|
|
138
138
|
primaryColors: string[];
|
|
@@ -141,7 +141,7 @@ interface DayTrackerSymbolProps {
|
|
|
141
141
|
size?: "small" | "large";
|
|
142
142
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
143
143
|
}
|
|
144
|
-
declare function export_default$
|
|
144
|
+
declare function export_default$1N(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
145
145
|
|
|
146
146
|
interface ClosedInterval {
|
|
147
147
|
values: number[];
|
|
@@ -168,7 +168,7 @@ declare enum DumbbellClass {
|
|
|
168
168
|
"mdhui-dumbbell-in-range" = 0,
|
|
169
169
|
"mdhui-dumbbell-out-of-range" = 1
|
|
170
170
|
}
|
|
171
|
-
declare function export_default$
|
|
171
|
+
declare function export_default$1M(props: DumbBellChartProps): React.JSX.Element;
|
|
172
172
|
|
|
173
173
|
interface FaceProps {
|
|
174
174
|
faceValue?: number;
|
|
@@ -177,7 +177,7 @@ interface FaceProps {
|
|
|
177
177
|
className?: string;
|
|
178
178
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
179
179
|
}
|
|
180
|
-
declare function export_default$
|
|
180
|
+
declare function export_default$1L(props: FaceProps): React.JSX.Element;
|
|
181
181
|
|
|
182
182
|
interface HistogramProps {
|
|
183
183
|
entries: {
|
|
@@ -189,7 +189,7 @@ interface HistogramProps {
|
|
|
189
189
|
className?: string;
|
|
190
190
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
191
191
|
}
|
|
192
|
-
declare function export_default$
|
|
192
|
+
declare function export_default$1K(props: HistogramProps): React.JSX.Element;
|
|
193
193
|
|
|
194
194
|
interface LayoutProps {
|
|
195
195
|
children?: React.ReactNode;
|
|
@@ -210,7 +210,7 @@ interface LayoutContext {
|
|
|
210
210
|
bodyBackgroundColor: string;
|
|
211
211
|
}
|
|
212
212
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
213
|
-
declare function export_default$
|
|
213
|
+
declare function export_default$1J(props: LayoutProps): React.JSX.Element;
|
|
214
214
|
|
|
215
215
|
interface LoadingIndicatorProps {
|
|
216
216
|
variant?: "default" | "inline";
|
|
@@ -236,7 +236,7 @@ interface NavigationBarProps {
|
|
|
236
236
|
navigationBarLeft?: React.ReactNode;
|
|
237
237
|
navigationBarRight?: React.ReactNode;
|
|
238
238
|
}
|
|
239
|
-
declare function export_default$
|
|
239
|
+
declare function export_default$1I(props: NavigationBarProps): React.JSX.Element;
|
|
240
240
|
|
|
241
241
|
interface NotesInputProps {
|
|
242
242
|
autoTimestamp?: boolean;
|
|
@@ -244,7 +244,7 @@ interface NotesInputProps {
|
|
|
244
244
|
onChange(value: string): void;
|
|
245
245
|
value: string;
|
|
246
246
|
}
|
|
247
|
-
declare function export_default$
|
|
247
|
+
declare function export_default$1H(props: NotesInputProps): React.JSX.Element;
|
|
248
248
|
|
|
249
249
|
interface ProgressBarProps {
|
|
250
250
|
backgroundColor?: ColorDefinition;
|
|
@@ -282,7 +282,7 @@ interface ProgressRingProps {
|
|
|
282
282
|
percentCompleted?: number;
|
|
283
283
|
animate?: boolean;
|
|
284
284
|
}
|
|
285
|
-
declare function export_default$
|
|
285
|
+
declare function export_default$1G(props: ProgressRingProps): React.JSX.Element;
|
|
286
286
|
|
|
287
287
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
288
288
|
interface ResourceProps {
|
|
@@ -294,7 +294,7 @@ interface ResourceProps {
|
|
|
294
294
|
onClick: () => void;
|
|
295
295
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
296
296
|
}
|
|
297
|
-
declare function export_default$
|
|
297
|
+
declare function export_default$1F(props: ResourceProps): React.JSX.Element;
|
|
298
298
|
|
|
299
299
|
interface SectionProps {
|
|
300
300
|
children?: React.ReactNode;
|
|
@@ -304,7 +304,7 @@ interface SectionProps {
|
|
|
304
304
|
backgroundColor?: ColorDefinition;
|
|
305
305
|
style?: React.CSSProperties;
|
|
306
306
|
}
|
|
307
|
-
declare function export_default$
|
|
307
|
+
declare function export_default$1E(props: SectionProps): React.JSX.Element | null;
|
|
308
308
|
|
|
309
309
|
interface SegmentedControlProps {
|
|
310
310
|
segments: {
|
|
@@ -318,9 +318,9 @@ interface SegmentedControlProps {
|
|
|
318
318
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
319
319
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
320
320
|
}
|
|
321
|
-
declare function export_default$
|
|
321
|
+
declare function export_default$1D(props: SegmentedControlProps): React.JSX.Element;
|
|
322
322
|
|
|
323
|
-
declare function export_default$
|
|
323
|
+
declare function export_default$1C(): React.JSX.Element;
|
|
324
324
|
|
|
325
325
|
interface SingleExternalAccountProps {
|
|
326
326
|
externalAccount: ExternalAccount;
|
|
@@ -328,13 +328,13 @@ interface SingleExternalAccountProps {
|
|
|
328
328
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
329
329
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
330
330
|
}
|
|
331
|
-
declare function export_default$
|
|
331
|
+
declare function export_default$1B(props: SingleExternalAccountProps): React.JSX.Element;
|
|
332
332
|
|
|
333
333
|
interface SingleNotificationProps {
|
|
334
334
|
notification: Notification;
|
|
335
335
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
336
336
|
}
|
|
337
|
-
declare function export_default$
|
|
337
|
+
declare function export_default$1A(props: SingleNotificationProps): React.JSX.Element;
|
|
338
338
|
|
|
339
339
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
340
340
|
interface SingleSurveyTaskProps {
|
|
@@ -347,7 +347,7 @@ interface SingleSurveyTaskProps {
|
|
|
347
347
|
buttonVariant?: ButtonVariant;
|
|
348
348
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
349
349
|
}
|
|
350
|
-
declare function export_default$
|
|
350
|
+
declare function export_default$1z(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
351
351
|
|
|
352
352
|
interface SparkBarChartProps {
|
|
353
353
|
averageFillPercent: number;
|
|
@@ -358,7 +358,7 @@ interface SparkBarChartBar {
|
|
|
358
358
|
color: string;
|
|
359
359
|
barFillPercent: number;
|
|
360
360
|
}
|
|
361
|
-
declare function export_default$
|
|
361
|
+
declare function export_default$1y(props: SparkBarChartProps): React.JSX.Element;
|
|
362
362
|
|
|
363
363
|
interface SwitchProps {
|
|
364
364
|
isOn: Boolean;
|
|
@@ -367,7 +367,7 @@ interface SwitchProps {
|
|
|
367
367
|
className?: string;
|
|
368
368
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
369
369
|
}
|
|
370
|
-
declare function export_default$
|
|
370
|
+
declare function export_default$1x(props: SwitchProps): React.JSX.Element;
|
|
371
371
|
|
|
372
372
|
interface StatusBarBackgroundProps {
|
|
373
373
|
color?: string;
|
|
@@ -382,7 +382,7 @@ interface TextBlockProps {
|
|
|
382
382
|
color?: ColorDefinition;
|
|
383
383
|
style?: React.CSSProperties;
|
|
384
384
|
}
|
|
385
|
-
declare function export_default$
|
|
385
|
+
declare function export_default$1w(props: TextBlockProps): React.JSX.Element | null;
|
|
386
386
|
|
|
387
387
|
interface TitleProps {
|
|
388
388
|
color?: ColorDefinition;
|
|
@@ -395,7 +395,7 @@ interface TitleProps {
|
|
|
395
395
|
imageAlignment?: "top" | "left";
|
|
396
396
|
defaultMargin?: boolean;
|
|
397
397
|
}
|
|
398
|
-
declare function export_default$
|
|
398
|
+
declare function export_default$1v(props: TitleProps): React.JSX.Element;
|
|
399
399
|
|
|
400
400
|
interface TrackerItemProps {
|
|
401
401
|
selected: boolean;
|
|
@@ -407,7 +407,7 @@ interface TrackerItemProps {
|
|
|
407
407
|
className?: string;
|
|
408
408
|
noBoxShadow?: boolean;
|
|
409
409
|
}
|
|
410
|
-
declare function export_default$
|
|
410
|
+
declare function export_default$1u(props: TrackerItemProps): React.JSX.Element;
|
|
411
411
|
|
|
412
412
|
interface UnstyledButtonProps {
|
|
413
413
|
onClick: MouseEventHandler;
|
|
@@ -418,7 +418,7 @@ interface UnstyledButtonProps {
|
|
|
418
418
|
disabled?: boolean;
|
|
419
419
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
420
420
|
}
|
|
421
|
-
declare function export_default$
|
|
421
|
+
declare function export_default$1t(props: UnstyledButtonProps): React.JSX.Element;
|
|
422
422
|
|
|
423
423
|
interface ValueSelectorProps {
|
|
424
424
|
title?: string;
|
|
@@ -439,7 +439,7 @@ interface ValueSelectorProps {
|
|
|
439
439
|
preventEmptySelections?: boolean;
|
|
440
440
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
441
441
|
}
|
|
442
|
-
declare function export_default$
|
|
442
|
+
declare function export_default$1s(props: ValueSelectorProps): React.JSX.Element;
|
|
443
443
|
|
|
444
444
|
interface ViewHeaderProps {
|
|
445
445
|
title?: string;
|
|
@@ -448,7 +448,7 @@ interface ViewHeaderProps {
|
|
|
448
448
|
subtitleColor?: ColorDefinition;
|
|
449
449
|
action?: React.ReactNode;
|
|
450
450
|
}
|
|
451
|
-
declare function export_default$
|
|
451
|
+
declare function export_default$1r(props: ViewHeaderProps): React.JSX.Element | null;
|
|
452
452
|
|
|
453
453
|
interface WeekCalendarProps {
|
|
454
454
|
selectedDate?: Date;
|
|
@@ -459,7 +459,7 @@ interface WeekCalendarProps {
|
|
|
459
459
|
onStartDateChange?(startDate: Date): void;
|
|
460
460
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
461
461
|
}
|
|
462
|
-
declare function export_default$
|
|
462
|
+
declare function export_default$1q(props: WeekCalendarProps): React.JSX.Element;
|
|
463
463
|
|
|
464
464
|
interface InboxCompletedListItemProps {
|
|
465
465
|
name: string;
|
|
@@ -467,14 +467,14 @@ interface InboxCompletedListItemProps {
|
|
|
467
467
|
onClick?: () => void;
|
|
468
468
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
469
469
|
}
|
|
470
|
-
declare function export_default$
|
|
470
|
+
declare function export_default$1p(props: InboxCompletedListItemProps): React.JSX.Element;
|
|
471
471
|
|
|
472
472
|
interface InboxMessageListItemProps {
|
|
473
473
|
message: InboxMessage;
|
|
474
474
|
onClick: () => void;
|
|
475
475
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
476
476
|
}
|
|
477
|
-
declare function export_default$
|
|
477
|
+
declare function export_default$1o(props: InboxMessageListItemProps): React.JSX.Element | null;
|
|
478
478
|
|
|
479
479
|
interface InboxResourceListItemProps {
|
|
480
480
|
resource: InboxResource;
|
|
@@ -483,7 +483,7 @@ interface InboxResourceListItemProps {
|
|
|
483
483
|
buttonText?: string;
|
|
484
484
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
485
485
|
}
|
|
486
|
-
declare function export_default$
|
|
486
|
+
declare function export_default$1n(props: InboxResourceListItemProps): React.JSX.Element | null;
|
|
487
487
|
|
|
488
488
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
489
489
|
interface InboxSurveyListItemProps {
|
|
@@ -493,7 +493,7 @@ interface InboxSurveyListItemProps {
|
|
|
493
493
|
surveyActive?: boolean;
|
|
494
494
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
495
495
|
}
|
|
496
|
-
declare function export_default$
|
|
496
|
+
declare function export_default$1m(props: InboxSurveyListItemProps): React.JSX.Element | null;
|
|
497
497
|
|
|
498
498
|
interface TermInformation {
|
|
499
499
|
TermFamily: string;
|
|
@@ -506,7 +506,7 @@ interface AllergiesListProps {
|
|
|
506
506
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
507
507
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
508
508
|
}
|
|
509
|
-
declare function export_default$
|
|
509
|
+
declare function export_default$1l(props: AllergiesListProps): React.JSX.Element;
|
|
510
510
|
|
|
511
511
|
interface AppDownloadProps {
|
|
512
512
|
previewProjectPlatforms?: string[];
|
|
@@ -515,7 +515,7 @@ interface AppDownloadProps {
|
|
|
515
515
|
title?: string;
|
|
516
516
|
text?: string;
|
|
517
517
|
}
|
|
518
|
-
declare function export_default$
|
|
518
|
+
declare function export_default$1k(props: AppDownloadProps): React.JSX.Element | null;
|
|
519
519
|
|
|
520
520
|
interface SurveyBloodPressureDataParameters {
|
|
521
521
|
surveyName: string;
|
|
@@ -528,7 +528,7 @@ interface BloodPressureDataPoint {
|
|
|
528
528
|
systolic: number;
|
|
529
529
|
diastolic: number;
|
|
530
530
|
}
|
|
531
|
-
declare function export_default$
|
|
531
|
+
declare function export_default$1j(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
|
|
532
532
|
|
|
533
533
|
type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
|
|
534
534
|
interface BloodPressureVisualizationProps {
|
|
@@ -537,14 +537,14 @@ interface BloodPressureVisualizationProps {
|
|
|
537
537
|
weekStartsOn?: WeekStartsOn;
|
|
538
538
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
539
539
|
}
|
|
540
|
-
declare function export_default$
|
|
540
|
+
declare function export_default$1i(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
541
541
|
|
|
542
542
|
interface ConditionsListProps {
|
|
543
543
|
previewState?: "default";
|
|
544
544
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
545
545
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
546
546
|
}
|
|
547
|
-
declare function export_default$
|
|
547
|
+
declare function export_default$1h(props: ConditionsListProps): React.JSX.Element;
|
|
548
548
|
|
|
549
549
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
550
550
|
interface ConnectDevicesMenuProps {
|
|
@@ -555,7 +555,7 @@ interface ConnectDevicesMenuProps {
|
|
|
555
555
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
556
556
|
headerVariant?: "large" | "medium";
|
|
557
557
|
}
|
|
558
|
-
declare function export_default$
|
|
558
|
+
declare function export_default$1g(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
559
559
|
|
|
560
560
|
interface ConnectEhrProps {
|
|
561
561
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -572,7 +572,7 @@ interface ConnectEhrProps {
|
|
|
572
572
|
}
|
|
573
573
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
574
574
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
575
|
-
declare function export_default$
|
|
575
|
+
declare function export_default$1f(props: ConnectEhrProps): React.JSX.Element | null;
|
|
576
576
|
|
|
577
577
|
interface ConnectFitbitProps {
|
|
578
578
|
title?: string;
|
|
@@ -583,7 +583,7 @@ interface ConnectFitbitProps {
|
|
|
583
583
|
hideWhenConnected?: boolean;
|
|
584
584
|
}
|
|
585
585
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
586
|
-
declare function export_default$
|
|
586
|
+
declare function export_default$1e(props: ConnectFitbitProps): React.JSX.Element;
|
|
587
587
|
|
|
588
588
|
interface ConnectGarminProps {
|
|
589
589
|
title?: string;
|
|
@@ -594,7 +594,7 @@ interface ConnectGarminProps {
|
|
|
594
594
|
hideWhenConnected?: boolean;
|
|
595
595
|
}
|
|
596
596
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
597
|
-
declare function export_default$
|
|
597
|
+
declare function export_default$1d(props: ConnectGarminProps): React.JSX.Element;
|
|
598
598
|
|
|
599
599
|
type DailyDataQueryResult = {
|
|
600
600
|
[key: string]: number;
|
|
@@ -708,13 +708,13 @@ interface DeviceDataChartLine {
|
|
|
708
708
|
showAverage?: boolean;
|
|
709
709
|
}
|
|
710
710
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
711
|
-
declare function export_default$
|
|
711
|
+
declare function export_default$1c(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
712
712
|
|
|
713
713
|
interface DeviceDataMonthChartsProps {
|
|
714
714
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
715
715
|
}
|
|
716
716
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
717
|
-
declare function export_default$
|
|
717
|
+
declare function export_default$1b(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
718
718
|
|
|
719
719
|
interface ExternalAccountListProps {
|
|
720
720
|
externalAccountProviderCategories?: string[];
|
|
@@ -723,14 +723,14 @@ interface ExternalAccountListProps {
|
|
|
723
723
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
724
724
|
}
|
|
725
725
|
type NotificationListPreviewState$1 = "Default";
|
|
726
|
-
declare function export_default$
|
|
726
|
+
declare function export_default$1a(props: ExternalAccountListProps): React.JSX.Element;
|
|
727
727
|
|
|
728
728
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
729
729
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
730
730
|
externalAccountCategories?: string[];
|
|
731
731
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
732
732
|
}
|
|
733
|
-
declare function export_default$
|
|
733
|
+
declare function export_default$19(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
734
734
|
|
|
735
735
|
interface ExternalAccountsPreviewProps {
|
|
736
736
|
excludeProviders?: boolean;
|
|
@@ -742,7 +742,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
742
742
|
}
|
|
743
743
|
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
744
744
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
745
|
-
declare function export_default$
|
|
745
|
+
declare function export_default$18(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
746
746
|
|
|
747
747
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
748
748
|
|
|
@@ -750,25 +750,25 @@ interface FitbitDevicesProps {
|
|
|
750
750
|
previewState?: ConnectedDevicesPreviewState;
|
|
751
751
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
752
752
|
}
|
|
753
|
-
declare function export_default$
|
|
753
|
+
declare function export_default$17(props: FitbitDevicesProps): React.JSX.Element;
|
|
754
754
|
|
|
755
755
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
756
756
|
|
|
757
757
|
interface FitbitMonthChartsProps {
|
|
758
758
|
previewState?: MonthChartsPreviewState;
|
|
759
759
|
}
|
|
760
|
-
declare function export_default$
|
|
760
|
+
declare function export_default$16(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
761
761
|
|
|
762
762
|
interface GarminDevicesProps {
|
|
763
763
|
previewState?: ConnectedDevicesPreviewState;
|
|
764
764
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
765
765
|
}
|
|
766
|
-
declare function export_default$
|
|
766
|
+
declare function export_default$15(props: GarminDevicesProps): React.JSX.Element;
|
|
767
767
|
|
|
768
768
|
interface GarminMonthChartsProps {
|
|
769
769
|
previewState?: MonthChartsPreviewState;
|
|
770
770
|
}
|
|
771
|
-
declare function export_default$
|
|
771
|
+
declare function export_default$14(props: GarminMonthChartsProps): React.JSX.Element;
|
|
772
772
|
|
|
773
773
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
774
774
|
interface HealthPreviewSectionProps {
|
|
@@ -778,7 +778,7 @@ interface HealthPreviewSectionProps {
|
|
|
778
778
|
indicatorPosition?: "default" | "topRight";
|
|
779
779
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
780
780
|
}
|
|
781
|
-
declare function export_default
|
|
781
|
+
declare function export_default$13(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
782
782
|
|
|
783
783
|
interface LabResultsSummaryProps {
|
|
784
784
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -786,14 +786,14 @@ interface LabResultsSummaryProps {
|
|
|
786
786
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
787
787
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
788
788
|
}
|
|
789
|
-
declare function export_default$
|
|
789
|
+
declare function export_default$12(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
790
790
|
|
|
791
791
|
interface MedicationsListProps {
|
|
792
792
|
previewState?: "default";
|
|
793
793
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
794
794
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
795
795
|
}
|
|
796
|
-
declare function export_default$
|
|
796
|
+
declare function export_default$11(props: MedicationsListProps): React.JSX.Element;
|
|
797
797
|
|
|
798
798
|
interface MostRecentNotificationProps {
|
|
799
799
|
notificationType?: NotificationType;
|
|
@@ -803,7 +803,7 @@ interface MostRecentNotificationProps {
|
|
|
803
803
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
804
804
|
}
|
|
805
805
|
type MostRecentNotificationPreviewState = "Default";
|
|
806
|
-
declare function export_default$
|
|
806
|
+
declare function export_default$10(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
807
807
|
|
|
808
808
|
interface NotificationListProps {
|
|
809
809
|
notificationType?: NotificationType;
|
|
@@ -811,7 +811,7 @@ interface NotificationListProps {
|
|
|
811
811
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
812
812
|
}
|
|
813
813
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
814
|
-
declare function export_default
|
|
814
|
+
declare function export_default$$(props: NotificationListProps): React.JSX.Element;
|
|
815
815
|
|
|
816
816
|
interface PlatformSpecificContentProps {
|
|
817
817
|
platforms: string[];
|
|
@@ -819,21 +819,21 @@ interface PlatformSpecificContentProps {
|
|
|
819
819
|
previewDevicePlatform?: string;
|
|
820
820
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
821
821
|
}
|
|
822
|
-
declare function export_default$
|
|
822
|
+
declare function export_default$_(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
823
823
|
|
|
824
824
|
interface ProjectHeaderProps {
|
|
825
825
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
826
826
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
827
827
|
}
|
|
828
828
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
829
|
-
declare function export_default$
|
|
829
|
+
declare function export_default$Z(props: ProjectHeaderProps): React.JSX.Element;
|
|
830
830
|
|
|
831
831
|
interface ProjectSupportProps {
|
|
832
832
|
previewState?: ProjectSupportPropsPreviewState;
|
|
833
833
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
834
834
|
}
|
|
835
835
|
type ProjectSupportPropsPreviewState = "Default";
|
|
836
|
-
declare function export_default$
|
|
836
|
+
declare function export_default$Y(props: ProjectSupportProps): React.JSX.Element | null;
|
|
837
837
|
|
|
838
838
|
interface ProviderSearchProps {
|
|
839
839
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -842,7 +842,7 @@ interface ProviderSearchProps {
|
|
|
842
842
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
843
843
|
}
|
|
844
844
|
type ProviderSearchPreviewState = "Default";
|
|
845
|
-
declare function export_default$
|
|
845
|
+
declare function export_default$X(props: ProviderSearchProps): React.JSX.Element;
|
|
846
846
|
|
|
847
847
|
interface RelativeActivityTodayProps {
|
|
848
848
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -857,7 +857,7 @@ interface RelativeActivityDataType {
|
|
|
857
857
|
color: string;
|
|
858
858
|
formatter: (number: number) => string;
|
|
859
859
|
}
|
|
860
|
-
declare function export_default$
|
|
860
|
+
declare function export_default$W(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
861
861
|
|
|
862
862
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
863
863
|
interface RestingHeartRateCalendarProps {
|
|
@@ -866,7 +866,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
866
866
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
867
867
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
868
868
|
}
|
|
869
|
-
declare function export_default$
|
|
869
|
+
declare function export_default$V(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
870
870
|
|
|
871
871
|
interface SurveyTaskListProps {
|
|
872
872
|
status: SurveyTaskStatus;
|
|
@@ -884,7 +884,7 @@ interface SurveyTaskListProps {
|
|
|
884
884
|
buttonColor?: ColorDefinition;
|
|
885
885
|
}
|
|
886
886
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
887
|
-
declare function export_default$
|
|
887
|
+
declare function export_default$U(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
888
888
|
|
|
889
889
|
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
890
890
|
interface SeverityCalendarProps {
|
|
@@ -896,7 +896,7 @@ interface SeverityCalendarProps {
|
|
|
896
896
|
previewState?: SeverityCalendarPreviewState;
|
|
897
897
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
898
898
|
}
|
|
899
|
-
declare function export_default$
|
|
899
|
+
declare function export_default$T(props: SeverityCalendarProps): React.JSX.Element;
|
|
900
900
|
|
|
901
901
|
interface ViewEhrProps {
|
|
902
902
|
onClick(): void;
|
|
@@ -906,7 +906,7 @@ interface ViewEhrProps {
|
|
|
906
906
|
buttonColor?: ColorDefinition;
|
|
907
907
|
buttonVariant?: ButtonVariant;
|
|
908
908
|
}
|
|
909
|
-
declare function export_default$
|
|
909
|
+
declare function export_default$S(props: ViewEhrProps): React.JSX.Element | null;
|
|
910
910
|
|
|
911
911
|
type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
|
|
912
912
|
|
|
@@ -931,27 +931,36 @@ interface InboxItemListProps {
|
|
|
931
931
|
syncOnChanges?: boolean;
|
|
932
932
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
933
933
|
}
|
|
934
|
-
declare function export_default$
|
|
934
|
+
declare function export_default$R(props: InboxItemListProps): React.JSX.Element;
|
|
935
935
|
|
|
936
936
|
interface InboxItemListCoordinatorProps {
|
|
937
937
|
children: React.ReactNode;
|
|
938
938
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
939
939
|
}
|
|
940
|
-
declare function export_default$
|
|
940
|
+
declare function export_default$Q(props: InboxItemListCoordinatorProps): React.JSX.Element;
|
|
941
|
+
|
|
942
|
+
interface SymptomSharkBulletChartProps {
|
|
943
|
+
intervalStart?: Date;
|
|
944
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
945
|
+
}
|
|
946
|
+
declare function export_default$P(props: SymptomSharkBulletChartProps): React.JSX.Element | null;
|
|
941
947
|
|
|
942
948
|
interface SymptomSharkCalendarProps {
|
|
943
949
|
intervalStart?: Date;
|
|
944
950
|
onDaySelected(day: Date): void;
|
|
945
951
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
946
952
|
}
|
|
947
|
-
declare function export_default$
|
|
953
|
+
declare function export_default$O(props: SymptomSharkCalendarProps): React.JSX.Element;
|
|
948
954
|
|
|
949
955
|
interface OverallExperienceChartProps {
|
|
950
956
|
intervalStart?: Date;
|
|
951
957
|
showAllDays?: boolean;
|
|
952
958
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
959
|
+
variant?: "default" | "monthReport";
|
|
953
960
|
}
|
|
954
|
-
declare function export_default$
|
|
961
|
+
declare function export_default$N(props: OverallExperienceChartProps): React.JSX.Element | null;
|
|
962
|
+
|
|
963
|
+
type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
|
|
955
964
|
|
|
956
965
|
interface SymptomSharkDataService {
|
|
957
966
|
getConfiguration(): Promise<SymptomSharkConfiguration>;
|
|
@@ -961,6 +970,7 @@ interface SymptomSharkDataService {
|
|
|
961
970
|
saveDailyLogEntry(date: string, entry: DailyLogEntry): Promise<any>;
|
|
962
971
|
}
|
|
963
972
|
interface SymptomSharkConfiguration {
|
|
973
|
+
participantID: Guid;
|
|
964
974
|
symptoms: SymptomConfiguration[];
|
|
965
975
|
treatments: TreatmentConfiguration[];
|
|
966
976
|
}
|
|
@@ -982,7 +992,7 @@ interface DailyLogEntry {
|
|
|
982
992
|
treatments: TreatmentReference[];
|
|
983
993
|
overallFeeling?: number;
|
|
984
994
|
notes: string;
|
|
985
|
-
icon?:
|
|
995
|
+
icon?: LogEntryIconKey;
|
|
986
996
|
}
|
|
987
997
|
interface SymptomReference {
|
|
988
998
|
id: string;
|
|
@@ -992,6 +1002,7 @@ interface TreatmentReference {
|
|
|
992
1002
|
id: string;
|
|
993
1003
|
}
|
|
994
1004
|
declare function convertToSymptomSharkConfiguration(info: ParticipantInfo): {
|
|
1005
|
+
participantID: Guid;
|
|
995
1006
|
symptoms: SymptomConfiguration[];
|
|
996
1007
|
treatments: TreatmentConfiguration[];
|
|
997
1008
|
};
|
|
@@ -1009,29 +1020,47 @@ interface SymptomSharkLogEntryProps {
|
|
|
1009
1020
|
highlightedTreatments?: string[];
|
|
1010
1021
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1011
1022
|
}
|
|
1012
|
-
declare function export_default$
|
|
1023
|
+
declare function export_default$M(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
|
|
1024
|
+
|
|
1025
|
+
interface SymptomSharkMonthReportProps {
|
|
1026
|
+
includeNotes: boolean;
|
|
1027
|
+
includeDailyOverallFeeling: boolean;
|
|
1028
|
+
productLogo?: string;
|
|
1029
|
+
productName?: string;
|
|
1030
|
+
productUrl?: string;
|
|
1031
|
+
intervalStart?: Date;
|
|
1032
|
+
innerRef?: React.Ref<HTMLTableElement>;
|
|
1033
|
+
}
|
|
1034
|
+
declare function export_default$L(props: SymptomSharkMonthReportProps): React.JSX.Element | null;
|
|
1035
|
+
|
|
1036
|
+
interface SymptomSharkNotesTimelineProps {
|
|
1037
|
+
intervalStart?: Date;
|
|
1038
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1039
|
+
}
|
|
1040
|
+
declare function export_default$K(props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
|
|
1013
1041
|
|
|
1014
1042
|
interface SymptomTreatmentHistogramsProps {
|
|
1015
1043
|
intervalStart?: Date;
|
|
1016
1044
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1017
1045
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1018
1046
|
}
|
|
1019
|
-
declare function export_default$
|
|
1047
|
+
declare function export_default$J(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
|
|
1020
1048
|
|
|
1021
1049
|
interface SymptomSeveritySummaryProps {
|
|
1022
1050
|
symptom: SymptomConfiguration;
|
|
1023
1051
|
intervalStart?: Date;
|
|
1024
1052
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1025
1053
|
}
|
|
1026
|
-
declare function export_default$
|
|
1054
|
+
declare function export_default$I(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
|
|
1027
1055
|
|
|
1028
1056
|
interface SymptomSeverityChartProps {
|
|
1029
1057
|
intervalStart?: Date;
|
|
1030
1058
|
symptom: SymptomConfiguration;
|
|
1031
1059
|
showAllDays?: boolean;
|
|
1032
1060
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1061
|
+
variant?: "default" | "monthReport";
|
|
1033
1062
|
}
|
|
1034
|
-
declare function export_default$
|
|
1063
|
+
declare function export_default$H(props: SymptomSeverityChartProps): React.JSX.Element | null;
|
|
1035
1064
|
|
|
1036
1065
|
interface SymptomTreatmentFiltersProps {
|
|
1037
1066
|
expandedDropdown: "Symptoms" | "Treatments" | null;
|
|
@@ -1043,28 +1072,37 @@ interface SymptomTreatmentFiltersProps {
|
|
|
1043
1072
|
onTreatmentsSelectionChange(treatments: string[]): void;
|
|
1044
1073
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1045
1074
|
}
|
|
1046
|
-
declare function export_default$
|
|
1075
|
+
declare function export_default$G(props: SymptomTreatmentFiltersProps): React.JSX.Element;
|
|
1047
1076
|
|
|
1048
1077
|
interface SymptomSharkLogEntryListProps {
|
|
1049
1078
|
onDaySelected(d: Date): void;
|
|
1050
1079
|
previewState?: "default";
|
|
1051
1080
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1052
1081
|
}
|
|
1053
|
-
declare function export_default$
|
|
1082
|
+
declare function export_default$F(props: SymptomSharkLogEntryListProps): React.JSX.Element;
|
|
1054
1083
|
|
|
1055
1084
|
interface SymptomSharkLogTodayProps {
|
|
1056
1085
|
previewState?: "withLog" | "noLog";
|
|
1057
1086
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1058
1087
|
onClick(d: Date): void;
|
|
1059
1088
|
}
|
|
1060
|
-
declare function export_default$
|
|
1089
|
+
declare function export_default$E(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
|
|
1061
1090
|
|
|
1062
1091
|
interface SymptomSharkLogEntryEditProps {
|
|
1063
1092
|
date: Date;
|
|
1064
1093
|
promptForReviewAfterDays?: number;
|
|
1065
1094
|
previewState?: "default";
|
|
1066
1095
|
}
|
|
1067
|
-
declare function export_default$
|
|
1096
|
+
declare function export_default$D(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
|
|
1097
|
+
|
|
1098
|
+
interface SymptomSharkReportBuilderProps {
|
|
1099
|
+
productLogo?: string;
|
|
1100
|
+
productName?: string;
|
|
1101
|
+
productUrl?: string;
|
|
1102
|
+
previewState?: "default";
|
|
1103
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1104
|
+
}
|
|
1105
|
+
declare function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
|
|
1068
1106
|
|
|
1069
1107
|
interface SymptomSharkVisualizationCoordinatorProps {
|
|
1070
1108
|
children: React.ReactNode;
|
|
@@ -1072,7 +1110,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
|
|
|
1072
1110
|
previewState?: "default";
|
|
1073
1111
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1074
1112
|
}
|
|
1075
|
-
declare function export_default$
|
|
1113
|
+
declare function export_default$C(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
|
|
1076
1114
|
|
|
1077
1115
|
interface CalendarViewProps {
|
|
1078
1116
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1080,7 +1118,7 @@ interface CalendarViewProps {
|
|
|
1080
1118
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1081
1119
|
previewState?: "default";
|
|
1082
1120
|
}
|
|
1083
|
-
declare function export_default$
|
|
1121
|
+
declare function export_default$B(props: CalendarViewProps): React.JSX.Element;
|
|
1084
1122
|
|
|
1085
1123
|
interface LogEntryEditViewProps {
|
|
1086
1124
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1088,7 +1126,13 @@ interface LogEntryEditViewProps {
|
|
|
1088
1126
|
promptForReviewAfterDays?: number;
|
|
1089
1127
|
previewState?: "default";
|
|
1090
1128
|
}
|
|
1091
|
-
declare function export_default$
|
|
1129
|
+
declare function export_default$A(props: LogEntryEditViewProps): React.JSX.Element;
|
|
1130
|
+
|
|
1131
|
+
interface SymptomSharkReportBuilderViewProps {
|
|
1132
|
+
colorScheme?: "light" | "dark" | "auto";
|
|
1133
|
+
previewState?: "default";
|
|
1134
|
+
}
|
|
1135
|
+
declare function export_default$z(props: SymptomSharkReportBuilderViewProps): React.JSX.Element;
|
|
1092
1136
|
|
|
1093
1137
|
interface SymptomDetailViewProps {
|
|
1094
1138
|
symptomId: string;
|
|
@@ -1249,6 +1293,7 @@ interface InboxViewProps {
|
|
|
1249
1293
|
resourceImageAlignment?: ResourceImageAlignment;
|
|
1250
1294
|
messageViewerUrl: string;
|
|
1251
1295
|
historyViewerUrl: string;
|
|
1296
|
+
itemCategory?: string;
|
|
1252
1297
|
}
|
|
1253
1298
|
declare function export_default$j(props: InboxViewProps): React.JSX.Element;
|
|
1254
1299
|
|
|
@@ -1378,4 +1423,4 @@ declare function language(key: string): string;
|
|
|
1378
1423
|
|
|
1379
1424
|
declare function getDayKey(date: Date): string;
|
|
1380
1425
|
|
|
1381
|
-
export { export_default$
|
|
1426
|
+
export { export_default$1V as Action, export_default$1U as ActivityMeter, export_default$1l as AllergiesList, export_default$x as AllergiesView, export_default$1k as AppDownload, AreaChartOptions, BarChartOptions, export_default$w as BlankView, BloodPressureDataPoint, export_default$1i as BloodPressureVisualization, export_default$1T as Button, export_default$1S as Calendar, export_default$1R as CalendarDay, CalendarDayStateConfiguration, export_default$1Q as Card, export_default$1P as CardTitle, export_default$g as CelebrationStep, export_default$f as CelebrationStepContainer, ColorDefinition, export_default$1h as ConditionsList, export_default$v as ConditionsView, export_default$e as ConnectDeviceAccountStep, export_default$d as ConnectDeviceAccountStepContainer, export_default$1g as ConnectDevicesMenu, export_default$1f as ConnectEhr, export_default$c as ConnectEhrStep, export_default$b as ConnectEhrStepContainer, export_default$u as ConnectEhrView, export_default$1e as ConnectFitbit, export_default$1d as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1O as DateRangeNavigator, export_default$1N as DayTrackerSymbol, DeviceDataChartLine, export_default$1c as DeviceDataMonthChart, export_default$1b as DeviceDataMonthCharts, export_default$t as DeviceDataView, export_default$1M as DumbbellChart, export_default$1a as ExternalAccountList, export_default$19 as ExternalAccountsLoadingIndicator, export_default$18 as ExternalAccountsPreview, export_default$s as ExternalAccountsView, export_default$1L as Face, export_default$17 as FitbitDevices, export_default$16 as FitbitMonthCharts, export_default$r as FitbitView, export_default$15 as GarminDevices, export_default$14 as GarminMonthCharts, export_default$q as GarminView, export_default$o as HealthAndWellnessView, export_default$13 as HealthPreviewSection, export_default$1K as Histogram, export_default$p as HomeView, export_default$1p as InboxCompletedListItem, export_default$i as InboxHistoryView, export_default$R as InboxItemList, export_default$Q as InboxItemListCoordinator, export_default$1o as InboxMessageListItem, export_default$h as InboxMessageView, export_default$1n as InboxResourceListItem, export_default$1m as InboxSurveyListItem, InboxSurveyVariant, export_default$j as InboxView, export_default$12 as LabResultsSummary, export_default$1J as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$11 as MedicationsList, export_default$n as MedicationsView, export_default$10 as MostRecentNotification, export_default$1I as NavigationBar, NewPointsEntry, export_default$k as NewPointsView, NewPointsViewProps, export_default$1H as NotesInput, export_default$$ as NotificationList, export_default$m as NotificationsView, export_default$_ as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1G as ProgressRing, export_default$Z as ProjectHeader, export_default$Y as ProjectSupport, export_default$X as ProviderSearch, export_default$W as RelativeActivityToday, export_default$1F as Resource, ResourceImageAlignment, export_default$V as RestingHeartRateCalendar, export_default$1E as Section, export_default$1D as SegmentedControl, export_default$T as SeverityCalendar, export_default$1C as ShinyOverlay, export_default$1B as SingleExternalAccount, export_default$1A as SingleNotification, export_default$1z as SingleSurveyTask, export_default$1y as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$a as StepDetailText, export_default$8 as StepImage, export_default$9 as StepImageIcon, export_default$7 as StepLayout, export_default$6 as StepMarkdown, export_default$5 as StepNextButton, export_default$4 as StepText, export_default$3 as StepTitle, SurveyBloodPressureDataParameters, export_default$U as SurveyTaskList, export_default$l as SurveyTasksView, export_default$1x as Switch, SymptomConfiguration, SymptomReference, export_default$P as SymptomSharkBulletChart, export_default$O as SymptomSharkCalendar, export_default$B as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$M as SymptomSharkLogEntry, export_default$D as SymptomSharkLogEntryEdit, export_default$A as SymptomSharkLogEntryEditView, export_default$F as SymptomSharkLogEntryList, export_default$E as SymptomSharkLogToday, export_default$L as SymptomSharkMonthReport, export_default$K as SymptomSharkNotesTimeline, export_default$N as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$z as SymptomSharkReportBuilderView, export_default$y as SymptomSharkSymptomDetailView, export_default$H as SymptomSharkSymptomSeverityChart, export_default$I as SymptomSharkSymptomSeveritySummary, export_default$G as SymptomSharkSymptomTreatmentFilters, export_default$J as SymptomSharkSymptomTreatmentHistograms, export_default$C as SymptomSharkVisualizationCoordinator, export_default$1w as TextBlock, export_default$1v as Title, export_default$1u as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1t as UnstyledButton, export_default$1s as ValueSelector, export_default$S as ViewEhr, export_default$1r as ViewHeader, export_default$1q as WeekCalendar, WeekStartsOn, export_default$2 as YouTubeStep, export_default$1 as YouTubeStepContainer, export_default$1j as bloodPressureDataProvider, checkDailyDataAvailability, convertToSymptomSharkConfiguration, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, export_default as useInterval };
|