@careevolution/mydatahelps-ui 2.8.2 → 2.9.1-AsthmaUI.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 +24 -24
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.d.ts +9 -0
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.d.ts +9 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +9 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +22 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +138 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +7 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +34 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/index.d.ts +7 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +9 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +7 -0
- package/dist/cjs/types/components/asthma/helpers/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/index.d.ts +5 -0
- package/dist/cjs/types/components/asthma/model/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/model/types.d.ts +49 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.d.ts +12 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +70 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +11 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +60 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +7 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/presentational/index.d.ts +3 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +9 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +18 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +9 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +18 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +7 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/index.d.ts +3 -0
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.d.ts +8 -0
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.stories.d.ts +24 -0
- package/dist/cjs/types/components/container/AllergiesList/index.d.ts +1 -0
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.d.ts +8 -0
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.stories.d.ts +24 -0
- package/dist/cjs/types/components/container/ConditionsList/index.d.ts +1 -0
- package/dist/cjs/types/components/container/MedicationsList/MedicationsList.d.ts +8 -0
- package/dist/cjs/types/components/container/MedicationsList/MedicationsList.stories.d.ts +24 -0
- package/dist/cjs/types/components/container/MedicationsList/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +3 -0
- package/dist/cjs/types/components/index.d.ts +3 -2
- package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +15 -0
- package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +17 -0
- package/dist/cjs/types/components/presentational/BasicCalendar/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/cjs/types/components/presentational/Layout/index.d.ts +1 -2
- package/dist/cjs/types/components/presentational/ProgressRing/ProgressRing.d.ts +11 -0
- package/dist/cjs/types/components/presentational/ProgressRing/ProgressRing.stories.d.ts +84 -0
- package/dist/cjs/types/components/presentational/ProgressRing/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.d.ts +4 -3
- package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +27 -8
- package/dist/cjs/types/components/presentational/index.d.ts +3 -1
- package/dist/cjs/types/components/view/AllergiesView/AllergiesView.d.ts +6 -0
- package/dist/cjs/types/components/view/AllergiesView/AllergiesView.stories.d.ts +23 -0
- package/dist/cjs/types/components/view/AllergiesView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/ConditionsView/ConditionsView.d.ts +6 -0
- package/dist/cjs/types/components/view/ConditionsView/ConditionsView.stories.d.ts +23 -0
- package/dist/cjs/types/components/view/ConditionsView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/MedicationsView/MedicationsView.d.ts +6 -0
- package/dist/cjs/types/components/view/MedicationsView/MedicationsView.stories.d.ts +23 -0
- package/dist/cjs/types/components/view/MedicationsView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/NewPointsView/NewPointsView.d.ts +20 -0
- package/dist/cjs/types/components/view/NewPointsView/NewPointsView.stories.d.ts +192 -0
- package/dist/cjs/types/components/view/NewPointsView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/index.d.ts +4 -0
- package/dist/cjs/types/helpers/useMyDataHelps.d.ts +2 -0
- package/dist/esm/index.js +23 -23
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.d.ts +9 -0
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.d.ts +9 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +9 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +22 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +138 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +7 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +34 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/index.d.ts +7 -0
- package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +9 -0
- package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +7 -0
- package/dist/esm/types/components/asthma/helpers/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/index.d.ts +5 -0
- package/dist/esm/types/components/asthma/model/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/model/types.d.ts +49 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.d.ts +12 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +70 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +11 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +60 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +7 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/presentational/index.d.ts +3 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +9 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +18 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +9 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +18 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +7 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/index.d.ts +3 -0
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.d.ts +8 -0
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.stories.d.ts +24 -0
- package/dist/esm/types/components/container/AllergiesList/index.d.ts +1 -0
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.d.ts +8 -0
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.stories.d.ts +24 -0
- package/dist/esm/types/components/container/ConditionsList/index.d.ts +1 -0
- package/dist/esm/types/components/container/MedicationsList/MedicationsList.d.ts +8 -0
- package/dist/esm/types/components/container/MedicationsList/MedicationsList.stories.d.ts +24 -0
- package/dist/esm/types/components/container/MedicationsList/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +3 -0
- package/dist/esm/types/components/index.d.ts +3 -2
- package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +15 -0
- package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +17 -0
- package/dist/esm/types/components/presentational/BasicCalendar/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/esm/types/components/presentational/Layout/index.d.ts +1 -2
- package/dist/esm/types/components/presentational/ProgressRing/ProgressRing.d.ts +11 -0
- package/dist/esm/types/components/presentational/ProgressRing/ProgressRing.stories.d.ts +84 -0
- package/dist/esm/types/components/presentational/ProgressRing/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.d.ts +4 -3
- package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +27 -8
- package/dist/esm/types/components/presentational/index.d.ts +3 -1
- package/dist/esm/types/components/view/AllergiesView/AllergiesView.d.ts +6 -0
- package/dist/esm/types/components/view/AllergiesView/AllergiesView.stories.d.ts +23 -0
- package/dist/esm/types/components/view/AllergiesView/index.d.ts +1 -0
- package/dist/esm/types/components/view/ConditionsView/ConditionsView.d.ts +6 -0
- package/dist/esm/types/components/view/ConditionsView/ConditionsView.stories.d.ts +23 -0
- package/dist/esm/types/components/view/ConditionsView/index.d.ts +1 -0
- package/dist/esm/types/components/view/MedicationsView/MedicationsView.d.ts +6 -0
- package/dist/esm/types/components/view/MedicationsView/MedicationsView.stories.d.ts +23 -0
- package/dist/esm/types/components/view/MedicationsView/index.d.ts +1 -0
- package/dist/esm/types/components/view/NewPointsView/NewPointsView.d.ts +20 -0
- package/dist/esm/types/components/view/NewPointsView/NewPointsView.stories.d.ts +192 -0
- package/dist/esm/types/components/view/NewPointsView/index.d.ts +1 -0
- package/dist/esm/types/components/view/index.d.ts +4 -0
- package/dist/esm/types/helpers/useMyDataHelps.d.ts +2 -0
- package/dist/index.d.ts +789 -520
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,591 @@
|
|
|
1
|
-
import React, { ReactElement, MouseEventHandler, ReactNode } from 'react';
|
|
1
|
+
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode } from 'react';
|
|
2
|
+
import { ParticipantInfo, ExternalAccountStatus, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask } from '@careevolution/mydatahelps-js';
|
|
2
3
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
3
|
-
import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, ExternalAccountStatus, NotificationType, ExternalAccountProvider, SurveyTaskStatus, ParticipantInfo } from '@careevolution/mydatahelps-js';
|
|
4
4
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
5
5
|
|
|
6
|
+
declare class AsthmaParticipant {
|
|
7
|
+
participantInfo: ParticipantInfo;
|
|
8
|
+
constructor(participantInfo: ParticipantInfo);
|
|
9
|
+
getFirstName(): string;
|
|
10
|
+
hasPairedDevice(): boolean;
|
|
11
|
+
hasEstablishedBaseline(): boolean;
|
|
12
|
+
hasRequestedWithdrawal(): boolean;
|
|
13
|
+
private hasEstablishedBaselineByType;
|
|
14
|
+
private getCustomFieldValue;
|
|
15
|
+
}
|
|
16
|
+
interface AsthmaControlMetrics {
|
|
17
|
+
date: string;
|
|
18
|
+
nighttimeAwakeningDaysPast7: number;
|
|
19
|
+
limitedActivityDaysPast7: number;
|
|
20
|
+
inhalerUseDaysPast7: number;
|
|
21
|
+
symptomDaysPast7: number;
|
|
22
|
+
loggedDaysPast7: number;
|
|
23
|
+
}
|
|
24
|
+
type AsthmaControlStatus = 'no-data' | 'not-controlled' | 'controlled' | 'not-determined';
|
|
25
|
+
interface AsthmaControlState {
|
|
26
|
+
status: AsthmaControlStatus;
|
|
27
|
+
symptomDaysPast7?: number;
|
|
28
|
+
nighttimeAwakeningDaysPast7?: number;
|
|
29
|
+
limitedActivityDaysPast7?: number;
|
|
30
|
+
inhalerUseDaysPast7?: number;
|
|
31
|
+
}
|
|
32
|
+
type AsthmaDataStatus = 'establishing' | 'offline' | 'in-range' | 'out-of-range';
|
|
33
|
+
type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'activity' | 'sleep';
|
|
34
|
+
interface AsthmaBiometric {
|
|
35
|
+
type: AsthmaBiometricType;
|
|
36
|
+
status: AsthmaDataStatus;
|
|
37
|
+
value?: number;
|
|
38
|
+
}
|
|
39
|
+
type AsthmaAirQualityType = 'work' | 'home';
|
|
40
|
+
interface AsthmaAirQuality {
|
|
41
|
+
type: AsthmaAirQualityType;
|
|
42
|
+
status: AsthmaDataStatus;
|
|
43
|
+
value?: number;
|
|
44
|
+
description?: string;
|
|
45
|
+
}
|
|
46
|
+
type AsthmaSymptomLevel = 'none' | 'mild' | 'moderate' | 'severe';
|
|
47
|
+
interface AsthmaLogEntry {
|
|
48
|
+
identifier: string;
|
|
49
|
+
symptomLevel: AsthmaSymptomLevel;
|
|
50
|
+
symptoms: string[];
|
|
51
|
+
impacts: string[];
|
|
52
|
+
triggers: string[];
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
type AsthmaAirQualitiesPreviewState = 'default';
|
|
56
|
+
|
|
57
|
+
interface AsthmaAirQualitiesProps {
|
|
58
|
+
previewState?: AsthmaAirQualitiesPreviewState;
|
|
59
|
+
onClick: () => void;
|
|
60
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
61
|
+
}
|
|
62
|
+
declare function export_default$1P(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
63
|
+
|
|
64
|
+
type AsthmaBiometricsPreviewState = 'default';
|
|
65
|
+
|
|
66
|
+
interface AsthmaBiometricsProps {
|
|
67
|
+
previewState?: AsthmaBiometricsPreviewState;
|
|
68
|
+
onClick: () => void;
|
|
69
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
70
|
+
}
|
|
71
|
+
declare function export_default$1O(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
72
|
+
|
|
73
|
+
type AsthmaLogEntryHeaderPreviewState = 'no-logs' | 'today-log-only' | 'yesterday-log-only' | 'both-logs';
|
|
74
|
+
|
|
75
|
+
interface AsthmaLogEntryHeaderProps {
|
|
76
|
+
previewState?: AsthmaLogEntryHeaderPreviewState;
|
|
77
|
+
logTodayEntrySurveyName: string;
|
|
78
|
+
logYesterdayEntrySurveyName: string;
|
|
79
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
80
|
+
}
|
|
81
|
+
declare function export_default$1N(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
82
|
+
|
|
83
|
+
type AsthmaControlCalendarPreviewState = 'no-logs' | 'some-logs';
|
|
84
|
+
|
|
85
|
+
interface AsthmaControlCalendarProps {
|
|
86
|
+
previewState?: AsthmaControlCalendarPreviewState;
|
|
87
|
+
intervalStart?: Date;
|
|
88
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
89
|
+
}
|
|
90
|
+
declare function export_default$1M(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
91
|
+
|
|
92
|
+
type AsthmaCalendarViewHeaderPreviewState = 'default';
|
|
93
|
+
|
|
94
|
+
interface AsthmaCalendarViewHeaderProps {
|
|
95
|
+
previewState?: AsthmaCalendarViewHeaderPreviewState;
|
|
96
|
+
logTodayEntrySurveyName: string;
|
|
97
|
+
logYesterdayEntrySurveyName: string;
|
|
98
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
99
|
+
}
|
|
100
|
+
declare function export_default$1L(props: AsthmaCalendarViewHeaderProps): React.JSX.Element;
|
|
101
|
+
|
|
102
|
+
type AsthmaControlStatusHeaderPreviewState = 'no-data' | 'abnormal-dhr' | 'abnormal-nhr' | 'abnormal-rr' | 'abnormal-activity' | 'abnormal-sleep' | 'abnormal-home-aqi' | 'abnormal-work-aqi' | 'abnormal-multiple' | 'not-determined' | 'not-controlled' | 'controlled';
|
|
103
|
+
|
|
104
|
+
interface AsthmaControlStatusHeaderProps {
|
|
105
|
+
previewState?: AsthmaControlStatusHeaderPreviewState;
|
|
106
|
+
participant: AsthmaParticipant;
|
|
107
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
108
|
+
}
|
|
109
|
+
declare function export_default$1K(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
110
|
+
|
|
111
|
+
type AsthmaDashboardViewHeaderPreviewState = 'default';
|
|
112
|
+
|
|
113
|
+
interface AsthmaDashboardViewHeaderProps {
|
|
114
|
+
previewState?: AsthmaDashboardViewHeaderPreviewState;
|
|
115
|
+
logTodayEntrySurveyName: string;
|
|
116
|
+
logYesterdayEntrySurveyName: string;
|
|
117
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
118
|
+
}
|
|
119
|
+
declare function export_default$1J(props: AsthmaDashboardViewHeaderProps): React.JSX.Element | null;
|
|
120
|
+
|
|
121
|
+
interface AsthmaDataService {
|
|
122
|
+
loadParticipant(): Promise<AsthmaParticipant>;
|
|
123
|
+
loadLogEntries(fromDate?: Date): Promise<AsthmaLogEntry[]>;
|
|
124
|
+
loadBiometrics(): Promise<AsthmaBiometric[]>;
|
|
125
|
+
loadAirQualities(): Promise<AsthmaAirQuality[]>;
|
|
126
|
+
}
|
|
127
|
+
declare const service: AsthmaDataService;
|
|
128
|
+
|
|
129
|
+
declare const dateToAsthmaLogEntryIdentifier: (date: Date) => string;
|
|
130
|
+
declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
|
|
131
|
+
declare const getAsthmaBiometricTypeLabel: (type: AsthmaBiometricType) => string;
|
|
132
|
+
declare const getAsthmaBiometricTypeUnits: (type: AsthmaBiometricType) => string;
|
|
133
|
+
declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
|
|
134
|
+
declare const getAsthmaAirQualityTypeLabel: (type: AsthmaAirQualityType) => string;
|
|
135
|
+
|
|
136
|
+
interface AsthmaDataSummaryProps {
|
|
137
|
+
label: string;
|
|
138
|
+
status: AsthmaDataStatus;
|
|
139
|
+
statusText?: string;
|
|
140
|
+
value?: number;
|
|
141
|
+
units?: string;
|
|
142
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
143
|
+
}
|
|
144
|
+
declare function export_default$1I(props: AsthmaDataSummaryProps): React.JSX.Element;
|
|
145
|
+
|
|
146
|
+
interface AsthmaLogEntrySummaryProps {
|
|
147
|
+
label: string;
|
|
148
|
+
logEntry?: AsthmaLogEntry;
|
|
149
|
+
logEntrySurveyName: string;
|
|
150
|
+
loading?: boolean;
|
|
151
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
152
|
+
}
|
|
153
|
+
declare function export_default$1H(props: AsthmaLogEntrySummaryProps): React.JSX.Element;
|
|
154
|
+
|
|
155
|
+
interface AsthmaViewTitleProps {
|
|
156
|
+
title: string;
|
|
157
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
158
|
+
}
|
|
159
|
+
declare function export_default$1G(props: AsthmaViewTitleProps): React.JSX.Element;
|
|
160
|
+
|
|
161
|
+
type AsthmaCalendarViewPreviewState = 'default';
|
|
162
|
+
|
|
163
|
+
interface AsthmaCalendarViewProps {
|
|
164
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
165
|
+
previewState?: AsthmaCalendarViewPreviewState;
|
|
166
|
+
logTodayEntrySurveyName: string;
|
|
167
|
+
logYesterdayEntrySurveyName: string;
|
|
168
|
+
}
|
|
169
|
+
declare function export_default$1F(props: AsthmaCalendarViewProps): React.JSX.Element;
|
|
170
|
+
|
|
171
|
+
type AsthmaDashboardViewPreviewState = 'default';
|
|
172
|
+
|
|
173
|
+
interface AsthmaDashboardViewProps {
|
|
174
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
175
|
+
previewState?: AsthmaDashboardViewPreviewState;
|
|
176
|
+
logTodayEntrySurveyName: string;
|
|
177
|
+
logYesterdayEntrySurveyName: string;
|
|
178
|
+
}
|
|
179
|
+
declare function export_default$1E(props: AsthmaDashboardViewProps): React.JSX.Element;
|
|
180
|
+
|
|
181
|
+
type AsthmaDataViewPreviewState = 'default';
|
|
182
|
+
|
|
183
|
+
interface AsthmaDataViewProps {
|
|
184
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
185
|
+
previewState?: AsthmaDataViewPreviewState;
|
|
186
|
+
}
|
|
187
|
+
declare function export_default$1D(props: AsthmaDataViewProps): React.JSX.Element;
|
|
188
|
+
|
|
189
|
+
interface TermInformation {
|
|
190
|
+
TermFamily: string;
|
|
191
|
+
TermNamespace: string;
|
|
192
|
+
TermCode: string;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
interface AllergiesListProps {
|
|
196
|
+
previewState?: "default";
|
|
197
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
198
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
199
|
+
}
|
|
200
|
+
declare function export_default$1C(props: AllergiesListProps): React.JSX.Element;
|
|
201
|
+
|
|
202
|
+
interface AppDownloadProps {
|
|
203
|
+
previewProjectPlatforms?: string[];
|
|
204
|
+
previewDevicePlatform?: string;
|
|
205
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
206
|
+
title?: string;
|
|
207
|
+
text?: string;
|
|
208
|
+
}
|
|
209
|
+
declare function export_default$1B(props: AppDownloadProps): React.JSX.Element | null;
|
|
210
|
+
|
|
211
|
+
interface ConditionsListProps {
|
|
212
|
+
previewState?: "default";
|
|
213
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
214
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
215
|
+
}
|
|
216
|
+
declare function export_default$1A(props: ConditionsListProps): React.JSX.Element;
|
|
217
|
+
|
|
218
|
+
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
219
|
+
interface ConnectDevicesMenuProps {
|
|
220
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
221
|
+
accountTypes?: DeviceAccountType[];
|
|
222
|
+
title?: string;
|
|
223
|
+
text?: string;
|
|
224
|
+
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
225
|
+
headerVariant?: "large" | "medium";
|
|
226
|
+
}
|
|
227
|
+
declare function export_default$1z(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
228
|
+
|
|
6
229
|
type ColorDefinition = string | {
|
|
7
230
|
lightMode?: string;
|
|
8
231
|
darkMode?: string;
|
|
9
232
|
};
|
|
10
233
|
declare function resolveColor(colorScheme: "light" | "dark", colorDefinition?: ColorDefinition): string | undefined;
|
|
11
234
|
|
|
235
|
+
interface ConnectEhrProps {
|
|
236
|
+
applicationUrl: ConnectEhrApplicationUrl;
|
|
237
|
+
previewState?: ConnectEhrPreviewState;
|
|
238
|
+
disabledBehavior?: 'hide' | 'displayError';
|
|
239
|
+
bottomBorder?: boolean;
|
|
240
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
241
|
+
variant?: "large" | "medium" | "small";
|
|
242
|
+
title?: string;
|
|
243
|
+
notConnectedText?: string;
|
|
244
|
+
connectedText?: string;
|
|
245
|
+
hideWhenConnected?: boolean;
|
|
246
|
+
buttonColor?: ColorDefinition;
|
|
247
|
+
}
|
|
248
|
+
type ConnectEhrApplicationUrl = "preview" | string;
|
|
249
|
+
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
250
|
+
declare function export_default$1y(props: ConnectEhrProps): React.JSX.Element | null;
|
|
251
|
+
|
|
252
|
+
interface ConnectFitbitProps {
|
|
253
|
+
title?: string;
|
|
254
|
+
fitbitProviderID?: number;
|
|
255
|
+
previewState?: ConnectFitbitPreviewState;
|
|
256
|
+
disabledBehavior?: 'hide' | 'displayError';
|
|
257
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
258
|
+
hideWhenConnected?: boolean;
|
|
259
|
+
}
|
|
260
|
+
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
261
|
+
declare function export_default$1x(props: ConnectFitbitProps): React.JSX.Element;
|
|
262
|
+
|
|
263
|
+
interface ConnectGarminProps {
|
|
264
|
+
title?: string;
|
|
265
|
+
garminProviderID?: number;
|
|
266
|
+
previewState?: ConnectGarminPreviewState;
|
|
267
|
+
disabledBehavior?: 'hide' | 'displayError';
|
|
268
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
269
|
+
hideWhenConnected?: boolean;
|
|
270
|
+
}
|
|
271
|
+
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
272
|
+
declare function export_default$1w(props: ConnectGarminProps): React.JSX.Element;
|
|
273
|
+
|
|
274
|
+
type DailyDataQueryResult = {
|
|
275
|
+
[key: string]: number;
|
|
276
|
+
};
|
|
277
|
+
type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
278
|
+
type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
279
|
+
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
280
|
+
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
281
|
+
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
282
|
+
declare enum DailyDataType {
|
|
283
|
+
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
284
|
+
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
285
|
+
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
286
|
+
AppleHealthHrv = "AppleHealthHrv",
|
|
287
|
+
AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
|
|
288
|
+
AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
|
|
289
|
+
AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
|
|
290
|
+
AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
|
|
291
|
+
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
292
|
+
AppleHealthSteps = "AppleHealthSteps",
|
|
293
|
+
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
294
|
+
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
295
|
+
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
296
|
+
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
297
|
+
FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
|
|
298
|
+
FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
|
|
299
|
+
FitbitBreathingRate = "FitbitBreathingRate",
|
|
300
|
+
FitbitCaloriesBurned = "FitbitCaloriesBurned",
|
|
301
|
+
FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
|
|
302
|
+
FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
|
|
303
|
+
FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
|
|
304
|
+
FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
|
|
305
|
+
FitbitFloors = "FitbitFloors",
|
|
306
|
+
FitbitHrv = "FitbitHrv",
|
|
307
|
+
FitbitRestingHeartRate = "FitbitRestingHeartRate",
|
|
308
|
+
FitbitSleepMinutes = "FitbitSleepMinutes",
|
|
309
|
+
FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
|
|
310
|
+
FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
|
|
311
|
+
FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
|
|
312
|
+
FitbitSpO2 = "FitbitSpO2",
|
|
313
|
+
FitbitSteps = "FitbitSteps",
|
|
314
|
+
GarminSteps = "GarminSteps",
|
|
315
|
+
GarminDistance = "GarminDistance",
|
|
316
|
+
GarminFloors = "GarminFloors",
|
|
317
|
+
GarminActiveMinutes = "GarminActiveMinutes",
|
|
318
|
+
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
319
|
+
GarminMinHeartRate = "GarminMinHeartRate",
|
|
320
|
+
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
321
|
+
GarminAverageHeartRate = "GarminAverageHeartRate",
|
|
322
|
+
GarminMaxStressLevel = "GarminMaxStressLevel",
|
|
323
|
+
GarminAverageStressLevel = "GarminAverageStressLevel",
|
|
324
|
+
GarminTotalStressMinutes = "GarminTotalStressMinutes",
|
|
325
|
+
GarminLowStressMinutes = "GarminLowStressMinutes",
|
|
326
|
+
GarminMediumStressMinutes = "GarminMediumStressMinutes",
|
|
327
|
+
GarminHighStressMinutes = "GarminHighStressMinutes",
|
|
328
|
+
GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
|
|
329
|
+
GarminLightSleepMinutes = "GarminLightSleepMinutes",
|
|
330
|
+
GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
|
|
331
|
+
GarminRemSleepMinutes = "GarminRemSleepMinutes",
|
|
332
|
+
GarminAwakeMinutes = "GarminAwakeMinutes",
|
|
333
|
+
GarminSleepScore = "GarminSleepScore",
|
|
334
|
+
GoogleFitSteps = "GoogleFitSteps",
|
|
335
|
+
Steps = "Steps",
|
|
336
|
+
RestingHeartRate = "RestingHeartRate"
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
340
|
+
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
341
|
+
declare function getMonthStart(): Date;
|
|
342
|
+
|
|
343
|
+
interface DailyDataChartProps {
|
|
344
|
+
title?: string;
|
|
345
|
+
intervalType?: "Week" | "Month";
|
|
346
|
+
weekStartsOn?: WeekStartsOn;
|
|
347
|
+
dailyDataType: string;
|
|
348
|
+
valueConverter?(value: number): number;
|
|
349
|
+
valueFormatter?(value: number): string;
|
|
350
|
+
chartType: "Line" | "Bar" | "Area";
|
|
351
|
+
options?: LineChartOptions | BarChartOptions | AreaChartOptions;
|
|
352
|
+
hideIfNoData?: boolean;
|
|
353
|
+
previewDataProvider?: DailyDataProvider;
|
|
354
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
355
|
+
}
|
|
356
|
+
interface LineChartOptions {
|
|
357
|
+
lineColor?: string;
|
|
358
|
+
domainMin?: number | "Auto";
|
|
359
|
+
}
|
|
360
|
+
interface BarChartOptions {
|
|
361
|
+
barColor?: string;
|
|
362
|
+
}
|
|
363
|
+
interface AreaChartOptions {
|
|
364
|
+
lineColor?: string;
|
|
365
|
+
areaColor?: string;
|
|
366
|
+
}
|
|
367
|
+
declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
|
|
368
|
+
|
|
369
|
+
interface DeviceDataMonthChartProps {
|
|
370
|
+
lines: DeviceDataChartLine[];
|
|
371
|
+
month: number;
|
|
372
|
+
year: number;
|
|
373
|
+
syncId?: string;
|
|
374
|
+
title?: string;
|
|
375
|
+
previewState?: DeviceDataMonthChartPreviewState;
|
|
376
|
+
onDataDetected?: Function;
|
|
377
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
378
|
+
}
|
|
379
|
+
interface DeviceDataChartLine {
|
|
380
|
+
label: string;
|
|
381
|
+
dailyDataType: string;
|
|
382
|
+
valueConverter?: Function;
|
|
383
|
+
showAverage?: boolean;
|
|
384
|
+
}
|
|
385
|
+
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
386
|
+
declare function export_default$1v(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
387
|
+
|
|
388
|
+
interface DeviceDataMonthChartsProps {
|
|
389
|
+
previewState?: DeviceDataMonthChartsPreviewState;
|
|
390
|
+
}
|
|
391
|
+
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
392
|
+
declare function export_default$1u(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
393
|
+
|
|
394
|
+
interface ExternalAccountListProps {
|
|
395
|
+
externalAccountProviderCategories?: string[];
|
|
396
|
+
previewState?: NotificationListPreviewState$1;
|
|
397
|
+
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
398
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
399
|
+
}
|
|
400
|
+
type NotificationListPreviewState$1 = "Default";
|
|
401
|
+
declare function export_default$1t(props: ExternalAccountListProps): React.JSX.Element;
|
|
402
|
+
|
|
403
|
+
interface ExternalAccountsLoadingIndicatorProps {
|
|
404
|
+
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
405
|
+
externalAccountCategories?: string[];
|
|
406
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
407
|
+
}
|
|
408
|
+
declare function export_default$1s(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
409
|
+
|
|
410
|
+
interface ExternalAccountsPreviewProps {
|
|
411
|
+
excludeProviders?: boolean;
|
|
412
|
+
excludeHealthPlans?: boolean;
|
|
413
|
+
excludeDeviceManufacturers?: boolean;
|
|
414
|
+
applicationUrl: ExternalAccountsApplicationUrl;
|
|
415
|
+
previewState?: ExternalAccountsPreviewPreviewState;
|
|
416
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
417
|
+
}
|
|
418
|
+
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
419
|
+
type ExternalAccountsPreviewPreviewState = "Default";
|
|
420
|
+
declare function export_default$1r(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
421
|
+
|
|
422
|
+
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
423
|
+
|
|
424
|
+
interface FitbitDevicesProps {
|
|
425
|
+
previewState?: ConnectedDevicesPreviewState;
|
|
426
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
427
|
+
}
|
|
428
|
+
declare function export_default$1q(props: FitbitDevicesProps): React.JSX.Element;
|
|
429
|
+
|
|
430
|
+
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
431
|
+
|
|
432
|
+
interface FitbitMonthChartsProps {
|
|
433
|
+
previewState?: MonthChartsPreviewState;
|
|
434
|
+
}
|
|
435
|
+
declare function export_default$1p(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
436
|
+
|
|
437
|
+
interface GarminDevicesProps {
|
|
438
|
+
previewState?: ConnectedDevicesPreviewState;
|
|
439
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
440
|
+
}
|
|
441
|
+
declare function export_default$1o(props: GarminDevicesProps): React.JSX.Element;
|
|
442
|
+
|
|
443
|
+
interface GarminMonthChartsProps {
|
|
444
|
+
previewState?: MonthChartsPreviewState;
|
|
445
|
+
}
|
|
446
|
+
declare function export_default$1n(props: GarminMonthChartsProps): React.JSX.Element;
|
|
447
|
+
|
|
448
|
+
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
449
|
+
interface HealthPreviewSectionProps {
|
|
450
|
+
concept: HealthPreviewSectionConcept;
|
|
451
|
+
onClick(): void;
|
|
452
|
+
previewState?: "NoData" | "Default";
|
|
453
|
+
indicatorPosition?: "default" | "topRight";
|
|
454
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
455
|
+
}
|
|
456
|
+
declare function export_default$1m(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
457
|
+
|
|
458
|
+
interface LabResultsSummaryProps {
|
|
459
|
+
previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
|
|
460
|
+
onClick(): void;
|
|
461
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
462
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
463
|
+
}
|
|
464
|
+
declare function export_default$1l(props: LabResultsSummaryProps): React.JSX.Element | null;
|
|
465
|
+
|
|
466
|
+
interface MedicationsListProps {
|
|
467
|
+
previewState?: "default";
|
|
468
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
469
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
470
|
+
}
|
|
471
|
+
declare function export_default$1k(props: MedicationsListProps): React.JSX.Element;
|
|
472
|
+
|
|
473
|
+
interface MostRecentNotificationProps {
|
|
474
|
+
notificationType?: NotificationType;
|
|
475
|
+
onViewMore?: Function;
|
|
476
|
+
hideAfterHours?: number;
|
|
477
|
+
previewState?: MostRecentNotificationPreviewState;
|
|
478
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
479
|
+
}
|
|
480
|
+
type MostRecentNotificationPreviewState = "Default";
|
|
481
|
+
declare function export_default$1j(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
482
|
+
|
|
483
|
+
interface NotificationListProps {
|
|
484
|
+
notificationType?: NotificationType;
|
|
485
|
+
previewState?: NotificationListPreviewState;
|
|
486
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
487
|
+
}
|
|
488
|
+
type NotificationListPreviewState = "Default" | "NoData";
|
|
489
|
+
declare function export_default$1i(props: NotificationListProps): React.JSX.Element;
|
|
490
|
+
|
|
491
|
+
interface PlatformSpecificContentProps {
|
|
492
|
+
platforms: string[];
|
|
493
|
+
children?: React.ReactNode;
|
|
494
|
+
previewDevicePlatform?: string;
|
|
495
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
496
|
+
}
|
|
497
|
+
declare function export_default$1h(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
498
|
+
|
|
499
|
+
interface ProjectHeaderProps {
|
|
500
|
+
previewState?: ProjectHeaderPropsPreviewState;
|
|
501
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
502
|
+
}
|
|
503
|
+
type ProjectHeaderPropsPreviewState = "Default";
|
|
504
|
+
declare function export_default$1g(props: ProjectHeaderProps): React.JSX.Element;
|
|
505
|
+
|
|
506
|
+
interface ProjectSupportProps {
|
|
507
|
+
previewState?: ProjectSupportPropsPreviewState;
|
|
508
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
509
|
+
}
|
|
510
|
+
type ProjectSupportPropsPreviewState = "Default";
|
|
511
|
+
declare function export_default$1f(props: ProjectSupportProps): React.JSX.Element | null;
|
|
512
|
+
|
|
513
|
+
interface ProviderSearchProps {
|
|
514
|
+
previewState?: ProviderSearchPreviewState;
|
|
515
|
+
providerCategories?: string[];
|
|
516
|
+
onProviderConnected?: (provider: ExternalAccountProvider) => void;
|
|
517
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
518
|
+
}
|
|
519
|
+
type ProviderSearchPreviewState = "Default";
|
|
520
|
+
declare function export_default$1e(props: ProviderSearchProps): React.JSX.Element;
|
|
521
|
+
|
|
522
|
+
interface RelativeActivityTodayProps {
|
|
523
|
+
dataTypes: RelativeActivityDataType[];
|
|
524
|
+
previewState?: "Default";
|
|
525
|
+
title?: string;
|
|
526
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
527
|
+
}
|
|
528
|
+
interface RelativeActivityDataType {
|
|
529
|
+
dailyDataType: string;
|
|
530
|
+
label: string;
|
|
531
|
+
icon: React.ReactElement;
|
|
532
|
+
color: string;
|
|
533
|
+
formatter: (number: number) => string;
|
|
534
|
+
}
|
|
535
|
+
declare function export_default$1d(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
536
|
+
|
|
537
|
+
type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
|
|
538
|
+
interface RestingHeartRateCalendarProps {
|
|
539
|
+
month: number;
|
|
540
|
+
year: number;
|
|
541
|
+
showPreviewData: RestingHeartRateCalendarPreviewState;
|
|
542
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
543
|
+
}
|
|
544
|
+
declare function export_default$1c(props: RestingHeartRateCalendarProps): React.JSX.Element;
|
|
545
|
+
|
|
546
|
+
type ButtonVariant = "default" | "subtle" | "light";
|
|
547
|
+
interface ButtonProps {
|
|
548
|
+
children?: React.ReactNode;
|
|
549
|
+
disabled?: boolean;
|
|
550
|
+
onClick: Function;
|
|
551
|
+
className?: string;
|
|
552
|
+
color?: ColorDefinition;
|
|
553
|
+
loading?: boolean;
|
|
554
|
+
variant?: ButtonVariant;
|
|
555
|
+
innerRef?: React.Ref<HTMLButtonElement>;
|
|
556
|
+
defaultMargin?: boolean;
|
|
557
|
+
fullWidth?: boolean;
|
|
558
|
+
}
|
|
559
|
+
declare function export_default$1b(props: ButtonProps): React.JSX.Element;
|
|
560
|
+
|
|
561
|
+
interface SurveyTaskListProps {
|
|
562
|
+
status: SurveyTaskStatus;
|
|
563
|
+
limit?: number;
|
|
564
|
+
title?: string;
|
|
565
|
+
surveys?: string[];
|
|
566
|
+
onDetailLinkClick?: Function;
|
|
567
|
+
previewState?: SurveyTaskListListPreviewState;
|
|
568
|
+
variant?: "noCard" | "singleCard" | "multiCard";
|
|
569
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
570
|
+
titleColor?: ColorDefinition;
|
|
571
|
+
cardBackgroundColor?: ColorDefinition;
|
|
572
|
+
cardStyle?: React.CSSProperties;
|
|
573
|
+
buttonVariant?: ButtonVariant;
|
|
574
|
+
buttonColor?: ColorDefinition;
|
|
575
|
+
}
|
|
576
|
+
type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
|
|
577
|
+
declare function export_default$1a(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
578
|
+
|
|
579
|
+
interface ViewEhrProps {
|
|
580
|
+
onClick(): void;
|
|
581
|
+
title?: string;
|
|
582
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
583
|
+
previewState?: "fetchComplete" | "fetchingData";
|
|
584
|
+
buttonColor?: ColorDefinition;
|
|
585
|
+
buttonVariant?: ButtonVariant;
|
|
586
|
+
}
|
|
587
|
+
declare function export_default$19(props: ViewEhrProps): React.JSX.Element | null;
|
|
588
|
+
|
|
12
589
|
interface ActionProps {
|
|
13
590
|
title?: string;
|
|
14
591
|
titleIcon?: ReactElement;
|
|
@@ -27,7 +604,7 @@ interface ActionProps {
|
|
|
27
604
|
subtitleColor?: ColorDefinition;
|
|
28
605
|
renderAs?: "div" | "button";
|
|
29
606
|
}
|
|
30
|
-
declare function export_default$
|
|
607
|
+
declare function export_default$18(props: ActionProps): React.JSX.Element;
|
|
31
608
|
|
|
32
609
|
interface ActivityMeterProps {
|
|
33
610
|
label: string;
|
|
@@ -36,26 +613,24 @@ interface ActivityMeterProps {
|
|
|
36
613
|
fillPercent: number;
|
|
37
614
|
averageFillPercent: number;
|
|
38
615
|
color: string;
|
|
39
|
-
message?: string;
|
|
40
|
-
className?: string;
|
|
41
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
42
|
-
}
|
|
43
|
-
declare function export_default$
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
innerRef?: React.Ref<
|
|
55
|
-
defaultMargin?: boolean;
|
|
56
|
-
fullWidth?: boolean;
|
|
616
|
+
message?: string;
|
|
617
|
+
className?: string;
|
|
618
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
619
|
+
}
|
|
620
|
+
declare function export_default$17(props: ActivityMeterProps): React.JSX.Element;
|
|
621
|
+
|
|
622
|
+
interface BasicCalendarDayState {
|
|
623
|
+
identifier: string;
|
|
624
|
+
style?: CSSProperties;
|
|
625
|
+
streakColor?: ColorDefinition;
|
|
626
|
+
}
|
|
627
|
+
interface BasicCalendarProps {
|
|
628
|
+
intervalStart?: Date;
|
|
629
|
+
computeDayState: (date: Date) => BasicCalendarDayState;
|
|
630
|
+
onDayClicked: (date: Date) => void;
|
|
631
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
57
632
|
}
|
|
58
|
-
declare function export_default$
|
|
633
|
+
declare function export_default$16(props: BasicCalendarProps): React.JSX.Element;
|
|
59
634
|
|
|
60
635
|
interface CalendarProps {
|
|
61
636
|
month: number;
|
|
@@ -65,7 +640,7 @@ interface CalendarProps {
|
|
|
65
640
|
className?: string;
|
|
66
641
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
67
642
|
}
|
|
68
|
-
declare function export_default$
|
|
643
|
+
declare function export_default$15(props: CalendarProps): React.JSX.Element;
|
|
69
644
|
|
|
70
645
|
interface CardProps {
|
|
71
646
|
className?: string;
|
|
@@ -76,7 +651,7 @@ interface CardProps {
|
|
|
76
651
|
backgroundColor?: ColorDefinition;
|
|
77
652
|
style?: React.CSSProperties;
|
|
78
653
|
}
|
|
79
|
-
declare function export_default$
|
|
654
|
+
declare function export_default$14(props: CardProps): React.JSX.Element | null;
|
|
80
655
|
|
|
81
656
|
interface CardTitleProps {
|
|
82
657
|
title: string;
|
|
@@ -85,11 +660,7 @@ interface CardTitleProps {
|
|
|
85
660
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
86
661
|
color?: ColorDefinition;
|
|
87
662
|
}
|
|
88
|
-
declare function export_default$
|
|
89
|
-
|
|
90
|
-
type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
|
|
91
|
-
declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
|
|
92
|
-
declare function getMonthStart(): Date;
|
|
663
|
+
declare function export_default$13(props: CardTitleProps): React.JSX.Element;
|
|
93
664
|
|
|
94
665
|
interface DateRangeCoordinatorProps {
|
|
95
666
|
initialIntervalStart?: Date;
|
|
@@ -100,6 +671,11 @@ interface DateRangeCoordinatorProps {
|
|
|
100
671
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
101
672
|
sticky?: boolean;
|
|
102
673
|
}
|
|
674
|
+
interface DateRangeContext {
|
|
675
|
+
intervalType: "Week" | "Month";
|
|
676
|
+
intervalStart: Date;
|
|
677
|
+
}
|
|
678
|
+
declare const DateRangeContext: React.Context<DateRangeContext | null>;
|
|
103
679
|
declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
|
|
104
680
|
|
|
105
681
|
interface DateRangeNavigatorProps {
|
|
@@ -111,7 +687,7 @@ interface DateRangeNavigatorProps {
|
|
|
111
687
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
112
688
|
sticky?: boolean;
|
|
113
689
|
}
|
|
114
|
-
declare function export_default$
|
|
690
|
+
declare function export_default$12(props: DateRangeNavigatorProps): React.JSX.Element;
|
|
115
691
|
|
|
116
692
|
interface DayTrackerSymbolProps {
|
|
117
693
|
primaryColors: string[];
|
|
@@ -120,7 +696,7 @@ interface DayTrackerSymbolProps {
|
|
|
120
696
|
size?: "small" | "large";
|
|
121
697
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
122
698
|
}
|
|
123
|
-
declare function export_default$
|
|
699
|
+
declare function export_default$11(props: DayTrackerSymbolProps): React.JSX.Element;
|
|
124
700
|
|
|
125
701
|
interface FaceProps {
|
|
126
702
|
faceValue?: number;
|
|
@@ -129,7 +705,7 @@ interface FaceProps {
|
|
|
129
705
|
className?: string;
|
|
130
706
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
131
707
|
}
|
|
132
|
-
declare function export_default$
|
|
708
|
+
declare function export_default$10(props: FaceProps): React.JSX.Element;
|
|
133
709
|
|
|
134
710
|
interface HistogramProps {
|
|
135
711
|
entries: {
|
|
@@ -141,7 +717,7 @@ interface HistogramProps {
|
|
|
141
717
|
className?: string;
|
|
142
718
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
143
719
|
}
|
|
144
|
-
declare function export_default
|
|
720
|
+
declare function export_default$$(props: HistogramProps): React.JSX.Element;
|
|
145
721
|
|
|
146
722
|
interface LayoutProps {
|
|
147
723
|
children?: React.ReactNode;
|
|
@@ -162,7 +738,7 @@ interface LayoutContext {
|
|
|
162
738
|
bodyBackgroundColor: string;
|
|
163
739
|
}
|
|
164
740
|
declare const LayoutContext: React.Context<LayoutContext>;
|
|
165
|
-
declare function export_default$
|
|
741
|
+
declare function export_default$_(props: LayoutProps): React.JSX.Element;
|
|
166
742
|
|
|
167
743
|
interface LoadingIndicatorProps {
|
|
168
744
|
variant?: "default" | "inline";
|
|
@@ -186,7 +762,7 @@ interface NavigationBarProps {
|
|
|
186
762
|
subtitleColor?: ColorDefinition;
|
|
187
763
|
buttonColor?: ColorDefinition;
|
|
188
764
|
}
|
|
189
|
-
declare function export_default$
|
|
765
|
+
declare function export_default$Z(props: NavigationBarProps): React.JSX.Element;
|
|
190
766
|
|
|
191
767
|
interface NotesInputProps {
|
|
192
768
|
autoTimestamp?: boolean;
|
|
@@ -194,7 +770,7 @@ interface NotesInputProps {
|
|
|
194
770
|
onChange(value: string): void;
|
|
195
771
|
value: string;
|
|
196
772
|
}
|
|
197
|
-
declare function export_default$
|
|
773
|
+
declare function export_default$Y(props: NotesInputProps): React.JSX.Element;
|
|
198
774
|
|
|
199
775
|
interface SectionProps {
|
|
200
776
|
children?: React.ReactNode;
|
|
@@ -204,7 +780,7 @@ interface SectionProps {
|
|
|
204
780
|
backgroundColor?: ColorDefinition;
|
|
205
781
|
style?: React.CSSProperties;
|
|
206
782
|
}
|
|
207
|
-
declare function export_default$
|
|
783
|
+
declare function export_default$X(props: SectionProps): React.JSX.Element | null;
|
|
208
784
|
|
|
209
785
|
interface SegmentedControlProps {
|
|
210
786
|
segments: {
|
|
@@ -218,9 +794,9 @@ interface SegmentedControlProps {
|
|
|
218
794
|
variant?: "default" | "optionsHorizontal" | "optionsVertical";
|
|
219
795
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
220
796
|
}
|
|
221
|
-
declare function export_default$
|
|
797
|
+
declare function export_default$W(props: SegmentedControlProps): React.JSX.Element;
|
|
222
798
|
|
|
223
|
-
declare function export_default$
|
|
799
|
+
declare function export_default$V(): React.JSX.Element;
|
|
224
800
|
|
|
225
801
|
interface SingleExternalAccountProps {
|
|
226
802
|
externalAccount: ExternalAccount;
|
|
@@ -228,13 +804,13 @@ interface SingleExternalAccountProps {
|
|
|
228
804
|
onReconnectAccount: (account: ExternalAccount) => void;
|
|
229
805
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
230
806
|
}
|
|
231
|
-
declare function export_default$
|
|
807
|
+
declare function export_default$U(props: SingleExternalAccountProps): React.JSX.Element;
|
|
232
808
|
|
|
233
809
|
interface SingleNotificationProps {
|
|
234
810
|
notification: Notification;
|
|
235
811
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
236
812
|
}
|
|
237
|
-
declare function export_default$
|
|
813
|
+
declare function export_default$T(props: SingleNotificationProps): React.JSX.Element;
|
|
238
814
|
|
|
239
815
|
interface SingleSurveyTaskProps {
|
|
240
816
|
task: SurveyTask;
|
|
@@ -244,7 +820,7 @@ interface SingleSurveyTaskProps {
|
|
|
244
820
|
buttonColor?: ColorDefinition;
|
|
245
821
|
buttonVariant?: ButtonVariant;
|
|
246
822
|
}
|
|
247
|
-
declare function export_default$
|
|
823
|
+
declare function export_default$S(props: SingleSurveyTaskProps): React.JSX.Element | null;
|
|
248
824
|
|
|
249
825
|
interface SparkBarChartProps {
|
|
250
826
|
averageFillPercent: number;
|
|
@@ -255,7 +831,7 @@ interface SparkBarChartBar {
|
|
|
255
831
|
color: string;
|
|
256
832
|
barFillPercent: number;
|
|
257
833
|
}
|
|
258
|
-
declare function export_default$
|
|
834
|
+
declare function export_default$R(props: SparkBarChartProps): React.JSX.Element;
|
|
259
835
|
|
|
260
836
|
interface SwitchProps {
|
|
261
837
|
isOn: Boolean;
|
|
@@ -264,7 +840,7 @@ interface SwitchProps {
|
|
|
264
840
|
className?: string;
|
|
265
841
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
266
842
|
}
|
|
267
|
-
declare function export_default$
|
|
843
|
+
declare function export_default$Q(props: SwitchProps): React.JSX.Element;
|
|
268
844
|
|
|
269
845
|
interface StatusBarBackgroundProps {
|
|
270
846
|
color?: string;
|
|
@@ -279,7 +855,7 @@ interface TextBlockProps {
|
|
|
279
855
|
color?: ColorDefinition;
|
|
280
856
|
style?: React.CSSProperties;
|
|
281
857
|
}
|
|
282
|
-
declare function export_default$
|
|
858
|
+
declare function export_default$P(props: TextBlockProps): React.JSX.Element | null;
|
|
283
859
|
|
|
284
860
|
interface TitleProps {
|
|
285
861
|
color?: ColorDefinition;
|
|
@@ -292,7 +868,7 @@ interface TitleProps {
|
|
|
292
868
|
imageAlignment?: "top" | "left";
|
|
293
869
|
defaultMargin?: boolean;
|
|
294
870
|
}
|
|
295
|
-
declare function export_default$
|
|
871
|
+
declare function export_default$O(props: TitleProps): React.JSX.Element;
|
|
296
872
|
|
|
297
873
|
interface TrackerItemProps {
|
|
298
874
|
selected: boolean;
|
|
@@ -304,7 +880,7 @@ interface TrackerItemProps {
|
|
|
304
880
|
className?: string;
|
|
305
881
|
noBoxShadow?: boolean;
|
|
306
882
|
}
|
|
307
|
-
declare function export_default$
|
|
883
|
+
declare function export_default$N(props: TrackerItemProps): React.JSX.Element;
|
|
308
884
|
|
|
309
885
|
interface UnstyledButtonProps {
|
|
310
886
|
onClick: MouseEventHandler;
|
|
@@ -315,394 +891,155 @@ interface UnstyledButtonProps {
|
|
|
315
891
|
disabled?: boolean;
|
|
316
892
|
innerRef?: React.Ref<HTMLButtonElement>;
|
|
317
893
|
}
|
|
318
|
-
declare function export_default$
|
|
319
|
-
|
|
320
|
-
interface ViewHeaderProps {
|
|
321
|
-
title?: string;
|
|
322
|
-
subtitle?: string;
|
|
323
|
-
titleColor?: ColorDefinition;
|
|
324
|
-
subtitleColor?: ColorDefinition;
|
|
325
|
-
}
|
|
326
|
-
declare function export_default$14(props: ViewHeaderProps): React.JSX.Element | null;
|
|
327
|
-
|
|
328
|
-
interface WeekCalendarProps {
|
|
329
|
-
selectedDate?: Date;
|
|
330
|
-
hideDateLabel?: boolean;
|
|
331
|
-
startDate: Date;
|
|
332
|
-
onDateSelected?(date: Date): void;
|
|
333
|
-
loading: boolean;
|
|
334
|
-
onStartDateChange?(startDate: Date): void;
|
|
335
|
-
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
336
|
-
}
|
|
337
|
-
declare function export_default$13(props: WeekCalendarProps): React.JSX.Element;
|
|
338
|
-
|
|
339
|
-
interface AppDownloadProps {
|
|
340
|
-
previewProjectPlatforms?: string[];
|
|
341
|
-
previewDevicePlatform?: string;
|
|
342
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
343
|
-
title?: string;
|
|
344
|
-
text?: string;
|
|
345
|
-
}
|
|
346
|
-
declare function export_default$12(props: AppDownloadProps): React.JSX.Element | null;
|
|
347
|
-
|
|
348
|
-
type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
|
|
349
|
-
interface ConnectDevicesMenuProps {
|
|
350
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
351
|
-
accountTypes?: DeviceAccountType[];
|
|
352
|
-
title?: string;
|
|
353
|
-
text?: string;
|
|
354
|
-
previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
|
|
355
|
-
headerVariant?: "large" | "medium";
|
|
356
|
-
}
|
|
357
|
-
declare function export_default$11(props: ConnectDevicesMenuProps): React.JSX.Element | null;
|
|
358
|
-
|
|
359
|
-
interface ConnectEhrProps {
|
|
360
|
-
applicationUrl: ConnectEhrApplicationUrl;
|
|
361
|
-
previewState?: ConnectEhrPreviewState;
|
|
362
|
-
disabledBehavior?: 'hide' | 'displayError';
|
|
363
|
-
bottomBorder?: boolean;
|
|
364
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
365
|
-
variant?: "large" | "medium" | "small";
|
|
366
|
-
title?: string;
|
|
367
|
-
notConnectedText?: string;
|
|
368
|
-
connectedText?: string;
|
|
369
|
-
hideWhenConnected?: boolean;
|
|
370
|
-
buttonColor?: ColorDefinition;
|
|
371
|
-
}
|
|
372
|
-
type ConnectEhrApplicationUrl = "preview" | string;
|
|
373
|
-
type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
|
|
374
|
-
declare function export_default$10(props: ConnectEhrProps): React.JSX.Element | null;
|
|
375
|
-
|
|
376
|
-
interface ConnectFitbitProps {
|
|
377
|
-
title?: string;
|
|
378
|
-
fitbitProviderID?: number;
|
|
379
|
-
previewState?: ConnectFitbitPreviewState;
|
|
380
|
-
disabledBehavior?: 'hide' | 'displayError';
|
|
381
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
382
|
-
hideWhenConnected?: boolean;
|
|
383
|
-
}
|
|
384
|
-
type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
385
|
-
declare function export_default$$(props: ConnectFitbitProps): React.JSX.Element;
|
|
386
|
-
|
|
387
|
-
interface ConnectGarminProps {
|
|
388
|
-
title?: string;
|
|
389
|
-
garminProviderID?: number;
|
|
390
|
-
previewState?: ConnectGarminPreviewState;
|
|
391
|
-
disabledBehavior?: 'hide' | 'displayError';
|
|
392
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
393
|
-
hideWhenConnected?: boolean;
|
|
394
|
-
}
|
|
395
|
-
type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
|
|
396
|
-
declare function export_default$_(props: ConnectGarminProps): React.JSX.Element;
|
|
397
|
-
|
|
398
|
-
type DailyDataQueryResult = {
|
|
399
|
-
[key: string]: number;
|
|
400
|
-
};
|
|
401
|
-
type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
|
|
402
|
-
type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
403
|
-
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
404
|
-
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
405
|
-
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
406
|
-
declare enum DailyDataType {
|
|
407
|
-
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
408
|
-
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
409
|
-
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
410
|
-
AppleHealthHrv = "AppleHealthHrv",
|
|
411
|
-
AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
|
|
412
|
-
AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
|
|
413
|
-
AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
|
|
414
|
-
AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
|
|
415
|
-
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
416
|
-
AppleHealthSteps = "AppleHealthSteps",
|
|
417
|
-
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
418
|
-
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
419
|
-
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
420
|
-
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
421
|
-
FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
|
|
422
|
-
FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
|
|
423
|
-
FitbitBreathingRate = "FitbitBreathingRate",
|
|
424
|
-
FitbitCaloriesBurned = "FitbitCaloriesBurned",
|
|
425
|
-
FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
|
|
426
|
-
FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
|
|
427
|
-
FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
|
|
428
|
-
FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
|
|
429
|
-
FitbitFloors = "FitbitFloors",
|
|
430
|
-
FitbitHrv = "FitbitHrv",
|
|
431
|
-
FitbitRestingHeartRate = "FitbitRestingHeartRate",
|
|
432
|
-
FitbitSleepMinutes = "FitbitSleepMinutes",
|
|
433
|
-
FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
|
|
434
|
-
FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
|
|
435
|
-
FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
|
|
436
|
-
FitbitSpO2 = "FitbitSpO2",
|
|
437
|
-
FitbitSteps = "FitbitSteps",
|
|
438
|
-
GarminSteps = "GarminSteps",
|
|
439
|
-
GarminDistance = "GarminDistance",
|
|
440
|
-
GarminFloors = "GarminFloors",
|
|
441
|
-
GarminActiveMinutes = "GarminActiveMinutes",
|
|
442
|
-
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
443
|
-
GarminMinHeartRate = "GarminMinHeartRate",
|
|
444
|
-
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
445
|
-
GarminAverageHeartRate = "GarminAverageHeartRate",
|
|
446
|
-
GarminMaxStressLevel = "GarminMaxStressLevel",
|
|
447
|
-
GarminAverageStressLevel = "GarminAverageStressLevel",
|
|
448
|
-
GarminTotalStressMinutes = "GarminTotalStressMinutes",
|
|
449
|
-
GarminLowStressMinutes = "GarminLowStressMinutes",
|
|
450
|
-
GarminMediumStressMinutes = "GarminMediumStressMinutes",
|
|
451
|
-
GarminHighStressMinutes = "GarminHighStressMinutes",
|
|
452
|
-
GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
|
|
453
|
-
GarminLightSleepMinutes = "GarminLightSleepMinutes",
|
|
454
|
-
GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
|
|
455
|
-
GarminRemSleepMinutes = "GarminRemSleepMinutes",
|
|
456
|
-
GarminAwakeMinutes = "GarminAwakeMinutes",
|
|
457
|
-
GarminSleepScore = "GarminSleepScore",
|
|
458
|
-
GoogleFitSteps = "GoogleFitSteps",
|
|
459
|
-
Steps = "Steps",
|
|
460
|
-
RestingHeartRate = "RestingHeartRate"
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
interface DailyDataChartProps {
|
|
464
|
-
title?: string;
|
|
465
|
-
intervalType?: "Week" | "Month";
|
|
466
|
-
weekStartsOn?: WeekStartsOn;
|
|
467
|
-
dailyDataType: string;
|
|
468
|
-
valueConverter?(value: number): number;
|
|
469
|
-
valueFormatter?(value: number): string;
|
|
470
|
-
chartType: "Line" | "Bar" | "Area";
|
|
471
|
-
options?: LineChartOptions | BarChartOptions | AreaChartOptions;
|
|
472
|
-
hideIfNoData?: boolean;
|
|
473
|
-
previewDataProvider?: DailyDataProvider;
|
|
474
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
475
|
-
}
|
|
476
|
-
interface LineChartOptions {
|
|
477
|
-
lineColor?: string;
|
|
478
|
-
domainMin?: number | "Auto";
|
|
479
|
-
}
|
|
480
|
-
interface BarChartOptions {
|
|
481
|
-
barColor?: string;
|
|
482
|
-
}
|
|
483
|
-
interface AreaChartOptions {
|
|
484
|
-
lineColor?: string;
|
|
485
|
-
areaColor?: string;
|
|
486
|
-
}
|
|
487
|
-
declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
|
|
488
|
-
|
|
489
|
-
interface DeviceDataMonthChartProps {
|
|
490
|
-
lines: DeviceDataChartLine[];
|
|
491
|
-
month: number;
|
|
492
|
-
year: number;
|
|
493
|
-
syncId?: string;
|
|
494
|
-
title?: string;
|
|
495
|
-
previewState?: DeviceDataMonthChartPreviewState;
|
|
496
|
-
onDataDetected?: Function;
|
|
497
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
498
|
-
}
|
|
499
|
-
interface DeviceDataChartLine {
|
|
500
|
-
label: string;
|
|
501
|
-
dailyDataType: string;
|
|
502
|
-
valueConverter?: Function;
|
|
503
|
-
showAverage?: boolean;
|
|
504
|
-
}
|
|
505
|
-
type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
|
|
506
|
-
declare function export_default$Z(props: DeviceDataMonthChartProps): React.JSX.Element | null;
|
|
507
|
-
|
|
508
|
-
interface DeviceDataMonthChartsProps {
|
|
509
|
-
previewState?: DeviceDataMonthChartsPreviewState;
|
|
510
|
-
}
|
|
511
|
-
type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
512
|
-
declare function export_default$Y(props: DeviceDataMonthChartsProps): React.JSX.Element;
|
|
513
|
-
|
|
514
|
-
interface ExternalAccountListProps {
|
|
515
|
-
externalAccountProviderCategories?: string[];
|
|
516
|
-
previewState?: NotificationListPreviewState$1;
|
|
517
|
-
onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
|
|
518
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
519
|
-
}
|
|
520
|
-
type NotificationListPreviewState$1 = "Default";
|
|
521
|
-
declare function export_default$X(props: ExternalAccountListProps): React.JSX.Element;
|
|
522
|
-
|
|
523
|
-
interface ExternalAccountsLoadingIndicatorProps {
|
|
524
|
-
previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
|
|
525
|
-
externalAccountCategories?: string[];
|
|
526
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
527
|
-
}
|
|
528
|
-
declare function export_default$W(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
|
|
529
|
-
|
|
530
|
-
interface ExternalAccountsPreviewProps {
|
|
531
|
-
excludeProviders?: boolean;
|
|
532
|
-
excludeHealthPlans?: boolean;
|
|
533
|
-
excludeDeviceManufacturers?: boolean;
|
|
534
|
-
applicationUrl: ExternalAccountsApplicationUrl;
|
|
535
|
-
previewState?: ExternalAccountsPreviewPreviewState;
|
|
536
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
537
|
-
}
|
|
538
|
-
type ExternalAccountsApplicationUrl = "preview" | string;
|
|
539
|
-
type ExternalAccountsPreviewPreviewState = "Default";
|
|
540
|
-
declare function export_default$V(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
|
|
541
|
-
|
|
542
|
-
type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
543
|
-
|
|
544
|
-
interface FitbitDevicesProps {
|
|
545
|
-
previewState?: ConnectedDevicesPreviewState;
|
|
546
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
547
|
-
}
|
|
548
|
-
declare function export_default$U(props: FitbitDevicesProps): React.JSX.Element;
|
|
549
|
-
|
|
550
|
-
type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
|
|
551
|
-
|
|
552
|
-
interface FitbitMonthChartsProps {
|
|
553
|
-
previewState?: MonthChartsPreviewState;
|
|
554
|
-
}
|
|
555
|
-
declare function export_default$T(props: FitbitMonthChartsProps): React.JSX.Element;
|
|
556
|
-
|
|
557
|
-
interface GarminDevicesProps {
|
|
558
|
-
previewState?: ConnectedDevicesPreviewState;
|
|
559
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
560
|
-
}
|
|
561
|
-
declare function export_default$S(props: GarminDevicesProps): React.JSX.Element;
|
|
562
|
-
|
|
563
|
-
interface GarminMonthChartsProps {
|
|
564
|
-
previewState?: MonthChartsPreviewState;
|
|
565
|
-
}
|
|
566
|
-
declare function export_default$R(props: GarminMonthChartsProps): React.JSX.Element;
|
|
567
|
-
|
|
568
|
-
type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
|
|
569
|
-
interface HealthPreviewSectionProps {
|
|
570
|
-
concept: HealthPreviewSectionConcept;
|
|
571
|
-
onClick(): void;
|
|
572
|
-
previewState?: "NoData" | "Default";
|
|
573
|
-
indicatorPosition?: "default" | "topRight";
|
|
574
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
575
|
-
}
|
|
576
|
-
declare function export_default$Q(props: HealthPreviewSectionProps): React.JSX.Element | null;
|
|
894
|
+
declare function export_default$M(props: UnstyledButtonProps): React.JSX.Element;
|
|
577
895
|
|
|
578
|
-
interface
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
896
|
+
interface ViewHeaderProps {
|
|
897
|
+
title?: string;
|
|
898
|
+
subtitle?: string;
|
|
899
|
+
titleColor?: ColorDefinition;
|
|
900
|
+
subtitleColor?: ColorDefinition;
|
|
901
|
+
action?: React.ReactNode;
|
|
582
902
|
}
|
|
903
|
+
declare function export_default$L(props: ViewHeaderProps): React.JSX.Element | null;
|
|
583
904
|
|
|
584
|
-
interface
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
905
|
+
interface WeekCalendarProps {
|
|
906
|
+
selectedDate?: Date;
|
|
907
|
+
hideDateLabel?: boolean;
|
|
908
|
+
startDate: Date;
|
|
909
|
+
onDateSelected?(date: Date): void;
|
|
910
|
+
loading: boolean;
|
|
911
|
+
onStartDateChange?(startDate: Date): void;
|
|
912
|
+
dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
|
|
589
913
|
}
|
|
590
|
-
declare function export_default$
|
|
914
|
+
declare function export_default$K(props: WeekCalendarProps): React.JSX.Element;
|
|
591
915
|
|
|
592
|
-
interface
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
916
|
+
interface ProgressRingProps {
|
|
917
|
+
children: React.ReactNode;
|
|
918
|
+
style?: CSSProperties;
|
|
919
|
+
color?: ColorDefinition;
|
|
920
|
+
percentCompleted?: number;
|
|
921
|
+
animate?: boolean;
|
|
598
922
|
}
|
|
599
|
-
|
|
600
|
-
declare function export_default$O(props: MostRecentNotificationProps): React.JSX.Element | null;
|
|
923
|
+
declare function export_default$J(props: ProgressRingProps): React.JSX.Element;
|
|
601
924
|
|
|
602
|
-
interface
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
925
|
+
interface CelebrationStepProps {
|
|
926
|
+
title?: string;
|
|
927
|
+
text?: string;
|
|
928
|
+
detailText?: string;
|
|
929
|
+
iconUrl?: string;
|
|
930
|
+
imageUrl?: string;
|
|
931
|
+
nextButtonText?: string;
|
|
932
|
+
styles: {
|
|
933
|
+
[key: string]: any;
|
|
934
|
+
};
|
|
606
935
|
}
|
|
607
|
-
|
|
608
|
-
declare function export_default$N(props: NotificationListProps): React.JSX.Element;
|
|
936
|
+
declare function export_default$I(props: CelebrationStepProps): React.JSX.Element;
|
|
609
937
|
|
|
610
|
-
|
|
611
|
-
platforms: string[];
|
|
612
|
-
children?: React.ReactNode;
|
|
613
|
-
previewDevicePlatform?: string;
|
|
614
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
615
|
-
}
|
|
616
|
-
declare function export_default$M(props: PlatformSpecificContentProps): React.JSX.Element | null;
|
|
938
|
+
declare function export_default$H(): React.JSX.Element;
|
|
617
939
|
|
|
618
|
-
interface
|
|
619
|
-
|
|
620
|
-
|
|
940
|
+
interface ConnectDeviceAccountStepProps {
|
|
941
|
+
title?: string;
|
|
942
|
+
text?: string;
|
|
943
|
+
deviceType: string;
|
|
944
|
+
providerID: number;
|
|
945
|
+
styles: {
|
|
946
|
+
[key: string]: any;
|
|
947
|
+
};
|
|
948
|
+
onConnect: () => void;
|
|
621
949
|
}
|
|
622
|
-
|
|
623
|
-
declare function export_default$L(props: ProjectHeaderProps): React.JSX.Element;
|
|
950
|
+
declare function export_default$G(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
624
951
|
|
|
625
|
-
interface
|
|
626
|
-
|
|
627
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
952
|
+
interface ConnectDeviceAccountStepContainerProps {
|
|
953
|
+
deviceType?: string;
|
|
628
954
|
}
|
|
629
|
-
|
|
630
|
-
declare function export_default$K(props: ProjectSupportProps): React.JSX.Element | null;
|
|
955
|
+
declare function export_default$F(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
631
956
|
|
|
632
|
-
interface
|
|
957
|
+
interface ConnectEhrStepProps {
|
|
958
|
+
title?: string;
|
|
959
|
+
text?: string;
|
|
960
|
+
nextButtonText?: string;
|
|
961
|
+
nextButtonDisabled?: boolean;
|
|
633
962
|
previewState?: ProviderSearchPreviewState;
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
963
|
+
onProviderConnected: (provider: ExternalAccountProvider) => void;
|
|
964
|
+
onNextButtonClick: () => void;
|
|
965
|
+
styles: {
|
|
966
|
+
[key: string]: any;
|
|
967
|
+
};
|
|
637
968
|
}
|
|
638
|
-
|
|
639
|
-
declare function export_default$J(props: ProviderSearchProps): React.JSX.Element;
|
|
969
|
+
declare function export_default$E(props: ConnectEhrStepProps): React.JSX.Element;
|
|
640
970
|
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
971
|
+
declare function export_default$D(): React.JSX.Element;
|
|
972
|
+
|
|
973
|
+
interface StepElementProps {
|
|
974
|
+
text?: string;
|
|
975
|
+
textAlign?: any;
|
|
976
|
+
color?: string;
|
|
977
|
+
fontSize?: string;
|
|
978
|
+
fontWeight?: string;
|
|
646
979
|
}
|
|
647
|
-
interface
|
|
648
|
-
|
|
649
|
-
label: string;
|
|
650
|
-
icon: React.ReactElement;
|
|
651
|
-
color: string;
|
|
652
|
-
formatter: (number: number) => string;
|
|
980
|
+
interface IconElementProps {
|
|
981
|
+
srcUrl?: string;
|
|
653
982
|
}
|
|
654
|
-
declare function export_default$I(props: RelativeActivityTodayProps): React.JSX.Element | null;
|
|
655
983
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
984
|
+
declare function export_default$C(props: StepElementProps): React.JSX.Element | null;
|
|
985
|
+
|
|
986
|
+
declare function export_default$B(props: IconElementProps): React.JSX.Element | null;
|
|
987
|
+
|
|
988
|
+
declare function export_default$A(props: IconElementProps): React.JSX.Element | null;
|
|
989
|
+
|
|
990
|
+
interface StepLayoutProps {
|
|
991
|
+
children?: React.ReactNode;
|
|
662
992
|
}
|
|
663
|
-
declare function export_default$
|
|
993
|
+
declare function export_default$z(props: StepLayoutProps): React.JSX.Element;
|
|
664
994
|
|
|
665
|
-
interface
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
title?: string;
|
|
669
|
-
surveys?: string[];
|
|
670
|
-
onDetailLinkClick?: Function;
|
|
671
|
-
previewState?: SurveyTaskListListPreviewState;
|
|
672
|
-
variant?: "noCard" | "singleCard" | "multiCard";
|
|
673
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
674
|
-
titleColor?: ColorDefinition;
|
|
675
|
-
cardBackgroundColor?: ColorDefinition;
|
|
676
|
-
cardStyle?: React.CSSProperties;
|
|
677
|
-
buttonVariant?: ButtonVariant;
|
|
678
|
-
buttonColor?: ColorDefinition;
|
|
995
|
+
interface StepMarkdownProps {
|
|
996
|
+
text: string;
|
|
997
|
+
inline?: boolean;
|
|
679
998
|
}
|
|
680
|
-
|
|
681
|
-
declare function export_default$G(props: SurveyTaskListProps): React.JSX.Element | null;
|
|
999
|
+
declare function export_default$y(props: StepMarkdownProps): React.JSX.Element;
|
|
682
1000
|
|
|
683
|
-
interface
|
|
1001
|
+
interface StepNextButtonProps extends StepElementProps {
|
|
1002
|
+
backgroundColor: string;
|
|
1003
|
+
letterSpacing: string;
|
|
1004
|
+
textTransform: string;
|
|
1005
|
+
gradient: any;
|
|
1006
|
+
disabled?: boolean;
|
|
684
1007
|
onClick(): void;
|
|
1008
|
+
}
|
|
1009
|
+
declare function export_default$x(props: StepNextButtonProps): React.JSX.Element;
|
|
1010
|
+
|
|
1011
|
+
declare function export_default$w(props: StepElementProps): React.JSX.Element | null;
|
|
1012
|
+
|
|
1013
|
+
declare function export_default$v(props: StepElementProps): React.JSX.Element | null;
|
|
1014
|
+
|
|
1015
|
+
interface YouTubeStepProps {
|
|
685
1016
|
title?: string;
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
1017
|
+
text?: string;
|
|
1018
|
+
transcript?: string;
|
|
1019
|
+
videoId: string;
|
|
1020
|
+
nextButtonText?: string;
|
|
1021
|
+
height?: string;
|
|
1022
|
+
styles: {
|
|
1023
|
+
[key: string]: any;
|
|
1024
|
+
};
|
|
690
1025
|
}
|
|
691
|
-
declare function export_default$
|
|
1026
|
+
declare function export_default$u(props: YouTubeStepProps): React.JSX.Element;
|
|
1027
|
+
|
|
1028
|
+
declare function export_default$t(): React.JSX.Element;
|
|
692
1029
|
|
|
693
1030
|
interface SymptomSharkCalendarProps {
|
|
694
1031
|
intervalStart?: Date;
|
|
695
1032
|
onDaySelected(day: Date): void;
|
|
696
1033
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
697
1034
|
}
|
|
698
|
-
declare function export_default$
|
|
1035
|
+
declare function export_default$s(props: SymptomSharkCalendarProps): React.JSX.Element;
|
|
699
1036
|
|
|
700
1037
|
interface OverallExperienceChartProps {
|
|
701
1038
|
intervalStart?: Date;
|
|
702
1039
|
showAllDays?: boolean;
|
|
703
1040
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
704
1041
|
}
|
|
705
|
-
declare function export_default$
|
|
1042
|
+
declare function export_default$r(props: OverallExperienceChartProps): React.JSX.Element | null;
|
|
706
1043
|
|
|
707
1044
|
interface SymptomSharkDataService {
|
|
708
1045
|
getConfiguration(): Promise<SymptomSharkConfiguration>;
|
|
@@ -760,21 +1097,21 @@ interface SymptomSharkLogEntryProps {
|
|
|
760
1097
|
highlightedTreatments?: string[];
|
|
761
1098
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
762
1099
|
}
|
|
763
|
-
declare function export_default$
|
|
1100
|
+
declare function export_default$q(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
|
|
764
1101
|
|
|
765
1102
|
interface SymptomTreatmentHistogramsProps {
|
|
766
1103
|
intervalStart?: Date;
|
|
767
1104
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
768
1105
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
769
1106
|
}
|
|
770
|
-
declare function export_default$
|
|
1107
|
+
declare function export_default$p(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
|
|
771
1108
|
|
|
772
1109
|
interface SymptomSeveritySummaryProps {
|
|
773
1110
|
symptom: SymptomConfiguration;
|
|
774
1111
|
intervalStart?: Date;
|
|
775
1112
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
776
1113
|
}
|
|
777
|
-
declare function export_default$
|
|
1114
|
+
declare function export_default$o(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
|
|
778
1115
|
|
|
779
1116
|
interface SymptomSeverityChartProps {
|
|
780
1117
|
intervalStart?: Date;
|
|
@@ -782,7 +1119,7 @@ interface SymptomSeverityChartProps {
|
|
|
782
1119
|
showAllDays?: boolean;
|
|
783
1120
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
784
1121
|
}
|
|
785
|
-
declare function export_default$
|
|
1122
|
+
declare function export_default$n(props: SymptomSeverityChartProps): React.JSX.Element | null;
|
|
786
1123
|
|
|
787
1124
|
interface SymptomTreatmentFiltersProps {
|
|
788
1125
|
expandedDropdown: "Symptoms" | "Treatments" | null;
|
|
@@ -794,28 +1131,28 @@ interface SymptomTreatmentFiltersProps {
|
|
|
794
1131
|
onTreatmentsSelectionChange(treatments: string[]): void;
|
|
795
1132
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
796
1133
|
}
|
|
797
|
-
declare function export_default$
|
|
1134
|
+
declare function export_default$m(props: SymptomTreatmentFiltersProps): React.JSX.Element;
|
|
798
1135
|
|
|
799
1136
|
interface SymptomSharkLogEntryListProps {
|
|
800
1137
|
onDaySelected(d: Date): void;
|
|
801
1138
|
previewState?: "default";
|
|
802
1139
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
803
1140
|
}
|
|
804
|
-
declare function export_default$
|
|
1141
|
+
declare function export_default$l(props: SymptomSharkLogEntryListProps): React.JSX.Element;
|
|
805
1142
|
|
|
806
1143
|
interface SymptomSharkLogTodayProps {
|
|
807
1144
|
previewState?: "withLog" | "noLog";
|
|
808
1145
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
809
1146
|
onClick(d: Date): void;
|
|
810
1147
|
}
|
|
811
|
-
declare function export_default$
|
|
1148
|
+
declare function export_default$k(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
|
|
812
1149
|
|
|
813
1150
|
interface SymptomSharkLogEntryEditProps {
|
|
814
1151
|
date: Date;
|
|
815
1152
|
promptForReviewAfterDays?: number;
|
|
816
1153
|
previewState?: "default";
|
|
817
1154
|
}
|
|
818
|
-
declare function export_default$
|
|
1155
|
+
declare function export_default$j(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
|
|
819
1156
|
|
|
820
1157
|
interface SymptomSharkVisualizationCoordinatorProps {
|
|
821
1158
|
children: React.ReactNode;
|
|
@@ -823,7 +1160,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
|
|
|
823
1160
|
previewState?: "default";
|
|
824
1161
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
825
1162
|
}
|
|
826
|
-
declare function export_default$
|
|
1163
|
+
declare function export_default$i(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
|
|
827
1164
|
|
|
828
1165
|
interface CalendarViewProps {
|
|
829
1166
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -831,7 +1168,7 @@ interface CalendarViewProps {
|
|
|
831
1168
|
onSymptomSelected(symptom: string, intervalStart: Date): void;
|
|
832
1169
|
previewState?: "default";
|
|
833
1170
|
}
|
|
834
|
-
declare function export_default$
|
|
1171
|
+
declare function export_default$h(props: CalendarViewProps): React.JSX.Element;
|
|
835
1172
|
|
|
836
1173
|
interface LogEntryEditViewProps {
|
|
837
1174
|
colorScheme?: "light" | "dark" | "auto";
|
|
@@ -839,7 +1176,7 @@ interface LogEntryEditViewProps {
|
|
|
839
1176
|
promptForReviewAfterDays?: number;
|
|
840
1177
|
previewState?: "default";
|
|
841
1178
|
}
|
|
842
|
-
declare function export_default$
|
|
1179
|
+
declare function export_default$g(props: LogEntryEditViewProps): React.JSX.Element;
|
|
843
1180
|
|
|
844
1181
|
interface SymptomDetailViewProps {
|
|
845
1182
|
symptomId: string;
|
|
@@ -847,7 +1184,13 @@ interface SymptomDetailViewProps {
|
|
|
847
1184
|
previewState?: "default";
|
|
848
1185
|
initialIntervalStart?: Date;
|
|
849
1186
|
}
|
|
850
|
-
declare function export_default$
|
|
1187
|
+
declare function export_default$f(props: SymptomDetailViewProps): React.JSX.Element;
|
|
1188
|
+
|
|
1189
|
+
interface AllergiesViewProps {
|
|
1190
|
+
presentation?: "Push" | "Modal";
|
|
1191
|
+
previewState?: "default";
|
|
1192
|
+
}
|
|
1193
|
+
declare function export_default$e(props: AllergiesViewProps): React.JSX.Element;
|
|
851
1194
|
|
|
852
1195
|
interface BlankViewProps {
|
|
853
1196
|
children?: React.ReactNode;
|
|
@@ -862,7 +1205,13 @@ interface BlankViewProps {
|
|
|
862
1205
|
subtitleColor?: ColorDefinition;
|
|
863
1206
|
navigationBarButtonColor?: ColorDefinition;
|
|
864
1207
|
}
|
|
865
|
-
declare function export_default$
|
|
1208
|
+
declare function export_default$d(props: BlankViewProps): React.JSX.Element;
|
|
1209
|
+
|
|
1210
|
+
interface ConditionsViewProps {
|
|
1211
|
+
presentation?: "Push" | "Modal";
|
|
1212
|
+
previewState?: "default";
|
|
1213
|
+
}
|
|
1214
|
+
declare function export_default$c(props: ConditionsViewProps): React.JSX.Element;
|
|
866
1215
|
|
|
867
1216
|
interface ConnectEhrViewProps {
|
|
868
1217
|
externalAccountsApplicationUrl: ExternalAccountsApplicationUrl;
|
|
@@ -873,13 +1222,13 @@ interface ConnectEhrViewProps {
|
|
|
873
1222
|
colorScheme?: "auto" | "light" | "dark";
|
|
874
1223
|
}
|
|
875
1224
|
type ViewPresentationType$3 = "Modal" | "Push";
|
|
876
|
-
declare function export_default$
|
|
1225
|
+
declare function export_default$b(props: ConnectEhrViewProps): React.JSX.Element;
|
|
877
1226
|
|
|
878
1227
|
interface DeviceDataViewProps {
|
|
879
1228
|
preview?: boolean;
|
|
880
1229
|
colorScheme?: "auto" | "light" | "dark";
|
|
881
1230
|
}
|
|
882
|
-
declare function export_default$
|
|
1231
|
+
declare function export_default$a(props: DeviceDataViewProps): React.JSX.Element;
|
|
883
1232
|
|
|
884
1233
|
interface ExternalAccountsViewProps {
|
|
885
1234
|
excludeProviders?: boolean;
|
|
@@ -890,7 +1239,7 @@ interface ExternalAccountsViewProps {
|
|
|
890
1239
|
colorScheme?: "auto" | "light" | "dark";
|
|
891
1240
|
}
|
|
892
1241
|
type ViewPresentationType$2 = "Modal" | "Push";
|
|
893
|
-
declare function export_default$
|
|
1242
|
+
declare function export_default$9(props: ExternalAccountsViewProps): React.JSX.Element;
|
|
894
1243
|
|
|
895
1244
|
interface FitbitViewProps {
|
|
896
1245
|
connectPreview?: ConnectFitbitPreviewState;
|
|
@@ -898,7 +1247,7 @@ interface FitbitViewProps {
|
|
|
898
1247
|
chartsPreview?: MonthChartsPreviewState;
|
|
899
1248
|
colorScheme?: "auto" | "light" | "dark";
|
|
900
1249
|
}
|
|
901
|
-
declare function export_default$
|
|
1250
|
+
declare function export_default$8(props: FitbitViewProps): React.JSX.Element;
|
|
902
1251
|
|
|
903
1252
|
interface GarminViewProps {
|
|
904
1253
|
connectPreview?: ConnectGarminPreviewState;
|
|
@@ -906,7 +1255,7 @@ interface GarminViewProps {
|
|
|
906
1255
|
chartsPreview?: MonthChartsPreviewState;
|
|
907
1256
|
garminProviderID?: number;
|
|
908
1257
|
}
|
|
909
|
-
declare function export_default$
|
|
1258
|
+
declare function export_default$7(props: GarminViewProps): React.JSX.Element;
|
|
910
1259
|
|
|
911
1260
|
interface HomeViewProps {
|
|
912
1261
|
/**
|
|
@@ -925,7 +1274,7 @@ interface HomeViewProps {
|
|
|
925
1274
|
preview?: boolean;
|
|
926
1275
|
colorScheme?: "auto" | "light" | "dark";
|
|
927
1276
|
}
|
|
928
|
-
declare function export_default$
|
|
1277
|
+
declare function export_default$6(props: HomeViewProps): React.JSX.Element;
|
|
929
1278
|
|
|
930
1279
|
interface HealthAndWellnessViewProps {
|
|
931
1280
|
previewState?: "default";
|
|
@@ -934,7 +1283,13 @@ interface HealthAndWellnessViewProps {
|
|
|
934
1283
|
externalAccountsApplicationUrl: string;
|
|
935
1284
|
variant?: "default" | "cardBased";
|
|
936
1285
|
}
|
|
937
|
-
declare function export_default$
|
|
1286
|
+
declare function export_default$5(props: HealthAndWellnessViewProps): React.JSX.Element;
|
|
1287
|
+
|
|
1288
|
+
interface MedicationsViewProps {
|
|
1289
|
+
presentation?: "Push" | "Modal";
|
|
1290
|
+
previewState?: "default";
|
|
1291
|
+
}
|
|
1292
|
+
declare function export_default$4(props: MedicationsViewProps): React.JSX.Element;
|
|
938
1293
|
|
|
939
1294
|
interface NotificationsViewProps {
|
|
940
1295
|
notificationType?: NotificationType;
|
|
@@ -943,7 +1298,7 @@ interface NotificationsViewProps {
|
|
|
943
1298
|
colorScheme?: "auto" | "light" | "dark";
|
|
944
1299
|
}
|
|
945
1300
|
type ViewPresentationType$1 = "Modal" | "Push";
|
|
946
|
-
declare function export_default$
|
|
1301
|
+
declare function export_default$3(props: NotificationsViewProps): React.JSX.Element;
|
|
947
1302
|
|
|
948
1303
|
interface SurveyTasksViewProps {
|
|
949
1304
|
hideCompleteTasks?: boolean;
|
|
@@ -954,112 +1309,26 @@ interface SurveyTasksViewProps {
|
|
|
954
1309
|
colorScheme?: "auto" | "light" | "dark";
|
|
955
1310
|
}
|
|
956
1311
|
type ViewPresentationType = "Modal" | "Push";
|
|
957
|
-
declare function export_default$
|
|
958
|
-
|
|
959
|
-
interface CelebrationStepProps {
|
|
960
|
-
title?: string;
|
|
961
|
-
text?: string;
|
|
962
|
-
detailText?: string;
|
|
963
|
-
iconUrl?: string;
|
|
964
|
-
imageUrl?: string;
|
|
965
|
-
nextButtonText?: string;
|
|
966
|
-
styles: {
|
|
967
|
-
[key: string]: any;
|
|
968
|
-
};
|
|
969
|
-
}
|
|
970
|
-
declare function export_default$g(props: CelebrationStepProps): React.JSX.Element;
|
|
971
|
-
|
|
972
|
-
declare function export_default$f(): React.JSX.Element;
|
|
973
|
-
|
|
974
|
-
interface ConnectDeviceAccountStepProps {
|
|
975
|
-
title?: string;
|
|
976
|
-
text?: string;
|
|
977
|
-
deviceType: string;
|
|
978
|
-
providerID: number;
|
|
979
|
-
styles: {
|
|
980
|
-
[key: string]: any;
|
|
981
|
-
};
|
|
982
|
-
onConnect: () => void;
|
|
983
|
-
}
|
|
984
|
-
declare function export_default$e(props: ConnectDeviceAccountStepProps): React.JSX.Element;
|
|
985
|
-
|
|
986
|
-
interface ConnectDeviceAccountStepContainerProps {
|
|
987
|
-
deviceType?: string;
|
|
988
|
-
}
|
|
989
|
-
declare function export_default$d(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
|
|
1312
|
+
declare function export_default$2(props: SurveyTasksViewProps): React.JSX.Element;
|
|
990
1313
|
|
|
991
|
-
interface
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
onNextButtonClick: () => void;
|
|
999
|
-
styles: {
|
|
1000
|
-
[key: string]: any;
|
|
1314
|
+
interface NewPointsEntry {
|
|
1315
|
+
name: string;
|
|
1316
|
+
points: number;
|
|
1317
|
+
bonusPoints?: number;
|
|
1318
|
+
message?: {
|
|
1319
|
+
title: string;
|
|
1320
|
+
text: string;
|
|
1001
1321
|
};
|
|
1002
1322
|
}
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
textAlign?: any;
|
|
1010
|
-
color?: string;
|
|
1011
|
-
fontSize?: string;
|
|
1012
|
-
fontWeight?: string;
|
|
1013
|
-
}
|
|
1014
|
-
interface IconElementProps {
|
|
1015
|
-
srcUrl?: string;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
declare function export_default$a(props: StepElementProps): React.JSX.Element | null;
|
|
1019
|
-
|
|
1020
|
-
declare function export_default$9(props: IconElementProps): React.JSX.Element | null;
|
|
1021
|
-
|
|
1022
|
-
declare function export_default$8(props: IconElementProps): React.JSX.Element | null;
|
|
1023
|
-
|
|
1024
|
-
interface StepLayoutProps {
|
|
1025
|
-
children?: React.ReactNode;
|
|
1026
|
-
}
|
|
1027
|
-
declare function export_default$7(props: StepLayoutProps): React.JSX.Element;
|
|
1028
|
-
|
|
1029
|
-
interface StepMarkdownProps {
|
|
1030
|
-
text: string;
|
|
1031
|
-
inline?: boolean;
|
|
1032
|
-
}
|
|
1033
|
-
declare function export_default$6(props: StepMarkdownProps): React.JSX.Element;
|
|
1034
|
-
|
|
1035
|
-
interface StepNextButtonProps extends StepElementProps {
|
|
1036
|
-
backgroundColor: string;
|
|
1037
|
-
letterSpacing: string;
|
|
1038
|
-
textTransform: string;
|
|
1039
|
-
gradient: any;
|
|
1040
|
-
disabled?: boolean;
|
|
1041
|
-
onClick(): void;
|
|
1042
|
-
}
|
|
1043
|
-
declare function export_default$5(props: StepNextButtonProps): React.JSX.Element;
|
|
1044
|
-
|
|
1045
|
-
declare function export_default$4(props: StepElementProps): React.JSX.Element | null;
|
|
1046
|
-
|
|
1047
|
-
declare function export_default$3(props: StepElementProps): React.JSX.Element | null;
|
|
1048
|
-
|
|
1049
|
-
interface YouTubeStepProps {
|
|
1050
|
-
title?: string;
|
|
1051
|
-
text?: string;
|
|
1052
|
-
transcript?: string;
|
|
1053
|
-
videoId: string;
|
|
1054
|
-
nextButtonText?: string;
|
|
1055
|
-
height?: string;
|
|
1056
|
-
styles: {
|
|
1057
|
-
[key: string]: any;
|
|
1058
|
-
};
|
|
1323
|
+
interface NewPointsViewProps {
|
|
1324
|
+
entries: NewPointsEntry[];
|
|
1325
|
+
pointsToNextReward?: number;
|
|
1326
|
+
colorScheme?: 'auto' | 'light' | 'dark';
|
|
1327
|
+
primaryColor?: string;
|
|
1328
|
+
doneButtonText?: string;
|
|
1059
1329
|
}
|
|
1060
|
-
declare function export_default$
|
|
1061
|
-
|
|
1062
|
-
declare function export_default$1(): React.JSX.Element;
|
|
1330
|
+
declare function export_default$1(props: NewPointsViewProps): React.JSX.Element;
|
|
1331
|
+
declare function showNewPoints(props: NewPointsViewProps, url?: string): void;
|
|
1063
1332
|
|
|
1064
1333
|
declare function export_default(callback: Function, delay: number | null): void;
|
|
1065
1334
|
|
|
@@ -1067,4 +1336,4 @@ declare function language(key: string): string;
|
|
|
1067
1336
|
|
|
1068
1337
|
declare function getDayKey(date: Date): string;
|
|
1069
1338
|
|
|
1070
|
-
export { export_default$
|
|
1339
|
+
export { export_default$18 as Action, export_default$17 as ActivityMeter, export_default$1C as AllergiesList, export_default$e as AllergiesView, export_default$1B as AppDownload, AreaChartOptions, export_default$1P as AsthmaAirQualities, AsthmaAirQuality, AsthmaAirQualityType, AsthmaBiometric, AsthmaBiometricType, export_default$1O as AsthmaBiometrics, export_default$1F as AsthmaCalendarView, export_default$1L as AsthmaCalendarViewHeader, export_default$1M as AsthmaControlCalendar, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$1K as AsthmaControlStatusHeader, export_default$1E as AsthmaDashboardView, export_default$1J as AsthmaDashboardViewHeader, AsthmaDataStatus, export_default$1I as AsthmaDataSummary, export_default$1D as AsthmaDataView, AsthmaLogEntry, export_default$1N as AsthmaLogEntryHeader, export_default$1H as AsthmaLogEntrySummary, AsthmaParticipant, AsthmaSymptomLevel, export_default$1G as AsthmaViewTitle, BarChartOptions, export_default$16 as BasicCalendar, BasicCalendarDayState, export_default$d as BlankView, export_default$1b as Button, export_default$15 as Calendar, export_default$14 as Card, export_default$13 as CardTitle, export_default$I as CelebrationStep, export_default$H as CelebrationStepContainer, ColorDefinition, export_default$1A as ConditionsList, export_default$c as ConditionsView, export_default$G as ConnectDeviceAccountStep, export_default$F as ConnectDeviceAccountStepContainer, export_default$1z as ConnectDevicesMenu, export_default$1y as ConnectEhr, export_default$E as ConnectEhrStep, export_default$D as ConnectEhrStepContainer, export_default$b as ConnectEhrView, export_default$1x as ConnectFitbit, export_default$1w as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$12 as DateRangeNavigator, export_default$11 as DayTrackerSymbol, DeviceDataChartLine, export_default$1v as DeviceDataMonthChart, export_default$1u as DeviceDataMonthCharts, export_default$a as DeviceDataView, export_default$1t as ExternalAccountList, export_default$1s as ExternalAccountsLoadingIndicator, export_default$1r as ExternalAccountsPreview, export_default$9 as ExternalAccountsView, export_default$10 as Face, export_default$1q as FitbitDevices, export_default$1p as FitbitMonthCharts, export_default$8 as FitbitView, export_default$1o as GarminDevices, export_default$1n as GarminMonthCharts, export_default$7 as GarminView, export_default$5 as HealthAndWellnessView, export_default$1m as HealthPreviewSection, export_default$$ as Histogram, export_default$6 as HomeView, export_default$1l as LabResultsSummary, export_default$_ as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1k as MedicationsList, export_default$4 as MedicationsView, export_default$1j as MostRecentNotification, export_default$Z as NavigationBar, NewPointsEntry, export_default$1 as NewPointsView, NewPointsViewProps, export_default$Y as NotesInput, export_default$1i as NotificationList, export_default$3 as NotificationsView, export_default$1h as PlatformSpecificContent, export_default$J as ProgressRing, export_default$1g as ProjectHeader, export_default$1f as ProjectSupport, export_default$1e as ProviderSearch, export_default$1d as RelativeActivityToday, export_default$1c as RestingHeartRateCalendar, export_default$X as Section, export_default$W as SegmentedControl, export_default$V as ShinyOverlay, export_default$U as SingleExternalAccount, export_default$T as SingleNotification, export_default$S as SingleSurveyTask, export_default$R as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$C as StepDetailText, export_default$A as StepImage, export_default$B as StepImageIcon, export_default$z as StepLayout, export_default$y as StepMarkdown, export_default$x as StepNextButton, export_default$w as StepText, export_default$v as StepTitle, export_default$1a as SurveyTaskList, export_default$2 as SurveyTasksView, export_default$Q as Switch, SymptomConfiguration, SymptomReference, export_default$s as SymptomSharkCalendar, export_default$h as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$q as SymptomSharkLogEntry, export_default$j as SymptomSharkLogEntryEdit, export_default$g as SymptomSharkLogEntryEditView, export_default$l as SymptomSharkLogEntryList, export_default$k as SymptomSharkLogToday, export_default$r as SymptomSharkOverallExperienceChart, export_default$f as SymptomSharkSymptomDetailView, export_default$n as SymptomSharkSymptomSeverityChart, export_default$o as SymptomSharkSymptomSeveritySummary, export_default$m as SymptomSharkSymptomTreatmentFilters, export_default$p as SymptomSharkSymptomTreatmentHistograms, export_default$i as SymptomSharkVisualizationCoordinator, export_default$P as TextBlock, export_default$O as Title, export_default$N as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$M as UnstyledButton, export_default$19 as ViewEhr, export_default$L as ViewHeader, export_default$K as WeekCalendar, WeekStartsOn, export_default$u as YouTubeStep, export_default$t as YouTubeStepContainer, service as asthmaDataService, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaAirQualityTypeLabel, getAsthmaBiometricTypeLabel, getAsthmaBiometricTypeUnits, getAsthmaDataStatusText, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, export_default as useInterval };
|