@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.36 → 2.9.1-AsthmaUI.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +9 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +4 -4
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/air-quality-home.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/air-quality-work.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/index.d.ts +10 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/shared.d.ts +6 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/steps.d.ts +2 -0
- package/dist/cjs/types/components/asthma/model/types.d.ts +1 -1
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/index.d.ts +3 -0
- package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.d.ts +1 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.d.ts +9 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +33 -14
- package/dist/cjs/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +4 -2
- package/dist/cjs/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/cjs/types/helpers/query-daily-data.d.ts +6 -2
- package/dist/esm/index.js +9 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +4 -4
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/air-quality-home.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/air-quality-work.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/index.d.ts +10 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/shared.d.ts +6 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/steps.d.ts +2 -0
- package/dist/esm/types/components/asthma/model/types.d.ts +1 -1
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/index.d.ts +3 -0
- package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.d.ts +1 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.d.ts +9 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +33 -14
- package/dist/esm/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/index.d.ts +4 -2
- package/dist/esm/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/esm/types/helpers/query-daily-data.d.ts +6 -2
- package/dist/index.d.ts +48 -18
- package/package.json +3 -3
- package/dist/esm/types/helpers/daily-data-providers/air-quality-home.d.ts +0 -3
- package/dist/esm/types/helpers/daily-data-providers/air-quality-work.d.ts +0 -3
- /package/dist/cjs/types/helpers/daily-data-providers/{air-quality-home.d.ts → apple-health-active-energy-burned.d.ts} +0 -0
- /package/dist/{cjs/types/helpers/daily-data-providers/air-quality-work.d.ts → esm/types/helpers/daily-data-providers/apple-health-active-energy-burned.d.ts} +0 -0
|
@@ -4,7 +4,7 @@ import { AsthmaBiometricsPreviewState } from './AsthmaBiometrics.previewData';
|
|
|
4
4
|
export interface AsthmaBiometricsProps {
|
|
5
5
|
previewState?: AsthmaBiometricsPreviewState;
|
|
6
6
|
heartAndLungsUrl: string;
|
|
7
|
-
|
|
7
|
+
activityUrl: string;
|
|
8
8
|
sleepUrl: string;
|
|
9
9
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
10
10
|
}
|
|
@@ -4,9 +4,9 @@ export interface AsthmaBiometricsPreviewData {
|
|
|
4
4
|
daytimeRestingHeartRate: AsthmaBiometric;
|
|
5
5
|
nighttimeRestingHeartRate: AsthmaBiometric;
|
|
6
6
|
respiratoryRate: AsthmaBiometric;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
steps: AsthmaBiometric;
|
|
8
|
+
sleepDisturbances: AsthmaBiometric;
|
|
9
|
+
daytimeBloodOxygenLevel: AsthmaBiometric;
|
|
10
|
+
nighttimeBloodOxygenLevel: AsthmaBiometric;
|
|
11
11
|
}
|
|
12
12
|
export declare const previewData: Record<AsthmaBiometricsPreviewState, AsthmaBiometricsPreviewData>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { default as daytimeRestingHeartRateDataProvider } from './resting-heart-rate-daytime';
|
|
2
|
+
export { default as nighttimeRestingHeartRateDataProvider } from './resting-heart-rate-nighttime';
|
|
3
|
+
export { default as respiratoryRateDataProvider } from './respiratory-rate';
|
|
4
|
+
export { default as stepsDataProvider } from './steps';
|
|
5
|
+
export { default as sleepDisturbancesDataProvider } from './sleep';
|
|
6
|
+
export { default as daytimeBloodOxygenLevelDataProvider } from './blood-oxygen-level-daytime';
|
|
7
|
+
export { default as nighttimeBloodOxygenLevelDataProvider } from './blood-oxygen-level-nighttime';
|
|
8
|
+
export { default as homeAirQualityDataProvider } from './air-quality-home';
|
|
9
|
+
export { default as workAirQualityDataProvider } from './air-quality-work';
|
|
10
|
+
export * from './shared';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DeviceDataNamespace, DeviceDataPoint } from '@careevolution/mydatahelps-js';
|
|
2
|
+
import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
|
|
3
|
+
export declare const collateLatestDataPoints: (dataPoints: DeviceDataPoint[]) => DailyDataQueryResult;
|
|
4
|
+
export declare const collateMaxValueDataPoints: (dataPoints: DeviceDataPoint[]) => DailyDataQueryResult;
|
|
5
|
+
export declare const queryAsthmaDeviceData: (namespace: DeviceDataNamespace, type: string, startDate: Date, endDate: Date, collateFunction: (dataPoints: DeviceDataPoint[]) => DailyDataQueryResult) => Promise<DailyDataQueryResult>;
|
|
6
|
+
export declare const randomDataProvider: (start: Date, end: Date, min: number, max: number) => Promise<DailyDataQueryResult>;
|
|
@@ -26,7 +26,7 @@ export interface AsthmaControlState {
|
|
|
26
26
|
inhalerUseDaysPast7?: number;
|
|
27
27
|
}
|
|
28
28
|
export type AsthmaDataStatus = 'establishing' | 'offline' | 'in-range' | 'out-of-range';
|
|
29
|
-
export type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | '
|
|
29
|
+
export type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'steps' | 'sleep-disturbances' | 'daytime-blood-oxygen-level' | 'nighttime-blood-oxygen-level';
|
|
30
30
|
export interface AsthmaBiometric {
|
|
31
31
|
type: AsthmaBiometricType;
|
|
32
32
|
status: AsthmaDataStatus;
|
package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaActivityView, { AsthmaActivityViewProps } from './AsthmaActivityView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaActivityView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
previewState: string;
|
|
14
|
+
};
|
|
15
|
+
render: (args: AsthmaActivityViewProps) => React.JSX.Element;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaActivityView';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaHeartAndLungsView, { AsthmaHeartAndLungsViewProps } from './AsthmaHeartAndLungsView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaHeartAndLungsView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
previewState: string;
|
|
14
|
+
};
|
|
15
|
+
render: (args: AsthmaHeartAndLungsViewProps) => React.JSX.Element;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaHeartAndLungsView';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaSleepView, { AsthmaSleepViewProps } from './AsthmaSleepView';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaSleepView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
previewState: string;
|
|
14
|
+
};
|
|
15
|
+
render: (args: AsthmaSleepViewProps) => React.JSX.Element;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaSleepView';
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export { default as AsthmaActivityView } from './AsthmaActivityView';
|
|
1
2
|
export { default as AsthmaAirQualityView } from './AsthmaAirQualityView';
|
|
2
3
|
export { default as AsthmaDayView, AsthmaDayViewPreviewState } from './AsthmaDayView';
|
|
4
|
+
export { default as AsthmaHeartAndLungsView } from './AsthmaHeartAndLungsView';
|
|
3
5
|
export { default as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState } from './AsthmaLogEntryEditorView';
|
|
6
|
+
export { default as AsthmaSleepView } from './AsthmaSleepView';
|
|
@@ -4,6 +4,7 @@ import "./DailyDataChart.css";
|
|
|
4
4
|
import { WeekStartsOn } from '../../../helpers/get-interval-start';
|
|
5
5
|
export interface DailyDataChartProps {
|
|
6
6
|
title?: string;
|
|
7
|
+
subtitle?: string;
|
|
7
8
|
intervalType?: "Week" | "Month";
|
|
8
9
|
weekStartsOn?: WeekStartsOn;
|
|
9
10
|
dailyDataType: string;
|
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import './ValueSelector.css';
|
|
3
|
+
import { ColorDefinition } from '../../../helpers/colors';
|
|
3
4
|
export interface ValueSelectorProps {
|
|
4
5
|
title?: string;
|
|
6
|
+
titleColor?: ColorDefinition;
|
|
5
7
|
subtitle?: string;
|
|
8
|
+
subtitleColor?: ColorDefinition;
|
|
6
9
|
values: string[];
|
|
10
|
+
valueBackgroundColor?: ColorDefinition;
|
|
11
|
+
valueTextColor?: ColorDefinition;
|
|
12
|
+
checkboxColor?: ColorDefinition;
|
|
7
13
|
selectedValues?: string[];
|
|
14
|
+
selectedButtonBackgroundColor?: ColorDefinition;
|
|
15
|
+
selectedButtonTextColor?: ColorDefinition;
|
|
16
|
+
selectedCheckboxColor?: ColorDefinition;
|
|
8
17
|
onChange?: (selectedValues: string[]) => void;
|
|
9
18
|
variant?: 'default' | 'checkboxes';
|
|
10
19
|
multiSelect?: boolean;
|
|
@@ -8,18 +8,11 @@ declare const _default: {
|
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
args: {
|
|
13
|
-
values: string[];
|
|
14
|
-
};
|
|
15
|
-
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
16
|
-
};
|
|
17
11
|
export declare const Buttons: {
|
|
18
12
|
args: {
|
|
19
13
|
title: string;
|
|
20
14
|
subtitle: string;
|
|
21
15
|
values: string[];
|
|
22
|
-
selectedValues: string[];
|
|
23
16
|
};
|
|
24
17
|
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
25
18
|
};
|
|
@@ -28,7 +21,6 @@ export declare const ButtonsPreventEmptySelections: {
|
|
|
28
21
|
title: string;
|
|
29
22
|
subtitle: string;
|
|
30
23
|
values: string[];
|
|
31
|
-
selectedValues: string[];
|
|
32
24
|
preventEmptySelections: boolean;
|
|
33
25
|
};
|
|
34
26
|
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
@@ -38,7 +30,6 @@ export declare const ButtonsMultiSelect: {
|
|
|
38
30
|
title: string;
|
|
39
31
|
subtitle: string;
|
|
40
32
|
values: string[];
|
|
41
|
-
selectedValues: string[];
|
|
42
33
|
multiSelect: boolean;
|
|
43
34
|
};
|
|
44
35
|
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
@@ -48,18 +39,33 @@ export declare const ButtonsMultiSelectPreventEmptySelections: {
|
|
|
48
39
|
title: string;
|
|
49
40
|
subtitle: string;
|
|
50
41
|
values: string[];
|
|
51
|
-
selectedValues: string[];
|
|
52
42
|
multiSelect: boolean;
|
|
53
43
|
preventEmptySelections: boolean;
|
|
54
44
|
};
|
|
55
45
|
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
56
46
|
};
|
|
47
|
+
export declare const ButtonsCustomColors: {
|
|
48
|
+
args: {
|
|
49
|
+
title: string;
|
|
50
|
+
titleColor: string;
|
|
51
|
+
subtitle: string;
|
|
52
|
+
subtitleColor: string;
|
|
53
|
+
values: string[];
|
|
54
|
+
valueBackgroundColor: string;
|
|
55
|
+
valueTextColor: string;
|
|
56
|
+
selectedButtonBackgroundColor: string;
|
|
57
|
+
selectedButtonTextColor: {
|
|
58
|
+
lightMode: string;
|
|
59
|
+
darkMode: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
63
|
+
};
|
|
57
64
|
export declare const Checkboxes: {
|
|
58
65
|
args: {
|
|
59
66
|
title: string;
|
|
60
67
|
subtitle: string;
|
|
61
68
|
values: string[];
|
|
62
|
-
selectedValues: string[];
|
|
63
69
|
variant: string;
|
|
64
70
|
};
|
|
65
71
|
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
@@ -69,7 +75,6 @@ export declare const CheckboxesPreventEmptySelections: {
|
|
|
69
75
|
title: string;
|
|
70
76
|
subtitle: string;
|
|
71
77
|
values: string[];
|
|
72
|
-
selectedValues: string[];
|
|
73
78
|
variant: string;
|
|
74
79
|
preventEmptySelections: boolean;
|
|
75
80
|
};
|
|
@@ -80,7 +85,6 @@ export declare const CheckboxesMultiSelect: {
|
|
|
80
85
|
title: string;
|
|
81
86
|
subtitle: string;
|
|
82
87
|
values: string[];
|
|
83
|
-
selectedValues: string[];
|
|
84
88
|
variant: string;
|
|
85
89
|
multiSelect: boolean;
|
|
86
90
|
};
|
|
@@ -91,10 +95,25 @@ export declare const CheckboxesMultiSelectPreventEmptySelections: {
|
|
|
91
95
|
title: string;
|
|
92
96
|
subtitle: string;
|
|
93
97
|
values: string[];
|
|
94
|
-
selectedValues: string[];
|
|
95
98
|
variant: string;
|
|
96
99
|
multiSelect: boolean;
|
|
97
100
|
preventEmptySelections: boolean;
|
|
98
101
|
};
|
|
99
102
|
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
100
103
|
};
|
|
104
|
+
export declare const CheckboxesCustomColors: {
|
|
105
|
+
args: {
|
|
106
|
+
title: string;
|
|
107
|
+
titleColor: string;
|
|
108
|
+
subtitle: string;
|
|
109
|
+
subtitleColor: string;
|
|
110
|
+
values: string[];
|
|
111
|
+
valueBackgroundColor: string;
|
|
112
|
+
valueTextColor: string;
|
|
113
|
+
checkboxColor: string;
|
|
114
|
+
selectedCheckboxColor: string;
|
|
115
|
+
variant: string;
|
|
116
|
+
multiSelect: boolean;
|
|
117
|
+
};
|
|
118
|
+
render: (args: ValueSelectorProps) => React.JSX.Element;
|
|
119
|
+
};
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export { default as airQualityAtHomeDataProvider } from "./air-quality-home";
|
|
2
|
-
export { default as airQualityAtWorkDataProvider } from "./air-quality-work";
|
|
3
1
|
export { default as appleHealthFlightsClimbedDataProvider } from "./apple-health-flights-climbed";
|
|
4
2
|
export { default as appleHealthHrvDataProvider } from "./apple-health-hrv";
|
|
5
3
|
export { default as appleHealthHeartRateRangeDataProvider } from "./apple-health-heart-rate-range";
|
|
@@ -10,6 +8,7 @@ export { inBedTime as appleHealthInBedDataProvider } from "./apple-health-sleep"
|
|
|
10
8
|
export { default as appleHealthStandTimeDataProvider } from "./apple-health-stand-time";
|
|
11
9
|
export { default as appleHealthStepsDataProvider } from "./apple-health-steps";
|
|
12
10
|
export { default as appleHealthWalkingHeartRateAverageDataProvider } from "./apple-health-walking-heart-rate-average";
|
|
11
|
+
export { default as appleHealthActiveEnergyBurned } from "./apple-health-active-energy-burned";
|
|
13
12
|
export { sedentaryMinutes as fitbitSedentaryMinutesDataProvider } from "./fitbit-activity-minutes";
|
|
14
13
|
export { totalActiveMinutes as fitbitTotalActiveMinutesDataProvider } from "./fitbit-activity-minutes";
|
|
15
14
|
export { lightlyActiveMinutes as fitbitLightlyActiveMinutesDataProvider } from "./fitbit-activity-minutes";
|
|
@@ -37,6 +36,9 @@ export { default as garminStepsDataProvider } from "./garmin-steps";
|
|
|
37
36
|
export { default as garminDistanceDataProvider } from "./garmin-distance";
|
|
38
37
|
export { default as garminFloorsDataProvider } from "./garmin-floors";
|
|
39
38
|
export { activeMinutes as garminActiveMinutesDataProvider } from "./garmin-activity";
|
|
39
|
+
export { activeCalories as garminActiveCaloriesDataProvider } from "./garmin-active-calories";
|
|
40
|
+
export { restingCalories as garminRestingCaloriesDataProvider } from "./garmin-resting-calories";
|
|
41
|
+
export { totalCalories as garminTotalCaloriesDataProvider } from "./garmin-total-calories";
|
|
40
42
|
export { restingHeartRate as garminRestingHeartRateDataProvider } from "./garmin-heart-rate";
|
|
41
43
|
export { minHeartRate as garminMinHeartRateDataProvider } from "./garmin-heart-rate";
|
|
42
44
|
export { maxHeartRate as garminMaxHeartRateDataProvider } from "./garmin-heart-rate";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DeviceDataNamespace } from "@careevolution/mydatahelps-js";
|
|
1
2
|
export type DailyDataQueryResult = {
|
|
2
3
|
[key: string]: number;
|
|
3
4
|
};
|
|
@@ -6,9 +7,8 @@ export type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boole
|
|
|
6
7
|
export declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
7
8
|
export declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
8
9
|
export declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
10
|
+
export declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
|
|
9
11
|
export declare enum DailyDataType {
|
|
10
|
-
AirQualityAtHome = "AirQualityAtHome",
|
|
11
|
-
AirQualityAtWork = "AirQualityAtWork",
|
|
12
12
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
13
13
|
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
14
14
|
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
@@ -20,6 +20,7 @@ export declare enum DailyDataType {
|
|
|
20
20
|
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
21
21
|
AppleHealthSteps = "AppleHealthSteps",
|
|
22
22
|
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
23
|
+
AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
|
|
23
24
|
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
24
25
|
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
25
26
|
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
@@ -44,6 +45,9 @@ export declare enum DailyDataType {
|
|
|
44
45
|
GarminDistance = "GarminDistance",
|
|
45
46
|
GarminFloors = "GarminFloors",
|
|
46
47
|
GarminActiveMinutes = "GarminActiveMinutes",
|
|
48
|
+
GarminActiveCalories = "GarminActiveCalories",
|
|
49
|
+
GarminRestingCalories = "GarminRestingCalories",
|
|
50
|
+
GarminTotalCalories = "GarminTotalCalories",
|
|
47
51
|
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
48
52
|
GarminMinHeartRate = "GarminMinHeartRate",
|
|
49
53
|
GarminMaxHeartRate = "GarminMaxHeartRate",
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode, DependencyList } from 'react';
|
|
2
|
-
import { ParticipantInfo, ExternalAccountStatus, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, EventName } from '@careevolution/mydatahelps-js';
|
|
2
|
+
import { ParticipantInfo, ExternalAccountStatus, DeviceDataNamespace, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, EventName } from '@careevolution/mydatahelps-js';
|
|
3
3
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
4
4
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
5
5
|
|
|
@@ -30,7 +30,7 @@ interface AsthmaControlState {
|
|
|
30
30
|
inhalerUseDaysPast7?: number;
|
|
31
31
|
}
|
|
32
32
|
type AsthmaDataStatus = 'establishing' | 'offline' | 'in-range' | 'out-of-range';
|
|
33
|
-
type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | '
|
|
33
|
+
type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'steps' | 'sleep-disturbances' | 'daytime-blood-oxygen-level' | 'nighttime-blood-oxygen-level';
|
|
34
34
|
interface AsthmaBiometric {
|
|
35
35
|
type: AsthmaBiometricType;
|
|
36
36
|
status: AsthmaDataStatus;
|
|
@@ -59,18 +59,18 @@ interface AsthmaAirQualitiesProps {
|
|
|
59
59
|
airQualitiesUrl: string;
|
|
60
60
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
61
61
|
}
|
|
62
|
-
declare function export_default$
|
|
62
|
+
declare function export_default$1T(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
63
63
|
|
|
64
64
|
type AsthmaBiometricsPreviewState = 'no-data' | 'some-data' | 'all-data';
|
|
65
65
|
|
|
66
66
|
interface AsthmaBiometricsProps {
|
|
67
67
|
previewState?: AsthmaBiometricsPreviewState;
|
|
68
68
|
heartAndLungsUrl: string;
|
|
69
|
-
|
|
69
|
+
activityUrl: string;
|
|
70
70
|
sleepUrl: string;
|
|
71
71
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
72
72
|
}
|
|
73
|
-
declare function export_default$
|
|
73
|
+
declare function export_default$1S(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
74
74
|
|
|
75
75
|
type AsthmaControlCalendarPreviewState = 'no-logs' | 'some-logs';
|
|
76
76
|
|
|
@@ -89,7 +89,7 @@ interface AsthmaControlCalendarProps {
|
|
|
89
89
|
logEntryBackgroundColor?: ColorDefinition;
|
|
90
90
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
91
91
|
}
|
|
92
|
-
declare function export_default$
|
|
92
|
+
declare function export_default$1R(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
93
93
|
|
|
94
94
|
type AsthmaControlStatusHeaderPreviewState = 'no-data' | 'abnormal-dhr' | 'abnormal-nhr' | 'abnormal-rr' | 'abnormal-activity' | 'abnormal-sleep' | 'abnormal-home-aqi' | 'abnormal-work-aqi' | 'abnormal-multiple' | 'not-determined' | 'not-controlled' | 'controlled';
|
|
95
95
|
|
|
@@ -98,7 +98,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
98
98
|
participant: AsthmaParticipant;
|
|
99
99
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
100
100
|
}
|
|
101
|
-
declare function export_default$
|
|
101
|
+
declare function export_default$1Q(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
102
102
|
|
|
103
103
|
interface AsthmaDataSummaryProps {
|
|
104
104
|
label: string;
|
|
@@ -109,12 +109,12 @@ interface AsthmaDataSummaryProps {
|
|
|
109
109
|
onClick?: () => void;
|
|
110
110
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
111
111
|
}
|
|
112
|
-
declare function export_default$
|
|
112
|
+
declare function export_default$1P(props: AsthmaDataSummaryProps): React.JSX.Element;
|
|
113
113
|
|
|
114
114
|
interface AsthmaFactsProps {
|
|
115
115
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
116
116
|
}
|
|
117
|
-
declare function export_default$
|
|
117
|
+
declare function export_default$1O(props: AsthmaFactsProps): React.JSX.Element;
|
|
118
118
|
|
|
119
119
|
type AsthmaLogEntryDetailsPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
126
126
|
editLogEntryUrl: string;
|
|
127
127
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
128
128
|
}
|
|
129
|
-
declare function export_default$
|
|
129
|
+
declare function export_default$1N(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
|
|
130
130
|
|
|
131
131
|
type AsthmaLogEntryHeaderPreviewState = 'no-logs' | 'today-log-only' | 'yesterday-log-only' | 'both-logs';
|
|
132
132
|
|
|
@@ -137,7 +137,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
137
137
|
dayViewUrl: string;
|
|
138
138
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
139
139
|
}
|
|
140
|
-
declare function export_default$
|
|
140
|
+
declare function export_default$1M(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
141
141
|
|
|
142
142
|
interface AsthmaLogEntrySummaryProps {
|
|
143
143
|
label: string;
|
|
@@ -146,7 +146,7 @@ interface AsthmaLogEntrySummaryProps {
|
|
|
146
146
|
loading?: boolean;
|
|
147
147
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
148
148
|
}
|
|
149
|
-
declare function export_default$
|
|
149
|
+
declare function export_default$1L(props: AsthmaLogEntrySummaryProps): React.JSX.Element;
|
|
150
150
|
|
|
151
151
|
interface AsthmaDataService {
|
|
152
152
|
loadParticipant(): Promise<AsthmaParticipant>;
|
|
@@ -163,11 +163,17 @@ declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
|
|
|
163
163
|
declare const getAsthmaSymptomLevelValue: (symptomLevel: AsthmaSymptomLevel) => string;
|
|
164
164
|
declare const getAsthmaSymptomLevel: (symptomLevelValue: string | undefined) => AsthmaSymptomLevel;
|
|
165
165
|
|
|
166
|
+
interface AsthmaActivityViewProps {
|
|
167
|
+
previewState?: 'default';
|
|
168
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
169
|
+
}
|
|
170
|
+
declare function export_default$1K(props: AsthmaActivityViewProps): React.JSX.Element;
|
|
171
|
+
|
|
166
172
|
interface AsthmaAirQualityViewProps {
|
|
167
173
|
previewState?: 'default';
|
|
168
174
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
169
175
|
}
|
|
170
|
-
declare function export_default$
|
|
176
|
+
declare function export_default$1J(props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
171
177
|
|
|
172
178
|
interface AsthmaDayViewPreviewState {
|
|
173
179
|
logEntryDetailsPreviewState: AsthmaLogEntryDetailsPreviewState;
|
|
@@ -182,7 +188,13 @@ interface AsthmaDayViewProps {
|
|
|
182
188
|
logYesterdayEntrySurveyName: string;
|
|
183
189
|
editLogEntryUrl: string;
|
|
184
190
|
}
|
|
185
|
-
declare function export_default$
|
|
191
|
+
declare function export_default$1I(props: AsthmaDayViewProps): React.JSX.Element;
|
|
192
|
+
|
|
193
|
+
interface AsthmaHeartAndLungsViewProps {
|
|
194
|
+
previewState?: 'default';
|
|
195
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
196
|
+
}
|
|
197
|
+
declare function export_default$1H(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
186
198
|
|
|
187
199
|
type AsthmaLogEntryEditorViewPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
|
|
188
200
|
|
|
@@ -191,7 +203,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
191
203
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
192
204
|
date: Date;
|
|
193
205
|
}
|
|
194
|
-
declare function export_default$
|
|
206
|
+
declare function export_default$1G(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
207
|
+
|
|
208
|
+
interface AsthmaSleepViewProps {
|
|
209
|
+
previewState?: 'default';
|
|
210
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
211
|
+
}
|
|
212
|
+
declare function export_default$1F(props: AsthmaSleepViewProps): React.JSX.Element;
|
|
195
213
|
|
|
196
214
|
interface TermInformation {
|
|
197
215
|
TermFamily: string;
|
|
@@ -280,9 +298,8 @@ type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
|
280
298
|
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
281
299
|
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
282
300
|
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
301
|
+
declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
|
|
283
302
|
declare enum DailyDataType {
|
|
284
|
-
AirQualityAtHome = "AirQualityAtHome",
|
|
285
|
-
AirQualityAtWork = "AirQualityAtWork",
|
|
286
303
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
287
304
|
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
288
305
|
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
@@ -294,6 +311,7 @@ declare enum DailyDataType {
|
|
|
294
311
|
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
295
312
|
AppleHealthSteps = "AppleHealthSteps",
|
|
296
313
|
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
314
|
+
AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
|
|
297
315
|
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
298
316
|
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
299
317
|
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
@@ -318,6 +336,9 @@ declare enum DailyDataType {
|
|
|
318
336
|
GarminDistance = "GarminDistance",
|
|
319
337
|
GarminFloors = "GarminFloors",
|
|
320
338
|
GarminActiveMinutes = "GarminActiveMinutes",
|
|
339
|
+
GarminActiveCalories = "GarminActiveCalories",
|
|
340
|
+
GarminRestingCalories = "GarminRestingCalories",
|
|
341
|
+
GarminTotalCalories = "GarminTotalCalories",
|
|
321
342
|
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
322
343
|
GarminMinHeartRate = "GarminMinHeartRate",
|
|
323
344
|
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
@@ -345,6 +366,7 @@ declare function getMonthStart(): Date;
|
|
|
345
366
|
|
|
346
367
|
interface DailyDataChartProps {
|
|
347
368
|
title?: string;
|
|
369
|
+
subtitle?: string;
|
|
348
370
|
intervalType?: "Week" | "Month";
|
|
349
371
|
weekStartsOn?: WeekStartsOn;
|
|
350
372
|
dailyDataType: string;
|
|
@@ -968,9 +990,17 @@ declare function export_default$M(props: UnstyledButtonProps): React.JSX.Element
|
|
|
968
990
|
|
|
969
991
|
interface ValueSelectorProps {
|
|
970
992
|
title?: string;
|
|
993
|
+
titleColor?: ColorDefinition;
|
|
971
994
|
subtitle?: string;
|
|
995
|
+
subtitleColor?: ColorDefinition;
|
|
972
996
|
values: string[];
|
|
997
|
+
valueBackgroundColor?: ColorDefinition;
|
|
998
|
+
valueTextColor?: ColorDefinition;
|
|
999
|
+
checkboxColor?: ColorDefinition;
|
|
973
1000
|
selectedValues?: string[];
|
|
1001
|
+
selectedButtonBackgroundColor?: ColorDefinition;
|
|
1002
|
+
selectedButtonTextColor?: ColorDefinition;
|
|
1003
|
+
selectedCheckboxColor?: ColorDefinition;
|
|
974
1004
|
onChange?: (selectedValues: string[]) => void;
|
|
975
1005
|
variant?: 'default' | 'checkboxes';
|
|
976
1006
|
multiSelect?: boolean;
|
|
@@ -1415,4 +1445,4 @@ declare function getDayKey(date: Date): string;
|
|
|
1415
1445
|
|
|
1416
1446
|
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1417
1447
|
|
|
1418
|
-
export { export_default$1a as Action, export_default$19 as ActivityMeter, export_default$1E as AllergiesList, export_default$e as AllergiesView, export_default$1D as AppDownload, AreaChartOptions, export_default$
|
|
1448
|
+
export { export_default$1a as Action, export_default$19 as ActivityMeter, export_default$1E as AllergiesList, export_default$e as AllergiesView, export_default$1D as AppDownload, AreaChartOptions, export_default$1K as AsthmaActivityView, export_default$1T as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$1J as AsthmaAirQualityView, AsthmaBiometric, AsthmaBiometricType, export_default$1S as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$1R as AsthmaControlCalendar, AsthmaControlCalendarVariant, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$1Q as AsthmaControlStatusHeader, AsthmaDataStatus, export_default$1P as AsthmaDataSummary, export_default$1I as AsthmaDayView, AsthmaDayViewPreviewState, export_default$1O as AsthmaFacts, export_default$1H as AsthmaHeartAndLungsView, AsthmaLogEntry, export_default$1N as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1G as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$1M as AsthmaLogEntryHeader, export_default$1L as AsthmaLogEntrySummary, AsthmaParticipant, export_default$1F as AsthmaSleepView, AsthmaSymptomLevel, BarChartOptions, export_default$d as BlankView, export_default$1d as Button, export_default$18 as Calendar, export_default$17 as CalendarDay, CalendarDayStateConfiguration, export_default$16 as Card, export_default$15 as CardTitle, export_default$I as CelebrationStep, export_default$H as CelebrationStepContainer, ColorDefinition, export_default$1C as ConditionsList, export_default$c as ConditionsView, export_default$G as ConnectDeviceAccountStep, export_default$F as ConnectDeviceAccountStepContainer, export_default$1B as ConnectDevicesMenu, export_default$1A as ConnectEhr, export_default$E as ConnectEhrStep, export_default$D as ConnectEhrStepContainer, export_default$b as ConnectEhrView, export_default$1z as ConnectFitbit, export_default$1y as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$14 as DateRangeNavigator, export_default$13 as DayTrackerSymbol, DeviceDataChartLine, export_default$1x as DeviceDataMonthChart, export_default$1w as DeviceDataMonthCharts, export_default$a as DeviceDataView, export_default$1v as ExternalAccountList, export_default$1u as ExternalAccountsLoadingIndicator, export_default$1t as ExternalAccountsPreview, export_default$9 as ExternalAccountsView, export_default$12 as Face, export_default$1s as FitbitDevices, export_default$1r as FitbitMonthCharts, export_default$8 as FitbitView, export_default$1q as GarminDevices, export_default$1p as GarminMonthCharts, export_default$7 as GarminView, export_default$5 as HealthAndWellnessView, export_default$1o as HealthPreviewSection, export_default$11 as Histogram, export_default$6 as HomeView, export_default$1n as LabResultsSummary, export_default$10 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1m as MedicationsList, export_default$4 as MedicationsView, export_default$1l as MostRecentNotification, export_default$$ as NavigationBar, NewPointsEntry, export_default$1 as NewPointsView, NewPointsViewProps, export_default$_ as NotesInput, export_default$1k as NotificationList, export_default$3 as NotificationsView, export_default$1j as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$Z as ProgressRing, export_default$1i as ProjectHeader, export_default$1h as ProjectSupport, export_default$1g as ProviderSearch, export_default$1f as RelativeActivityToday, export_default$1e as RestingHeartRateCalendar, export_default$Y as RotatingText, RotatingTextEntry, export_default$X as Section, export_default$W as SegmentedControl, export_default$V as ShinyOverlay, export_default$U as SingleExternalAccount, export_default$T as SingleNotification, export_default$S as SingleSurveyTask, export_default$R as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$C as StepDetailText, export_default$A as StepImage, export_default$B as StepImageIcon, export_default$z as StepLayout, export_default$y as StepMarkdown, export_default$x as StepNextButton, export_default$w as StepText, export_default$v as StepTitle, export_default$1c as SurveyTaskList, export_default$2 as SurveyTasksView, export_default$Q as Switch, SymptomConfiguration, SymptomReference, export_default$s as SymptomSharkCalendar, export_default$h as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$q as SymptomSharkLogEntry, export_default$j as SymptomSharkLogEntryEdit, export_default$g as SymptomSharkLogEntryEditView, export_default$l as SymptomSharkLogEntryList, export_default$k as SymptomSharkLogToday, export_default$r as SymptomSharkOverallExperienceChart, export_default$f as SymptomSharkSymptomDetailView, export_default$n as SymptomSharkSymptomSeverityChart, export_default$o as SymptomSharkSymptomSeveritySummary, export_default$m as SymptomSharkSymptomTreatmentFilters, export_default$p as SymptomSharkSymptomTreatmentHistograms, export_default$i as SymptomSharkVisualizationCoordinator, export_default$P as TextBlock, export_default$O as Title, export_default$N as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$M as UnstyledButton, export_default$L as ValueSelector, export_default$1b as ViewEhr, export_default$K as ViewHeader, export_default$J as WeekCalendar, WeekStartsOn, export_default$u as YouTubeStep, export_default$t as YouTubeStepContainer, service as asthmaDataService, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusText, getAsthmaSymptomLevel, getAsthmaSymptomLevelValue, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|