@careevolution/mydatahelps-ui 2.12.1-SSComponents.0 → 2.13.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 (106) 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/InboxItemList/InboxItemList.d.ts +3 -1
  18. package/dist/cjs/types/components/container/InboxItemList/InboxItemList.stories.d.ts +16 -0
  19. package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -1
  20. package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +9 -2
  21. package/dist/cjs/types/components/presentational/Resource/Resource.d.ts +2 -1
  22. package/dist/cjs/types/components/presentational/Resource/Resource.stories.d.ts +5 -3
  23. package/dist/cjs/types/components/presentational/Resource/index.d.ts +1 -1
  24. package/dist/cjs/types/components/presentational/ResourceList/ResourceList.d.ts +3 -1
  25. package/dist/cjs/types/components/presentational/ResourceList/ResourceList.stories.d.ts +14 -0
  26. package/dist/cjs/types/components/presentational/index.d.ts +1 -1
  27. package/dist/cjs/types/components/symptom-shark/container/index.d.ts +0 -1
  28. package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +2 -5
  29. package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +0 -1
  30. package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +0 -1
  31. package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +0 -3
  32. package/dist/cjs/types/components/symptom-shark/view/index.d.ts +0 -1
  33. package/dist/cjs/types/components/view/ResourceListView/ResourceListView.d.ts +3 -1
  34. package/dist/cjs/types/components/view/ResourceListView/ResourceListView.stories.d.ts +14 -0
  35. package/dist/esm/index.js +8 -7
  36. package/dist/esm/index.js.map +1 -1
  37. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +8 -0
  38. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +10 -0
  39. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +23 -0
  40. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/index.d.ts +2 -0
  41. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +14 -0
  42. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +52 -0
  43. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +1 -0
  44. package/dist/esm/types/components/asthma/components/index.d.ts +2 -0
  45. package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +5 -3
  46. package/dist/esm/types/components/asthma/model/types.d.ts +3 -9
  47. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +7 -0
  48. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +13 -0
  49. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +1 -0
  50. package/dist/esm/types/components/asthma/views/index.d.ts +1 -0
  51. package/dist/esm/types/components/container/InboxItemList/InboxItemList.d.ts +3 -1
  52. package/dist/esm/types/components/container/InboxItemList/InboxItemList.stories.d.ts +16 -0
  53. package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -1
  54. package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +9 -2
  55. package/dist/esm/types/components/presentational/Resource/Resource.d.ts +2 -1
  56. package/dist/esm/types/components/presentational/Resource/Resource.stories.d.ts +5 -3
  57. package/dist/esm/types/components/presentational/Resource/index.d.ts +1 -1
  58. package/dist/esm/types/components/presentational/ResourceList/ResourceList.d.ts +3 -1
  59. package/dist/esm/types/components/presentational/ResourceList/ResourceList.stories.d.ts +14 -0
  60. package/dist/esm/types/components/presentational/index.d.ts +1 -1
  61. package/dist/esm/types/components/symptom-shark/container/index.d.ts +0 -1
  62. package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +2 -5
  63. package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +0 -1
  64. package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +0 -1
  65. package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +0 -3
  66. package/dist/esm/types/components/symptom-shark/view/index.d.ts +0 -1
  67. package/dist/esm/types/components/view/ResourceListView/ResourceListView.d.ts +3 -1
  68. package/dist/esm/types/components/view/ResourceListView/ResourceListView.stories.d.ts +14 -0
  69. package/dist/index.d.ts +918 -931
  70. package/package.json +1 -1
  71. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +0 -10
  72. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +0 -16
  73. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +0 -1
  74. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +0 -7
  75. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +0 -13
  76. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/index.d.ts +0 -1
  77. package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +0 -7
  78. package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +0 -7
  79. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +0 -12
  80. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +0 -13
  81. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +0 -1
  82. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +0 -7
  83. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +0 -13
  84. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +0 -1
  85. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +0 -6
  86. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +0 -20
  87. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +0 -1
  88. package/dist/cjs/types/helpers/renderPdf.d.ts +0 -2
  89. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +0 -10
  90. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +0 -16
  91. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +0 -1
  92. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +0 -7
  93. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +0 -13
  94. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/index.d.ts +0 -1
  95. package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +0 -7
  96. package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +0 -7
  97. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +0 -12
  98. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +0 -13
  99. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +0 -1
  100. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +0 -7
  101. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +0 -13
  102. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +0 -1
  103. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +0 -6
  104. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +0 -20
  105. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +0 -1
  106. 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,1099 @@ 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
