@careevolution/mydatahelps-ui 2.12.0 → 2.12.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 +8 -8
- 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/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/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/helpers/renderPdf.d.ts +2 -0
- package/dist/index.d.ts +168 -124
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode, DependencyList } from 'react';
|
|
2
|
-
import { ParticipantInfo, DeviceInfo, SurveyAnswer, ExternalAccountStatus, DeviceDataNamespace, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, EventName } from '@careevolution/mydatahelps-js';
|
|
2
|
+
import { ParticipantInfo, DeviceInfo, SurveyAnswer, ExternalAccountStatus, DeviceDataNamespace, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, Guid, EventName } from '@careevolution/mydatahelps-js';
|
|
3
3
|
import { AxisDomain } from 'recharts/types/util/types';
|
|
4
4
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
5
5
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
@@ -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$2g(props: AsthmaActionPlanManagerProps): React.JSX.Element;
|
|
14
14
|
|
|
15
15
|
declare class AsthmaParticipant {
|
|
16
16
|
participantInfo: ParticipantInfo;
|
|
@@ -87,7 +87,7 @@ interface AsthmaAirQualitiesProps {
|
|
|
87
87
|
date?: Date;
|
|
88
88
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
89
89
|
}
|
|
90
|
-
declare function export_default$
|
|
90
|
+
declare function export_default$2f(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
91
91
|
|
|
92
92
|
interface AsthmaAlertTakeoverNoticeProps {
|
|
93
93
|
previewState?: 'loading' | 'loaded';
|
|
@@ -95,7 +95,7 @@ interface AsthmaAlertTakeoverNoticeProps {
|
|
|
95
95
|
logEntrySurveyName: string;
|
|
96
96
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
97
97
|
}
|
|
98
|
-
declare function export_default$
|
|
98
|
+
declare function export_default$2e(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
|
|
99
99
|
|
|
100
100
|
interface AsthmaAlertTakeoverTriggerProps {
|
|
101
101
|
previewState?: boolean;
|
|
@@ -106,7 +106,7 @@ interface AsthmaAlertTakeoverTriggerProps {
|
|
|
106
106
|
alertTakeoverUrl: string;
|
|
107
107
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
108
108
|
}
|
|
109
|
-
declare function export_default$
|
|
109
|
+
declare function export_default$2d(props: AsthmaAlertTakeoverTriggerProps): null;
|
|
110
110
|
|
|
111
111
|
type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
|
|
112
112
|
|
|
@@ -118,7 +118,7 @@ interface AsthmaBiometricsProps {
|
|
|
118
118
|
date?: Date;
|
|
119
119
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
120
120
|
}
|
|
121
|
-
declare function export_default$
|
|
121
|
+
declare function export_default$2c(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
122
122
|
|
|
123
123
|
type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
|
|
124
124
|
|
|
@@ -130,7 +130,7 @@ interface AsthmaControlCalendarProps {
|
|
|
130
130
|
variant?: AsthmaControlCalendarVariant;
|
|
131
131
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
132
132
|
}
|
|
133
|
-
declare function export_default$
|
|
133
|
+
declare function export_default$2b(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
134
134
|
|
|
135
135
|
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';
|
|
136
136
|
|
|
@@ -139,7 +139,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
139
139
|
participant: AsthmaParticipant;
|
|
140
140
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
141
141
|
}
|
|
142
|
-
declare function export_default$
|
|
142
|
+
declare function export_default$2a(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
143
143
|
|
|
144
144
|
type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
|
|
145
145
|
|
|
@@ -152,7 +152,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
152
152
|
infoUrl: string;
|
|
153
153
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
154
154
|
}
|
|
155
|
-
declare function export_default$
|
|
155
|
+
declare function export_default$29(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
|
|
156
156
|
|
|
157
157
|
type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
|
|
158
158
|
|
|
@@ -163,7 +163,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
163
163
|
dayViewUrl: string;
|
|
164
164
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
165
165
|
}
|
|
166
|
-
declare function export_default$
|
|
166
|
+
declare function export_default$28(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
167
167
|
|
|
168
168
|
interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
169
169
|
previewState?: boolean;
|
|
@@ -171,7 +171,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
|
|
|
171
171
|
postEnrollmentMobileSurveyName: string;
|
|
172
172
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
173
173
|
}
|
|
174
|
-
declare function export_default$
|
|
174
|
+
declare function export_default$27(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
|
|
175
175
|
|
|
176
176
|
declare enum AsthmaDailyDataType {
|
|
177
177
|
Steps = "Asthma.Steps",
|
|
@@ -228,7 +228,7 @@ interface AsthmaActionPlanViewProps {
|
|
|
228
228
|
learnMoreUrl: string;
|
|
229
229
|
editActionPlanSurveyName: string;
|
|
230
230
|
}
|
|
231
|
-
declare function export_default$
|
|
231
|
+
declare function export_default$26(props: AsthmaActionPlanViewProps): React.JSX.Element;
|
|
232
232
|
|
|
233
233
|
interface AsthmaActivityViewProps {
|
|
234
234
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -236,7 +236,7 @@ interface AsthmaActivityViewProps {
|
|
|
236
236
|
alert?: 'Steps';
|
|
237
237
|
logEntrySurveyName: string;
|
|
238
238
|
}
|
|
239
|
-
declare function export_default$
|
|
239
|
+
declare function export_default$25(props: AsthmaActivityViewProps): React.JSX.Element;
|
|
240
240
|
|
|
241
241
|
interface AsthmaAirQualityViewProps {
|
|
242
242
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -244,14 +244,14 @@ interface AsthmaAirQualityViewProps {
|
|
|
244
244
|
alert?: 'HomeAirQuality' | 'WorkAirQuality';
|
|
245
245
|
logEntrySurveyName: string;
|
|
246
246
|
}
|
|
247
|
-
declare function export_default$
|
|
247
|
+
declare function export_default$24(props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
248
248
|
|
|
249
249
|
interface AsthmaAlertTakeoverViewProps {
|
|
250
250
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
251
251
|
previewState?: 'default';
|
|
252
252
|
logEntrySurveyName: string;
|
|
253
253
|
}
|
|
254
|
-
declare function export_default$
|
|
254
|
+
declare function export_default$23(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
|
|
255
255
|
|
|
256
256
|
interface AsthmaDayViewProps {
|
|
257
257
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -266,7 +266,7 @@ interface AsthmaDayViewProps {
|
|
|
266
266
|
sleepUrl: string;
|
|
267
267
|
airQualityUrl: string;
|
|
268
268
|
}
|
|
269
|
-
declare function export_default$
|
|
269
|
+
declare function export_default$22(props: AsthmaDayViewProps): React.JSX.Element;
|
|
270
270
|
|
|
271
271
|
interface AsthmaHeartAndLungsViewProps {
|
|
272
272
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -274,7 +274,7 @@ interface AsthmaHeartAndLungsViewProps {
|
|
|
274
274
|
alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
|
|
275
275
|
logEntrySurveyName: string;
|
|
276
276
|
}
|
|
277
|
-
declare function export_default$
|
|
277
|
+
declare function export_default$21(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
278
278
|
|
|
279
279
|
type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
|
|
280
280
|
|
|
@@ -283,7 +283,7 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
283
283
|
previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
|
|
284
284
|
date: Date;
|
|
285
285
|
}
|
|
286
|
-
declare function export_default$
|
|
286
|
+
declare function export_default$20(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
287
287
|
|
|
288
288
|
interface AsthmaSleepViewProps {
|
|
289
289
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
@@ -291,7 +291,7 @@ interface AsthmaSleepViewProps {
|
|
|
291
291
|
alert?: 'SleepDisturbances';
|
|
292
292
|
logEntrySurveyName: string;
|
|
293
293
|
}
|
|
294
|
-
declare function export_default$
|
|
294
|
+
declare function export_default$1$(props: AsthmaSleepViewProps): React.JSX.Element;
|
|
295
295
|
|
|
296
296
|
interface TermInformation {
|
|
297
297
|
TermFamily: string;
|
|
@@ -304,7 +304,7 @@ interface AllergiesListProps {
|
|
|
304
304
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
305
305
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
306
306
|
}
|
|
307
|
-
declare function export_default$
|
|
307
|
+
declare function export_default$1_(props: AllergiesListProps): React.JSX.Element;
|
|
308
308
|
|
|
309
309
|
interface AppDownloadProps {
|
|
310
310
|
previewProjectPlatforms?: string[];
|
|
@@ -313,7 +313,7 @@ interface AppDownloadProps {
|
|
|
313
313
|
title?: string;
|
|
314
314
|
text?: string;
|
|
315
315
|
}
|
|
316
|
-
declare function export_default$
|
|
316
|
+
declare function export_default$1Z(props: AppDownloadProps): React.JSX.Element | null;
|
|
317
317
|
|
|
318
318
|
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
319
319
|
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
@@ -330,7 +330,7 @@ interface BloodPressureDataPoint {
|
|
|
330
330
|
systolic: number;
|
|
331
331
|
diastolic: number;
|
|
332
332
|
}
|
|
333
|
-
declare function export_default$
|
|
333
|
+
declare function export_default$1Y(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
|
|
334
334
|
|
|
335
335
|
type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
|
|
336
336
|
interface BloodPressureVisualizationProps {
|
|
@@ -339,14 +339,14 @@ interface BloodPressureVisualizationProps {
|
|
|
339
339
|
weekStartsOn?: WeekStartsOn;
|
|
340
340
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
341
341
|
}
|
|
342
|
-
declare function export_default$
|
|
342
|
+
declare function export_default$1X(props: BloodPressureVisualizationProps): React.JSX.Element;
|
|
343
343
|
|
|
344
344
|
interface ConditionsListProps {
|
|
345
345
|
previewState?: "default";
|
|
346
346
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
347
347
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
348
348
|
}
|
|
349
|
-
declare function export_default$
|
|
349
|
+
declare function export_default$1W(props: ConditionsListProps): React.JSX.Element;
|
|
350
350
|
|
|
351
351
|
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
352
352
|
interface ConnectDevicesMenuProps {
|
|
@@ -357,7 +357,7 @@ interface ConnectDevicesMenuProps {
|
|
|
357
357
|
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
358
358
|
headerVariant?: "large" | "medium";
|
|
359
359
|
}
|
|
360
|
-
declare function export_default$
|
|
360
|
+
declare function export_default$1V(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
361
361
|
|
|
362
362
|
interface ConnectEhrProps {
|
|
363
363
|
applicationUrl: ConnectEhrApplicationUrl;
|
|
@@ -374,7 +374,7 @@ interface ConnectEhrProps {
|
|
|
374
374
|
}
|
|
375
375
|
type ConnectEhrApplicationUrl = "preview" | string;
|
|
376
376
|
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
377
|
-
declare function export_default$
|
|
377
|
+
declare function export_default$1U(props: ConnectEhrProps): React.JSX.Element | null;
|
|
378
378
|
|
|
379
379
|
interface ConnectFitbitProps {
|
|
380
380
|
title?: string;
|
|
@@ -385,7 +385,7 @@ interface ConnectFitbitProps {
|
|
|
385
385
|
hideWhenConnected?: boolean;
|
|
386
386
|
}
|
|
387
387
|
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
388
|
-
declare function export_default$
|
|
388
|
+
declare function export_default$1T(props: ConnectFitbitProps): React.JSX.Element;
|
|
389
389
|
|
|
390
390
|
interface ConnectGarminProps {
|
|
391
391
|
title?: string;
|
|
@@ -396,7 +396,7 @@ interface ConnectGarminProps {
|
|
|
396
396
|
hideWhenConnected?: boolean;
|
|
397
397
|
}
|
|
398
398
|
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
399
|
-
declare function export_default$
|
|
399
|
+
declare function export_default$1S(props: ConnectGarminProps): React.JSX.Element;
|
|
400
400
|
|
|
401
401
|
type DailyDataQueryResult = {
|
|
402
402
|
[key: string]: number;
|
|
@@ -513,13 +513,13 @@ interface DeviceDataChartLine {
|
|
|
513
513
|
showAverage?: boolean;
|
|
514
514
|
}
|
|
515
515
|
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
516
|
-
declare function export_default$
|
|
516
|
+
declare function export_default$1R(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
517
517
|
|
|
518
518
|
interface DeviceDataMonthChartsProps {
|
|
519
519
|
previewState?: DeviceDataMonthChartsPreviewState;
|
|
520
520
|
}
|
|
521
521
|
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
522
|
-
declare function export_default$
|
|
522
|
+
declare function export_default$1Q(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
523
523
|
|
|
524
524
|
interface ExternalAccountListProps {
|
|
525
525
|
externalAccountProviderCategories?: string[];
|
|
@@ -528,14 +528,14 @@ interface ExternalAccountListProps {
|
|
|
528
528
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
529
529
|
}
|
|
530
530
|
type NotificationListPreviewState$1 = "Default";
|
|
531
|
-
declare function export_default$
|
|
531
|
+
declare function export_default$1P(props: ExternalAccountListProps): React.JSX.Element;
|
|
532
532
|
|
|
533
533
|
interface ExternalAccountsLoadingIndicatorProps {
|
|
534
534
|
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
535
535
|
externalAccountCategories?: string[];
|
|
536
536
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
537
537
|
}
|
|
538
|
-
declare function export_default$
|
|
538
|
+
declare function export_default$1O(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
539
539
|
|
|
540
540
|
interface ExternalAccountsPreviewProps {
|
|
541
541
|
excludeProviders?: boolean;
|
|
@@ -547,7 +547,7 @@ interface ExternalAccountsPreviewProps {
|
|
|
547
547
|
}
|
|
548
548
|
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
549
549
|
type ExternalAccountsPreviewPreviewState = "Default";
|
|
550
|
-
declare function export_default$
|
|
550
|
+
declare function export_default$1N(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
551
551
|
|
|
552
552
|
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
553
553
|
|
|
@@ -555,25 +555,25 @@ interface FitbitDevicesProps {
|
|
|
555
555
|
previewState?: ConnectedDevicesPreviewState;
|
|
556
556
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
557
557
|
}
|
|
558
|
-
declare function export_default$
|
|
558
|
+
declare function export_default$1M(props: FitbitDevicesProps): React.JSX.Element;
|
|
559
559
|
|
|
560
560
|
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
561
561
|
|
|
562
562
|
interface FitbitMonthChartsProps {
|
|
563
563
|
previewState?: MonthChartsPreviewState;
|
|
564
564
|
}
|
|
565
|
-
declare function export_default$
|
|
565
|
+
declare function export_default$1L(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
566
566
|
|
|
567
567
|
interface GarminDevicesProps {
|
|
568
568
|
previewState?: ConnectedDevicesPreviewState;
|
|
569
569
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
570
570
|
}
|
|
571
|
-
declare function export_default$
|
|
571
|
+
declare function export_default$1K(props: GarminDevicesProps): React.JSX.Element;
|
|
572
572
|
|
|
573
573
|
interface GarminMonthChartsProps {
|
|
574
574
|
previewState?: MonthChartsPreviewState;
|
|
575
575
|
}
|
|
576
|
-
declare function export_default$
|
|
576
|
+
declare function export_default$1J(props: GarminMonthChartsProps): React.JSX.Element;
|
|
577
577
|
|
|
578
578
|
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
579
579
|
interface HealthPreviewSectionProps {
|
|
@@ -583,7 +583,7 @@ interface HealthPreviewSectionProps {
|
|
|
583
583
|
indicatorPosition?: "default" | "topRight";
|
|
584
584
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
585
585
|
}
|
|
586
|
-
declare function export_default$
|
|
586
|
+
declare function export_default$1I(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
587
587
|
|
|
588
588
|
interface LabResultsSummaryProps {
|
|
589
589
|
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
@@ -591,14 +591,14 @@ interface LabResultsSummaryProps {
|
|
|
591
591
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
592
592
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
593
593
|
}
|
|
594
|
-
declare function export_default$
|
|
594
|
+
declare function export_default$1H(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
595
595
|
|
|
596
596
|
interface MedicationsListProps {
|
|
597
597
|
previewState?: "default";
|
|
598
598
|
onViewTermInfo(termInfo: TermInformation): void;
|
|
599
599
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
600
600
|
}
|
|
601
|
-
declare function export_default$
|
|
601
|
+
declare function export_default$1G(props: MedicationsListProps): React.JSX.Element;
|
|
602
602
|
|
|
603
603
|
interface MostRecentNotificationProps {
|
|
604
604
|
notificationType?: NotificationType;
|
|
@@ -608,7 +608,7 @@ interface MostRecentNotificationProps {
|
|
|
608
608
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
609
609
|
}
|
|
610
610
|
type MostRecentNotificationPreviewState = "Default";
|
|
611
|
-
declare function export_default$
|
|
611
|
+
declare function export_default$1F(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
612
612
|
|
|
613
613
|
interface NotificationListProps {
|
|
614
614
|
notificationType?: NotificationType;
|
|
@@ -616,7 +616,7 @@ interface NotificationListProps {
|
|
|
616
616
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
617
617
|
}
|
|
618
618
|
type NotificationListPreviewState = "Default" | "NoData";
|
|
619
|
-
declare function export_default$
|
|
619
|
+
declare function export_default$1E(props: NotificationListProps): React.JSX.Element;
|
|
620
620
|
|
|
621
621
|
interface PlatformSpecificContentProps {
|
|
622
622
|
platforms: string[];
|
|
@@ -624,21 +624,21 @@ interface PlatformSpecificContentProps {
|
|
|
624
624
|
previewDevicePlatform?: string;
|
|
625
625
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
626
626
|
}
|
|
627
|
-
declare function export_default$
|
|
627
|
+
declare function export_default$1D(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
628
628
|
|
|
629
629
|
interface ProjectHeaderProps {
|
|
630
630
|
previewState?: ProjectHeaderPropsPreviewState;
|
|
631
631
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
632
632
|
}
|
|
633
633
|
type ProjectHeaderPropsPreviewState = "Default";
|
|
634
|
-
declare function export_default$
|
|
634
|
+
declare function export_default$1C(props: ProjectHeaderProps): React.JSX.Element;
|
|
635
635
|
|
|
636
636
|
interface ProjectSupportProps {
|
|
637
637
|
previewState?: ProjectSupportPropsPreviewState;
|
|
638
638
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
639
639
|
}
|
|
640
640
|
type ProjectSupportPropsPreviewState = "Default";
|
|
641
|
-
declare function export_default$
|
|
641
|
+
declare function export_default$1B(props: ProjectSupportProps): React.JSX.Element | null;
|
|
642
642
|
|
|
643
643
|
interface ProviderSearchProps {
|
|
644
644
|
previewState?: ProviderSearchPreviewState;
|
|
@@ -647,7 +647,7 @@ interface ProviderSearchProps {
|
|
|
647
647
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
648
648
|
}
|
|
649
649
|
type ProviderSearchPreviewState = "Default";
|
|
650
|
-
declare function export_default$
|
|
650
|
+
declare function export_default$1A(props: ProviderSearchProps): React.JSX.Element;
|
|
651
651
|
|
|
652
652
|
interface RecentDailyDataBarChartProps {
|
|
653
653
|
previewState?: 'loading' | 'loaded without data' | 'loaded with data';
|
|
@@ -661,7 +661,7 @@ interface RecentDailyDataBarChartProps {
|
|
|
661
661
|
highlight?: (rawValue: number) => boolean;
|
|
662
662
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
663
663
|
}
|
|
664
|
-
declare function export_default$
|
|
664
|
+
declare function export_default$1z(props: RecentDailyDataBarChartProps): React.JSX.Element;
|
|
665
665
|
|
|
666
666
|
interface RelativeActivityTodayProps {
|
|
667
667
|
dataTypes: RelativeActivityDataType[];
|
|
@@ -676,7 +676,7 @@ interface RelativeActivityDataType {
|
|
|
676
676
|
color: string;
|
|
677
677
|
formatter: (number: number) => string;
|
|
678
678
|
}
|
|
679
|
-
declare function export_default$
|
|
679
|
+
declare function export_default$1y(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
680
680
|
|
|
681
681
|
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
682
682
|
interface RestingHeartRateCalendarProps {
|
|
@@ -685,7 +685,7 @@ interface RestingHeartRateCalendarProps {
|
|
|
685
685
|
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
686
686
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
687
687
|
}
|
|
688
|
-
declare function export_default$
|
|
688
|
+
declare function export_default$1x(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
689
689
|
|
|
690
690
|
type ButtonVariant = "default" | "subtle" | "light";
|
|
691
691
|
interface ButtonProps {
|
|
@@ -700,7 +700,7 @@ interface ButtonProps {
|
|
|
700
700
|
defaultMargin?: boolean;
|
|
701
701
|
fullWidth?: boolean;
|
|
702
702
|
}
|
|
703
|
-
declare function export_default$
|
|
703
|
+
declare function export_default$1w(props: ButtonProps): React.JSX.Element;
|
|
704
704
|
|
|
705
705
|
interface SurveyTaskListProps {
|
|
706
706
|
status: SurveyTaskStatus;
|
|
@@ -718,7 +718,7 @@ interface SurveyTaskListProps {
|
|
|
718
718
|
buttonColor?: ColorDefinition;
|
|
719
719
|
}
|
|
720
720
|
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
721
|
-
declare function export_default$
|
|
721
|
+
declare function export_default$1v(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
722
722
|
|
|
723
723
|
type SeverityCalendarPreviewState = "Default" | "NoData";
|
|
724
724
|
interface SeverityCalendarProps {
|
|
@@ -730,7 +730,7 @@ interface SeverityCalendarProps {
|
|
|
730
730
|
previewState?: SeverityCalendarPreviewState;
|
|
731
731
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
732
732
|
}
|
|
733
|
-
declare function export_default$
|
|
733
|
+
declare function export_default$1u(props: SeverityCalendarProps): React.JSX.Element;
|
|
734
734
|
|
|
735
735
|
interface ViewEhrProps {
|
|
736
736
|
onClick(): void;
|
|
@@ -740,7 +740,7 @@ interface ViewEhrProps {
|
|
|
740
740
|
buttonColor?: ColorDefinition;
|
|
741
741
|
buttonVariant?: ButtonVariant;
|
|
742
742
|
}
|
|
743
|
-
declare function export_default$
|
|
743
|
+
declare function export_default$1t(props: ViewEhrProps): React.JSX.Element | null;
|
|
744
744
|
|
|
745
745
|
interface ActionProps {
|
|
746
746
|
title?: string;
|
|
@@ -760,7 +760,7 @@ interface ActionProps {
|
|
|
760
760
|
subtitleColor?: ColorDefinition;
|
|
761
761
|
renderAs?: "div" | "button";
|
|
762
762
|
}
|
|
763
|
-
declare function export_default$
|
|
763
|
+
declare function export_default$1s(props: ActionProps): React.JSX.Element;
|
|
764
764
|
|
|
765
765
|
interface ActivityMeterProps {
|
|
766
766
|
label: string;
|
|
@@ -773,7 +773,7 @@ interface ActivityMeterProps {
|
|
|
773
773
|
className?: string;
|
|
774
774
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
775
775
|
}
|
|
776
|
-
declare function export_default$
|
|
776
|
+
declare function export_default$1r(props: ActivityMeterProps): React.JSX.Element;
|
|
777
777
|
|
|
778
778
|
interface CalendarProps {
|
|
779
779
|
month: number;
|
|
@@ -783,7 +783,7 @@ interface CalendarProps {
|
|
|
783
783
|
className?: string;
|
|
784
784
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
785
785
|
}
|
|
786
|
-
declare function export_default$
|
|
786
|
+
declare function export_default$1q(props: CalendarProps): React.JSX.Element;
|
|
787
787
|
|
|
788
788
|
type CalendarDayStateConfiguration = Record<string, {
|
|
789
789
|
style?: CSSProperties;
|
|
@@ -799,7 +799,7 @@ interface CalendarDayProps {
|
|
|
799
799
|
onClick?: (date: Date) => void;
|
|
800
800
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
801
801
|
}
|
|
802
|
-
declare function export_default$
|
|
802
|
+
declare function export_default$1p(props: CalendarDayProps): React.JSX.Element;
|
|
803
803
|
|
|
804
804
|
interface CardProps {
|
|
805
805
|
className?: string;
|
|
@@ -810,7 +810,7 @@ interface CardProps {
|
|
|
810
810
|
backgroundColor?: ColorDefinition;
|
|
811
811
|
style?: React.CSSProperties;
|
|
812
812
|
}
|
|
813
|
-
declare function export_default$
|
|
813
|
+
declare function export_default$1o(props: CardProps): React.JSX.Element | null;
|
|
814
814
|
|
|
815
815
|
interface CardTitleProps {
|
|
816
816
|
title: string;
|
|
@@ -819,7 +819,7 @@ interface CardTitleProps {
|
|
|
819
819
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
820
820
|
color?: ColorDefinition;
|
|
821
821
|
}
|
|
822
|
-
declare function export_default$
|
|
822
|
+
declare function export_default$1n(props: CardTitleProps): React.JSX.Element;
|
|
823
823
|
|
|
824
824
|
interface DateRangeCoordinatorProps {
|
|
825
825
|
initialIntervalStart?: Date;
|
|
@@ -846,7 +846,7 @@ interface DateRangeNavigatorProps {
|
|
|
846
846
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
847
847
|
sticky?: boolean;
|
|
848
848
|
}
|
|
849
|
-
declare function export_default$
|
|
849
|
+
declare function export_default$1m(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
850
850
|
|
|
851
851
|
interface DayTrackerSymbolProps {
|
|
852
852
|
primaryColors: string[];
|
|
@@ -855,7 +855,7 @@ interface DayTrackerSymbolProps {
|
|
|
855
855
|
size?: "small" | "large";
|
|
856
856
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
857
857
|
}
|
|
858
|
-
declare function export_default$
|
|
858
|
+
declare function export_default$1l(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
859
859
|
|
|
860
860
|
interface ClosedInterval {
|
|
861
861
|
values: number[];
|
|
@@ -882,7 +882,7 @@ declare enum DumbbellClass {
|
|
|
882
882
|
"mdhui-dumbbell-in-range" = 0,
|
|
883
883
|
"mdhui-dumbbell-out-of-range" = 1
|
|
884
884
|
}
|
|
885
|
-
declare function export_default$
|
|
885
|
+
declare function export_default$1k(props: DumbBellChartProps): React.JSX.Element;
|
|
886
886
|
|
|
887
887
|
interface FaceProps {
|
|
888
888
|
faceValue?: number;
|
|
@@ -891,7 +891,7 @@ interface FaceProps {
|
|
|
891
891
|
className?: string;
|
|
892
892
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
893
893
|
}
|
|
894
|
-
declare function export_default$
|
|
894
|
+
declare function export_default$1j(props: FaceProps): React.JSX.Element;
|
|
895
895
|
|
|
896
896
|
interface HistogramProps {
|
|
897
897
|
entries: {
|
|
@@ -903,7 +903,7 @@ interface HistogramProps {
|
|
|
903
903
|
className?: string;
|
|
904
904
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
905
905
|
}
|
|
906
|
-
declare function export_default$
|
|
906
|
+
declare function export_default$1i(props: HistogramProps): React.JSX.Element;
|
|
907
907
|
|
|
908
908
|
interface LayoutProps {
|
|
909
909
|
children?: React.ReactNode;
|
|
@@ -924,7 +924,7 @@ interface LayoutContext {
|
|
|
924
924
|
bodyBackgroundColor: string;
|
|
925
925
|
}
|
|
926
926
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
927
|
-
declare function export_default$
|
|
927
|
+
declare function export_default$1h(props: LayoutProps): React.JSX.Element;
|
|
928
928
|
|
|
929
929
|
interface LoadingIndicatorProps {
|
|
930
930
|
variant?: "default" | "inline";
|
|
@@ -951,7 +951,7 @@ interface NavigationBarProps {
|
|
|
951
951
|
navigationBarRight?: React.ReactNode;
|
|
952
952
|
backgroundColor?: ColorDefinition;
|
|
953
953
|
}
|
|
954
|
-
declare function export_default$
|
|
954
|
+
declare function export_default$1g(props: NavigationBarProps): React.JSX.Element;
|
|
955
955
|
|
|
956
956
|
interface NotesInputProps {
|
|
957
957
|
autoTimestamp?: boolean;
|
|
@@ -959,7 +959,7 @@ interface NotesInputProps {
|
|
|
959
959
|
onChange(value: string): void;
|
|
960
960
|
value: string;
|
|
961
961
|
}
|
|
962
|
-
declare function export_default$
|
|
962
|
+
declare function export_default$1f(props: NotesInputProps): React.JSX.Element;
|
|
963
963
|
|
|
964
964
|
interface ProgressBarProps {
|
|
965
965
|
backgroundColor?: ColorDefinition;
|
|
@@ -997,7 +997,7 @@ interface ProgressRingProps {
|
|
|
997
997
|
percentCompleted?: number;
|
|
998
998
|
animate?: boolean;
|
|
999
999
|
}
|
|
1000
|
-
declare function export_default$
|
|
1000
|
+
declare function export_default$1e(props: ProgressRingProps): React.JSX.Element;
|
|
1001
1001
|
|
|
1002
1002
|
type ResourceImageAlignment = 'left' | 'center' | 'right';
|
|
1003
1003
|
interface ResourceProps {
|
|
@@ -1010,7 +1010,7 @@ interface ResourceProps {
|
|
|
1010
1010
|
hideButton?: boolean;
|
|
1011
1011
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1012
1012
|
}
|
|
1013
|
-
declare function export_default$
|
|
1013
|
+
declare function export_default$1d(props: ResourceProps): React.JSX.Element;
|
|
1014
1014
|
|
|
1015
1015
|
type ResourceListPreviewState = 'no resources' | 'some resources';
|
|
1016
1016
|
|
|
@@ -1028,7 +1028,7 @@ interface ResourceListProps {
|
|
|
1028
1028
|
imageAlignment?: ResourceImageAlignment;
|
|
1029
1029
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1030
1030
|
}
|
|
1031
|
-
declare function export_default$
|
|
1031
|
+
declare function export_default$1c(props: ResourceListProps): React.JSX.Element;
|
|
1032
1032
|
|
|
1033
1033
|
type RotatingComponentInterval = 'day' | 'week' | 'month';
|
|
1034
1034
|
interface RotatingComponentCoordinatorProps {
|
|
@@ -1037,7 +1037,7 @@ interface RotatingComponentCoordinatorProps {
|
|
|
1037
1037
|
startDate: Date;
|
|
1038
1038
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1039
1039
|
}
|
|
1040
|
-
declare function export_default$
|
|
1040
|
+
declare function export_default$1b(props: RotatingComponentCoordinatorProps): React.JSX.Element;
|
|
1041
1041
|
|
|
1042
1042
|
interface SectionProps {
|
|
1043
1043
|
children?: React.ReactNode;
|
|
@@ -1047,7 +1047,7 @@ interface SectionProps {
|
|
|
1047
1047
|
backgroundColor?: ColorDefinition;
|
|
1048
1048
|
style?: React.CSSProperties;
|
|
1049
1049
|
}
|
|
1050
|
-
declare function export_default$
|
|
1050
|
+
declare function export_default$1a(props: SectionProps): React.JSX.Element | null;
|
|
1051
1051
|
|
|
1052
1052
|
interface SegmentedControlProps {
|
|
1053
1053
|
segments: {
|
|
@@ -1061,9 +1061,9 @@ interface SegmentedControlProps {
|
|
|
1061
1061
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
1062
1062
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1063
1063
|
}
|
|
1064
|
-
declare function export_default$
|
|
1064
|
+
declare function export_default$19(props: SegmentedControlProps): React.JSX.Element;
|
|
1065
1065
|
|
|
1066
|
-
declare function export_default$
|
|
1066
|
+
declare function export_default$18(): React.JSX.Element;
|
|
1067
1067
|
|
|
1068
1068
|
interface SingleDataPointProps {
|
|
1069
1069
|
label: string;
|
|
@@ -1074,7 +1074,7 @@ interface SingleDataPointProps {
|
|
|
1074
1074
|
onClick?: () => void;
|
|
1075
1075
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1076
1076
|
}
|
|
1077
|
-
declare function export_default$
|
|
1077
|
+
declare function export_default$17(props: SingleDataPointProps): React.JSX.Element;
|
|
1078
1078
|
|
|
1079
1079
|
interface SingleExternalAccountProps {
|
|
1080
1080
|
externalAccount: ExternalAccount;
|
|
@@ -1082,13 +1082,13 @@ interface SingleExternalAccountProps {
|
|
|
1082
1082
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
1083
1083
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1084
1084
|
}
|
|
1085
|
-
declare function export_default$
|
|
1085
|
+
declare function export_default$16(props: SingleExternalAccountProps): React.JSX.Element;
|
|
1086
1086
|
|
|
1087
1087
|
interface SingleNotificationProps {
|
|
1088
1088
|
notification: Notification;
|
|
1089
1089
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1090
1090
|
}
|
|
1091
|
-
declare function export_default$
|
|
1091
|
+
declare function export_default$15(props: SingleNotificationProps): React.JSX.Element;
|
|
1092
1092
|
|
|
1093
1093
|
type SingleSurveyTaskVariant = 'default' | 'expanded';
|
|
1094
1094
|
interface SingleSurveyTaskProps {
|
|
@@ -1101,7 +1101,7 @@ interface SingleSurveyTaskProps {
|
|
|
1101
1101
|
buttonVariant?: ButtonVariant;
|
|
1102
1102
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1103
1103
|
}
|
|
1104
|
-
declare function export_default$
|
|
1104
|
+
declare function export_default$14(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
1105
1105
|
|
|
1106
1106
|
interface SparkBarChartProps {
|
|
1107
1107
|
averageFillPercent: number;
|
|
@@ -1112,7 +1112,7 @@ interface SparkBarChartBar {
|
|
|
1112
1112
|
color: string;
|
|
1113
1113
|
barFillPercent: number;
|
|
1114
1114
|
}
|
|
1115
|
-
declare function export_default
|
|
1115
|
+
declare function export_default$13(props: SparkBarChartProps): React.JSX.Element;
|
|
1116
1116
|
|
|
1117
1117
|
interface SwitchProps {
|
|
1118
1118
|
isOn: Boolean;
|
|
@@ -1121,7 +1121,7 @@ interface SwitchProps {
|
|
|
1121
1121
|
className?: string;
|
|
1122
1122
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
1123
1123
|
}
|
|
1124
|
-
declare function export_default$
|
|
1124
|
+
declare function export_default$12(props: SwitchProps): React.JSX.Element;
|
|
1125
1125
|
|
|
1126
1126
|
interface StatusBarBackgroundProps {
|
|
1127
1127
|
color?: string;
|
|
@@ -1136,7 +1136,7 @@ interface TextBlockProps {
|
|
|
1136
1136
|
color?: ColorDefinition;
|
|
1137
1137
|
style?: React.CSSProperties;
|
|
1138
1138
|
}
|
|
1139
|
-
declare function export_default$
|
|
1139
|
+
declare function export_default$11(props: TextBlockProps): React.JSX.Element | null;
|
|
1140
1140
|
|
|
1141
1141
|
interface TitleProps {
|
|
1142
1142
|
color?: ColorDefinition;
|
|
@@ -1149,7 +1149,7 @@ interface TitleProps {
|
|
|
1149
1149
|
imageAlignment?: "top" | "left";
|
|
1150
1150
|
defaultMargin?: boolean;
|
|
1151
1151
|
}
|
|
1152
|
-
declare function export_default$
|
|
1152
|
+
declare function export_default$10(props: TitleProps): React.JSX.Element;
|
|
1153
1153
|
|
|
1154
1154
|
interface TrackerItemProps {
|
|
1155
1155
|
selected: boolean;
|
|
@@ -1161,7 +1161,7 @@ interface TrackerItemProps {
|
|
|
1161
1161
|
className?: string;
|
|
1162
1162
|
noBoxShadow?: boolean;
|
|
1163
1163
|
}
|
|
1164
|
-
declare function export_default
|
|
1164
|
+
declare function export_default$$(props: TrackerItemProps): React.JSX.Element;
|
|
1165
1165
|
|
|
1166
1166
|
interface UnstyledButtonProps {
|
|
1167
1167
|
onClick: MouseEventHandler;
|
|
@@ -1172,7 +1172,7 @@ interface UnstyledButtonProps {
|
|
|
1172
1172
|
disabled?: boolean;
|
|
1173
1173
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
1174
1174
|
}
|
|
1175
|
-
declare function export_default$
|
|
1175
|
+
declare function export_default$_(props: UnstyledButtonProps): React.JSX.Element;
|
|
1176
1176
|
|
|
1177
1177
|
interface ValueSelectorProps {
|
|
1178
1178
|
title?: string;
|
|
@@ -1193,7 +1193,7 @@ interface ValueSelectorProps {
|
|
|
1193
1193
|
preventEmptySelections?: boolean;
|
|
1194
1194
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1195
1195
|
}
|
|
1196
|
-
declare function export_default$
|
|
1196
|
+
declare function export_default$Z(props: ValueSelectorProps): React.JSX.Element;
|
|
1197
1197
|
|
|
1198
1198
|
interface ViewHeaderProps {
|
|
1199
1199
|
title?: string;
|
|
@@ -1202,7 +1202,7 @@ interface ViewHeaderProps {
|
|
|
1202
1202
|
subtitleColor?: ColorDefinition;
|
|
1203
1203
|
action?: React.ReactNode;
|
|
1204
1204
|
}
|
|
1205
|
-
declare function export_default$
|
|
1205
|
+
declare function export_default$Y(props: ViewHeaderProps): React.JSX.Element | null;
|
|
1206
1206
|
|
|
1207
1207
|
interface WeekCalendarProps {
|
|
1208
1208
|
selectedDate?: Date;
|
|
@@ -1213,7 +1213,7 @@ interface WeekCalendarProps {
|
|
|
1213
1213
|
onStartDateChange?(startDate: Date): void;
|
|
1214
1214
|
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
1215
1215
|
}
|
|
1216
|
-
declare function export_default$
|
|
1216
|
+
declare function export_default$X(props: WeekCalendarProps): React.JSX.Element;
|
|
1217
1217
|
|
|
1218
1218
|
interface InboxCompletedListItemProps {
|
|
1219
1219
|
name: string;
|
|
@@ -1221,14 +1221,14 @@ interface InboxCompletedListItemProps {
|
|
|
1221
1221
|
onClick?: () => void;
|
|
1222
1222
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1223
1223
|
}
|
|
1224
|
-
declare function export_default$
|
|
1224
|
+
declare function export_default$W(props: InboxCompletedListItemProps): React.JSX.Element;
|
|
1225
1225
|
|
|
1226
1226
|
interface InboxMessageListItemProps {
|
|
1227
1227
|
message: InboxMessage;
|
|
1228
1228
|
onClick: () => void;
|
|
1229
1229
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1230
1230
|
}
|
|
1231
|
-
declare function export_default$
|
|
1231
|
+
declare function export_default$V(props: InboxMessageListItemProps): React.JSX.Element | null;
|
|
1232
1232
|
|
|
1233
1233
|
interface InboxResourceListItemProps {
|
|
1234
1234
|
resource: InboxResource;
|
|
@@ -1237,7 +1237,7 @@ interface InboxResourceListItemProps {
|
|
|
1237
1237
|
buttonText?: string;
|
|
1238
1238
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1239
1239
|
}
|
|
1240
|
-
declare function export_default$
|
|
1240
|
+
declare function export_default$U(props: InboxResourceListItemProps): React.JSX.Element | null;
|
|
1241
1241
|
|
|
1242
1242
|
type InboxSurveyVariant = 'default' | 'expanded';
|
|
1243
1243
|
interface InboxSurveyListItemProps {
|
|
@@ -1247,7 +1247,7 @@ interface InboxSurveyListItemProps {
|
|
|
1247
1247
|
surveyActive?: boolean;
|
|
1248
1248
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1249
1249
|
}
|
|
1250
|
-
declare function export_default$
|
|
1250
|
+
declare function export_default$T(props: InboxSurveyListItemProps): React.JSX.Element | null;
|
|
1251
1251
|
|
|
1252
1252
|
type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
|
|
1253
1253
|
|
|
@@ -1272,13 +1272,13 @@ interface InboxItemListProps {
|
|
|
1272
1272
|
syncOnChanges?: boolean;
|
|
1273
1273
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1274
1274
|
}
|
|
1275
|
-
declare function export_default$
|
|
1275
|
+
declare function export_default$S(props: InboxItemListProps): React.JSX.Element;
|
|
1276
1276
|
|
|
1277
1277
|
interface InboxItemListCoordinatorProps {
|
|
1278
1278
|
children: React.ReactNode;
|
|
1279
1279
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1280
1280
|
}
|
|
1281
|
-
declare function export_default$
|
|
1281
|
+
declare function export_default$R(props: InboxItemListCoordinatorProps): React.JSX.Element;
|
|
1282
1282
|
|
|
1283
1283
|
interface CelebrationStepProps {
|
|
1284
1284
|
title?: string;
|
|
@@ -1291,9 +1291,9 @@ interface CelebrationStepProps {
|
|
|
1291
1291
|
[key: string]: any;
|
|
1292
1292
|
};
|
|
1293
1293
|
}
|
|
1294
|
-
declare function export_default$
|
|
1294
|
+
declare function export_default$Q(props: CelebrationStepProps): React.JSX.Element;
|
|
1295
1295
|
|
|
1296
|
-
declare function export_default$
|
|
1296
|
+
declare function export_default$P(): React.JSX.Element;
|
|
1297
1297
|
|
|
1298
1298
|
interface ConnectDeviceAccountStepProps {
|
|
1299
1299
|
title?: string;
|
|
@@ -1305,12 +1305,12 @@ interface ConnectDeviceAccountStepProps {
|
|
|
1305
1305
|
};
|
|
1306
1306
|
onConnect: () => void;
|
|
1307
1307
|
}
|
|
1308
|
-
declare function export_default$
|
|
1308
|
+
declare function export_default$O(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
1309
1309
|
|
|
1310
1310
|
interface ConnectDeviceAccountStepContainerProps {
|
|
1311
1311
|
deviceType?: string;
|
|
1312
1312
|
}
|
|
1313
|
-
declare function export_default$
|
|
1313
|
+
declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
1314
1314
|
|
|
1315
1315
|
interface ConnectEhrStepProps {
|
|
1316
1316
|
title?: string;
|
|
@@ -1324,9 +1324,9 @@ interface ConnectEhrStepProps {
|
|
|
1324
1324
|
[key: string]: any;
|
|
1325
1325
|
};
|
|
1326
1326
|
}
|
|
1327
|
-
declare function export_default$
|
|
1327
|
+
declare function export_default$M(props: ConnectEhrStepProps): React.JSX.Element;
|
|
1328
1328
|
|
|
1329
|
-
declare function export_default$
|
|
1329
|
+
declare function export_default$L(): React.JSX.Element;
|
|
1330
1330
|
|
|
1331
1331
|
interface StepElementProps {
|
|
1332
1332
|
text?: string;
|
|
@@ -1339,22 +1339,22 @@ interface IconElementProps {
|
|
|
1339
1339
|
srcUrl?: string;
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
-
declare function export_default$
|
|
1342
|
+
declare function export_default$K(props: StepElementProps): React.JSX.Element | null;
|
|
1343
1343
|
|
|
1344
|
-
declare function export_default$
|
|
1344
|
+
declare function export_default$J(props: IconElementProps): React.JSX.Element | null;
|
|
1345
1345
|
|
|
1346
|
-
declare function export_default$
|
|
1346
|
+
declare function export_default$I(props: IconElementProps): React.JSX.Element | null;
|
|
1347
1347
|
|
|
1348
1348
|
interface StepLayoutProps {
|
|
1349
1349
|
children?: React.ReactNode;
|
|
1350
1350
|
}
|
|
1351
|
-
declare function export_default$
|
|
1351
|
+
declare function export_default$H(props: StepLayoutProps): React.JSX.Element;
|
|
1352
1352
|
|
|
1353
1353
|
interface StepMarkdownProps {
|
|
1354
1354
|
text: string;
|
|
1355
1355
|
inline?: boolean;
|
|
1356
1356
|
}
|
|
1357
|
-
declare function export_default$
|
|
1357
|
+
declare function export_default$G(props: StepMarkdownProps): React.JSX.Element;
|
|
1358
1358
|
|
|
1359
1359
|
interface StepNextButtonProps extends StepElementProps {
|
|
1360
1360
|
backgroundColor: string;
|
|
@@ -1364,11 +1364,11 @@ interface StepNextButtonProps extends StepElementProps {
|
|
|
1364
1364
|
disabled?: boolean;
|
|
1365
1365
|
onClick(): void;
|
|
1366
1366
|
}
|
|
1367
|
-
declare function export_default$
|
|
1367
|
+
declare function export_default$F(props: StepNextButtonProps): React.JSX.Element;
|
|
1368
1368
|
|
|
1369
|
-
declare function export_default$
|
|
1369
|
+
declare function export_default$E(props: StepElementProps): React.JSX.Element | null;
|
|
1370
1370
|
|
|
1371
|
-
declare function export_default$
|
|
1371
|
+
declare function export_default$D(props: StepElementProps): React.JSX.Element | null;
|
|
1372
1372
|
|
|
1373
1373
|
interface YouTubeStepProps {
|
|
1374
1374
|
title?: string;
|
|
@@ -1381,23 +1381,32 @@ interface YouTubeStepProps {
|
|
|
1381
1381
|
[key: string]: any;
|
|
1382
1382
|
};
|
|
1383
1383
|
}
|
|
1384
|
-
declare function export_default$
|
|
1384
|
+
declare function export_default$C(props: YouTubeStepProps): React.JSX.Element;
|
|
1385
|
+
|
|
1386
|
+
declare function export_default$B(): React.JSX.Element;
|
|
1385
1387
|
|
|
1386
|
-
|
|
1388
|
+
interface SymptomSharkBulletChartProps {
|
|
1389
|
+
intervalStart?: Date;
|
|
1390
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1391
|
+
}
|
|
1392
|
+
declare function export_default$A(props: SymptomSharkBulletChartProps): React.JSX.Element | null;
|
|
1387
1393
|
|
|
1388
1394
|
interface SymptomSharkCalendarProps {
|
|
1389
1395
|
intervalStart?: Date;
|
|
1390
1396
|
onDaySelected(day: Date): void;
|
|
1391
1397
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1392
1398
|
}
|
|
1393
|
-
declare function export_default$
|
|
1399
|
+
declare function export_default$z(props: SymptomSharkCalendarProps): React.JSX.Element;
|
|
1394
1400
|
|
|
1395
1401
|
interface OverallExperienceChartProps {
|
|
1396
1402
|
intervalStart?: Date;
|
|
1397
1403
|
showAllDays?: boolean;
|
|
1398
1404
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1405
|
+
variant?: "default" | "monthReport";
|
|
1399
1406
|
}
|
|
1400
|
-
declare function export_default$
|
|
1407
|
+
declare function export_default$y(props: OverallExperienceChartProps): React.JSX.Element | null;
|
|
1408
|
+
|
|
1409
|
+
type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
|
|
1401
1410
|
|
|
1402
1411
|
interface SymptomSharkDataService {
|
|
1403
1412
|
getConfiguration(): Promise<SymptomSharkConfiguration>;
|
|
@@ -1407,6 +1416,7 @@ interface SymptomSharkDataService {
|
|
|
1407
1416
|
saveDailyLogEntry(date: string, entry: DailyLogEntry): Promise<any>;
|
|
1408
1417
|
}
|
|
1409
1418
|
interface SymptomSharkConfiguration {
|
|
1419
|
+
participantID: Guid;
|
|
1410
1420
|
symptoms: SymptomConfiguration[];
|
|
1411
1421
|
treatments: TreatmentConfiguration[];
|
|
1412
1422
|
}
|
|
@@ -1428,7 +1438,7 @@ interface DailyLogEntry {
|
|
|
1428
1438
|
treatments: TreatmentReference[];
|
|
1429
1439
|
overallFeeling?: number;
|
|
1430
1440
|
notes: string;
|
|
1431
|
-
icon?:
|
|
1441
|
+
icon?: LogEntryIconKey;
|
|
1432
1442
|
}
|
|
1433
1443
|
interface SymptomReference {
|
|
1434
1444
|
id: string;
|
|
@@ -1438,6 +1448,7 @@ interface TreatmentReference {
|
|
|
1438
1448
|
id: string;
|
|
1439
1449
|
}
|
|
1440
1450
|
declare function convertToSymptomSharkConfiguration(info: ParticipantInfo): {
|
|
1451
|
+
participantID: Guid;
|
|
1441
1452
|
symptoms: SymptomConfiguration[];
|
|
1442
1453
|
treatments: TreatmentConfiguration[];
|
|
1443
1454
|
};
|
|
@@ -1455,29 +1466,47 @@ interface SymptomSharkLogEntryProps {
|
|
|
1455
1466
|
highlightedTreatments?: string[];
|
|
1456
1467
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1457
1468
|
}
|
|
1458
|
-
declare function export_default$
|
|
1469
|
+
declare function export_default$x(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
|
|
1470
|
+
|
|
1471
|
+
interface SymptomSharkMonthReportProps {
|
|
1472
|
+
includeNotes: boolean;
|
|
1473
|
+
includeDailyOverallFeeling: boolean;
|
|
1474
|
+
productLogo?: string;
|
|
1475
|
+
productName?: string;
|
|
1476
|
+
productUrl?: string;
|
|
1477
|
+
intervalStart?: Date;
|
|
1478
|
+
innerRef?: React.Ref<HTMLTableElement>;
|
|
1479
|
+
}
|
|
1480
|
+
declare function export_default$w(props: SymptomSharkMonthReportProps): React.JSX.Element | null;
|
|
1481
|
+
|
|
1482
|
+
interface SymptomSharkNotesTimelineProps {
|
|
1483
|
+
intervalStart?: Date;
|
|
1484
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1485
|
+
}
|
|
1486
|
+
declare function export_default$v(props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
|
|
1459
1487
|
|
|
1460
1488
|
interface SymptomTreatmentHistogramsProps {
|
|
1461
1489
|
intervalStart?: Date;
|
|
1462
1490
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1463
1491
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1464
1492
|
}
|
|
1465
|
-
declare function export_default$
|
|
1493
|
+
declare function export_default$u(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
|
|
1466
1494
|
|
|
1467
1495
|
interface SymptomSeveritySummaryProps {
|
|
1468
1496
|
symptom: SymptomConfiguration;
|
|
1469
1497
|
intervalStart?: Date;
|
|
1470
1498
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1471
1499
|
}
|
|
1472
|
-
declare function export_default$
|
|
1500
|
+
declare function export_default$t(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
|
|
1473
1501
|
|
|
1474
1502
|
interface SymptomSeverityChartProps {
|
|
1475
1503
|
intervalStart?: Date;
|
|
1476
1504
|
symptom: SymptomConfiguration;
|
|
1477
1505
|
showAllDays?: boolean;
|
|
1478
1506
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1507
|
+
variant?: "default" | "monthReport";
|
|
1479
1508
|
}
|
|
1480
|
-
declare function export_default$
|
|
1509
|
+
declare function export_default$s(props: SymptomSeverityChartProps): React.JSX.Element | null;
|
|
1481
1510
|
|
|
1482
1511
|
interface SymptomTreatmentFiltersProps {
|
|
1483
1512
|
expandedDropdown: "Symptoms" | "Treatments" | null;
|
|
@@ -1489,28 +1518,37 @@ interface SymptomTreatmentFiltersProps {
|
|
|
1489
1518
|
onTreatmentsSelectionChange(treatments: string[]): void;
|
|
1490
1519
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1491
1520
|
}
|
|
1492
|
-
declare function export_default$
|
|
1521
|
+
declare function export_default$r(props: SymptomTreatmentFiltersProps): React.JSX.Element;
|
|
1493
1522
|
|
|
1494
1523
|
interface SymptomSharkLogEntryListProps {
|
|
1495
1524
|
onDaySelected(d: Date): void;
|
|
1496
1525
|
previewState?: "default";
|
|
1497
1526
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1498
1527
|
}
|
|
1499
|
-
declare function export_default$
|
|
1528
|
+
declare function export_default$q(props: SymptomSharkLogEntryListProps): React.JSX.Element;
|
|
1500
1529
|
|
|
1501
1530
|
interface SymptomSharkLogTodayProps {
|
|
1502
1531
|
previewState?: "withLog" | "noLog";
|
|
1503
1532
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1504
1533
|
onClick(d: Date): void;
|
|
1505
1534
|
}
|
|
1506
|
-
declare function export_default$
|
|
1535
|
+
declare function export_default$p(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
|
|
1507
1536
|
|
|
1508
1537
|
interface SymptomSharkLogEntryEditProps {
|
|
1509
1538
|
date: Date;
|
|
1510
1539
|
promptForReviewAfterDays?: number;
|
|
1511
1540
|
previewState?: "default";
|
|
1512
1541
|
}
|
|
1513
|
-
declare function export_default$
|
|
1542
|
+
declare function export_default$o(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
|
|
1543
|
+
|
|
1544
|
+
interface SymptomSharkReportBuilderProps {
|
|
1545
|
+
productLogo?: string;
|
|
1546
|
+
productName?: string;
|
|
1547
|
+
productUrl?: string;
|
|
1548
|
+
previewState?: "default";
|
|
1549
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
1550
|
+
}
|
|
1551
|
+
declare function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
|
|
1514
1552
|
|
|
1515
1553
|
interface SymptomSharkVisualizationCoordinatorProps {
|
|
1516
1554
|
children: React.ReactNode;
|
|
@@ -1518,7 +1556,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
|
|
|
1518
1556
|
previewState?: "default";
|
|
1519
1557
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
1520
1558
|
}
|
|
1521
|
-
declare function export_default$
|
|
1559
|
+
declare function export_default$n(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
|
|
1522
1560
|
|
|
1523
1561
|
interface CalendarViewProps {
|
|
1524
1562
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1526,7 +1564,7 @@ interface CalendarViewProps {
|
|
|
1526
1564
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
1527
1565
|
previewState?: "default";
|
|
1528
1566
|
}
|
|
1529
|
-
declare function export_default$
|
|
1567
|
+
declare function export_default$m(props: CalendarViewProps): React.JSX.Element;
|
|
1530
1568
|
|
|
1531
1569
|
interface LogEntryEditViewProps {
|
|
1532
1570
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -1534,7 +1572,13 @@ interface LogEntryEditViewProps {
|
|
|
1534
1572
|
promptForReviewAfterDays?: number;
|
|
1535
1573
|
previewState?: "default";
|
|
1536
1574
|
}
|
|
1537
|
-
declare function export_default$
|
|
1575
|
+
declare function export_default$l(props: LogEntryEditViewProps): React.JSX.Element;
|
|
1576
|
+
|
|
1577
|
+
interface SymptomSharkReportBuilderViewProps {
|
|
1578
|
+
colorScheme?: "light" | "dark" | "auto";
|
|
1579
|
+
previewState?: "default";
|
|
1580
|
+
}
|
|
1581
|
+
declare function export_default$k(props: SymptomSharkReportBuilderViewProps): React.JSX.Element;
|
|
1538
1582
|
|
|
1539
1583
|
interface SymptomDetailViewProps {
|
|
1540
1584
|
symptomId: string;
|
|
@@ -1732,4 +1776,4 @@ declare function getDayKey(date: Date): string;
|
|
|
1732
1776
|
|
|
1733
1777
|
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1734
1778
|
|
|
1735
|
-
export { export_default$
|
|
1779
|
+
export { export_default$1s as Action, export_default$1r as ActivityMeter, export_default$1_ as AllergiesList, export_default$i as AllergiesView, export_default$1Z as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2g as AsthmaActionPlanManager, export_default$26 as AsthmaActionPlanView, export_default$25 as AsthmaActivityView, export_default$2f as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$24 as AsthmaAirQualityView, export_default$2e as AsthmaAlertTakeoverNotice, export_default$2d as AsthmaAlertTakeoverTrigger, export_default$23 as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2c as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2b as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$2a as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$22 as AsthmaDayView, export_default$21 as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$29 as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$20 as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$28 as AsthmaLogEntryHeader, AsthmaParticipant, export_default$27 as AsthmaPostEnrollmentSurveyTrigger, export_default$1$ as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, export_default$h as BlankView, BloodPressureDataPoint, export_default$1X as BloodPressureVisualization, export_default$1w as Button, export_default$1q as Calendar, export_default$1p as CalendarDay, CalendarDayStateConfiguration, export_default$1o as Card, export_default$1n as CardTitle, export_default$Q as CelebrationStep, export_default$P as CelebrationStepContainer, ColorDefinition, export_default$1W as ConditionsList, export_default$g as ConditionsView, export_default$O as ConnectDeviceAccountStep, export_default$N as ConnectDeviceAccountStepContainer, export_default$1V as ConnectDevicesMenu, export_default$1U as ConnectEhr, export_default$M as ConnectEhrStep, export_default$L as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1T as ConnectFitbit, export_default$1S as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1m as DateRangeNavigator, export_default$1l as DayTrackerSymbol, DeviceDataChartLine, export_default$1R as DeviceDataMonthChart, export_default$1Q as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$1k as DumbbellChart, export_default$1P as ExternalAccountList, export_default$1O as ExternalAccountsLoadingIndicator, export_default$1N as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$1j as Face, export_default$1M as FitbitDevices, export_default$1L as FitbitMonthCharts, export_default$c as FitbitView, export_default$1K as GarminDevices, export_default$1J as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$1I as HealthPreviewSection, export_default$1i as Histogram, export_default$a as HomeView, export_default$W as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$S as InboxItemList, export_default$R as InboxItemListCoordinator, export_default$V as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$U as InboxResourceListItem, export_default$T as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$1H as LabResultsSummary, export_default$1h as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1G as MedicationsList, export_default$8 as MedicationsView, export_default$1F as MostRecentNotification, export_default$1g as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1f as NotesInput, export_default$1E as NotificationList, export_default$7 as NotificationsView, export_default$1D as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1e as ProgressRing, export_default$1C as ProjectHeader, export_default$1B as ProjectSupport, export_default$1A as ProviderSearch, export_default$1z as RecentDailyDataBarChart, export_default$1y as RelativeActivityToday, export_default$1d as Resource, ResourceDefinition, ResourceImageAlignment, export_default$1c as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$1x as RestingHeartRateCalendar, export_default$1b as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1a as Section, export_default$19 as SegmentedControl, export_default$1u as SeverityCalendar, export_default$18 as ShinyOverlay, export_default$17 as SingleDataPoint, export_default$16 as SingleExternalAccount, export_default$15 as SingleNotification, export_default$14 as SingleSurveyTask, export_default$13 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$1v as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$12 as Switch, SymptomConfiguration, SymptomReference, export_default$A as SymptomSharkBulletChart, 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$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$11 as TextBlock, export_default$10 as Title, export_default$$ as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$_ as UnstyledButton, export_default$Z as ValueSelector, export_default$1t as ViewEhr, export_default$Y as ViewHeader, export_default$X as WeekCalendar, WeekStartsOn, export_default$C as YouTubeStep, export_default$B as YouTubeStepContainer, service as asthmaDataService, export_default$1Y 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 };
|