@careevolution/mydatahelps-ui 2.12.1-SSComponents.0 → 2.13.1-AsthmaUpdates.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.
Files changed (116) hide show
  1. package/dist/cjs/index.js +10 -9
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +8 -0
  4. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +10 -0
  5. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +23 -0
  6. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/index.d.ts +2 -0
  7. package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +14 -0
  8. package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +52 -0
  9. package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +1 -0
  10. package/dist/cjs/types/components/asthma/components/index.d.ts +2 -0
  11. package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +5 -3
  12. package/dist/cjs/types/components/asthma/model/types.d.ts +3 -9
  13. package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +7 -0
  14. package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +13 -0
  15. package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +1 -0
  16. package/dist/cjs/types/components/asthma/views/index.d.ts +1 -0
  17. package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +3 -2
  18. package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +1 -0
  19. package/dist/cjs/types/components/container/InboxItemList/InboxItemList.d.ts +3 -1
  20. package/dist/cjs/types/components/container/InboxItemList/InboxItemList.stories.d.ts +16 -0
  21. package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -1
  22. package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +9 -2
  23. package/dist/cjs/types/components/presentational/Resource/Resource.d.ts +2 -1
  24. package/dist/cjs/types/components/presentational/Resource/Resource.stories.d.ts +5 -3
  25. package/dist/cjs/types/components/presentational/Resource/index.d.ts +1 -1
  26. package/dist/cjs/types/components/presentational/ResourceList/ResourceList.d.ts +3 -1
  27. package/dist/cjs/types/components/presentational/ResourceList/ResourceList.stories.d.ts +14 -0
  28. package/dist/cjs/types/components/presentational/index.d.ts +1 -1
  29. package/dist/cjs/types/components/symptom-shark/container/index.d.ts +0 -1
  30. package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +2 -5
  31. package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +0 -1
  32. package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +0 -1
  33. package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +0 -3
  34. package/dist/cjs/types/components/symptom-shark/view/index.d.ts +0 -1
  35. package/dist/cjs/types/components/view/ResourceListView/ResourceListView.d.ts +3 -1
  36. package/dist/cjs/types/components/view/ResourceListView/ResourceListView.stories.d.ts +14 -0
  37. package/dist/cjs/types/helpers/blood-pressure-data-providers/combined-blood-pressure-data-provider.d.ts +3 -0
  38. package/dist/cjs/types/helpers/blood-pressure-data-providers/device-blood-pressure-data-provider.d.ts +3 -0
  39. package/dist/cjs/types/helpers/blood-pressure-data-providers/index.d.ts +1 -1
  40. package/dist/esm/index.js +8 -7
  41. package/dist/esm/index.js.map +1 -1
  42. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +8 -0
  43. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +10 -0
  44. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +23 -0
  45. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/index.d.ts +2 -0
  46. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +14 -0
  47. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +52 -0
  48. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +1 -0
  49. package/dist/esm/types/components/asthma/components/index.d.ts +2 -0
  50. package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +5 -3
  51. package/dist/esm/types/components/asthma/model/types.d.ts +3 -9
  52. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +7 -0
  53. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +13 -0
  54. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +1 -0
  55. package/dist/esm/types/components/asthma/views/index.d.ts +1 -0
  56. package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +3 -2
  57. package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.stories.d.ts +1 -0
  58. package/dist/esm/types/components/container/InboxItemList/InboxItemList.d.ts +3 -1
  59. package/dist/esm/types/components/container/InboxItemList/InboxItemList.stories.d.ts +16 -0
  60. package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -1
  61. package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +9 -2
  62. package/dist/esm/types/components/presentational/Resource/Resource.d.ts +2 -1
  63. package/dist/esm/types/components/presentational/Resource/Resource.stories.d.ts +5 -3
  64. package/dist/esm/types/components/presentational/Resource/index.d.ts +1 -1
  65. package/dist/esm/types/components/presentational/ResourceList/ResourceList.d.ts +3 -1
  66. package/dist/esm/types/components/presentational/ResourceList/ResourceList.stories.d.ts +14 -0
  67. package/dist/esm/types/components/presentational/index.d.ts +1 -1
  68. package/dist/esm/types/components/symptom-shark/container/index.d.ts +0 -1
  69. package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +2 -5
  70. package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +0 -1
  71. package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +0 -1
  72. package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +0 -3
  73. package/dist/esm/types/components/symptom-shark/view/index.d.ts +0 -1
  74. package/dist/esm/types/components/view/ResourceListView/ResourceListView.d.ts +3 -1
  75. package/dist/esm/types/components/view/ResourceListView/ResourceListView.stories.d.ts +14 -0
  76. package/dist/esm/types/helpers/blood-pressure-data-providers/combined-blood-pressure-data-provider.d.ts +3 -0
  77. package/dist/esm/types/helpers/blood-pressure-data-providers/device-blood-pressure-data-provider.d.ts +3 -0
  78. package/dist/esm/types/helpers/blood-pressure-data-providers/index.d.ts +1 -1
  79. package/dist/index.d.ts +921 -931
  80. package/package.json +1 -1
  81. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +0 -10
  82. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +0 -16
  83. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +0 -1
  84. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +0 -7
  85. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +0 -13
  86. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/index.d.ts +0 -1
  87. package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +0 -7
  88. package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +0 -7
  89. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +0 -12
  90. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +0 -13
  91. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +0 -1
  92. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +0 -7
  93. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +0 -13
  94. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +0 -1
  95. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +0 -6
  96. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +0 -20
  97. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +0 -1
  98. package/dist/cjs/types/helpers/renderPdf.d.ts +0 -2
  99. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +0 -10
  100. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +0 -16
  101. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +0 -1
  102. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +0 -7
  103. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +0 -13
  104. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/index.d.ts +0 -1
  105. package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +0 -7
  106. package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +0 -7
  107. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +0 -12
  108. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +0 -13
  109. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +0 -1
  110. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +0 -7
  111. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +0 -13
  112. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +0 -1
  113. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +0 -6
  114. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +0 -20
  115. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +0 -1
  116. package/dist/esm/types/helpers/renderPdf.d.ts +0 -2
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode, DependencyList } from 'react';
2
- import { ParticipantInfo, DeviceInfo, SurveyAnswer, ExternalAccountStatus, DeviceDataNamespace, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, Guid, EventName } from '@careevolution/mydatahelps-js';
2
+ import { ParticipantInfo, Guid, StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, DeviceInfo, DeviceDataPoint, SurveyAnswer, ExternalAccountStatus, DeviceDataNamespace, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, EventName } from '@careevolution/mydatahelps-js';
3
3
  import { AxisDomain } from 'recharts/types/util/types';
4
4
  import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
5
5
  import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
@@ -10,17 +10,19 @@ interface AsthmaActionPlanManagerProps {
10
10
  editActionPlanSurveyName: string;
11
11
  innerRef?: React.Ref<HTMLDivElement>;
12
12
  }
13
- declare function export_default$2g(props: AsthmaActionPlanManagerProps): React.JSX.Element;
13
+ declare function export_default$2f(props: AsthmaActionPlanManagerProps): React.JSX.Element;
14
14
 