+ interface SurveyBloodPressureDataParameters {
872
+ surveyName: string;
873
+ dateResultIdentifier: string;
874
+ systolicResultIdentifier: string;
875
+ diastolicResultIdentifier: string;
876
+ }
877
+ interface BloodPressureDataPoint {
878
+ date: Date;
879
+ systolic: number;
880
+ diastolic: number;
881
+ }
882
+ declare function export_default$1h(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
883
+
884
+ type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
885
+ interface BloodPressureVisualizationProps {
886
+ previewState?: BloodPressurePreviewState;
887
+ surveyDataSource: SurveyBloodPressureDataParameters;
888
+ weekStartsOn?: WeekStartsOn;
889
+ innerRef?: React.Ref<HTMLDivElement>;
890
+ }
891
+ declare function export_default$1g(props: BloodPressureVisualizationProps): React.JSX.Element;
892
+
893
+ interface ConditionsListProps {
894
+ previewState?: "default";
895
+ onViewTermInfo(termInfo: TermInformation): void;
896
+ innerRef?: React.Ref<HTMLDivElement>;
925
897
  }
926
- declare const LayoutContext: React.Context<LayoutContext>;
927
- declare function export_default$1h(props: LayoutProps): React.JSX.Element;
898
+ declare function export_default$1f(props: ConditionsListProps): React.JSX.Element;
928
899
 
929
- interface LoadingIndicatorProps {
930
- variant?: "default" | "inline";
931
- color?: string;
932
- className?: string;
900
+ type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
901
+ interface ConnectDevicesMenuProps {
933
902
  innerRef?: React.Ref<HTMLDivElement>;
903
+ accountTypes?: DeviceAccountType[];
904
+ title?: string;
905
+ text?: string;
906
+ previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
907
+ headerVariant?: "large" | "medium";
934
908
  }
935
- declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
909
+ declare function export_default$1e(props: ConnectDevicesMenuProps): React.JSX.Element | null;
936
910
 
937
- interface NavigationBarProps {
911
+ interface ConnectEhrProps {
912
+ applicationUrl: ConnectEhrApplicationUrl;
913
+ previewState?: ConnectEhrPreviewState;
914
+ disabledBehavior?: 'hide' | 'displayError';
915
+ bottomBorder?: boolean;
916
+ innerRef?: React.Ref<HTMLDivElement>;
917
+ variant?: "large" | "medium" | "small";
938
918
  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;
919
+ notConnectedText?: string;
920
+ connectedText?: string;
921
+ hideWhenConnected?: boolean;
949
922
  buttonColor?: ColorDefinition;
950
- navigationBarLeft?: React.ReactNode;
951
- navigationBarRight?: React.ReactNode;
952
- backgroundColor?: ColorDefinition;
953
923
  }
954
- declare function export_default$1g(props: NavigationBarProps): React.JSX.Element;
924
+ type ConnectEhrApplicationUrl = "preview" | string;
925
+ type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
926
+ declare function export_default$1d(props: ConnectEhrProps): React.JSX.Element | null;
955
927
 
956
- interface NotesInputProps {
957
- autoTimestamp?: boolean;
958
- placeholder?: string;
959
- onChange(value: string): void;
960
- value: string;
928
+ interface ConnectFitbitProps {
929
+ title?: string;
930
+ fitbitProviderID?: number;
931
+ previewState?: ConnectFitbitPreviewState;
932
+ disabledBehavior?: 'hide' | 'displayError';
933
+ innerRef?: React.Ref<HTMLDivElement>;
934
+ hideWhenConnected?: boolean;
961
935
  }
962
- declare function export_default$1f(props: NotesInputProps): React.JSX.Element;
936
+ type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
937
+ declare function export_default$1c(props: ConnectFitbitProps): React.JSX.Element;
963
938
 
964
- interface ProgressBarProps {
965
- backgroundColor?: ColorDefinition;
966
- borderColor?: ColorDefinition;
967
- fillColor?: ColorDefinition;
968
- fillPercent: number;
969
- steps?: {
970
- percent: number;
971
- icon: ReactElement;
972
- }[];
939
+ interface ConnectGarminProps {
940
+ title?: string;
941
+ garminProviderID?: number;
942
+ previewState?: ConnectGarminPreviewState;
943
+ disabledBehavior?: 'hide' | 'displayError';
973
944
  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
- };
945
+ hideWhenConnected?: boolean;
983
946
  }
947
+ type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
948
+ declare function export_default$1b(props: ConnectGarminProps): React.JSX.Element;
984
949
 
985
- interface ProgressBarStepProps {
986
- borderColor?: ColorDefinition;
987
- backgroundColor?: ColorDefinition;
988
- children?: React.ReactNode;
989
- height: string;
950
+ type DailyDataQueryResult = {
951
+ [key: string]: number;
952
+ };
953
+ type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
954
+ type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
955
+ declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
956
+ declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
957
+ declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
958
+ declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
959
+ declare enum DailyDataType {
960
+ AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
961
+ AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
962
+ AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
963
+ AppleHealthHrv = "AppleHealthHrv",
964
+ AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
965
+ AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
966
+ AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
967
+ AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
968
+ AppleHealthStandMinutes = "AppleHealthStandMinutes",
969
+ AppleHealthSteps = "AppleHealthSteps",
970
+ AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
971
+ AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
972
+ FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
973
+ FitbitActiveMinutes = "FitbitActiveMinutes",
974
+ FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
975
+ FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
976
+ FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
977
+ FitbitBreathingRate = "FitbitBreathingRate",
978
+ FitbitCaloriesBurned = "FitbitCaloriesBurned",
979
+ FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
980
+ FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
981
+ FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
982
+ FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
983
+ FitbitFloors = "FitbitFloors",
984
+ FitbitHrv = "FitbitHrv",
985
+ FitbitRestingHeartRate = "FitbitRestingHeartRate",
986
+ FitbitSleepMinutes = "FitbitSleepMinutes",
987
+ FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
988
+ FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
989
+ FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
990
+ FitbitSpO2 = "FitbitSpO2",
991
+ FitbitSteps = "FitbitSteps",
992
+ GarminSteps = "GarminSteps",
993
+ GarminDistance = "GarminDistance",
994
+ GarminFloors = "GarminFloors",
995
+ GarminActiveMinutes = "GarminActiveMinutes",
996
+ GarminActiveCalories = "GarminActiveCalories",
997
+ GarminRestingCalories = "GarminRestingCalories",
998
+ GarminTotalCalories = "GarminTotalCalories",
999
+ GarminRestingHeartRate = "GarminRestingHeartRate",
1000
+ GarminMinHeartRate = "GarminMinHeartRate",
1001
+ GarminMaxHeartRate = "GarminMaxHeartRate",
1002
+ GarminAverageHeartRate = "GarminAverageHeartRate",
1003
+ GarminMaxStressLevel = "GarminMaxStressLevel",
1004
+ GarminAverageStressLevel = "GarminAverageStressLevel",
1005
+ GarminTotalStressMinutes = "GarminTotalStressMinutes",
1006
+ GarminLowStressMinutes = "GarminLowStressMinutes",
1007
+ GarminMediumStressMinutes = "GarminMediumStressMinutes",
1008
+ GarminHighStressMinutes = "GarminHighStressMinutes",
1009
+ GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
1010
+ GarminLightSleepMinutes = "GarminLightSleepMinutes",
1011
+ GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
1012
+ GarminRemSleepMinutes = "GarminRemSleepMinutes",
1013
+ GarminAwakeMinutes = "GarminAwakeMinutes",
1014
+ GarminSleepScore = "GarminSleepScore",
1015
+ GoogleFitSteps = "GoogleFitSteps",
1016
+ Steps = "Steps",
1017
+ RestingHeartRate = "RestingHeartRate",
1018
+ HomeAirQuality = "HomeAirQuality",
1019
+ WorkAirQuality = "WorkAirQuality"
990
1020
  }
991
- declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
992
1021
 
993
- interface ProgressRingProps {
994
- children: React.ReactNode;
995
- style?: CSSProperties;
996
- color?: ColorDefinition;
997
- percentCompleted?: number;
998
- animate?: boolean;
1022
+ interface DailyDataChartProps {
1023
+ title?: string;
1024
+ intervalType?: "Week" | "Month";
1025
+ weekStartsOn?: WeekStartsOn;
1026
+ dailyDataType: string;
1027
+ valueConverter?(value: number): number;
1028
+ valueFormatter?(value: number): string;
1029
+ chartType: "Line" | "Bar" | "Area";
1030
+ options?: LineChartOptions | BarChartOptions | AreaChartOptions;
1031
+ hideIfNoData?: boolean;
1032
+ previewDataProvider?: DailyDataProvider;
1033
+ innerRef?: React.Ref<HTMLDivElement>;
1034
+ }
1035
+ interface LineChartOptions {
1036
+ lineColor?: string;
1037
+ domainMin?: number | "Auto";
1038
+ }
1039
+ interface BarChartOptions {
1040
+ barColor?: string;
1041
+ }
1042
+ interface AreaChartOptions {
1043
+ lineColor?: string;
1044
+ areaColor?: string;
999
1045
  }
1000
- declare function export_default$1e(props: ProgressRingProps): React.JSX.Element;
1046
+ declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
1001
1047
 
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;
1048
+ interface DeviceDataMonthChartProps {
1049
+ lines: DeviceDataChartLine[];
1050
+ month: number;
1051
+ year: number;
1052
+ syncId?: string;
1053
+ title?: string;
1054
+ previewState?: DeviceDataMonthChartPreviewState;
1055
+ onDataDetected?: Function;
1011
1056
  innerRef?: React.Ref<HTMLDivElement>;
1012
1057
  }
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;
1058
+ interface DeviceDataChartLine {
1059
+ label: string;
1060
+ dailyDataType: string;
1061
+ valueConverter?: Function;
1062
+ showAverage?: boolean;
1022
1063
  }
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>;
1064
+ type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
1065
+ declare function export_default$1a(props: DeviceDataMonthChartProps): React.JSX.Element | null;
1066
+
1067
+ interface DeviceDataMonthChartsProps {
1068
+ previewState?: DeviceDataMonthChartsPreviewState;
1030
1069
  }
1031
- declare function export_default$1c(props: ResourceListProps): React.JSX.Element;
1070
+ type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
1071
+ declare function export_default$19(props: DeviceDataMonthChartsProps): React.JSX.Element;
1032
1072
 
1033
- type RotatingComponentInterval = 'day' | 'week' | 'month';
1034
- interface RotatingComponentCoordinatorProps {
1035
- interval?: RotatingComponentInterval;
1036
- children: React.ReactNode;
1037
- startDate: Date;
1073
+ interface ExternalAccountListProps {
1074
+ externalAccountProviderCategories?: string[];
1075
+ previewState?: NotificationListPreviewState$1;
1076
+ onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
1038
1077
  innerRef?: React.Ref<HTMLDivElement>;
1039
1078
  }
1040
- declare function export_default$1b(props: RotatingComponentCoordinatorProps): React.JSX.Element;
1079
+ type NotificationListPreviewState$1 = "Default";
1080
+ declare function export_default$18(props: ExternalAccountListProps): React.JSX.Element;
1041
1081
 
1042
- interface SectionProps {
1043
- children?: React.ReactNode;
1044
- className?: string;
1045
- noTopMargin?: boolean;
1082
+ interface ExternalAccountsLoadingIndicatorProps {
1083
+ previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
1084
+ externalAccountCategories?: string[];
1046
1085
  innerRef?: React.Ref<HTMLDivElement>;
1047
- backgroundColor?: ColorDefinition;
1048
- style?: React.CSSProperties;
1049
1086
  }
1050
- declare function export_default$1a(props: SectionProps): React.JSX.Element | null;
1087
+ declare function export_default$17(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
1051
1088
 
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";
1089
+ interface ExternalAccountsPreviewProps {
1090
+ excludeProviders?: boolean;
1091
+ excludeHealthPlans?: boolean;
1092
+ excludeDeviceManufacturers?: boolean;
1093
+ applicationUrl: ExternalAccountsApplicationUrl;
1094
+ previewState?: ExternalAccountsPreviewPreviewState;
1062
1095
  innerRef?: React.Ref<HTMLDivElement>;
1063
1096
  }
1064
- declare function export_default$19(props: SegmentedControlProps): React.JSX.Element;
1097
+ type ExternalAccountsApplicationUrl = "preview" | string;
1098
+ type ExternalAccountsPreviewPreviewState = "Default";
1099
+ declare function export_default$16(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
1065
1100
 
1066
- declare function export_default$18(): React.JSX.Element;
1101
+ type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
1067
1102
 
1068
- interface SingleDataPointProps {
1069
- label: string;
1070
- statusText?: string;
1071
- statusColor?: ColorDefinition;
1072
- value?: string;
1073
- units?: string;
1074
- onClick?: () => void;
1103
+ interface FitbitDevicesProps {
1104
+ previewState?: ConnectedDevicesPreviewState;
1075
1105
  innerRef?: React.Ref<HTMLDivElement>;
1076
1106
  }
1077
- declare function export_default$17(props: SingleDataPointProps): React.JSX.Element;
1107
+ declare function export_default$15(props: FitbitDevicesProps): React.JSX.Element;
1078
1108
 
1079
- interface SingleExternalAccountProps {
1080
- externalAccount: ExternalAccount;
1081
- onAccountRemoved: (account: ExternalAccount) => void;
1082
- onReconnectAccount: (account: ExternalAccount) => void;
1083
- innerRef?: React.Ref<HTMLDivElement>;
1109
+ type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
1110
+
1111
+ interface FitbitMonthChartsProps {
1112
+ previewState?: MonthChartsPreviewState;
1084
1113
  }
1085
- declare function export_default$16(props: SingleExternalAccountProps): React.JSX.Element;
1114
+ declare function export_default$14(props: FitbitMonthChartsProps): React.JSX.Element;
1086
1115
 
1087
- interface SingleNotificationProps {
1088
- notification: Notification;
1116
+ interface GarminDevicesProps {
1117
+ previewState?: ConnectedDevicesPreviewState;
1089
1118
  innerRef?: React.Ref<HTMLDivElement>;
1090
1119
  }
1091
- declare function export_default$15(props: SingleNotificationProps): React.JSX.Element;
1120
+ declare function export_default$13(props: GarminDevicesProps): React.JSX.Element;
1092
1121
 
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;
1122
+ interface GarminMonthChartsProps {
1123
+ previewState?: MonthChartsPreviewState;
1124
+ }
1125
+ declare function export_default$12(props: GarminMonthChartsProps): React.JSX.Element;
1126
+
1127
+ type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
1128
+ interface HealthPreviewSectionProps {
1129
+ concept: HealthPreviewSectionConcept;
1130
+ onClick(): void;
1131
+ previewState?: "NoData" | "Default";
1132
+ indicatorPosition?: "default" | "topRight";
1102
1133
  innerRef?: React.Ref<HTMLDivElement>;
1103
1134
  }
1104
- declare function export_default$14(props: SingleSurveyTaskProps): React.JSX.Element | null;
1135
+ declare function export_default$11(props: HealthPreviewSectionProps): React.JSX.Element | null;
1105
1136
 
1106
- interface SparkBarChartProps {
1107
- averageFillPercent: number;
1108
- bars: SparkBarChartBar[];
1137
+ interface LabResultsSummaryProps {
1138
+ previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
1139
+ onClick(): void;
1140
+ onViewTermInfo(termInfo: TermInformation): void;
1109
1141
  innerRef?: React.Ref<HTMLDivElement>;
1110
1142
  }
1111
- interface SparkBarChartBar {
1112
- color: string;
1113
- barFillPercent: number;
1143
+ declare function export_default$10(props: LabResultsSummaryProps): React.JSX.Element | null;
1144
+
1145
+ interface MedicationsListProps {
1146
+ previewState?: "default";
1147
+ onViewTermInfo(termInfo: TermInformation): void;
1148
+ innerRef?: React.Ref<HTMLDivElement>;
1114
1149
  }
1115
- declare function export_default$13(props: SparkBarChartProps): React.JSX.Element;
1150
+ declare function export_default$$(props: MedicationsListProps): React.JSX.Element;
1116
1151
 
1117
- interface SwitchProps {
1118
- isOn: Boolean;
1119
- onBackgroundColor?: string;
1120
- onValueChanged(value: boolean): void;
1121
- className?: string;
1122
- innerRef?: React.Ref<HTMLButtonElement>;
1152
+ interface MostRecentNotificationProps {
1153
+ notificationType?: NotificationType;
1154
+ onViewMore?: Function;
1155
+ hideAfterHours?: number;
1156
+ previewState?: MostRecentNotificationPreviewState;
1157
+ innerRef?: React.Ref<HTMLDivElement>;
1123
1158
  }
1124
- declare function export_default$12(props: SwitchProps): React.JSX.Element;
1159
+ type MostRecentNotificationPreviewState = "Default";
1160
+ declare function export_default$_(props: MostRecentNotificationProps): React.JSX.Element | null;
1125
1161
 
1126
- interface StatusBarBackgroundProps {
1127
- color?: string;
1162
+ interface NotificationListProps {
1163
+ notificationType?: NotificationType;
1164
+ previewState?: NotificationListPreviewState;
1128
1165
  innerRef?: React.Ref<HTMLDivElement>;
1129
1166
  }
1130
- declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
1167
+ type NotificationListPreviewState = "Default" | "NoData";
1168
+ declare function export_default$Z(props: NotificationListProps): React.JSX.Element;
1131
1169
 
1132
- interface TextBlockProps {
1170
+ interface PlatformSpecificContentProps {
1171
+ platforms: string[];
1133
1172
  children?: React.ReactNode;
1134
- className?: string;
1173
+ previewDevicePlatform?: string;
1135
1174
  innerRef?: React.Ref<HTMLDivElement>;
1136
- color?: ColorDefinition;
1137
- style?: React.CSSProperties;
1138
1175
  }
1139
- declare function export_default$11(props: TextBlockProps): React.JSX.Element | null;
1176
+ declare function export_default$Y(props: PlatformSpecificContentProps): React.JSX.Element | null;
1140
1177
 
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;
1178
+ interface ProjectHeaderProps {
1179
+ previewState?: ProjectHeaderPropsPreviewState;
1180
+ innerRef?: React.Ref<HTMLDivElement>;
1151
1181
  }
1152
- declare function export_default$10(props: TitleProps): React.JSX.Element;
1182
+ type ProjectHeaderPropsPreviewState = "Default";
1183
+ declare function export_default$X(props: ProjectHeaderProps): React.JSX.Element;
1153
1184
 
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;
1185
+ interface ProjectSupportProps {
1186
+ previewState?: ProjectSupportPropsPreviewState;
1187
+ innerRef?: React.Ref<HTMLDivElement>;
1163
1188
  }
1164
- declare function export_default$$(props: TrackerItemProps): React.JSX.Element;
1189
+ type ProjectSupportPropsPreviewState = "Default";
1190
+ declare function export_default$W(props: ProjectSupportProps): React.JSX.Element | null;
1165
1191
 
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>;
1192
+ interface ProviderSearchProps {
1193
+ previewState?: ProviderSearchPreviewState;
1194
+ providerCategories?: string[];
1195
+ onProviderConnected?: (provider: ExternalAccountProvider) => void;
1196
+ innerRef?: React.Ref<HTMLDivElement>;
1174
1197
  }
1175
- declare function export_default$_(props: UnstyledButtonProps): React.JSX.Element;
1198
+ type ProviderSearchPreviewState = "Default";
1199
+ declare function export_default$V(props: ProviderSearchProps): React.JSX.Element;
1176
1200
 
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;
1201
+ interface RecentDailyDataBarChartProps {
1202
+ previewState?: 'loading' | 'loaded without data' | 'loaded with data';
1203
+ previewDataProvider?: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
1204
+ title: string;
1205
+ dailyDataType: string;
1206
+ domain?: AxisDomain;
1207
+ emptyDomain?: AxisDomain;
1208
+ valueConverter?: (rawValue: number) => number;
1209
+ valueFormatter?: (value: number) => string;
1210
+ highlight?: (rawValue: number) => boolean;
1194
1211
  innerRef?: React.Ref<HTMLDivElement>;
1195
1212
  }
1196
- declare function export_default$Z(props: ValueSelectorProps): React.JSX.Element;
1213
+ declare function export_default$U(props: RecentDailyDataBarChartProps): React.JSX.Element;
1197
1214
 
1198
- interface ViewHeaderProps {
1215
+ interface RelativeActivityTodayProps {
1216
+ dataTypes: RelativeActivityDataType[];
1217
+ previewState?: "Default";
1199
1218
  title?: string;
1200
- subtitle?: string;
1201
- titleColor?: ColorDefinition;
1202
- subtitleColor?: ColorDefinition;
1203
- action?: React.ReactNode;
1219
+ innerRef?: React.Ref<HTMLDivElement>;
1204
1220
  }
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;
1221
+ interface RelativeActivityDataType {
1222
+ dailyDataType: string;
1223
+ label: string;
1224
+ icon: React.ReactElement;
1225
+ color: string;
1226
+ formatter: (number: number) => string;
1215
1227
  }
1216
- declare function export_default$X(props: WeekCalendarProps): React.JSX.Element;
1228
+ declare function export_default$T(props: RelativeActivityTodayProps): React.JSX.Element | null;
1217
1229
 
1218
- interface InboxCompletedListItemProps {
1219
- name: string;
1220
- status: string;
1221
- onClick?: () => void;
1230
+ type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
1231
+ interface RestingHeartRateCalendarProps {
1232
+ month: number;
1233
+ year: number;
1234
+ showPreviewData: RestingHeartRateCalendarPreviewState;
1222
1235
  innerRef?: React.Ref<HTMLDivElement>;
1223
1236
  }
1224
- declare function export_default$W(props: InboxCompletedListItemProps): React.JSX.Element;
1237
+ declare function export_default$S(props: RestingHeartRateCalendarProps): React.JSX.Element;
1225
1238
 
1226
- interface InboxMessageListItemProps {
1227
- message: InboxMessage;
1228
- onClick: () => void;
1239
+ interface SurveyTaskListProps {
1240
+ status: SurveyTaskStatus;
1241
+ limit?: number;
1242
+ title?: string;
1243
+ surveys?: string[];
1244
+ onDetailLinkClick?: Function;
1245
+ previewState?: SurveyTaskListListPreviewState;
1246
+ variant?: "noCard" | "singleCard" | "multiCard";
1229
1247
  innerRef?: React.Ref<HTMLDivElement>;
1248
+ titleColor?: ColorDefinition;
1249
+ cardBackgroundColor?: ColorDefinition;
1250
+ cardStyle?: React.CSSProperties;
1251
+ buttonVariant?: ButtonVariant;
1252
+ buttonColor?: ColorDefinition;
1230
1253
  }
1231
- declare function export_default$V(props: InboxMessageListItemProps): React.JSX.Element | null;
1254
+ type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
1255
+ declare function export_default$R(props: SurveyTaskListProps): React.JSX.Element | null;
1232
1256
 
1233
- interface InboxResourceListItemProps {
1234
- resource: InboxResource;
1235
- onClick: () => void;
1236
- imageAlignment?: ResourceImageAlignment;
1237
- buttonText?: string;
1257
+ type SeverityCalendarPreviewState = "Default" | "NoData";
1258
+ interface SeverityCalendarProps {
1259
+ surveyName: string;
1260
+ dateRecordedResultIdentifier?: string;
1261
+ severityResultIdentifier: string;
1262
+ severityValueMapper?: (value: string) => string;
1263
+ intervalStart?: Date;
1264
+ previewState?: SeverityCalendarPreviewState;
1238
1265
  innerRef?: React.Ref<HTMLDivElement>;
1239
1266
  }
1240
- declare function export_default$U(props: InboxResourceListItemProps): React.JSX.Element | null;
1267
+ declare function export_default$Q(props: SeverityCalendarProps): React.JSX.Element;
1241
1268
 
1242
- type InboxSurveyVariant = 'default' | 'expanded';
1243
- interface InboxSurveyListItemProps {
1244
- survey: InboxSurvey;
1245
- onClick: () => void;
1246
- variant?: InboxSurveyVariant;
1247
- surveyActive?: boolean;
1269
+ interface ViewEhrProps {
1270
+ onClick(): void;
1271
+ title?: string;
1248
1272
  innerRef?: React.Ref<HTMLDivElement>;
1273
+ previewState?: "fetchComplete" | "fetchingData";
1274
+ buttonColor?: ColorDefinition;
1275
+ buttonVariant?: ButtonVariant;
1249
1276
  }
1250
- declare function export_default$T(props: InboxSurveyListItemProps): React.JSX.Element | null;
1277
+ declare function export_default$P(props: ViewEhrProps): React.JSX.Element | null;
1251
1278
 
1252
1279
  type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
1253
1280
 
@@ -1267,18 +1294,20 @@ interface InboxItemListProps {
1267
1294
  showTitleWhenEmpty?: boolean;
1268
1295
  surveyVariant?: InboxSurveyVariant;
1269
1296
  resourceImageAlignment?: ResourceImageAlignment;
1297
+ resourceButtonVariant?: ResourceButtonVariant;
1298
+ resourceButtonText?: string;
1270
1299
  hideLoadingIndicator?: boolean;
1271
1300
  onItemsLoaded?: (items: InboxItem[]) => void;
1272
1301
  syncOnChanges?: boolean;
1273
1302
  innerRef?: React.Ref<HTMLDivElement>;
1274
1303
  }
1275
- declare function export_default$S(props: InboxItemListProps): React.JSX.Element;
1304
+ declare function export_default$O(props: InboxItemListProps): React.JSX.Element;
1276
1305
 
1277
1306
  interface InboxItemListCoordinatorProps {
1278
1307
  children: React.ReactNode;
1279
1308
  innerRef?: React.Ref<HTMLDivElement>;
1280
1309
  }
1281
- declare function export_default$R(props: InboxItemListCoordinatorProps): React.JSX.Element;
1310
+ declare function export_default$N(props: InboxItemListCoordinatorProps): React.JSX.Element;
1282
1311
 
1283
1312
  interface CelebrationStepProps {
1284
1313
  title?: string;
@@ -1291,9 +1320,9 @@ interface CelebrationStepProps {
1291
1320
  [key: string]: any;
1292
1321
  };
1293
1322
  }
1294
- declare function export_default$Q(props: CelebrationStepProps): React.JSX.Element;
1323
+ declare function export_default$M(props: CelebrationStepProps): React.JSX.Element;
1295
1324
 
1296
- declare function export_default$P(): React.JSX.Element;
1325
+ declare function export_default$L(): React.JSX.Element;
1297
1326
 
1298
1327
  interface ConnectDeviceAccountStepProps {
1299
1328
  title?: string;
@@ -1305,12 +1334,12 @@ interface ConnectDeviceAccountStepProps {
1305
1334
  };
1306
1335
  onConnect: () => void;
1307
1336
  }
1308
- declare function export_default$O(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1337
+ declare function export_default$K(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1309
1338
 
1310
1339
  interface ConnectDeviceAccountStepContainerProps {
1311
1340
  deviceType?: string;
1312
1341
  }
1313
- declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1342
+ declare function export_default$J(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1314
1343
 
1315
1344
  interface ConnectEhrStepProps {
1316
1345
  title?: string;
@@ -1324,9 +1353,9 @@ interface ConnectEhrStepProps {
1324
1353
  [key: string]: any;
1325
1354
  };
1326
1355
  }
1327
- declare function export_default$M(props: ConnectEhrStepProps): React.JSX.Element;
1356
+ declare function export_default$I(props: ConnectEhrStepProps): React.JSX.Element;
1328
1357
 
1329
- declare function export_default$L(): React.JSX.Element;
1358
+ declare function export_default$H(): React.JSX.Element;
1330
1359
 
1331
1360
  interface StepElementProps {
1332
1361
  text?: string;
@@ -1339,22 +1368,22 @@ interface IconElementProps {
1339
1368
  srcUrl?: string;
1340
1369
  }
1341
1370
 
1342
- declare function export_default$K(props: StepElementProps): React.JSX.Element | null;
1371
+ declare function export_default$G(props: StepElementProps): React.JSX.Element | null;
1343
1372
 
1344
- declare function export_default$J(props: IconElementProps): React.JSX.Element | null;
1373
+ declare function export_default$F(props: IconElementProps): React.JSX.Element | null;
1345
1374
 
1346
- declare function export_default$I(props: IconElementProps): React.JSX.Element | null;
1375
+ declare function export_default$E(props: IconElementProps): React.JSX.Element | null;
1347
1376
 
1348
1377
  interface StepLayoutProps {
1349
1378
  children?: React.ReactNode;
1350
1379
  }
1351
- declare function export_default$H(props: StepLayoutProps): React.JSX.Element;
1380
+ declare function export_default$D(props: StepLayoutProps): React.JSX.Element;
1352
1381
 
1353
1382
  interface StepMarkdownProps {
1354
1383
  text: string;
1355
1384
  inline?: boolean;
1356
1385
  }
1357
- declare function export_default$G(props: StepMarkdownProps): React.JSX.Element;
1386
+ declare function export_default$C(props: StepMarkdownProps): React.JSX.Element;
1358
1387
 
1359
1388
  interface StepNextButtonProps extends StepElementProps {
1360
1389
  backgroundColor: string;
@@ -1364,11 +1393,11 @@ interface StepNextButtonProps extends StepElementProps {
1364
1393
  disabled?: boolean;
1365
1394
  onClick(): void;
1366
1395
  }
1367
- declare function export_default$F(props: StepNextButtonProps): React.JSX.Element;
1396
+ declare function export_default$B(props: StepNextButtonProps): React.JSX.Element;
1368
1397
 
1369
- declare function export_default$E(props: StepElementProps): React.JSX.Element | null;
1398
+ declare function export_default$A(props: StepElementProps): React.JSX.Element | null;
1370
1399
 
1371
- declare function export_default$D(props: StepElementProps): React.JSX.Element | null;
1400
+ declare function export_default$z(props: StepElementProps): React.JSX.Element | null;
1372
1401
 
1373
1402
  interface YouTubeStepProps {
1374
1403
  title?: string;
@@ -1381,32 +1410,23 @@ interface YouTubeStepProps {
1381
1410
  [key: string]: any;
1382
1411
  };
1383
1412
  }
1384
- declare function export_default$C(props: YouTubeStepProps): React.JSX.Element;
1385
-
1386
- declare function export_default$B(): React.JSX.Element;
1413
+ declare function export_default$y(props: YouTubeStepProps): React.JSX.Element;
1387
1414
 
1388
- interface SymptomSharkBulletChartProps {
1389
- intervalStart?: Date;
1390
- innerRef?: React.Ref<HTMLDivElement>;
1391
- }
1392
- declare function export_default$A(props: SymptomSharkBulletChartProps): React.JSX.Element | null;
1415
+ declare function export_default$x(): React.JSX.Element;
1393
1416
 
1394
1417
  interface SymptomSharkCalendarProps {
1395
1418
  intervalStart?: Date;
1396
1419
  onDaySelected(day: Date): void;
1397
1420
  innerRef?: React.Ref<HTMLDivElement>;
1398
1421
  }
1399
- declare function export_default$z(props: SymptomSharkCalendarProps): React.JSX.Element;
1422
+ declare function export_default$w(props: SymptomSharkCalendarProps): React.JSX.Element;
1400
1423
 
1401
1424
  interface OverallExperienceChartProps {
1402
1425
  intervalStart?: Date;
1403
1426
  showAllDays?: boolean;
1404
1427
  innerRef?: React.Ref<HTMLDivElement>;
1405
- variant?: "default" | "monthReport";
1406
1428
  }
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";
1429
+ declare function export_default$v(props: OverallExperienceChartProps): React.JSX.Element | null;
1410
1430
 
1411
1431
  interface SymptomSharkDataService {
1412
1432
  getConfiguration(): Promise<SymptomSharkConfiguration>;
@@ -1416,7 +1436,6 @@ interface SymptomSharkDataService {
1416
1436
  saveDailyLogEntry(date: string, entry: DailyLogEntry): Promise<any>;
1417
1437
  }
1418
1438
  interface SymptomSharkConfiguration {
1419
- participantID: Guid;
1420
1439
  symptoms: SymptomConfiguration[];
1421
1440
  treatments: TreatmentConfiguration[];
1422
1441
  }
@@ -1438,7 +1457,7 @@ interface DailyLogEntry {
1438
1457
  treatments: TreatmentReference[];
1439
1458
  overallFeeling?: number;
1440
1459
  notes: string;
1441
- icon?: LogEntryIconKey;
1460
+ icon?: string;
1442
1461
  }
1443
1462
  interface SymptomReference {
1444
1463
  id: string;
@@ -1448,7 +1467,6 @@ interface TreatmentReference {
1448
1467
  id: string;
1449
1468
  }
1450
1469
  declare function convertToSymptomSharkConfiguration(info: ParticipantInfo): {
1451
- participantID: Guid;
1452
1470
  symptoms: SymptomConfiguration[];
1453
1471
  treatments: TreatmentConfiguration[];
1454
1472
  };
@@ -1466,47 +1484,29 @@ interface SymptomSharkLogEntryProps {
1466
1484
  highlightedTreatments?: string[];
1467
1485
  innerRef?: React.Ref<HTMLDivElement>;
1468
1486
  }
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;
1487
+ declare function export_default$u(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1487
1488
 
1488
1489
  interface SymptomTreatmentHistogramsProps {
1489
1490
  intervalStart?: Date;
1490
1491
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1491
1492
  innerRef?: React.Ref<HTMLDivElement>;
1492
1493
  }
1493
- declare function export_default$u(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1494
+ declare function export_default$t(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1494
1495
 
1495
1496
  interface SymptomSeveritySummaryProps {
1496
1497
  symptom: SymptomConfiguration;
1497
1498
  intervalStart?: Date;
1498
1499
  innerRef?: React.Ref<HTMLDivElement>;
1499
1500
  }
1500
- declare function export_default$t(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1501
+ declare function export_default$s(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1501
1502
 
1502
1503
  interface SymptomSeverityChartProps {
1503
1504
  intervalStart?: Date;
1504
1505
  symptom: SymptomConfiguration;
1505
1506
  showAllDays?: boolean;
1506
1507
  innerRef?: React.Ref<HTMLDivElement>;
1507
- variant?: "default" | "monthReport";
1508
1508
  }
1509
- declare function export_default$s(props: SymptomSeverityChartProps): React.JSX.Element | null;
1509
+ declare function export_default$r(props: SymptomSeverityChartProps): React.JSX.Element | null;
1510
1510
 
1511
1511
  interface SymptomTreatmentFiltersProps {
1512
1512
  expandedDropdown: "Symptoms" | "Treatments" | null;
@@ -1518,37 +1518,28 @@ interface SymptomTreatmentFiltersProps {
1518
1518
  onTreatmentsSelectionChange(treatments: string[]): void;
1519
1519
  innerRef?: React.Ref<HTMLDivElement>;
1520
1520
  }
1521
- declare function export_default$r(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1521
+ declare function export_default$q(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1522
1522
 
1523
1523
  interface SymptomSharkLogEntryListProps {
1524
1524
  onDaySelected(d: Date): void;
1525
1525
  previewState?: "default";
1526
1526
  innerRef?: React.Ref<HTMLDivElement>;
1527
1527
  }
1528
- declare function export_default$q(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1528
+ declare function export_default$p(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1529
1529
 
1530
1530
  interface SymptomSharkLogTodayProps {
1531
1531
  previewState?: "withLog" | "noLog";
1532
1532
  innerRef?: React.Ref<HTMLDivElement>;
1533
1533
  onClick(d: Date): void;
1534
1534
  }
1535
- declare function export_default$p(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1535
+ declare function export_default$o(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1536
1536
 
1537
1537
  interface SymptomSharkLogEntryEditProps {
1538
1538
  date: Date;
1539
1539
  promptForReviewAfterDays?: number;
1540
1540
  previewState?: "default";
1541
1541
  }
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;
1542
+ declare function export_default$n(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1552
1543
 
1553
1544
  interface SymptomSharkVisualizationCoordinatorProps {
1554
1545
  children: React.ReactNode;
@@ -1556,7 +1547,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
1556
1547
  previewState?: "default";
1557
1548
  innerRef?: React.Ref<HTMLDivElement>;
1558
1549
  }
1559
- declare function export_default$n(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1550
+ declare function export_default$m(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1560
1551
 
1561
1552
  interface CalendarViewProps {
1562
1553
  colorScheme?: "light" | "dark" | "auto";
@@ -1564,7 +1555,7 @@ interface CalendarViewProps {
1564
1555
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1565
1556
  previewState?: "default";
1566
1557
  }
1567
- declare function export_default$m(props: CalendarViewProps): React.JSX.Element;
1558
+ declare function export_default$l(props: CalendarViewProps): React.JSX.Element;
1568
1559
 
1569
1560
  interface LogEntryEditViewProps {
1570
1561
  colorScheme?: "light" | "dark" | "auto";
@@ -1572,13 +1563,7 @@ interface LogEntryEditViewProps {
1572
1563
  promptForReviewAfterDays?: number;
1573
1564
  previewState?: "default";
1574
1565
  }
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;
1566
+ declare function export_default$k(props: LogEntryEditViewProps): React.JSX.Element;
1582
1567
 
1583
1568
  interface SymptomDetailViewProps {
1584
1569
  symptomId: string;
@@ -1765,6 +1750,8 @@ interface ResourceListViewProps {
1765
1750
  resources: ResourceDefinition[];
1766
1751
  emptyText?: string;
1767
1752
  resourceImageAlignment?: ResourceImageAlignment;
1753
+ resourceButtonVariant?: ResourceButtonVariant;
1754
+ resourceButtonText?: string;
1768
1755
  }
1769
1756
  declare function export_default$1(props: ResourceListViewProps): React.JSX.Element;
1770
1757
 
@@ -1776,4 +1763,4 @@ declare function getDayKey(date: Date): string;
1776
1763
 
1777
1764
  declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
1778
1765
 
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 };
1766
+ 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, 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 };