15
15
  declare class AsthmaParticipant {
16
16
  participantInfo: ParticipantInfo;
17
17
  constructor(participantInfo: ParticipantInfo);
18
+ getId(): Guid;
18
19
  getFirstName(): string;
19
20
  hasPairedDevice(): boolean;
20
21
  hasEstablishedBaseline(): boolean;
21
22
  getHomeAirQualityZipCode(): string;
22
23
  getWorkAirQualityZipCode(): string;
23
24
  getActionPlanTaskRunUUID(): string;
25
+ getAlertTakeover(): string | undefined;
24
26
  getDaytimeRestingHeartRateBaseline(): number | undefined;
25
27
  getNighttimeRestingHeartRateBaseline(): number | undefined;
26
28
  getRespiratoryRateBaseline(): number | undefined;
@@ -32,14 +34,6 @@ declare class AsthmaParticipant {
32
34
  private getBaseline;
33
35
  private getCustomFieldValue;
34
36
  }
35
- interface AsthmaControlMetrics {
36
- date: string;
37
- nighttimeAwakeningDaysPast7: number;
38
- limitedActivityDaysPast7: number;
39
- inhalerUseDaysPast7: number;
40
- symptomDaysPast7: number;
41
- loggedDaysPast7: number;
42
- }
43
37
  type AsthmaControlStatus = 'no-data' | 'not-controlled' | 'controlled' | 'not-determined';
44
38
  interface AsthmaControlState {
45
39
  status: AsthmaControlStatus;
@@ -87,7 +81,7 @@ interface AsthmaAirQualitiesProps {
87
81
  date?: Date;
88
82
  innerRef?: React.Ref<HTMLDivElement>;
89
83
  }
90
- declare function export_default$2f(props: AsthmaAirQualitiesProps): React.JSX.Element;
84
+ declare function export_default$2e(props: AsthmaAirQualitiesProps): React.JSX.Element;
91
85
 
92
86
  interface AsthmaAlertTakeoverNoticeProps {
93
87
  previewState?: 'loading' | 'loaded';
@@ -95,7 +89,7 @@ interface AsthmaAlertTakeoverNoticeProps {
95
89
  logEntrySurveyName: string;
96
90
  innerRef?: React.Ref<HTMLDivElement>;
97
91
  }
98
- declare function export_default$2e(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
92
+ declare function export_default$2d(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
99
93
 
100
94
  interface AsthmaAlertTakeoverTriggerProps {
101
95
  previewState?: boolean;
@@ -106,7 +100,7 @@ interface AsthmaAlertTakeoverTriggerProps {
106
100
  alertTakeoverUrl: string;
107
101
  innerRef?: React.Ref<HTMLDivElement>;
108
102
  }
109
- declare function export_default$2d(props: AsthmaAlertTakeoverTriggerProps): null;
103
+ declare function export_default$2c(props: AsthmaAlertTakeoverTriggerProps): null;
110
104
 
111
105
  type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
112
106
 
@@ -118,7 +112,7 @@ interface AsthmaBiometricsProps {
118
112
  date?: Date;
119
113
  innerRef?: React.Ref<HTMLDivElement>;
120
114
  }
121
- declare function export_default$2c(props: AsthmaBiometricsProps): React.JSX.Element;
115
+ declare function export_default$2b(props: AsthmaBiometricsProps): React.JSX.Element;
122
116
 
123
117
  type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
124
118
 
@@ -130,7 +124,7 @@ interface AsthmaControlCalendarProps {
130
124
  variant?: AsthmaControlCalendarVariant;
131
125
  innerRef?: React.Ref<HTMLDivElement>;
132
126
  }
133
- declare function export_default$2b(props: AsthmaControlCalendarProps): React.JSX.Element;
127
+ declare function export_default$2a(props: AsthmaControlCalendarProps): React.JSX.Element;
134
128
 
135
129
  type AsthmaControlStatusHeaderPreviewState = 'no data' | 'abnormal dhr' | 'abnormal nhr' | 'abnormal rr' | 'abnormal activity' | 'abnormal sleep' | 'abnormal dbol' | 'abnormal nbol' | 'abnormal home aqi' | 'abnormal work aqi' | 'abnormal multiple' | 'not determined' | 'not controlled' | 'controlled';
136
130
 
@@ -139,7 +133,7 @@ interface AsthmaControlStatusHeaderProps {
139
133
  participant: AsthmaParticipant;
140
134
  innerRef?: React.Ref<HTMLDivElement>;
141
135
  }
142
- declare function export_default$2a(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
136
+ declare function export_default$29(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
143
137
 
144
138
  type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
145
139
 
@@ -152,7 +146,7 @@ interface AsthmaLogEntryDetailsProps {
152
146
  infoUrl: string;
153
147
  innerRef?: React.Ref<HTMLDivElement>;
154
148
  }
155
- declare function export_default$29(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
149
+ declare function export_default$28(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
156
150
 
157
151
  type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
158
152
 
@@ -163,7 +157,7 @@ interface AsthmaLogEntryHeaderProps {
163
157
  dayViewUrl: string;
164
158
  innerRef?: React.Ref<HTMLDivElement>;
165
159
  }
166
- declare function export_default$28(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
160
+ declare function export_default$27(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
167
161
 
168
162
  interface AsthmaPostEnrollmentSurveyTriggerProps {
169
163
  previewState?: boolean;
@@ -171,31 +165,16 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
171
165
  postEnrollmentMobileSurveyName: string;
172
166
  innerRef?: React.Ref<HTMLDivElement>;
173
167
  }
174
- declare function export_default$27(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
168
+ declare function export_default$26(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
175
169
 
176
- declare enum AsthmaDailyDataType {
177
- Steps = "Asthma.Steps",
178
- DaytimeRestingHeartRate = "Asthma.DaytimeRestingHeartRate",
179
- NighttimeRestingHeartRate = "Asthma.NighttimeRestingHeartRate",
180
- RespiratoryRate = "Asthma.RespiratoryRate",
181
- DaytimeBloodOxygenLevel = "Asthma.DaytimeBloodOxygenLevel",
182
- NighttimeBloodOxygenLevel = "Asthma.NighttimeBloodOxygenLevel",
183
- SleepDisturbances = "Asthma.SleepDisturbances"
184
- }
185
- interface AsthmaDataService {
186
- loadParticipant(): Promise<AsthmaParticipant>;
187
- loadDeviceInfo(): Promise<DeviceInfo>;
188
- loadLogEntries(fromDate?: Date, toDate?: Date): Promise<AsthmaLogEntry[]>;
189
- loadBiometricsForControlStatus(): Promise<AsthmaBiometric[]>;
190
- loadBiometricsForDate(date: Date): Promise<AsthmaBiometric[]>;
191
- loadAirQualitiesForControlStatus(homeAirQualityZipCode: string, workAirQualityZipCode: string): Promise<AsthmaAirQuality[]>;
192
- loadAirQualitiesForDate(date: Date): Promise<AsthmaAirQuality[]>;
193
- saveLogEntry(logEntry: AsthmaLogEntry): Promise<void>;
194
- loadAndClearAlertTakeover(): Promise<string | undefined>;
195
- loadSurveyAnswers(surveyNames: string[]): Promise<SurveyAnswer[]>;
196
- loadAsthmaActionPlan(): Promise<AsthmaActionPlan | undefined>;
170
+ type AsthmaProviderReportPreviewState = 'default';
171
+
172
+ interface AsthmaProviderReportProps {
173
+ previewState?: 'loading' | AsthmaProviderReportPreviewState;
174
+ logEntrySurveyName: string;
175
+ innerRef?: React.Ref<HTMLDivElement>;
197
176
  }
198
- declare const service: AsthmaDataService;
177
+ declare function export_default$25(props: AsthmaProviderReportProps): React.JSX.Element;
199
178
 
200
179
  type ColorDefinition = string | {
201
180
  lightMode?: string;
@@ -203,1051 +182,1102 @@ type ColorDefinition = string | {
203
182
  };
204
183
  declare function resolveColor(colorScheme: "light" | "dark", colorDefinition?: ColorDefinition): string | undefined;
205
184
 
206
- declare const dateToAsthmaLogEntryIdentifier: (date: Date) => string;
207
- declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
208
- declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
209
- declare const getAsthmaDataStatusColor: (status: AsthmaDataStatus) => ColorDefinition;
210
- declare const getAsthmaSymptomLevelText: (symptomLevel: AsthmaSymptomLevel) => string;
211
- declare const getAsthmaSymptomLevel: (symptomLevelText: string) => AsthmaSymptomLevel;
212
- declare const getAsthmaSymptomTexts: (symptoms: AsthmaSymptom[] | undefined) => string[];
213
- declare const getAsthmaSymptoms: (symptomTexts: string[]) => AsthmaSymptom[];
214
- declare const getAsthmaImpactTexts: (impacts: AsthmaImpact[] | undefined) => string[];
215
- declare const getAsthmaImpacts: (impactTexts: string[]) => AsthmaImpact[];
216
- declare const getAsthmaTriggerTexts: (triggers: AsthmaTrigger[] | undefined) => string[];
217
- declare const getAsthmaTriggers: (triggerTexts: string[]) => AsthmaTrigger[];
218
- declare const isDaytimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
219
- declare const isNighttimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
220
- declare const isRespiratoryRateWithinRange: (baseline: number, rawValue: number) => boolean;
221
- declare const isStepsWithinRange: (baseline: number, rawValue: number) => boolean;
222
- declare const isSleepDisturbancesWithinRange: (baseline: number, rawValue: number) => boolean;
223
- declare const isBloodOxygenLevelWithinRange: (baseline: number, rawValue: number) => boolean;
224
-
225
- interface AsthmaActionPlanViewProps {
226
- colorScheme?: 'light' | 'dark' | 'auto';
227
- previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
228
- learnMoreUrl: string;
229
- editActionPlanSurveyName: string;
230
- }
231
- declare function export_default$26(props: AsthmaActionPlanViewProps): React.JSX.Element;
232
-
233
- interface AsthmaActivityViewProps {
234
- colorScheme?: 'light' | 'dark' | 'auto';
235
- previewState?: 'default';
236
- alert?: 'Steps';
237
- logEntrySurveyName: string;
238
- }
239
- declare function export_default$25(props: AsthmaActivityViewProps): React.JSX.Element;
240
-
241
- interface AsthmaAirQualityViewProps {
242
- colorScheme?: 'light' | 'dark' | 'auto';
243
- previewState?: 'default';
244
- alert?: 'HomeAirQuality' | 'WorkAirQuality';
245
- logEntrySurveyName: string;
246
- }
247
- declare function export_default$24(props: AsthmaAirQualityViewProps): React.JSX.Element;
248
-
249
- interface AsthmaAlertTakeoverViewProps {
250
- colorScheme?: 'light' | 'dark' | 'auto';
251
- previewState?: 'default';
252
- logEntrySurveyName: string;
253
- }
254
- declare function export_default$23(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
255
-
256
- interface AsthmaDayViewProps {
257
- colorScheme?: 'light' | 'dark' | 'auto';
258
- previewState?: 'default';
259
- date: Date;
260
- logTodayEntrySurveyName: string;
261
- logYesterdayEntrySurveyName: string;
262
- editLogEntryUrl: string;
263
- logEntryInfoUrl: string;
264
- heartAndLungsUrl: string;
265
- activityUrl: string;
266
- sleepUrl: string;
267
- airQualityUrl: string;
185
+ interface ActionProps {
186
+ title?: string;
187
+ titleIcon?: ReactElement;
188
+ icon?: ReactElement;
189
+ subtitle?: string;
190
+ onClick?: Function;
191
+ children?: React.ReactNode;
192
+ className?: string;
193
+ indicatorIcon?: IconDefinition;
194
+ indicator?: ReactElement;
195
+ indicatorValue?: string;
196
+ indicatorPosition?: "default" | "topRight";
197
+ bottomBorder?: boolean;
198
+ innerRef?: React.Ref<HTMLDivElement>;
199
+ titleColor?: ColorDefinition;
200
+ subtitleColor?: ColorDefinition;
201
+ renderAs?: "div" | "button";
268
202
  }
269
- declare function export_default$22(props: AsthmaDayViewProps): React.JSX.Element;
203
+ declare function export_default$24(props: ActionProps): React.JSX.Element;
270
204
 
271
- interface AsthmaHeartAndLungsViewProps {
272
- colorScheme?: 'light' | 'dark' | 'auto';
273
- previewState?: 'default';
274
- alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
275
- logEntrySurveyName: string;
205
+ interface ActivityMeterProps {
206
+ label: string;
207
+ value: string;
208
+ icon: ReactElement;
209
+ fillPercent: number;
210
+ averageFillPercent: number;
211
+ color: string;
212
+ message?: string;
213
+ className?: string;
214
+ innerRef?: React.Ref<HTMLDivElement>;
276
215
  }
277
- declare function export_default$21(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
278
-
279
- type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
216
+ declare function export_default$23(props: ActivityMeterProps): React.JSX.Element;
280
217
 
281
- interface AsthmaLogEntryEditorViewProps {
282
- colorScheme?: 'light' | 'dark' | 'auto';
283
- previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
284
- date: Date;
218
+ type ButtonVariant = "default" | "subtle" | "light";
219
+ interface ButtonProps {
220
+ children?: React.ReactNode;
221
+ disabled?: boolean;
222
+ onClick: Function;
223
+ className?: string;
224
+ color?: ColorDefinition;
225
+ loading?: boolean;
226
+ variant?: ButtonVariant;
227
+ innerRef?: React.Ref<HTMLButtonElement>;
228
+ defaultMargin?: boolean;
229
+ fullWidth?: boolean;
285
230
  }
286
- declare function export_default$20(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
231
+ declare function export_default$22(props: ButtonProps): React.JSX.Element;
287
232
 
288
- interface AsthmaSleepViewProps {
289
- colorScheme?: 'light' | 'dark' | 'auto';
290
- previewState?: 'default';
291
- alert?: 'SleepDisturbances';
292
- logEntrySurveyName: string;
233
+ interface CalendarProps {
234
+ month: number;
235
+ year: number;
236
+ dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
237
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
238
+ className?: string;
239
+ innerRef?: React.Ref<HTMLDivElement>;
293
240
  }
294
- declare function export_default$1$(props: AsthmaSleepViewProps): React.JSX.Element;
241
+ declare function export_default$21(props: CalendarProps): React.JSX.Element;
295
242
 
296
- interface TermInformation {
297
- TermFamily: string;
298
- TermNamespace: string;
299
- TermCode: string;
243
+ type CalendarDayStateConfiguration = Record<string, {
244
+ style?: CSSProperties;
245
+ streak?: boolean;
246
+ streakColor?: ColorDefinition;
247
+ }>;
248
+ interface CalendarDayProps {
249
+ year: number;
250
+ month: number;
251
+ day?: number;
252
+ stateConfiguration: CalendarDayStateConfiguration;
253
+ computeStateForDay: (date: Date) => string;
254
+ onClick?: (date: Date) => void;
255
+ innerRef?: React.Ref<HTMLDivElement>;
300
256
  }
257
+ declare function export_default$20(props: CalendarDayProps): React.JSX.Element;
301
258
 
302
- interface AllergiesListProps {
303
- previewState?: "default";
304
- onViewTermInfo(termInfo: TermInformation): void;
259
+ interface CardProps {
260
+ className?: string;
261
+ children?: React.ReactNode;
262
+ allowOverflow?: boolean;
305
263
  innerRef?: React.Ref<HTMLDivElement>;
264
+ variant?: "default" | "subtle" | "highlight";
265
+ backgroundColor?: ColorDefinition;
266
+ style?: React.CSSProperties;
306
267
  }
307
- declare function export_default$1_(props: AllergiesListProps): React.JSX.Element;
268
+ declare function export_default$1$(props: CardProps): React.JSX.Element | null;
308
269
 
309
- interface AppDownloadProps {
310
- previewProjectPlatforms?: string[];
311
- previewDevicePlatform?: string;
270
+ interface CardTitleProps {
271
+ title: string;
272
+ onDetailClick?: Function;
273
+ detailLinkText?: string;
312
274
  innerRef?: React.Ref<HTMLDivElement>;
313
- title?: string;
314
- text?: string;
275
+ color?: ColorDefinition;
315
276
  }
316
- declare function export_default$1Z(props: AppDownloadProps): React.JSX.Element | null;
277
+ declare function export_default$1_(props: CardTitleProps): React.JSX.Element;
317
278
 
318
279
  type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
319
280
  declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
320
281
  declare function getMonthStart(): Date;
321
282
 
322
- interface SurveyBloodPressureDataParameters {
323
- surveyName: string;
324
- dateResultIdentifier: string;
325
- systolicResultIdentifier: string;
326
- diastolicResultIdentifier: string;
327
- }
328
- interface BloodPressureDataPoint {
329
- date: Date;
330
- systolic: number;
331
- diastolic: number;
332
- }
333
- declare function export_default$1Y(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
334
-
335
- type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
336
- interface BloodPressureVisualizationProps {
337
- previewState?: BloodPressurePreviewState;
338
- surveyDataSource: SurveyBloodPressureDataParameters;
283
+ interface DateRangeCoordinatorProps {
284
+ initialIntervalStart?: Date;
285
+ intervalType: "Week" | "Month";
339
286
  weekStartsOn?: WeekStartsOn;
287
+ variant?: "default" | "rounded";
288
+ children: React.ReactNode;
340
289
  innerRef?: React.Ref<HTMLDivElement>;
290
+ sticky?: boolean;
341
291
  }
342
- declare function export_default$1X(props: BloodPressureVisualizationProps): React.JSX.Element;
343
-
344
- interface ConditionsListProps {
345
- previewState?: "default";
346
- onViewTermInfo(termInfo: TermInformation): void;
347
- innerRef?: React.Ref<HTMLDivElement>;
292
+ interface DateRangeContext {
293
+ intervalType: "Week" | "Month";
294
+ intervalStart: Date;
348
295
  }
349
- declare function export_default$1W(props: ConditionsListProps): React.JSX.Element;
296
+ declare const DateRangeContext: React.Context<DateRangeContext | null>;
297
+ declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
350
298
 
351
- type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
352
- interface ConnectDevicesMenuProps {
299
+ interface DateRangeNavigatorProps {
300
+ intervalType: "Week" | "Month";
301
+ intervalStart: Date;
302
+ variant?: "default" | "rounded";
303
+ onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
304
+ className?: string;
353
305
  innerRef?: React.Ref<HTMLDivElement>;
354
- accountTypes?: DeviceAccountType[];
355
- title?: string;
356
- text?: string;
357
- previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
358
- headerVariant?: "large" | "medium";
306
+ sticky?: boolean;
359
307
  }
360
- declare function export_default$1V(props: ConnectDevicesMenuProps): React.JSX.Element | null;
308
+ declare function export_default$1Z(props: DateRangeNavigatorProps): React.JSX.Element;
361
309
 
362
- interface ConnectEhrProps {
363
- applicationUrl: ConnectEhrApplicationUrl;
364
- previewState?: ConnectEhrPreviewState;
365
- disabledBehavior?: 'hide' | 'displayError';
366
- bottomBorder?: boolean;
310
+ interface DayTrackerSymbolProps {
311
+ primaryColors: string[];
312
+ secondaryColors: string[];
313
+ className?: string;
314
+ size?: "small" | "large";
367
315
  innerRef?: React.Ref<HTMLDivElement>;
368
- variant?: "large" | "medium" | "small";
369
- title?: string;
370
- notConnectedText?: string;
371
- connectedText?: string;
372
- hideWhenConnected?: boolean;
373
- buttonColor?: ColorDefinition;
374
316
  }
375
- type ConnectEhrApplicationUrl = "preview" | string;
376
- type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
377
- declare function export_default$1U(props: ConnectEhrProps): React.JSX.Element | null;
317
+ declare function export_default$1Y(props: DayTrackerSymbolProps): React.JSX.Element;
378
318
 
379
- interface ConnectFitbitProps {
380
- title?: string;
381
- fitbitProviderID?: number;
382
- previewState?: ConnectFitbitPreviewState;
383
- disabledBehavior?: 'hide' | 'displayError';
384
- innerRef?: React.Ref<HTMLDivElement>;
385
- hideWhenConnected?: boolean;
319
+ interface ClosedInterval {
320
+ values: number[];
386
321
  }
387
- type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
388
- declare function export_default$1T(props: ConnectFitbitProps): React.JSX.Element;
389
-
390
- interface ConnectGarminProps {
391
- title?: string;
392
- garminProviderID?: number;
393
- previewState?: ConnectGarminPreviewState;
394
- disabledBehavior?: 'hide' | 'displayError';
395
- innerRef?: React.Ref<HTMLDivElement>;
396
- hideWhenConnected?: boolean;
397
- }
398
- type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
399
- declare function export_default$1S(props: ConnectGarminProps): React.JSX.Element;
400
-
401
- type DailyDataQueryResult = {
402
- [key: string]: number;
403
- };
404
- type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
405
- type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
406
- declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
407
- declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
408
- declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
409
- declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
410
- declare enum DailyDataType {
411
- AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
412
- AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
413
- AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
414
- AppleHealthHrv = "AppleHealthHrv",
415
- AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
416
- AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
417
- AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
418
- AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
419
- AppleHealthStandMinutes = "AppleHealthStandMinutes",
420
- AppleHealthSteps = "AppleHealthSteps",
421
- AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
422
- AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
423
- FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
424
- FitbitActiveMinutes = "FitbitActiveMinutes",
425
- FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
426
- FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
427
- FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
428
- FitbitBreathingRate = "FitbitBreathingRate",
429
- FitbitCaloriesBurned = "FitbitCaloriesBurned",
430
- FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
431
- FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
432
- FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
433
- FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
434
- FitbitFloors = "FitbitFloors",
435
- FitbitHrv = "FitbitHrv",
436
- FitbitRestingHeartRate = "FitbitRestingHeartRate",
437
- FitbitSleepMinutes = "FitbitSleepMinutes",
438
- FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
439
- FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
440
- FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
441
- FitbitSpO2 = "FitbitSpO2",
442
- FitbitSteps = "FitbitSteps",
443
- GarminSteps = "GarminSteps",
444
- GarminDistance = "GarminDistance",
445
- GarminFloors = "GarminFloors",
446
- GarminActiveMinutes = "GarminActiveMinutes",
447
- GarminActiveCalories = "GarminActiveCalories",
448
- GarminRestingCalories = "GarminRestingCalories",
449
- GarminTotalCalories = "GarminTotalCalories",
450
- GarminRestingHeartRate = "GarminRestingHeartRate",
451
- GarminMinHeartRate = "GarminMinHeartRate",
452
- GarminMaxHeartRate = "GarminMaxHeartRate",
453
- GarminAverageHeartRate = "GarminAverageHeartRate",
454
- GarminMaxStressLevel = "GarminMaxStressLevel",
455
- GarminAverageStressLevel = "GarminAverageStressLevel",
456
- GarminTotalStressMinutes = "GarminTotalStressMinutes",
457
- GarminLowStressMinutes = "GarminLowStressMinutes",
458
- GarminMediumStressMinutes = "GarminMediumStressMinutes",
459
- GarminHighStressMinutes = "GarminHighStressMinutes",
460
- GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
461
- GarminLightSleepMinutes = "GarminLightSleepMinutes",
462
- GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
463
- GarminRemSleepMinutes = "GarminRemSleepMinutes",
464
- GarminAwakeMinutes = "GarminAwakeMinutes",
465
- GarminSleepScore = "GarminSleepScore",
466
- GoogleFitSteps = "GoogleFitSteps",
467
- Steps = "Steps",
468
- RestingHeartRate = "RestingHeartRate",
469
- HomeAirQuality = "HomeAirQuality",
470
- WorkAirQuality = "WorkAirQuality"
322
+ interface DataPoint {
323
+ dataSet1: ClosedInterval;
324
+ dataSet2: ClosedInterval;
471
325
  }
472
-
473
- interface DailyDataChartProps {
474
- title?: string;
475
- intervalType?: "Week" | "Month";
476
- weekStartsOn?: WeekStartsOn;
477
- dailyDataType: string;
478
- valueConverter?(value: number): number;
479
- valueFormatter?(value: number): string;
480
- chartType: "Line" | "Bar" | "Area";
481
- options?: LineChartOptions | BarChartOptions | AreaChartOptions;
482
- hideIfNoData?: boolean;
483
- previewDataProvider?: DailyDataProvider;
484
- innerRef?: React.Ref<HTMLDivElement>;
326
+ interface Dumbbell {
327
+ dataPoint?: DataPoint;
328
+ xValue: string;
329
+ class?: DumbbellClass;
485
330
  }
486
- interface LineChartOptions {
487
- lineColor?: string;
488
- domainMin?: number | "Auto";
331
+ interface Axis {
332
+ yRange: ClosedInterval;
333
+ yIncrement: number;
334
+ xIncrement: number;
489
335
  }
490
- interface BarChartOptions {
491
- barColor?: string;
336
+ interface DumbBellChartProps {
337
+ axis: Axis;
338
+ dumbbells: Dumbbell[];
492
339
  }
493
- interface AreaChartOptions {
494
- lineColor?: string;
495
- areaColor?: string;
340
+ declare enum DumbbellClass {
341
+ "mdhui-dumbbell-in-range" = 0,
342
+ "mdhui-dumbbell-out-of-range" = 1
496
343
  }
497
- declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
344
+ declare function export_default$1X(props: DumbBellChartProps): React.JSX.Element;
498
345
 
499
- interface DeviceDataMonthChartProps {
500
- lines: DeviceDataChartLine[];
501
- month: number;
502
- year: number;
503
- syncId?: string;
504
- title?: string;
505
- previewState?: DeviceDataMonthChartPreviewState;
506
- onDataDetected?: Function;
507
- innerRef?: React.Ref<HTMLDivElement>;
508
- }
509
- interface DeviceDataChartLine {
510
- label: string;
511
- dailyDataType: string;
512
- valueConverter?: Function;
513
- showAverage?: boolean;
346
+ interface FaceProps {
347
+ faceValue?: number;
348
+ selected?: boolean;
349
+ onClick?: MouseEventHandler;
350
+ className?: string;
351
+ innerRef?: React.Ref<HTMLButtonElement>;
514
352
  }
515
- type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
516
- declare function export_default$1R(props: DeviceDataMonthChartProps): React.JSX.Element | null;
353
+ declare function export_default$1W(props: FaceProps): React.JSX.Element;
517
354
 
518
- interface DeviceDataMonthChartsProps {
519
- previewState?: DeviceDataMonthChartsPreviewState;
355
+ interface HistogramProps {
356
+ entries: {
357
+ label: string;
358
+ color: string;
359
+ value: number;
360
+ onSelect?(): void;
361
+ }[];
362
+ className?: string;
363
+ innerRef?: React.Ref<HTMLDivElement>;
520
364
  }
521
- type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
522
- declare function export_default$1Q(props: DeviceDataMonthChartsProps): React.JSX.Element;
365
+ declare function export_default$1V(props: HistogramProps): React.JSX.Element;
523
366
 
524
- interface ExternalAccountListProps {
525
- externalAccountProviderCategories?: string[];
526
- previewState?: NotificationListPreviewState$1;
527
- onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
367
+ interface LayoutProps {
368
+ children?: React.ReactNode;
369
+ bodyBackgroundColor?: ColorDefinition;
370
+ primaryColor?: ColorDefinition;
371
+ statusBarStyle?: StatusBarStyle;
372
+ className?: string;
373
+ noGlobalStyles?: boolean;
374
+ colorScheme?: "light" | "dark" | "auto";
375
+ /**
376
+ * @deprecated
377
+ */
378
+ stylesheetPath?: string;
528
379
  innerRef?: React.Ref<HTMLDivElement>;
529
380
  }
530
- type NotificationListPreviewState$1 = "Default";
531
- declare function export_default$1P(props: ExternalAccountListProps): React.JSX.Element;
381
+ interface LayoutContext {
382
+ colorScheme: "light" | "dark";
383
+ bodyBackgroundColor: string;
384
+ }
385
+ declare const LayoutContext: React.Context<LayoutContext>;
386
+ declare function export_default$1U(props: LayoutProps): React.JSX.Element;
532
387
 
533
- interface ExternalAccountsLoadingIndicatorProps {
534
- previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
535
- externalAccountCategories?: string[];
388
+ interface LoadingIndicatorProps {
389
+ variant?: "default" | "inline";
390
+ color?: string;
391
+ className?: string;
536
392
  innerRef?: React.Ref<HTMLDivElement>;
537
393
  }
538
- declare function export_default$1O(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
394
+ declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
539
395
 
540
- interface ExternalAccountsPreviewProps {
541
- excludeProviders?: boolean;
542
- excludeHealthPlans?: boolean;
543
- excludeDeviceManufacturers?: boolean;
544
- applicationUrl: ExternalAccountsApplicationUrl;
545
- previewState?: ExternalAccountsPreviewPreviewState;
546
- innerRef?: React.Ref<HTMLDivElement>;
396
+ interface NavigationBarProps {
397
+ title?: string;
398
+ subtitle?: string;
399
+ showBackButton?: boolean;
400
+ showCloseButton?: boolean;
401
+ children?: React.ReactNode;
402
+ closeButtonText?: string;
403
+ backButtonText?: string;
404
+ className?: string;
405
+ variant?: 'default' | 'compressed';
406
+ titleColor?: ColorDefinition;
407
+ subtitleColor?: ColorDefinition;
408
+ buttonColor?: ColorDefinition;
409
+ navigationBarLeft?: React.ReactNode;
410
+ navigationBarRight?: React.ReactNode;
411
+ backgroundColor?: ColorDefinition;
547
412
  }
548
- type ExternalAccountsApplicationUrl = "preview" | string;
549
- type ExternalAccountsPreviewPreviewState = "Default";
550
- declare function export_default$1N(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
413
+ declare function export_default$1T(props: NavigationBarProps): React.JSX.Element;
551
414
 
552
- type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
415
+ interface NotesInputProps {
416
+ autoTimestamp?: boolean;
417
+ placeholder?: string;
418
+ onChange(value: string): void;
419
+ value: string;
420
+ }
421
+ declare function export_default$1S(props: NotesInputProps): React.JSX.Element;
553
422
 
554
- interface FitbitDevicesProps {
555
- previewState?: ConnectedDevicesPreviewState;
423
+ interface ProgressBarProps {
424
+ backgroundColor?: ColorDefinition;
425
+ borderColor?: ColorDefinition;
426
+ fillColor?: ColorDefinition;
427
+ fillPercent: number;
428
+ steps?: {
429
+ percent: number;
430
+ icon: ReactElement;
431
+ }[];
556
432
  innerRef?: React.Ref<HTMLDivElement>;
433
+ defaultMargin?: boolean;
557
434
  }
558
- declare function export_default$1M(props: FitbitDevicesProps): React.JSX.Element;
559
-
560
- type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
561
-
562
- interface FitbitMonthChartsProps {
563
- previewState?: MonthChartsPreviewState;
435
+ declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
436
+ declare namespace ProgressBar {
437
+ var defaultProps: {
438
+ backgroundColor: string;
439
+ fillColor: string;
440
+ fillPercent: number;
441
+ };
564
442
  }
565
- declare function export_default$1L(props: FitbitMonthChartsProps): React.JSX.Element;
566
443
 
567
- interface GarminDevicesProps {
568
- previewState?: ConnectedDevicesPreviewState;
569
- innerRef?: React.Ref<HTMLDivElement>;
444
+ interface ProgressBarStepProps {
445
+ borderColor?: ColorDefinition;
446
+ backgroundColor?: ColorDefinition;
447
+ children?: React.ReactNode;
448
+ height: string;
570
449
  }
571
- declare function export_default$1K(props: GarminDevicesProps): React.JSX.Element;
450
+ declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
572
451
 
573
- interface GarminMonthChartsProps {
574
- previewState?: MonthChartsPreviewState;
452
+ interface ProgressRingProps {
453
+ children: React.ReactNode;
454
+ style?: CSSProperties;
455
+ color?: ColorDefinition;
456
+ percentCompleted?: number;
457
+ animate?: boolean;
575
458
  }
576
- declare function export_default$1J(props: GarminMonthChartsProps): React.JSX.Element;
459
+ declare function export_default$1R(props: ProgressRingProps): React.JSX.Element;
577
460
 
578
- type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
579
- interface HealthPreviewSectionProps {
580
- concept: HealthPreviewSectionConcept;
581
- onClick(): void;
582
- previewState?: "NoData" | "Default";
583
- indicatorPosition?: "default" | "topRight";
461
+ type ResourceImageAlignment = 'left' | 'center' | 'right';
462
+ type ResourceButtonVariant = 'button' | 'link';
463
+ interface ResourceProps {
464
+ imageUrl?: string;
465
+ title: string;
466
+ subTitle?: string;
467
+ imageAlignment?: ResourceImageAlignment;
468
+ buttonVariant?: ResourceButtonVariant;
469
+ buttonText?: string;
470
+ onClick: () => void;
584
471
  innerRef?: React.Ref<HTMLDivElement>;
585
472
  }
586
- declare function export_default$1I(props: HealthPreviewSectionProps): React.JSX.Element | null;
473
+ declare function export_default$1Q(props: ResourceProps): React.JSX.Element;
587
474
 
588
- interface LabResultsSummaryProps {
589
- previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
590
- onClick(): void;
591
- onViewTermInfo(termInfo: TermInformation): void;
592
- innerRef?: React.Ref<HTMLDivElement>;
593
- }
594
- declare function export_default$1H(props: LabResultsSummaryProps): React.JSX.Element | null;
475
+ type ResourceListPreviewState = 'no resources' | 'some resources';
595
476
 
596
- interface MedicationsListProps {
597
- previewState?: "default";
598
- onViewTermInfo(termInfo: TermInformation): void;
477
+ interface ResourceDefinition {
478
+ title: string;
479
+ subTitle?: string;
480
+ url: string;
481
+ imageUrl?: string;
482
+ }
483
+ interface ResourceListProps {
484
+ previewState?: ResourceListPreviewState;
485
+ resources: ResourceDefinition[];
486
+ onViewResource: (resource: ResourceDefinition) => void;
487
+ emptyText?: string;
488
+ imageAlignment?: ResourceImageAlignment;
489
+ buttonVariant?: ResourceButtonVariant;
490
+ buttonText?: string;
599
491
  innerRef?: React.Ref<HTMLDivElement>;
600
492
  }
601
- declare function export_default$1G(props: MedicationsListProps): React.JSX.Element;
493
+ declare function export_default$1P(props: ResourceListProps): React.JSX.Element;
602
494
 
603
- interface MostRecentNotificationProps {
604
- notificationType?: NotificationType;
605
- onViewMore?: Function;
606
- hideAfterHours?: number;
607
- previewState?: MostRecentNotificationPreviewState;
495
+ type RotatingComponentInterval = 'day' | 'week' | 'month';
496
+ interface RotatingComponentCoordinatorProps {
497
+ interval?: RotatingComponentInterval;
498
+ children: React.ReactNode;
499
+ startDate: Date;
608
500
  innerRef?: React.Ref<HTMLDivElement>;
609
501
  }
610
- type MostRecentNotificationPreviewState = "Default";
611
- declare function export_default$1F(props: MostRecentNotificationProps): React.JSX.Element | null;
502
+ declare function export_default$1O(props: RotatingComponentCoordinatorProps): React.JSX.Element;
612
503
 
613
- interface NotificationListProps {
614
- notificationType?: NotificationType;
615
- previewState?: NotificationListPreviewState;
504
+ interface SectionProps {
505
+ children?: React.ReactNode;
506
+ className?: string;
507
+ noTopMargin?: boolean;
616
508
  innerRef?: React.Ref<HTMLDivElement>;
509
+ backgroundColor?: ColorDefinition;
510
+ style?: React.CSSProperties;
617
511
  }
618
- type NotificationListPreviewState = "Default" | "NoData";
619
- declare function export_default$1E(props: NotificationListProps): React.JSX.Element;
512
+ declare function export_default$1N(props: SectionProps): React.JSX.Element | null;
620
513
 
621
- interface PlatformSpecificContentProps {
622
- platforms: string[];
623
- children?: React.ReactNode;
624
- previewDevicePlatform?: string;
514
+ interface SegmentedControlProps {
515
+ segments: {
516
+ key: string;
517
+ title: string;
518
+ }[];
519
+ selectedSegment?: string;
520
+ onSegmentSelected(segmentKey: string): void;
521
+ className?: string;
522
+ color?: string;
523
+ variant?: "default" | "optionsHorizontal" | "optionsVertical";
625
524
  innerRef?: React.Ref<HTMLDivElement>;
626
525
  }
627
- declare function export_default$1D(props: PlatformSpecificContentProps): React.JSX.Element | null;
526
+ declare function export_default$1M(props: SegmentedControlProps): React.JSX.Element;
628
527
 
629
- interface ProjectHeaderProps {
630
- previewState?: ProjectHeaderPropsPreviewState;
528
+ declare function export_default$1L(): React.JSX.Element;
529
+
530
+ interface SingleDataPointProps {
531
+ label: string;
532
+ statusText?: string;
533
+ statusColor?: ColorDefinition;
534
+ value?: string;
535
+ units?: string;
536
+ onClick?: () => void;
631
537
  innerRef?: React.Ref<HTMLDivElement>;
632
538
  }
633
- type ProjectHeaderPropsPreviewState = "Default";
634
- declare function export_default$1C(props: ProjectHeaderProps): React.JSX.Element;
539
+ declare function export_default$1K(props: SingleDataPointProps): React.JSX.Element;
635
540
 
636
- interface ProjectSupportProps {
637
- previewState?: ProjectSupportPropsPreviewState;
541
+ interface SingleExternalAccountProps {
542
+ externalAccount: ExternalAccount;
543
+ onAccountRemoved: (account: ExternalAccount) => void;
544
+ onReconnectAccount: (account: ExternalAccount) => void;
638
545
  innerRef?: React.Ref<HTMLDivElement>;
639
546
  }
640
- type ProjectSupportPropsPreviewState = "Default";
641
- declare function export_default$1B(props: ProjectSupportProps): React.JSX.Element | null;
547
+ declare function export_default$1J(props: SingleExternalAccountProps): React.JSX.Element;
642
548
 
643
- interface ProviderSearchProps {
644
- previewState?: ProviderSearchPreviewState;
645
- providerCategories?: string[];
646
- onProviderConnected?: (provider: ExternalAccountProvider) => void;
549
+ interface SingleNotificationProps {
550
+ notification: Notification;
647
551
  innerRef?: React.Ref<HTMLDivElement>;
648
552
  }
649
- type ProviderSearchPreviewState = "Default";
650
- declare function export_default$1A(props: ProviderSearchProps): React.JSX.Element;
553
+ declare function export_default$1I(props: SingleNotificationProps): React.JSX.Element;
651
554
 
652
- interface RecentDailyDataBarChartProps {
653
- previewState?: 'loading' | 'loaded without data' | 'loaded with data';
654
- previewDataProvider?: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
655
- title: string;
656
- dailyDataType: string;
657
- domain?: AxisDomain;
658
- emptyDomain?: AxisDomain;
659
- valueConverter?: (rawValue: number) => number;
660
- valueFormatter?: (value: number) => string;
661
- highlight?: (rawValue: number) => boolean;
555
+ type SingleSurveyTaskVariant = 'default' | 'expanded';
556
+ interface SingleSurveyTaskProps {
557
+ task: SurveyTask;
558
+ onClick: () => void;
559
+ variant?: SingleSurveyTaskVariant;
560
+ descriptionIcon?: IconDefinition$1;
561
+ surveyActive?: boolean;
562
+ buttonColor?: ColorDefinition;
563
+ buttonVariant?: ButtonVariant;
662
564
  innerRef?: React.Ref<HTMLDivElement>;
663
565
  }
664
- declare function export_default$1z(props: RecentDailyDataBarChartProps): React.JSX.Element;
566
+ declare function export_default$1H(props: SingleSurveyTaskProps): React.JSX.Element | null;
665
567
 
666
- interface RelativeActivityTodayProps {
667
- dataTypes: RelativeActivityDataType[];
668
- previewState?: "Default";
669
- title?: string;
568
+ interface SparkBarChartProps {
569
+ averageFillPercent: number;
570
+ bars: SparkBarChartBar[];
670
571
  innerRef?: React.Ref<HTMLDivElement>;
671
572
  }
672
- interface RelativeActivityDataType {
673
- dailyDataType: string;
674
- label: string;
675
- icon: React.ReactElement;
573
+ interface SparkBarChartBar {
676
574
  color: string;
677
- formatter: (number: number) => string;
575
+ barFillPercent: number;
678
576
  }
679
- declare function export_default$1y(props: RelativeActivityTodayProps): React.JSX.Element | null;
577
+ declare function export_default$1G(props: SparkBarChartProps): React.JSX.Element;
680
578
 
681
- type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
682
- interface RestingHeartRateCalendarProps {
683
- month: number;
684
- year: number;
685
- showPreviewData: RestingHeartRateCalendarPreviewState;
579
+ interface SwitchProps {
580
+ isOn: Boolean;
581
+ onBackgroundColor?: string;
582
+ onValueChanged(value: boolean): void;
583
+ className?: string;
584
+ innerRef?: React.Ref<HTMLButtonElement>;
585
+ }
586
+ declare function export_default$1F(props: SwitchProps): React.JSX.Element;
587
+
588
+ interface StatusBarBackgroundProps {
589
+ color?: string;
686
590
  innerRef?: React.Ref<HTMLDivElement>;
687
591
  }
688
- declare function export_default$1x(props: RestingHeartRateCalendarProps): React.JSX.Element;
592
+ declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
689
593
 
690
- type ButtonVariant = "default" | "subtle" | "light";
691
- interface ButtonProps {
594
+ interface TextBlockProps {
692
595
  children?: React.ReactNode;
693
- disabled?: boolean;
694
- onClick: Function;
695
596
  className?: string;
597
+ innerRef?: React.Ref<HTMLDivElement>;
696
598
  color?: ColorDefinition;
697
- loading?: boolean;
698
- variant?: ButtonVariant;
699
- innerRef?: React.Ref<HTMLButtonElement>;
599
+ style?: React.CSSProperties;
600
+ }
601
+ declare function export_default$1E(props: TextBlockProps): React.JSX.Element | null;
602
+
603
+ interface TitleProps {
604
+ color?: ColorDefinition;
605
+ order?: 1 | 2 | 3 | 4 | 5 | 6;
606
+ children?: React.ReactNode;
607
+ style?: React.CSSProperties;
608
+ className?: string;
609
+ image?: ReactNode;
610
+ autosizeImage?: boolean;
611
+ imageAlignment?: "top" | "left";
700
612
  defaultMargin?: boolean;
701
- fullWidth?: boolean;
702
613
  }
703
- declare function export_default$1w(props: ButtonProps): React.JSX.Element;
614
+ declare function export_default$1D(props: TitleProps): React.JSX.Element;
704
615
 
705
- interface SurveyTaskListProps {
706
- status: SurveyTaskStatus;
707
- limit?: number;
708
- title?: string;
709
- surveys?: string[];
710
- onDetailLinkClick?: Function;
711
- previewState?: SurveyTaskListListPreviewState;
712
- variant?: "noCard" | "singleCard" | "multiCard";
713
- innerRef?: React.Ref<HTMLDivElement>;
714
- titleColor?: ColorDefinition;
715
- cardBackgroundColor?: ColorDefinition;
716
- cardStyle?: React.CSSProperties;
717
- buttonVariant?: ButtonVariant;
718
- buttonColor?: ColorDefinition;
616
+ interface TrackerItemProps {
617
+ selected: boolean;
618
+ text?: string;
619
+ color: string;
620
+ bordered?: boolean;
621
+ badge?: string;
622
+ onClick?: Function;
623
+ className?: string;
624
+ noBoxShadow?: boolean;
719
625
  }
720
- type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
721
- declare function export_default$1v(props: SurveyTaskListProps): React.JSX.Element | null;
626
+ declare function export_default$1C(props: TrackerItemProps): React.JSX.Element;
722
627
 
723
- type SeverityCalendarPreviewState = "Default" | "NoData";
724
- interface SeverityCalendarProps {
725
- surveyName: string;
726
- dateRecordedResultIdentifier?: string;
727
- severityResultIdentifier: string;
728
- severityValueMapper?: (value: string) => string;
729
- intervalStart?: Date;
730
- previewState?: SeverityCalendarPreviewState;
731
- innerRef?: React.Ref<HTMLDivElement>;
628
+ interface UnstyledButtonProps {
629
+ onClick: MouseEventHandler;
630
+ className?: string;
631
+ children?: React.ReactNode;
632
+ title?: string;
633
+ style?: React.CSSProperties;
634
+ disabled?: boolean;
635
+ innerRef?: React.Ref<HTMLButtonElement>;
732
636
  }
733
- declare function export_default$1u(props: SeverityCalendarProps): React.JSX.Element;
637
+ declare function export_default$1B(props: UnstyledButtonProps): React.JSX.Element;
734
638
 
735
- interface ViewEhrProps {
736
- onClick(): void;
639
+ interface ValueSelectorProps {
737
640
  title?: string;
641
+ titleColor?: ColorDefinition;
642
+ subtitle?: string;
643
+ subtitleColor?: ColorDefinition;
644
+ values: string[];
645
+ valueBackgroundColor?: ColorDefinition;
646
+ valueTextColor?: ColorDefinition;
647
+ checkboxColor?: ColorDefinition;
648
+ selectedValues?: string[];
649
+ selectedButtonBackgroundColor?: ColorDefinition;
650
+ selectedButtonTextColor?: ColorDefinition;
651
+ selectedCheckboxColor?: ColorDefinition;
652
+ onChange?: (selectedValues: string[]) => void;
653
+ variant?: 'default' | 'checkboxes';
654
+ multiSelect?: boolean;
655
+ preventEmptySelections?: boolean;
738
656
  innerRef?: React.Ref<HTMLDivElement>;
739
- previewState?: "fetchComplete" | "fetchingData";
740
- buttonColor?: ColorDefinition;
741
- buttonVariant?: ButtonVariant;
742
657
  }
743
- declare function export_default$1t(props: ViewEhrProps): React.JSX.Element | null;
658
+ declare function export_default$1A(props: ValueSelectorProps): React.JSX.Element;
744
659
 
745
- interface ActionProps {
660
+ interface ViewHeaderProps {
746
661
  title?: string;
747
- titleIcon?: ReactElement;
748
- icon?: ReactElement;
749
662
  subtitle?: string;
750
- onClick?: Function;
751
- children?: React.ReactNode;
752
- className?: string;
753
- indicatorIcon?: IconDefinition;
754
- indicator?: ReactElement;
755
- indicatorValue?: string;
756
- indicatorPosition?: "default" | "topRight";
757
- bottomBorder?: boolean;
758
- innerRef?: React.Ref<HTMLDivElement>;
759
663
  titleColor?: ColorDefinition;
760
664
  subtitleColor?: ColorDefinition;
761
- renderAs?: "div" | "button";
665
+ action?: React.ReactNode;
762
666
  }
763
- declare function export_default$1s(props: ActionProps): React.JSX.Element;
667
+ declare function export_default$1z(props: ViewHeaderProps): React.JSX.Element | null;
764
668
 
765
- interface ActivityMeterProps {
766
- label: string;
767
- value: string;
768
- icon: ReactElement;
769
- fillPercent: number;
770
- averageFillPercent: number;
771
- color: string;
772
- message?: string;
773
- className?: string;
669
+ interface WeekCalendarProps {
670
+ selectedDate?: Date;
671
+ hideDateLabel?: boolean;
672
+ startDate: Date;
673
+ onDateSelected?(date: Date): void;
674
+ loading: boolean;
675
+ onStartDateChange?(startDate: Date): void;
676
+ dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
677
+ }
678
+ declare function export_default$1y(props: WeekCalendarProps): React.JSX.Element;
679
+
680
+ interface InboxCompletedListItemProps {
681
+ name: string;
682
+ status: string;
683
+ onClick?: () => void;
774
684
  innerRef?: React.Ref<HTMLDivElement>;
775
685
  }
776
- declare function export_default$1r(props: ActivityMeterProps): React.JSX.Element;
686
+ declare function export_default$1x(props: InboxCompletedListItemProps): React.JSX.Element;
777
687
 
778
- interface CalendarProps {
779
- month: number;
780
- year: number;
781
- dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
782
- weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
783
- className?: string;
688
+ interface InboxMessageListItemProps {
689
+ message: InboxMessage;
690
+ onClick: () => void;
784
691
  innerRef?: React.Ref<HTMLDivElement>;
785
692
  }
786
- declare function export_default$1q(props: CalendarProps): React.JSX.Element;
693
+ declare function export_default$1w(props: InboxMessageListItemProps): React.JSX.Element | null;
787
694
 
788
- type CalendarDayStateConfiguration = Record<string, {
789
- style?: CSSProperties;
790
- streak?: boolean;
791
- streakColor?: ColorDefinition;
792
- }>;
793
- interface CalendarDayProps {
794
- year: number;
795
- month: number;
796
- day?: number;
797
- stateConfiguration: CalendarDayStateConfiguration;
798
- computeStateForDay: (date: Date) => string;
799
- onClick?: (date: Date) => void;
695
+ interface InboxResourceListItemProps {
696
+ resource: InboxResource;
697
+ onClick: () => void;
698
+ imageAlignment?: ResourceImageAlignment;
699
+ buttonVariant?: ResourceButtonVariant;
700
+ buttonText?: string;
800
701
  innerRef?: React.Ref<HTMLDivElement>;
801
702
  }
802
- declare function export_default$1p(props: CalendarDayProps): React.JSX.Element;
703
+ declare function export_default$1v(props: InboxResourceListItemProps): React.JSX.Element | null;
803
704
 
804
- interface CardProps {
805
- className?: string;
806
- children?: React.ReactNode;
807
- allowOverflow?: boolean;
705
+ type InboxSurveyVariant = 'default' | 'expanded';
706
+ interface InboxSurveyListItemProps {
707
+ survey: InboxSurvey;
708
+ onClick: () => void;
709
+ variant?: InboxSurveyVariant;
710
+ surveyActive?: boolean;
808
711
  innerRef?: React.Ref<HTMLDivElement>;
809
- variant?: "default" | "subtle" | "highlight";
810
- backgroundColor?: ColorDefinition;
811
- style?: React.CSSProperties;
812
712
  }
813
- declare function export_default$1o(props: CardProps): React.JSX.Element | null;
713
+ declare function export_default$1u(props: InboxSurveyListItemProps): React.JSX.Element | null;
814
714
 
815
- interface CardTitleProps {
816
- title: string;
817
- onDetailClick?: Function;
818
- detailLinkText?: string;
715
+ interface AsthmaRecommendedArticleProps {
716
+ previewState?: 'none' | 'default';
717
+ libraryBaseUrl: string;
718
+ logTodayEntrySurveyName: string;
719
+ imageAlignment?: ResourceImageAlignment;
720
+ buttonVariant?: ResourceButtonVariant;
721
+ buttonText?: string;
722
+ style?: React.CSSProperties;
819
723
  innerRef?: React.Ref<HTMLDivElement>;
820
- color?: ColorDefinition;
821
724
  }
822
- declare function export_default$1n(props: CardTitleProps): React.JSX.Element;
725
+ declare function export_default$1t(props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
823
726
 
824
- interface DateRangeCoordinatorProps {
825
- initialIntervalStart?: Date;
826
- intervalType: "Week" | "Month";
827
- weekStartsOn?: WeekStartsOn;
828
- variant?: "default" | "rounded";
829
- children: React.ReactNode;
830
- innerRef?: React.Ref<HTMLDivElement>;
831
- sticky?: boolean;
727
+ declare enum AsthmaDailyDataType {
728
+ Steps = "Asthma.Steps",
729
+ DaytimeRestingHeartRate = "Asthma.DaytimeRestingHeartRate",
730
+ NighttimeRestingHeartRate = "Asthma.NighttimeRestingHeartRate",
731
+ RespiratoryRate = "Asthma.RespiratoryRate",
732
+ DaytimeBloodOxygenLevel = "Asthma.DaytimeBloodOxygenLevel",
733
+ NighttimeBloodOxygenLevel = "Asthma.NighttimeBloodOxygenLevel",
734
+ SleepDisturbances = "Asthma.SleepDisturbances"
832
735
  }
833
- interface DateRangeContext {
834
- intervalType: "Week" | "Month";
835
- intervalStart: Date;
736
+ interface AsthmaDataService {
737
+ loadParticipant(): Promise<AsthmaParticipant>;
738
+ loadDeviceInfo(): Promise<DeviceInfo>;
739
+ loadLogEntries(fromDate?: Date, toDate?: Date): Promise<AsthmaLogEntry[]>;
740
+ loadBiometricsForControlStatus(): Promise<AsthmaBiometric[]>;
741
+ loadBiometricsForDate(date: Date): Promise<AsthmaBiometric[]>;
742
+ loadAirQualitiesForControlStatus(homeAirQualityZipCode: string, workAirQualityZipCode: string): Promise<AsthmaAirQuality[]>;
743
+ loadAirQualitiesForDate(date: Date): Promise<AsthmaAirQuality[]>;
744
+ loadAirQualityDataPoints(fromDate: Date): Promise<DeviceDataPoint[]>;
745
+ saveLogEntry(logEntry: AsthmaLogEntry): Promise<void>;
746
+ loadAlertTakeover(): Promise<DeviceDataPoint | undefined>;
747
+ updateAlertTakeover(dataPoint: DeviceDataPoint, status: string, comment?: string): Promise<void>;
748
+ loadSurveyAnswers(surveyName: string | string[], fromDate?: Date): Promise<SurveyAnswer[]>;
749
+ loadAsthmaActionPlan(): Promise<AsthmaActionPlan | undefined>;
836
750
  }
837
- declare const DateRangeContext: React.Context<DateRangeContext | null>;
838
- declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
751
+ declare const service: AsthmaDataService;
839
752
 
840
- interface DateRangeNavigatorProps {
841
- intervalType: "Week" | "Month";
842
- intervalStart: Date;
843
- variant?: "default" | "rounded";
844
- onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
845
- className?: string;
846
- innerRef?: React.Ref<HTMLDivElement>;
847
- sticky?: boolean;
753
+ declare const dateToAsthmaLogEntryIdentifier: (date: Date) => string;
754
+ declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
755
+ declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
756
+ declare const getAsthmaDataStatusColor: (status: AsthmaDataStatus) => ColorDefinition;
757
+ declare const getAsthmaSymptomLevelText: (symptomLevel: AsthmaSymptomLevel) => string;
758
+ declare const getAsthmaSymptomLevel: (symptomLevelText: string) => AsthmaSymptomLevel;
759
+ declare const getAsthmaSymptomTexts: (symptoms: AsthmaSymptom[] | undefined) => string[];
760
+ declare const getAsthmaSymptoms: (symptomTexts: string[]) => AsthmaSymptom[];
761
+ declare const getAsthmaImpactTexts: (impacts: AsthmaImpact[] | undefined) => string[];
762
+ declare const getAsthmaImpacts: (impactTexts: string[]) => AsthmaImpact[];
763
+ declare const getAsthmaTriggerTexts: (triggers: AsthmaTrigger[] | undefined) => string[];
764
+ declare const getAsthmaTriggers: (triggerTexts: string[]) => AsthmaTrigger[];
765
+ declare const isDaytimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
766
+ declare const isNighttimeRestingHeartRateWithinRange: (baseline: number, rawValue: number) => boolean;
767
+ declare const isRespiratoryRateWithinRange: (baseline: number, rawValue: number) => boolean;
768
+ declare const isStepsWithinRange: (baseline: number, rawValue: number) => boolean;
769
+ declare const isSleepDisturbancesWithinRange: (baseline: number, rawValue: number) => boolean;
770
+ declare const isBloodOxygenLevelWithinRange: (baseline: number, rawValue: number) => boolean;
771
+
772
+ interface AsthmaActionPlanViewProps {
773
+ colorScheme?: 'light' | 'dark' | 'auto';
774
+ previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
775
+ learnMoreUrl: string;
776
+ editActionPlanSurveyName: string;
848
777
  }
849
- declare function export_default$1m(props: DateRangeNavigatorProps): React.JSX.Element;
778
+ declare function export_default$1s(props: AsthmaActionPlanViewProps): React.JSX.Element;
850
779
 
851
- interface DayTrackerSymbolProps {
852
- primaryColors: string[];
853
- secondaryColors: string[];
854
- className?: string;
855
- size?: "small" | "large";
856
- innerRef?: React.Ref<HTMLDivElement>;
780
+ interface AsthmaActivityViewProps {
781
+ colorScheme?: 'light' | 'dark' | 'auto';
782
+ previewState?: 'default';
783
+ alert?: 'Steps';
784
+ logEntrySurveyName: string;
857
785
  }
858
- declare function export_default$1l(props: DayTrackerSymbolProps): React.JSX.Element;
786
+ declare function export_default$1r(props: AsthmaActivityViewProps): React.JSX.Element;
859
787
 
860
- interface ClosedInterval {
861
- values: number[];
788
+ interface AsthmaAirQualityViewProps {
789
+ colorScheme?: 'light' | 'dark' | 'auto';
790
+ previewState?: 'default';
791
+ alert?: 'HomeAirQuality' | 'WorkAirQuality';
792
+ logEntrySurveyName: string;
862
793
  }
863
- interface DataPoint {
864
- dataSet1: ClosedInterval;
865
- dataSet2: ClosedInterval;
794
+ declare function export_default$1q(props: AsthmaAirQualityViewProps): React.JSX.Element;
795
+
796
+ interface AsthmaAlertTakeoverViewProps {
797
+ colorScheme?: 'light' | 'dark' | 'auto';
798
+ previewState?: 'default';
799
+ logEntrySurveyName: string;
866
800
  }
867
- interface Dumbbell {
868
- dataPoint?: DataPoint;
869
- xValue: string;
870
- class?: DumbbellClass;
801
+ declare function export_default$1p(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
802
+
803
+ interface AsthmaDayViewProps {
804
+ colorScheme?: 'light' | 'dark' | 'auto';
805
+ previewState?: 'default';
806
+ date: Date;
807
+ logTodayEntrySurveyName: string;
808
+ logYesterdayEntrySurveyName: string;
809
+ editLogEntryUrl: string;
810
+ logEntryInfoUrl: string;
811
+ heartAndLungsUrl: string;
812
+ activityUrl: string;
813
+ sleepUrl: string;
814
+ airQualityUrl: string;
871
815
  }
872
- interface Axis {
873
- yRange: ClosedInterval;
874
- yIncrement: number;
875
- xIncrement: number;
816
+ declare function export_default$1o(props: AsthmaDayViewProps): React.JSX.Element;
817
+
818
+ interface AsthmaHeartAndLungsViewProps {
819
+ colorScheme?: 'light' | 'dark' | 'auto';
820
+ previewState?: 'default';
821
+ alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
822
+ logEntrySurveyName: string;
876
823
  }
877
- interface DumbBellChartProps {
878
- axis: Axis;
879
- dumbbells: Dumbbell[];
824
+ declare function export_default$1n(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
825
+
826
+ type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
827
+
828
+ interface AsthmaLogEntryEditorViewProps {
829
+ colorScheme?: 'light' | 'dark' | 'auto';
830
+ previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
831
+ date: Date;
880
832
  }
881
- declare enum DumbbellClass {
882
- "mdhui-dumbbell-in-range" = 0,
883
- "mdhui-dumbbell-out-of-range" = 1
833
+ declare function export_default$1m(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
834
+
835
+ interface AsthmaProviderReportViewProps {
836
+ previewState?: 'loading' | AsthmaProviderReportPreviewState;
837
+ logEntrySurveyName: string;
884
838
  }
885
- declare function export_default$1k(props: DumbBellChartProps): React.JSX.Element;
839
+ declare function export_default$1l(props: AsthmaProviderReportViewProps): React.JSX.Element;
886
840
 
887
- interface FaceProps {
888
- faceValue?: number;
889
- selected?: boolean;
890
- onClick?: MouseEventHandler;
891
- className?: string;
892
- innerRef?: React.Ref<HTMLButtonElement>;
841
+ interface AsthmaSleepViewProps {
842
+ colorScheme?: 'light' | 'dark' | 'auto';
843
+ previewState?: 'default';
844
+ alert?: 'SleepDisturbances';
845
+ logEntrySurveyName: string;
893
846
  }
894
- declare function export_default$1j(props: FaceProps): React.JSX.Element;
847
+ declare function export_default$1k(props: AsthmaSleepViewProps): React.JSX.Element;
895
848
 
896
- interface HistogramProps {
897
- entries: {
898
- label: string;
899
- color: string;
900
- value: number;
901
- onSelect?(): void;
902
- }[];
903
- className?: string;
849
+ interface TermInformation {
850
+ TermFamily: string;
851
+ TermNamespace: string;
852
+ TermCode: string;
853
+ }
854
+
855
+ interface AllergiesListProps {
856
+ previewState?: "default";
857
+ onViewTermInfo(termInfo: TermInformation): void;
904
858
  innerRef?: React.Ref<HTMLDivElement>;
905
859
  }
906
- declare function export_default$1i(props: HistogramProps): React.JSX.Element;
860
+ declare function export_default$1j(props: AllergiesListProps): React.JSX.Element;
907
861
 
908
- interface LayoutProps {
909
- children?: React.ReactNode;
910
- bodyBackgroundColor?: ColorDefinition;
911
- primaryColor?: ColorDefinition;
912
- statusBarStyle?: StatusBarStyle;
913
- className?: string;
914
- noGlobalStyles?: boolean;
915
- colorScheme?: "light" | "dark" | "auto";
916
- /**
917
- * @deprecated
918
- */
919
- stylesheetPath?: string;
862
+ interface AppDownloadProps {
863
+ previewProjectPlatforms?: string[];
864
+ previewDevicePlatform?: string;
920
865
  innerRef?: React.Ref<HTMLDivElement>;
866
+ title?: string;
867
+ text?: string;
921
868
  }
922
- interface LayoutContext {
923
- colorScheme: "light" | "dark";
924
- bodyBackgroundColor: string;
869
+ declare function export_default$1i(props: AppDownloadProps): React.JSX.Element | null;
870
+
871
+ type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit';
872
+ declare function export_default$1h(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
873
+
874
+ interface SurveyBloodPressureDataParameters {
875
+ surveyName: string;
876
+ dateResultIdentifier: string;
877
+ systolicResultIdentifier: string;
878
+ diastolicResultIdentifier: string;
879
+ }
880
+ interface BloodPressureDataPoint {
881
+ date: Date;
882
+ systolic: number;
883
+ diastolic: number;
884
+ }
885
+
886
+ type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
887
+ interface BloodPressureVisualizationProps {
888
+ previewState?: BloodPressurePreviewState;
889
+ surveyDataSource?: SurveyBloodPressureDataParameters;
890
+ weekStartsOn?: WeekStartsOn;
891
+ deviceDataSource?: BloodPressureDeviceDataSource[];
892
+ innerRef?: React.Ref<HTMLDivElement>;
893
+ }
894
+ declare function export_default$1g(props: BloodPressureVisualizationProps): React.JSX.Element;
895
+
896
+ interface ConditionsListProps {
897
+ previewState?: "default";
898
+ onViewTermInfo(termInfo: TermInformation): void;
899
+ innerRef?: React.Ref<HTMLDivElement>;
925
900
  }
926
- declare const LayoutContext: React.Context<LayoutContext>;
927
- declare function export_default$1h(props: LayoutProps): React.JSX.Element;
901
+ declare function export_default$1f(props: ConditionsListProps): React.JSX.Element;
928
902
 
929
- interface LoadingIndicatorProps {
930
- variant?: "default" | "inline";
931
- color?: string;
932
- className?: string;
903
+ type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
904
+ interface ConnectDevicesMenuProps {
933
905
  innerRef?: React.Ref<HTMLDivElement>;
906
+ accountTypes?: DeviceAccountType[];
907
+ title?: string;
908
+ text?: string;
909
+ previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
910
+ headerVariant?: "large" | "medium";
934
911
  }
935
- declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
912
+ declare function export_default$1e(props: ConnectDevicesMenuProps): React.JSX.Element | null;
936
913
 
937
- interface NavigationBarProps {
914
+ interface ConnectEhrProps {
915
+ applicationUrl: ConnectEhrApplicationUrl;
916
+ previewState?: ConnectEhrPreviewState;
917
+ disabledBehavior?: 'hide' | 'displayError';
918
+ bottomBorder?: boolean;
919
+ innerRef?: React.Ref<HTMLDivElement>;
920
+ variant?: "large" | "medium" | "small";
938
921
  title?: string;
939
- subtitle?: string;
940
- showBackButton?: boolean;
941
- showCloseButton?: boolean;
942
- children?: React.ReactNode;
943
- closeButtonText?: string;
944
- backButtonText?: string;
945
- className?: string;
946
- variant?: 'default' | 'compressed';
947
- titleColor?: ColorDefinition;
948
- subtitleColor?: ColorDefinition;
922
+ notConnectedText?: string;
923
+ connectedText?: string;
924
+ hideWhenConnected?: boolean;
949
925
  buttonColor?: ColorDefinition;
950
- navigationBarLeft?: React.ReactNode;
951
- navigationBarRight?: React.ReactNode;
952
- backgroundColor?: ColorDefinition;
953
926
  }
954
- declare function export_default$1g(props: NavigationBarProps): React.JSX.Element;
927
+ type ConnectEhrApplicationUrl = "preview" | string;
928
+ type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
929
+ declare function export_default$1d(props: ConnectEhrProps): React.JSX.Element | null;
955
930
 
956
- interface NotesInputProps {
957
- autoTimestamp?: boolean;
958
- placeholder?: string;
959
- onChange(value: string): void;
960
- value: string;
931
+ interface ConnectFitbitProps {
932
+ title?: string;
933
+ fitbitProviderID?: number;
934
+ previewState?: ConnectFitbitPreviewState;
935
+ disabledBehavior?: 'hide' | 'displayError';
936
+ innerRef?: React.Ref<HTMLDivElement>;
937
+ hideWhenConnected?: boolean;
961
938
  }
962
- declare function export_default$1f(props: NotesInputProps): React.JSX.Element;
939
+ type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
940
+ declare function export_default$1c(props: ConnectFitbitProps): React.JSX.Element;
963
941
 
964
- interface ProgressBarProps {
965
- backgroundColor?: ColorDefinition;
966
- borderColor?: ColorDefinition;
967
- fillColor?: ColorDefinition;
968
- fillPercent: number;
969
- steps?: {
970
- percent: number;
971
- icon: ReactElement;
972
- }[];
942
+ interface ConnectGarminProps {
943
+ title?: string;
944
+ garminProviderID?: number;
945
+ previewState?: ConnectGarminPreviewState;
946
+ disabledBehavior?: 'hide' | 'displayError';
973
947
  innerRef?: React.Ref<HTMLDivElement>;
974
- defaultMargin?: boolean;
975
- }
976
- declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
977
- declare namespace ProgressBar {
978
- var defaultProps: {
979
- backgroundColor: string;
980
- fillColor: string;
981
- fillPercent: number;
982
- };
948
+ hideWhenConnected?: boolean;
983
949
  }
950
+ type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
951
+ declare function export_default$1b(props: ConnectGarminProps): React.JSX.Element;
984
952
 
985
- interface ProgressBarStepProps {
986
- borderColor?: ColorDefinition;
987
- backgroundColor?: ColorDefinition;
988
- children?: React.ReactNode;
989
- height: string;
953
+ type DailyDataQueryResult = {
954
+ [key: string]: number;
955
+ };
956
+ type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
957
+ type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
958
+ declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
959
+ declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
960
+ declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
961
+ declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
962
+ declare enum DailyDataType {
963
+ AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
964
+ AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
965
+ AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
966
+ AppleHealthHrv = "AppleHealthHrv",
967
+ AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
968
+ AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
969
+ AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
970
+ AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
971
+ AppleHealthStandMinutes = "AppleHealthStandMinutes",
972
+ AppleHealthSteps = "AppleHealthSteps",
973
+ AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
974
+ AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
975
+ FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
976
+ FitbitActiveMinutes = "FitbitActiveMinutes",
977
+ FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
978
+ FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
979
+ FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
980
+ FitbitBreathingRate = "FitbitBreathingRate",
981
+ FitbitCaloriesBurned = "FitbitCaloriesBurned",
982
+ FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
983
+ FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
984
+ FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
985
+ FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
986
+ FitbitFloors = "FitbitFloors",
987
+ FitbitHrv = "FitbitHrv",
988
+ FitbitRestingHeartRate = "FitbitRestingHeartRate",
989
+ FitbitSleepMinutes = "FitbitSleepMinutes",
990
+ FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
991
+ FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
992
+ FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
993
+ FitbitSpO2 = "FitbitSpO2",
994
+ FitbitSteps = "FitbitSteps",
995
+ GarminSteps = "GarminSteps",
996
+ GarminDistance = "GarminDistance",
997
+ GarminFloors = "GarminFloors",
998
+ GarminActiveMinutes = "GarminActiveMinutes",
999
+ GarminActiveCalories = "GarminActiveCalories",
1000
+ GarminRestingCalories = "GarminRestingCalories",
1001
+ GarminTotalCalories = "GarminTotalCalories",
1002
+ GarminRestingHeartRate = "GarminRestingHeartRate",
1003
+ GarminMinHeartRate = "GarminMinHeartRate",
1004
+ GarminMaxHeartRate = "GarminMaxHeartRate",
1005
+ GarminAverageHeartRate = "GarminAverageHeartRate",
1006
+ GarminMaxStressLevel = "GarminMaxStressLevel",
1007
+ GarminAverageStressLevel = "GarminAverageStressLevel",
1008
+ GarminTotalStressMinutes = "GarminTotalStressMinutes",
1009
+ GarminLowStressMinutes = "GarminLowStressMinutes",
1010
+ GarminMediumStressMinutes = "GarminMediumStressMinutes",
1011
+ GarminHighStressMinutes = "GarminHighStressMinutes",
1012
+ GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
1013
+ GarminLightSleepMinutes = "GarminLightSleepMinutes",
1014
+ GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
1015
+ GarminRemSleepMinutes = "GarminRemSleepMinutes",
1016
+ GarminAwakeMinutes = "GarminAwakeMinutes",
1017
+ GarminSleepScore = "GarminSleepScore",
1018
+ GoogleFitSteps = "GoogleFitSteps",
1019
+ Steps = "Steps",
1020
+ RestingHeartRate = "RestingHeartRate",
1021
+ HomeAirQuality = "HomeAirQuality",
1022
+ WorkAirQuality = "WorkAirQuality"
990
1023
  }
991
- declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
992
1024
 
993
- interface ProgressRingProps {
994
- children: React.ReactNode;
995
- style?: CSSProperties;
996
- color?: ColorDefinition;
997
- percentCompleted?: number;
998
- animate?: boolean;
1025
+ interface DailyDataChartProps {
1026
+ title?: string;
1027
+ intervalType?: "Week" | "Month";
1028
+ weekStartsOn?: WeekStartsOn;
1029
+ dailyDataType: string;
1030
+ valueConverter?(value: number): number;
1031
+ valueFormatter?(value: number): string;
1032
+ chartType: "Line" | "Bar" | "Area";
1033
+ options?: LineChartOptions | BarChartOptions | AreaChartOptions;
1034
+ hideIfNoData?: boolean;
1035
+ previewDataProvider?: DailyDataProvider;
1036
+ innerRef?: React.Ref<HTMLDivElement>;
1037
+ }
1038
+ interface LineChartOptions {
1039
+ lineColor?: string;
1040
+ domainMin?: number | "Auto";
1041
+ }
1042
+ interface BarChartOptions {
1043
+ barColor?: string;
1044
+ }
1045
+ interface AreaChartOptions {
1046
+ lineColor?: string;
1047
+ areaColor?: string;
999
1048
  }
1000
- declare function export_default$1e(props: ProgressRingProps): React.JSX.Element;
1049
+ declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
1001
1050
 
1002
- type ResourceImageAlignment = 'left' | 'center' | 'right';
1003
- interface ResourceProps {
1004
- imageUrl?: string;
1005
- title: string;
1006
- subTitle?: string;
1007
- imageAlignment?: ResourceImageAlignment;
1008
- buttonText?: string;
1009
- onClick: () => void;
1010
- hideButton?: boolean;
1051
+ interface DeviceDataMonthChartProps {
1052
+ lines: DeviceDataChartLine[];
1053
+ month: number;
1054
+ year: number;
1055
+ syncId?: string;
1056
+ title?: string;
1057
+ previewState?: DeviceDataMonthChartPreviewState;
1058
+ onDataDetected?: Function;
1011
1059
  innerRef?: React.Ref<HTMLDivElement>;
1012
1060
  }
1013
- declare function export_default$1d(props: ResourceProps): React.JSX.Element;
1014
-
1015
- type ResourceListPreviewState = 'no resources' | 'some resources';
1016
-
1017
- interface ResourceDefinition {
1018
- title: string;
1019
- subTitle?: string;
1020
- url: string;
1021
- imageUrl?: string;
1061
+ interface DeviceDataChartLine {
1062
+ label: string;
1063
+ dailyDataType: string;
1064
+ valueConverter?: Function;
1065
+ showAverage?: boolean;
1022
1066
  }
1023
- interface ResourceListProps {
1024
- previewState?: ResourceListPreviewState;
1025
- resources: ResourceDefinition[];
1026
- onViewResource: (resource: ResourceDefinition) => void;
1027
- emptyText?: string;
1028
- imageAlignment?: ResourceImageAlignment;
1029
- innerRef?: React.Ref<HTMLDivElement>;
1067
+ type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
1068
+ declare function export_default$1a(props: DeviceDataMonthChartProps): React.JSX.Element | null;
1069
+
1070
+ interface DeviceDataMonthChartsProps {
1071
+ previewState?: DeviceDataMonthChartsPreviewState;
1030
1072
  }
1031
- declare function export_default$1c(props: ResourceListProps): React.JSX.Element;
1073
+ type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
1074
+ declare function export_default$19(props: DeviceDataMonthChartsProps): React.JSX.Element;
1032
1075
 
1033
- type RotatingComponentInterval = 'day' | 'week' | 'month';
1034
- interface RotatingComponentCoordinatorProps {
1035
- interval?: RotatingComponentInterval;
1036
- children: React.ReactNode;
1037
- startDate: Date;
1076
+ interface ExternalAccountListProps {
1077
+ externalAccountProviderCategories?: string[];
1078
+ previewState?: NotificationListPreviewState$1;
1079
+ onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
1038
1080
  innerRef?: React.Ref<HTMLDivElement>;
1039
1081
  }
1040
- declare function export_default$1b(props: RotatingComponentCoordinatorProps): React.JSX.Element;
1082
+ type NotificationListPreviewState$1 = "Default";
1083
+ declare function export_default$18(props: ExternalAccountListProps): React.JSX.Element;
1041
1084
 
1042
- interface SectionProps {
1043
- children?: React.ReactNode;
1044
- className?: string;
1045
- noTopMargin?: boolean;
1085
+ interface ExternalAccountsLoadingIndicatorProps {
1086
+ previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
1087
+ externalAccountCategories?: string[];
1046
1088
  innerRef?: React.Ref<HTMLDivElement>;
1047
- backgroundColor?: ColorDefinition;
1048
- style?: React.CSSProperties;
1049
1089
  }
1050
- declare function export_default$1a(props: SectionProps): React.JSX.Element | null;
1090
+ declare function export_default$17(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
1051
1091
 
1052
- interface SegmentedControlProps {
1053
- segments: {
1054
- key: string;
1055
- title: string;
1056
- }[];
1057
- selectedSegment?: string;
1058
- onSegmentSelected(segmentKey: string): void;
1059
- className?: string;
1060
- color?: string;
1061
- variant?: "default" | "optionsHorizontal" | "optionsVertical";
1092
+ interface ExternalAccountsPreviewProps {
1093
+ excludeProviders?: boolean;
1094
+ excludeHealthPlans?: boolean;
1095
+ excludeDeviceManufacturers?: boolean;
1096
+ applicationUrl: ExternalAccountsApplicationUrl;
1097
+ previewState?: ExternalAccountsPreviewPreviewState;
1062
1098
  innerRef?: React.Ref<HTMLDivElement>;
1063
1099
  }
1064
- declare function export_default$19(props: SegmentedControlProps): React.JSX.Element;
1100
+ type ExternalAccountsApplicationUrl = "preview" | string;
1101
+ type ExternalAccountsPreviewPreviewState = "Default";
1102
+ declare function export_default$16(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
1065
1103
 
1066
- declare function export_default$18(): React.JSX.Element;
1104
+ type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
1067
1105
 
1068
- interface SingleDataPointProps {
1069
- label: string;
1070
- statusText?: string;
1071
- statusColor?: ColorDefinition;
1072
- value?: string;
1073
- units?: string;
1074
- onClick?: () => void;
1106
+ interface FitbitDevicesProps {
1107
+ previewState?: ConnectedDevicesPreviewState;
1075
1108
  innerRef?: React.Ref<HTMLDivElement>;
1076
1109
  }
1077
- declare function export_default$17(props: SingleDataPointProps): React.JSX.Element;
1110
+ declare function export_default$15(props: FitbitDevicesProps): React.JSX.Element;
1078
1111
 
1079
- interface SingleExternalAccountProps {
1080
- externalAccount: ExternalAccount;
1081
- onAccountRemoved: (account: ExternalAccount) => void;
1082
- onReconnectAccount: (account: ExternalAccount) => void;
1083
- innerRef?: React.Ref<HTMLDivElement>;
1112
+ type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
1113
+
1114
+ interface FitbitMonthChartsProps {
1115
+ previewState?: MonthChartsPreviewState;
1084
1116
  }
1085
- declare function export_default$16(props: SingleExternalAccountProps): React.JSX.Element;
1117
+ declare function export_default$14(props: FitbitMonthChartsProps): React.JSX.Element;
1086
1118
 
1087
- interface SingleNotificationProps {
1088
- notification: Notification;
1119
+ interface GarminDevicesProps {
1120
+ previewState?: ConnectedDevicesPreviewState;
1089
1121
  innerRef?: React.Ref<HTMLDivElement>;
1090
1122
  }
1091
- declare function export_default$15(props: SingleNotificationProps): React.JSX.Element;
1123
+ declare function export_default$13(props: GarminDevicesProps): React.JSX.Element;
1092
1124
 
1093
- type SingleSurveyTaskVariant = 'default' | 'expanded';
1094
- interface SingleSurveyTaskProps {
1095
- task: SurveyTask;
1096
- onClick: () => void;
1097
- variant?: SingleSurveyTaskVariant;
1098
- descriptionIcon?: IconDefinition$1;
1099
- surveyActive?: boolean;
1100
- buttonColor?: ColorDefinition;
1101
- buttonVariant?: ButtonVariant;
1125
+ interface GarminMonthChartsProps {
1126
+ previewState?: MonthChartsPreviewState;
1127
+ }
1128
+ declare function export_default$12(props: GarminMonthChartsProps): React.JSX.Element;
1129
+
1130
+ type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
1131
+ interface HealthPreviewSectionProps {
1132
+ concept: HealthPreviewSectionConcept;
1133
+ onClick(): void;
1134
+ previewState?: "NoData" | "Default";
1135
+ indicatorPosition?: "default" | "topRight";
1102
1136
  innerRef?: React.Ref<HTMLDivElement>;
1103
1137
  }
1104
- declare function export_default$14(props: SingleSurveyTaskProps): React.JSX.Element | null;
1138
+ declare function export_default$11(props: HealthPreviewSectionProps): React.JSX.Element | null;
1105
1139
 
1106
- interface SparkBarChartProps {
1107
- averageFillPercent: number;
1108
- bars: SparkBarChartBar[];
1140
+ interface LabResultsSummaryProps {
1141
+ previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
1142
+ onClick(): void;
1143
+ onViewTermInfo(termInfo: TermInformation): void;
1109
1144
  innerRef?: React.Ref<HTMLDivElement>;
1110
1145
  }
1111
- interface SparkBarChartBar {
1112
- color: string;
1113
- barFillPercent: number;
1146
+ declare function export_default$10(props: LabResultsSummaryProps): React.JSX.Element | null;
1147
+
1148
+ interface MedicationsListProps {
1149
+ previewState?: "default";
1150
+ onViewTermInfo(termInfo: TermInformation): void;
1151
+ innerRef?: React.Ref<HTMLDivElement>;
1114
1152
  }
1115
- declare function export_default$13(props: SparkBarChartProps): React.JSX.Element;
1153
+ declare function export_default$$(props: MedicationsListProps): React.JSX.Element;
1116
1154
 
1117
- interface SwitchProps {
1118
- isOn: Boolean;
1119
- onBackgroundColor?: string;
1120
- onValueChanged(value: boolean): void;
1121
- className?: string;
1122
- innerRef?: React.Ref<HTMLButtonElement>;
1155
+ interface MostRecentNotificationProps {
1156
+ notificationType?: NotificationType;
1157
+ onViewMore?: Function;
1158
+ hideAfterHours?: number;
1159
+ previewState?: MostRecentNotificationPreviewState;
1160
+ innerRef?: React.Ref<HTMLDivElement>;
1123
1161
  }
1124
- declare function export_default$12(props: SwitchProps): React.JSX.Element;
1162
+ type MostRecentNotificationPreviewState = "Default";
1163
+ declare function export_default$_(props: MostRecentNotificationProps): React.JSX.Element | null;
1125
1164
 
1126
- interface StatusBarBackgroundProps {
1127
- color?: string;
1165
+ interface NotificationListProps {
1166
+ notificationType?: NotificationType;
1167
+ previewState?: NotificationListPreviewState;
1128
1168
  innerRef?: React.Ref<HTMLDivElement>;
1129
1169
  }
1130
- declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
1170
+ type NotificationListPreviewState = "Default" | "NoData";
1171
+ declare function export_default$Z(props: NotificationListProps): React.JSX.Element;
1131
1172
 
1132
- interface TextBlockProps {
1173
+ interface PlatformSpecificContentProps {
1174
+ platforms: string[];
1133
1175
  children?: React.ReactNode;
1134
- className?: string;
1176
+ previewDevicePlatform?: string;
1135
1177
  innerRef?: React.Ref<HTMLDivElement>;
1136
- color?: ColorDefinition;
1137
- style?: React.CSSProperties;
1138
1178
  }
1139
- declare function export_default$11(props: TextBlockProps): React.JSX.Element | null;
1179
+ declare function export_default$Y(props: PlatformSpecificContentProps): React.JSX.Element | null;
1140
1180
 
1141
- interface TitleProps {
1142
- color?: ColorDefinition;
1143
- order?: 1 | 2 | 3 | 4 | 5 | 6;
1144
- children?: React.ReactNode;
1145
- style?: React.CSSProperties;
1146
- className?: string;
1147
- image?: ReactNode;
1148
- autosizeImage?: boolean;
1149
- imageAlignment?: "top" | "left";
1150
- defaultMargin?: boolean;
1181
+ interface ProjectHeaderProps {
1182
+ previewState?: ProjectHeaderPropsPreviewState;
1183
+ innerRef?: React.Ref<HTMLDivElement>;
1151
1184
  }
1152
- declare function export_default$10(props: TitleProps): React.JSX.Element;
1185
+ type ProjectHeaderPropsPreviewState = "Default";
1186
+ declare function export_default$X(props: ProjectHeaderProps): React.JSX.Element;
1153
1187
 
1154
- interface TrackerItemProps {
1155
- selected: boolean;
1156
- text?: string;
1157
- color: string;
1158
- bordered?: boolean;
1159
- badge?: string;
1160
- onClick?: Function;
1161
- className?: string;
1162
- noBoxShadow?: boolean;
1188
+ interface ProjectSupportProps {
1189
+ previewState?: ProjectSupportPropsPreviewState;
1190
+ innerRef?: React.Ref<HTMLDivElement>;
1163
1191
  }
1164
- declare function export_default$$(props: TrackerItemProps): React.JSX.Element;
1192
+ type ProjectSupportPropsPreviewState = "Default";
1193
+ declare function export_default$W(props: ProjectSupportProps): React.JSX.Element | null;
1165
1194
 
1166
- interface UnstyledButtonProps {
1167
- onClick: MouseEventHandler;
1168
- className?: string;
1169
- children?: React.ReactNode;
1170
- title?: string;
1171
- style?: React.CSSProperties;
1172
- disabled?: boolean;
1173
- innerRef?: React.Ref<HTMLButtonElement>;
1195
+ interface ProviderSearchProps {
1196
+ previewState?: ProviderSearchPreviewState;
1197
+ providerCategories?: string[];
1198
+ onProviderConnected?: (provider: ExternalAccountProvider) => void;
1199
+ innerRef?: React.Ref<HTMLDivElement>;
1174
1200
  }
1175
- declare function export_default$_(props: UnstyledButtonProps): React.JSX.Element;
1201
+ type ProviderSearchPreviewState = "Default";
1202
+ declare function export_default$V(props: ProviderSearchProps): React.JSX.Element;
1176
1203
 
1177
- interface ValueSelectorProps {
1178
- title?: string;
1179
- titleColor?: ColorDefinition;
1180
- subtitle?: string;
1181
- subtitleColor?: ColorDefinition;
1182
- values: string[];
1183
- valueBackgroundColor?: ColorDefinition;
1184
- valueTextColor?: ColorDefinition;
1185
- checkboxColor?: ColorDefinition;
1186
- selectedValues?: string[];
1187
- selectedButtonBackgroundColor?: ColorDefinition;
1188
- selectedButtonTextColor?: ColorDefinition;
1189
- selectedCheckboxColor?: ColorDefinition;
1190
- onChange?: (selectedValues: string[]) => void;
1191
- variant?: 'default' | 'checkboxes';
1192
- multiSelect?: boolean;
1193
- preventEmptySelections?: boolean;
1204
+ interface RecentDailyDataBarChartProps {
1205
+ previewState?: 'loading' | 'loaded without data' | 'loaded with data';
1206
+ previewDataProvider?: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
1207
+ title: string;
1208
+ dailyDataType: string;
1209
+ domain?: AxisDomain;
1210
+ emptyDomain?: AxisDomain;
1211
+ valueConverter?: (rawValue: number) => number;
1212
+ valueFormatter?: (value: number) => string;
1213
+ highlight?: (rawValue: number) => boolean;
1194
1214
  innerRef?: React.Ref<HTMLDivElement>;
1195
1215
  }
1196
- declare function export_default$Z(props: ValueSelectorProps): React.JSX.Element;
1216
+ declare function export_default$U(props: RecentDailyDataBarChartProps): React.JSX.Element;
1197
1217
 
1198
- interface ViewHeaderProps {
1218
+ interface RelativeActivityTodayProps {
1219
+ dataTypes: RelativeActivityDataType[];
1220
+ previewState?: "Default";
1199
1221
  title?: string;
1200
- subtitle?: string;
1201
- titleColor?: ColorDefinition;
1202
- subtitleColor?: ColorDefinition;
1203
- action?: React.ReactNode;
1222
+ innerRef?: React.Ref<HTMLDivElement>;
1204
1223
  }
1205
- declare function export_default$Y(props: ViewHeaderProps): React.JSX.Element | null;
1206
-
1207
- interface WeekCalendarProps {
1208
- selectedDate?: Date;
1209
- hideDateLabel?: boolean;
1210
- startDate: Date;
1211
- onDateSelected?(date: Date): void;
1212
- loading: boolean;
1213
- onStartDateChange?(startDate: Date): void;
1214
- dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
1224
+ interface RelativeActivityDataType {
1225
+ dailyDataType: string;
1226
+ label: string;
1227
+ icon: React.ReactElement;
1228
+ color: string;
1229
+ formatter: (number: number) => string;
1215
1230
  }
1216
- declare function export_default$X(props: WeekCalendarProps): React.JSX.Element;
1231
+ declare function export_default$T(props: RelativeActivityTodayProps): React.JSX.Element | null;
1217
1232
 
1218
- interface InboxCompletedListItemProps {
1219
- name: string;
1220
- status: string;
1221
- onClick?: () => void;
1233
+ type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
1234
+ interface RestingHeartRateCalendarProps {
1235
+ month: number;
1236
+ year: number;
1237
+ showPreviewData: RestingHeartRateCalendarPreviewState;
1222
1238
  innerRef?: React.Ref<HTMLDivElement>;
1223
1239
  }
1224
- declare function export_default$W(props: InboxCompletedListItemProps): React.JSX.Element;
1240
+ declare function export_default$S(props: RestingHeartRateCalendarProps): React.JSX.Element;
1225
1241
 
1226
- interface InboxMessageListItemProps {
1227
- message: InboxMessage;
1228
- onClick: () => void;
1242
+ interface SurveyTaskListProps {
1243
+ status: SurveyTaskStatus;
1244
+ limit?: number;
1245
+ title?: string;
1246
+ surveys?: string[];
1247
+ onDetailLinkClick?: Function;
1248
+ previewState?: SurveyTaskListListPreviewState;
1249
+ variant?: "noCard" | "singleCard" | "multiCard";
1229
1250
  innerRef?: React.Ref<HTMLDivElement>;
1251
+ titleColor?: ColorDefinition;
1252
+ cardBackgroundColor?: ColorDefinition;
1253
+ cardStyle?: React.CSSProperties;
1254
+ buttonVariant?: ButtonVariant;
1255
+ buttonColor?: ColorDefinition;
1230
1256
  }
1231
- declare function export_default$V(props: InboxMessageListItemProps): React.JSX.Element | null;
1257
+ type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
1258
+ declare function export_default$R(props: SurveyTaskListProps): React.JSX.Element | null;
1232
1259
 
1233
- interface InboxResourceListItemProps {
1234
- resource: InboxResource;
1235
- onClick: () => void;
1236
- imageAlignment?: ResourceImageAlignment;
1237
- buttonText?: string;
1260
+ type SeverityCalendarPreviewState = "Default" | "NoData";
1261
+ interface SeverityCalendarProps {
1262
+ surveyName: string;
1263
+ dateRecordedResultIdentifier?: string;
1264
+ severityResultIdentifier: string;
1265
+ severityValueMapper?: (value: string) => string;
1266
+ intervalStart?: Date;
1267
+ previewState?: SeverityCalendarPreviewState;
1238
1268
  innerRef?: React.Ref<HTMLDivElement>;
1239
1269
  }
1240
- declare function export_default$U(props: InboxResourceListItemProps): React.JSX.Element | null;
1270
+ declare function export_default$Q(props: SeverityCalendarProps): React.JSX.Element;
1241
1271
 
1242
- type InboxSurveyVariant = 'default' | 'expanded';
1243
- interface InboxSurveyListItemProps {
1244
- survey: InboxSurvey;
1245
- onClick: () => void;
1246
- variant?: InboxSurveyVariant;
1247
- surveyActive?: boolean;
1272
+ interface ViewEhrProps {
1273
+ onClick(): void;
1274
+ title?: string;
1248
1275
  innerRef?: React.Ref<HTMLDivElement>;
1276
+ previewState?: "fetchComplete" | "fetchingData";
1277
+ buttonColor?: ColorDefinition;
1278
+ buttonVariant?: ButtonVariant;
1249
1279
  }
1250
- declare function export_default$T(props: InboxSurveyListItemProps): React.JSX.Element | null;
1280
+ declare function export_default$P(props: ViewEhrProps): React.JSX.Element | null;
1251
1281
 
1252
1282
  type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
1253
1283
 
@@ -1267,18 +1297,20 @@ interface InboxItemListProps {
1267
1297
  showTitleWhenEmpty?: boolean;
1268
1298
  surveyVariant?: InboxSurveyVariant;
1269
1299
  resourceImageAlignment?: ResourceImageAlignment;
1300
+ resourceButtonVariant?: ResourceButtonVariant;
1301
+ resourceButtonText?: string;
1270
1302
  hideLoadingIndicator?: boolean;
1271
1303
  onItemsLoaded?: (items: InboxItem[]) => void;
1272
1304
  syncOnChanges?: boolean;
1273
1305
  innerRef?: React.Ref<HTMLDivElement>;
1274
1306
  }
1275
- declare function export_default$S(props: InboxItemListProps): React.JSX.Element;
1307
+ declare function export_default$O(props: InboxItemListProps): React.JSX.Element;
1276
1308
 
1277
1309
  interface InboxItemListCoordinatorProps {
1278
1310
  children: React.ReactNode;
1279
1311
  innerRef?: React.Ref<HTMLDivElement>;
1280
1312
  }
1281
- declare function export_default$R(props: InboxItemListCoordinatorProps): React.JSX.Element;
1313
+ declare function export_default$N(props: InboxItemListCoordinatorProps): React.JSX.Element;
1282
1314
 
1283
1315
  interface CelebrationStepProps {
1284
1316
  title?: string;
@@ -1291,9 +1323,9 @@ interface CelebrationStepProps {
1291
1323
  [key: string]: any;
1292
1324
  };
1293
1325
  }
1294
- declare function export_default$Q(props: CelebrationStepProps): React.JSX.Element;
1326
+ declare function export_default$M(props: CelebrationStepProps): React.JSX.Element;
1295
1327
 
1296
- declare function export_default$P(): React.JSX.Element;
1328
+ declare function export_default$L(): React.JSX.Element;
1297
1329
 
1298
1330
  interface ConnectDeviceAccountStepProps {
1299
1331
  title?: string;
@@ -1305,12 +1337,12 @@ interface ConnectDeviceAccountStepProps {
1305
1337
  };
1306
1338
  onConnect: () => void;
1307
1339
  }
1308
- declare function export_default$O(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1340
+ declare function export_default$K(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1309
1341
 
1310
1342
  interface ConnectDeviceAccountStepContainerProps {
1311
1343
  deviceType?: string;
1312
1344
  }
1313
- declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1345
+ declare function export_default$J(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1314
1346
 
1315
1347
  interface ConnectEhrStepProps {
1316
1348
  title?: string;
@@ -1324,9 +1356,9 @@ interface ConnectEhrStepProps {
1324
1356
  [key: string]: any;
1325
1357
  };
1326
1358
  }
1327
- declare function export_default$M(props: ConnectEhrStepProps): React.JSX.Element;
1359
+ declare function export_default$I(props: ConnectEhrStepProps): React.JSX.Element;
1328
1360
 
1329
- declare function export_default$L(): React.JSX.Element;
1361
+ declare function export_default$H(): React.JSX.Element;
1330
1362
 
1331
1363
  interface StepElementProps {
1332
1364
  text?: string;
@@ -1339,22 +1371,22 @@ interface IconElementProps {
1339
1371
  srcUrl?: string;
1340
1372
  }
1341
1373
 
1342
- declare function export_default$K(props: StepElementProps): React.JSX.Element | null;
1374
+ declare function export_default$G(props: StepElementProps): React.JSX.Element | null;
1343
1375
 
1344
- declare function export_default$J(props: IconElementProps): React.JSX.Element | null;
1376
+ declare function export_default$F(props: IconElementProps): React.JSX.Element | null;
1345
1377
 
1346
- declare function export_default$I(props: IconElementProps): React.JSX.Element | null;
1378
+ declare function export_default$E(props: IconElementProps): React.JSX.Element | null;
1347
1379
 
1348
1380
  interface StepLayoutProps {
1349
1381
  children?: React.ReactNode;
1350
1382
  }
1351
- declare function export_default$H(props: StepLayoutProps): React.JSX.Element;
1383
+ declare function export_default$D(props: StepLayoutProps): React.JSX.Element;
1352
1384
 
1353
1385
  interface StepMarkdownProps {
1354
1386
  text: string;
1355
1387
  inline?: boolean;
1356
1388
  }
1357
- declare function export_default$G(props: StepMarkdownProps): React.JSX.Element;
1389
+ declare function export_default$C(props: StepMarkdownProps): React.JSX.Element;
1358
1390
 
1359
1391
  interface StepNextButtonProps extends StepElementProps {
1360
1392
  backgroundColor: string;
@@ -1364,11 +1396,11 @@ interface StepNextButtonProps extends StepElementProps {
1364
1396
  disabled?: boolean;
1365
1397
  onClick(): void;
1366
1398
  }
1367
- declare function export_default$F(props: StepNextButtonProps): React.JSX.Element;
1399
+ declare function export_default$B(props: StepNextButtonProps): React.JSX.Element;
1368
1400
 
1369
- declare function export_default$E(props: StepElementProps): React.JSX.Element | null;
1401
+ declare function export_default$A(props: StepElementProps): React.JSX.Element | null;
1370
1402
 
1371
- declare function export_default$D(props: StepElementProps): React.JSX.Element | null;
1403
+ declare function export_default$z(props: StepElementProps): React.JSX.Element | null;
1372
1404
 
1373
1405
  interface YouTubeStepProps {
1374
1406
  title?: string;
@@ -1381,32 +1413,23 @@ interface YouTubeStepProps {
1381
1413
  [key: string]: any;
1382
1414
  };
1383
1415
  }
1384
- declare function export_default$C(props: YouTubeStepProps): React.JSX.Element;
1385
-
1386
- declare function export_default$B(): React.JSX.Element;
1416
+ declare function export_default$y(props: YouTubeStepProps): React.JSX.Element;
1387
1417
 
1388
- interface SymptomSharkBulletChartProps {
1389
- intervalStart?: Date;
1390
- innerRef?: React.Ref<HTMLDivElement>;
1391
- }
1392
- declare function export_default$A(props: SymptomSharkBulletChartProps): React.JSX.Element | null;
1418
+ declare function export_default$x(): React.JSX.Element;
1393
1419
 
1394
1420
  interface SymptomSharkCalendarProps {
1395
1421
  intervalStart?: Date;
1396
1422
  onDaySelected(day: Date): void;
1397
1423
  innerRef?: React.Ref<HTMLDivElement>;
1398
1424
  }
1399
- declare function export_default$z(props: SymptomSharkCalendarProps): React.JSX.Element;
1425
+ declare function export_default$w(props: SymptomSharkCalendarProps): React.JSX.Element;
1400
1426
 
1401
1427
  interface OverallExperienceChartProps {
1402
1428
  intervalStart?: Date;
1403
1429
  showAllDays?: boolean;
1404
1430
  innerRef?: React.Ref<HTMLDivElement>;
1405
- variant?: "default" | "monthReport";
1406
1431
  }
1407
- declare function export_default$y(props: OverallExperienceChartProps): React.JSX.Element | null;
1408
-
1409
- type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
1432
+ declare function export_default$v(props: OverallExperienceChartProps): React.JSX.Element | null;
1410
1433
 
1411
1434
  interface SymptomSharkDataService {
1412
1435
  getConfiguration(): Promise<SymptomSharkConfiguration>;
@@ -1416,7 +1439,6 @@ interface SymptomSharkDataService {
1416
1439
  saveDailyLogEntry(date: string, entry: DailyLogEntry): Promise<any>;
1417
1440
  }
1418
1441
  interface SymptomSharkConfiguration {
1419
- participantID: Guid;
1420
1442
  symptoms: SymptomConfiguration[];
1421
1443
  treatments: TreatmentConfiguration[];
1422
1444
  }
@@ -1438,7 +1460,7 @@ interface DailyLogEntry {
1438
1460
  treatments: TreatmentReference[];
1439
1461
  overallFeeling?: number;
1440
1462
  notes: string;
1441
- icon?: LogEntryIconKey;
1463
+ icon?: string;
1442
1464
  }
1443
1465
  interface SymptomReference {
1444
1466
  id: string;
@@ -1448,7 +1470,6 @@ interface TreatmentReference {
1448
1470
  id: string;
1449
1471
  }
1450
1472
  declare function convertToSymptomSharkConfiguration(info: ParticipantInfo): {
1451
- participantID: Guid;
1452
1473
  symptoms: SymptomConfiguration[];
1453
1474
  treatments: TreatmentConfiguration[];
1454
1475
  };
@@ -1466,47 +1487,29 @@ interface SymptomSharkLogEntryProps {
1466
1487
  highlightedTreatments?: string[];
1467
1488
  innerRef?: React.Ref<HTMLDivElement>;
1468
1489
  }
1469
- declare function export_default$x(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1470
-
1471
- interface SymptomSharkMonthReportProps {
1472
- includeNotes: boolean;
1473
- includeDailyOverallFeeling: boolean;
1474
- productLogo?: string;
1475
- productName?: string;
1476
- productUrl?: string;
1477
- intervalStart?: Date;
1478
- innerRef?: React.Ref<HTMLTableElement>;
1479
- }
1480
- declare function export_default$w(props: SymptomSharkMonthReportProps): React.JSX.Element | null;
1481
-
1482
- interface SymptomSharkNotesTimelineProps {
1483
- intervalStart?: Date;
1484
- innerRef?: React.Ref<HTMLDivElement>;
1485
- }
1486
- declare function export_default$v(props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
1490
+ declare function export_default$u(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1487
1491
 
1488
1492
  interface SymptomTreatmentHistogramsProps {
1489
1493
  intervalStart?: Date;
1490
1494
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1491
1495
  innerRef?: React.Ref<HTMLDivElement>;
1492
1496
  }
1493
- declare function export_default$u(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1497
+ declare function export_default$t(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1494
1498
 
1495
1499
  interface SymptomSeveritySummaryProps {
1496
1500
  symptom: SymptomConfiguration;
1497
1501
  intervalStart?: Date;
1498
1502
  innerRef?: React.Ref<HTMLDivElement>;
1499
1503
  }
1500
- declare function export_default$t(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1504
+ declare function export_default$s(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1501
1505
 
1502
1506
  interface SymptomSeverityChartProps {
1503
1507
  intervalStart?: Date;
1504
1508
  symptom: SymptomConfiguration;
1505
1509
  showAllDays?: boolean;
1506
1510
  innerRef?: React.Ref<HTMLDivElement>;
1507
- variant?: "default" | "monthReport";
1508
1511
  }
1509
- declare function export_default$s(props: SymptomSeverityChartProps): React.JSX.Element | null;
1512
+ declare function export_default$r(props: SymptomSeverityChartProps): React.JSX.Element | null;
1510
1513
 
1511
1514
  interface SymptomTreatmentFiltersProps {
1512
1515
  expandedDropdown: "Symptoms" | "Treatments" | null;
@@ -1518,37 +1521,28 @@ interface SymptomTreatmentFiltersProps {
1518
1521
  onTreatmentsSelectionChange(treatments: string[]): void;
1519
1522
  innerRef?: React.Ref<HTMLDivElement>;
1520
1523
  }
1521
- declare function export_default$r(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1524
+ declare function export_default$q(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1522
1525
 
1523
1526
  interface SymptomSharkLogEntryListProps {
1524
1527
  onDaySelected(d: Date): void;
1525
1528
  previewState?: "default";
1526
1529
  innerRef?: React.Ref<HTMLDivElement>;
1527
1530
  }
1528
- declare function export_default$q(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1531
+ declare function export_default$p(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1529
1532
 
1530
1533
  interface SymptomSharkLogTodayProps {
1531
1534
  previewState?: "withLog" | "noLog";
1532
1535
  innerRef?: React.Ref<HTMLDivElement>;
1533
1536
  onClick(d: Date): void;
1534
1537
  }
1535
- declare function export_default$p(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1538
+ declare function export_default$o(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1536
1539
 
1537
1540
  interface SymptomSharkLogEntryEditProps {
1538
1541
  date: Date;
1539
1542
  promptForReviewAfterDays?: number;
1540
1543
  previewState?: "default";
1541
1544
  }
1542
- declare function export_default$o(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1543
-
1544
- interface SymptomSharkReportBuilderProps {
1545
- productLogo?: string;
1546
- productName?: string;
1547
- productUrl?: string;
1548
- previewState?: "default";
1549
- innerRef?: React.Ref<HTMLDivElement>;
1550
- }
1551
- declare function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
1545
+ declare function export_default$n(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1552
1546
 
1553
1547
  interface SymptomSharkVisualizationCoordinatorProps {
1554
1548
  children: React.ReactNode;
@@ -1556,7 +1550,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
1556
1550
  previewState?: "default";
1557
1551
  innerRef?: React.Ref<HTMLDivElement>;
1558
1552
  }
1559
- declare function export_default$n(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1553
+ declare function export_default$m(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1560
1554
 
1561
1555
  interface CalendarViewProps {
1562
1556
  colorScheme?: "light" | "dark" | "auto";
@@ -1564,7 +1558,7 @@ interface CalendarViewProps {
1564
1558
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1565
1559
  previewState?: "default";
1566
1560
  }
1567
- declare function export_default$m(props: CalendarViewProps): React.JSX.Element;
1561
+ declare function export_default$l(props: CalendarViewProps): React.JSX.Element;
1568
1562
 
1569
1563
  interface LogEntryEditViewProps {
1570
1564
  colorScheme?: "light" | "dark" | "auto";
@@ -1572,13 +1566,7 @@ interface LogEntryEditViewProps {
1572
1566
  promptForReviewAfterDays?: number;
1573
1567
  previewState?: "default";
1574
1568
  }
1575
- declare function export_default$l(props: LogEntryEditViewProps): React.JSX.Element;
1576
-
1577
- interface SymptomSharkReportBuilderViewProps {
1578
- colorScheme?: "light" | "dark" | "auto";
1579
- previewState?: "default";
1580
- }
1581
- declare function export_default$k(props: SymptomSharkReportBuilderViewProps): React.JSX.Element;
1569
+ declare function export_default$k(props: LogEntryEditViewProps): React.JSX.Element;
1582
1570
 
1583
1571
  interface SymptomDetailViewProps {
1584
1572
  symptomId: string;
@@ -1765,6 +1753,8 @@ interface ResourceListViewProps {
1765
1753
  resources: ResourceDefinition[];
1766
1754
  emptyText?: string;
1767
1755
  resourceImageAlignment?: ResourceImageAlignment;
1756
+ resourceButtonVariant?: ResourceButtonVariant;
1757
+ resourceButtonText?: string;
1768
1758
  }
1769
1759
  declare function export_default$1(props: ResourceListViewProps): React.JSX.Element;
1770
1760
 
@@ -1776,4 +1766,4 @@ declare function getDayKey(date: Date): string;
1776
1766
 
1777
1767
  declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
1778
1768
 
1779
- export { export_default$1s as Action, export_default$1r as ActivityMeter, export_default$1_ as AllergiesList, export_default$i as AllergiesView, export_default$1Z as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2g as AsthmaActionPlanManager, export_default$26 as AsthmaActionPlanView, export_default$25 as AsthmaActivityView, export_default$2f as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$24 as AsthmaAirQualityView, export_default$2e as AsthmaAlertTakeoverNotice, export_default$2d as AsthmaAlertTakeoverTrigger, export_default$23 as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2c as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2b as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$2a as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$22 as AsthmaDayView, export_default$21 as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$29 as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$20 as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$28 as AsthmaLogEntryHeader, AsthmaParticipant, export_default$27 as AsthmaPostEnrollmentSurveyTrigger, export_default$1$ as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, export_default$h as BlankView, BloodPressureDataPoint, export_default$1X as BloodPressureVisualization, export_default$1w as Button, export_default$1q as Calendar, export_default$1p as CalendarDay, CalendarDayStateConfiguration, export_default$1o as Card, export_default$1n as CardTitle, export_default$Q as CelebrationStep, export_default$P as CelebrationStepContainer, ColorDefinition, export_default$1W as ConditionsList, export_default$g as ConditionsView, export_default$O as ConnectDeviceAccountStep, export_default$N as ConnectDeviceAccountStepContainer, export_default$1V as ConnectDevicesMenu, export_default$1U as ConnectEhr, export_default$M as ConnectEhrStep, export_default$L as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1T as ConnectFitbit, export_default$1S as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1m as DateRangeNavigator, export_default$1l as DayTrackerSymbol, DeviceDataChartLine, export_default$1R as DeviceDataMonthChart, export_default$1Q as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$1k as DumbbellChart, export_default$1P as ExternalAccountList, export_default$1O as ExternalAccountsLoadingIndicator, export_default$1N as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$1j as Face, export_default$1M as FitbitDevices, export_default$1L as FitbitMonthCharts, export_default$c as FitbitView, export_default$1K as GarminDevices, export_default$1J as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$1I as HealthPreviewSection, export_default$1i as Histogram, export_default$a as HomeView, export_default$W as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$S as InboxItemList, export_default$R as InboxItemListCoordinator, export_default$V as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$U as InboxResourceListItem, export_default$T as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$1H as LabResultsSummary, export_default$1h as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1G as MedicationsList, export_default$8 as MedicationsView, export_default$1F as MostRecentNotification, export_default$1g as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1f as NotesInput, export_default$1E as NotificationList, export_default$7 as NotificationsView, export_default$1D as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1e as ProgressRing, export_default$1C as ProjectHeader, export_default$1B as ProjectSupport, export_default$1A as ProviderSearch, export_default$1z as RecentDailyDataBarChart, export_default$1y as RelativeActivityToday, export_default$1d as Resource, ResourceDefinition, ResourceImageAlignment, export_default$1c as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$1x as RestingHeartRateCalendar, export_default$1b as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1a as Section, export_default$19 as SegmentedControl, export_default$1u as SeverityCalendar, export_default$18 as ShinyOverlay, export_default$17 as SingleDataPoint, export_default$16 as SingleExternalAccount, export_default$15 as SingleNotification, export_default$14 as SingleSurveyTask, export_default$13 as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$K as StepDetailText, export_default$I as StepImage, export_default$J as StepImageIcon, export_default$H as StepLayout, export_default$G as StepMarkdown, export_default$F as StepNextButton, export_default$E as StepText, export_default$D as StepTitle, SurveyBloodPressureDataParameters, export_default$1v as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$12 as Switch, SymptomConfiguration, SymptomReference, export_default$A as SymptomSharkBulletChart, export_default$z as SymptomSharkCalendar, export_default$m as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$x as SymptomSharkLogEntry, export_default$o as SymptomSharkLogEntryEdit, export_default$l as SymptomSharkLogEntryEditView, export_default$q as SymptomSharkLogEntryList, export_default$p as SymptomSharkLogToday, export_default$w as SymptomSharkMonthReport, export_default$v as SymptomSharkNotesTimeline, export_default$y as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$k as SymptomSharkReportBuilderView, export_default$j as SymptomSharkSymptomDetailView, export_default$s as SymptomSharkSymptomSeverityChart, export_default$t as SymptomSharkSymptomSeveritySummary, export_default$r as SymptomSharkSymptomTreatmentFilters, export_default$u as SymptomSharkSymptomTreatmentHistograms, export_default$n as SymptomSharkVisualizationCoordinator, export_default$11 as TextBlock, export_default$10 as Title, export_default$$ as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$_ as UnstyledButton, export_default$Z as ValueSelector, export_default$1t as ViewEhr, export_default$Y as ViewHeader, export_default$X as WeekCalendar, WeekStartsOn, export_default$C as YouTubeStep, export_default$B as YouTubeStepContainer, service as asthmaDataService, export_default$1Y as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
1769
+ export { export_default$24 as Action, export_default$23 as ActivityMeter, export_default$1j as AllergiesList, export_default$i as AllergiesView, export_default$1i as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2f as AsthmaActionPlanManager, export_default$1s as AsthmaActionPlanView, export_default$1r as AsthmaActivityView, export_default$2e as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$1q as AsthmaAirQualityView, export_default$2d as AsthmaAlertTakeoverNotice, export_default$2c as AsthmaAlertTakeoverTrigger, export_default$1p as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2b as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2a as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$29 as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1o as AsthmaDayView, export_default$1n as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$28 as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1m as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$27 as AsthmaLogEntryHeader, AsthmaParticipant, export_default$26 as AsthmaPostEnrollmentSurveyTrigger, export_default$25 as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1l as AsthmaProviderReportView, export_default$1t as AsthmaRecommendedArticle, export_default$1k as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, export_default$h as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1g as BloodPressureVisualization, export_default$22 as Button, export_default$21 as Calendar, export_default$20 as CalendarDay, CalendarDayStateConfiguration, export_default$1$ as Card, export_default$1_ as CardTitle, export_default$M as CelebrationStep, export_default$L as CelebrationStepContainer, ColorDefinition, export_default$1f as ConditionsList, export_default$g as ConditionsView, export_default$K as ConnectDeviceAccountStep, export_default$J as ConnectDeviceAccountStepContainer, export_default$1e as ConnectDevicesMenu, export_default$1d as ConnectEhr, export_default$I as ConnectEhrStep, export_default$H as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1c as ConnectFitbit, export_default$1b as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1Z as DateRangeNavigator, export_default$1Y as DayTrackerSymbol, DeviceDataChartLine, export_default$1a as DeviceDataMonthChart, export_default$19 as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$1X as DumbbellChart, export_default$18 as ExternalAccountList, export_default$17 as ExternalAccountsLoadingIndicator, export_default$16 as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$1W as Face, export_default$15 as FitbitDevices, export_default$14 as FitbitMonthCharts, export_default$c as FitbitView, export_default$13 as GarminDevices, export_default$12 as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$11 as HealthPreviewSection, export_default$1V as Histogram, export_default$a as HomeView, export_default$1x as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$O as InboxItemList, export_default$N as InboxItemListCoordinator, export_default$1w as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$1v as InboxResourceListItem, export_default$1u as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$10 as LabResultsSummary, export_default$1U as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$$ as MedicationsList, export_default$8 as MedicationsView, export_default$_ as MostRecentNotification, export_default$1T as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1S as NotesInput, export_default$Z as NotificationList, export_default$7 as NotificationsView, export_default$Y as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1R as ProgressRing, export_default$X as ProjectHeader, export_default$W as ProjectSupport, export_default$V as ProviderSearch, export_default$U as RecentDailyDataBarChart, export_default$T as RelativeActivityToday, export_default$1Q as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1P as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$S as RestingHeartRateCalendar, export_default$1O as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1N as Section, export_default$1M as SegmentedControl, export_default$Q as SeverityCalendar, export_default$1L as ShinyOverlay, export_default$1K as SingleDataPoint, export_default$1J as SingleExternalAccount, export_default$1I as SingleNotification, export_default$1H as SingleSurveyTask, export_default$1G as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$G as StepDetailText, export_default$E as StepImage, export_default$F as StepImageIcon, export_default$D as StepLayout, export_default$C as StepMarkdown, export_default$B as StepNextButton, export_default$A as StepText, export_default$z as StepTitle, SurveyBloodPressureDataParameters, export_default$R as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$1F as Switch, SymptomConfiguration, SymptomReference, export_default$w as SymptomSharkCalendar, export_default$l as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$u as SymptomSharkLogEntry, export_default$n as SymptomSharkLogEntryEdit, export_default$k as SymptomSharkLogEntryEditView, export_default$p as SymptomSharkLogEntryList, export_default$o as SymptomSharkLogToday, export_default$v as SymptomSharkOverallExperienceChart, export_default$j as SymptomSharkSymptomDetailView, export_default$r as SymptomSharkSymptomSeverityChart, export_default$s as SymptomSharkSymptomSeveritySummary, export_default$q as SymptomSharkSymptomTreatmentFilters, export_default$t as SymptomSharkSymptomTreatmentHistograms, export_default$m as SymptomSharkVisualizationCoordinator, export_default$1E as TextBlock, export_default$1D as Title, export_default$1C as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1B as UnstyledButton, export_default$1A as ValueSelector, export_default$P as ViewEhr, export_default$1z as ViewHeader, export_default$1y as WeekCalendar, WeekStartsOn, export_default$y as YouTubeStep, export_default$x as YouTubeStepContainer, service as asthmaDataService, export_default$1h as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };