@careevolution/mydatahelps-ui 2.12.1-MoreAsthma.9 → 2.12.1-SSComponents.1
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 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/components/index.d.ts +0 -2
- package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +2 -3
- package/dist/cjs/types/components/asthma/model/types.d.ts +1 -2
- package/dist/cjs/types/components/asthma/views/index.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/container/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +3 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +20 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/view/index.d.ts +1 -0
- package/dist/cjs/types/helpers/renderPdf.d.ts +2 -0
- package/dist/esm/index.js +9 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/components/index.d.ts +0 -2
- package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +2 -3
- package/dist/esm/types/components/asthma/model/types.d.ts +1 -2
- package/dist/esm/types/components/asthma/views/index.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/container/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +3 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +20 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/view/index.d.ts +1 -0
- package/dist/esm/types/helpers/renderPdf.d.ts +2 -0
- package/dist/index.d.ts +937 -922
- package/package.json +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +0 -8
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +0 -10
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +0 -23
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/index.d.ts +0 -2
- package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +0 -14
- package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +0 -50
- package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +0 -1
- package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +0 -7
- package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +0 -13
- package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +0 -8
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +0 -10
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +0 -23
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/index.d.ts +0 -2
- package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +0 -14
- package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +0 -50
- package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +0 -1
- package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +0 -7
- package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +0 -13
- package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +0 -1
package/package.json
CHANGED
package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AsthmaProviderReportPreviewState } from './AsthmaProviderReport.previewData';
|
|
3
|
-
export interface AsthmaProviderReportProps {
|
|
4
|
-
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
5
|
-
logEntrySurveyName: string;
|
|
6
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
7
|
-
}
|
|
8
|
-
export default function (props: AsthmaProviderReportProps): React.JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AsthmaLogEntry, AsthmaParticipant } from '../../model';
|
|
2
|
-
import { DeviceDataPoint, SurveyAnswer } from '@careevolution/mydatahelps-js';
|
|
3
|
-
export type AsthmaProviderReportPreviewState = 'default';
|
|
4
|
-
export interface AsthmaProviderReportPreviewData {
|
|
5
|
-
participant: AsthmaParticipant;
|
|
6
|
-
logEntries: AsthmaLogEntry[];
|
|
7
|
-
surveyAnswers: SurveyAnswer[];
|
|
8
|
-
airQualityDataPoints: DeviceDataPoint[];
|
|
9
|
-
}
|
|
10
|
-
export declare const previewData: Record<AsthmaProviderReportPreviewState, AsthmaProviderReportPreviewData>;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import AsthmaProviderReport, { AsthmaProviderReportProps } from './AsthmaProviderReport';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof AsthmaProviderReport;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
args: {
|
|
13
|
-
previewState: string;
|
|
14
|
-
};
|
|
15
|
-
argTypes: {
|
|
16
|
-
previewState: {
|
|
17
|
-
name: string;
|
|
18
|
-
control: string;
|
|
19
|
-
options: string[];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
render: (args: AsthmaProviderReportProps) => React.JSX.Element;
|
|
23
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ResourceImageAlignment } from '../../../presentational';
|
|
3
|
-
import './AsthmaRecommendedArticle.css';
|
|
4
|
-
export interface AsthmaRecommendedArticleProps {
|
|
5
|
-
previewState?: 'none' | 'default';
|
|
6
|
-
libraryBaseUrl: string;
|
|
7
|
-
logTodayEntrySurveyName: string;
|
|
8
|
-
imageAlignment?: ResourceImageAlignment;
|
|
9
|
-
buttonText?: string;
|
|
10
|
-
hideButton?: boolean;
|
|
11
|
-
style?: React.CSSProperties;
|
|
12
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
13
|
-
}
|
|
14
|
-
export default function (props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import AsthmaRecommendedArticle, { AsthmaRecommendedArticleProps } from './AsthmaRecommendedArticle';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof AsthmaRecommendedArticle;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
interface AsthmaRecommendedArticleStoryArgs extends AsthmaRecommendedArticleProps {
|
|
12
|
-
colorScheme: 'auto' | 'light' | 'dark';
|
|
13
|
-
}
|
|
14
|
-
export declare const Default: {
|
|
15
|
-
args: {
|
|
16
|
-
colorScheme: string;
|
|
17
|
-
previewState: string;
|
|
18
|
-
imageAlignment: string;
|
|
19
|
-
hideButton: boolean;
|
|
20
|
-
buttonText: string;
|
|
21
|
-
};
|
|
22
|
-
argTypes: {
|
|
23
|
-
colorScheme: {
|
|
24
|
-
name: string;
|
|
25
|
-
control: string;
|
|
26
|
-
options: string[];
|
|
27
|
-
};
|
|
28
|
-
previewState: {
|
|
29
|
-
name: string;
|
|
30
|
-
control: string;
|
|
31
|
-
options: string[];
|
|
32
|
-
};
|
|
33
|
-
imageAlignment: {
|
|
34
|
-
name: string;
|
|
35
|
-
control: string;
|
|
36
|
-
options: string[];
|
|
37
|
-
};
|
|
38
|
-
hideButton: {
|
|
39
|
-
name: string;
|
|
40
|
-
};
|
|
41
|
-
buttonText: {
|
|
42
|
-
name: string;
|
|
43
|
-
if: {
|
|
44
|
-
arg: string;
|
|
45
|
-
eq: boolean;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
render: (args: AsthmaRecommendedArticleStoryArgs) => React.JSX.Element;
|
|
50
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './AsthmaRecommendedArticle';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AsthmaProviderReportPreviewState } from '../../components';
|
|
3
|
-
export interface AsthmaProviderReportViewProps {
|
|
4
|
-
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
5
|
-
logEntrySurveyName: string;
|
|
6
|
-
}
|
|
7
|
-
export default function (props: AsthmaProviderReportViewProps): React.JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import AsthmaProviderReportView from './AsthmaProviderReportView';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof AsthmaProviderReportView;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: () => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './AsthmaProviderReportView';
|
package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AsthmaProviderReportPreviewState } from './AsthmaProviderReport.previewData';
|
|
3
|
-
export interface AsthmaProviderReportProps {
|
|
4
|
-
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
5
|
-
logEntrySurveyName: string;
|
|
6
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
7
|
-
}
|
|
8
|
-
export default function (props: AsthmaProviderReportProps): React.JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AsthmaLogEntry, AsthmaParticipant } from '../../model';
|
|
2
|
-
import { DeviceDataPoint, SurveyAnswer } from '@careevolution/mydatahelps-js';
|
|
3
|
-
export type AsthmaProviderReportPreviewState = 'default';
|
|
4
|
-
export interface AsthmaProviderReportPreviewData {
|
|
5
|
-
participant: AsthmaParticipant;
|
|
6
|
-
logEntries: AsthmaLogEntry[];
|
|
7
|
-
surveyAnswers: SurveyAnswer[];
|
|
8
|
-
airQualityDataPoints: DeviceDataPoint[];
|
|
9
|
-
}
|
|
10
|
-
export declare const previewData: Record<AsthmaProviderReportPreviewState, AsthmaProviderReportPreviewData>;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import AsthmaProviderReport, { AsthmaProviderReportProps } from './AsthmaProviderReport';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof AsthmaProviderReport;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
args: {
|
|
13
|
-
previewState: string;
|
|
14
|
-
};
|
|
15
|
-
argTypes: {
|
|
16
|
-
previewState: {
|
|
17
|
-
name: string;
|
|
18
|
-
control: string;
|
|
19
|
-
options: string[];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
render: (args: AsthmaProviderReportProps) => React.JSX.Element;
|
|
23
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ResourceImageAlignment } from '../../../presentational';
|
|
3
|
-
import './AsthmaRecommendedArticle.css';
|
|
4
|
-
export interface AsthmaRecommendedArticleProps {
|
|
5
|
-
previewState?: 'none' | 'default';
|
|
6
|
-
libraryBaseUrl: string;
|
|
7
|
-
logTodayEntrySurveyName: string;
|
|
8
|
-
imageAlignment?: ResourceImageAlignment;
|
|
9
|
-
buttonText?: string;
|
|
10
|
-
hideButton?: boolean;
|
|
11
|
-
style?: React.CSSProperties;
|
|
12
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
13
|
-
}
|
|
14
|
-
export default function (props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import AsthmaRecommendedArticle, { AsthmaRecommendedArticleProps } from './AsthmaRecommendedArticle';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof AsthmaRecommendedArticle;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
interface AsthmaRecommendedArticleStoryArgs extends AsthmaRecommendedArticleProps {
|
|
12
|
-
colorScheme: 'auto' | 'light' | 'dark';
|
|
13
|
-
}
|
|
14
|
-
export declare const Default: {
|
|
15
|
-
args: {
|
|
16
|
-
colorScheme: string;
|
|
17
|
-
previewState: string;
|
|
18
|
-
imageAlignment: string;
|
|
19
|
-
hideButton: boolean;
|
|
20
|
-
buttonText: string;
|
|
21
|
-
};
|
|
22
|
-
argTypes: {
|
|
23
|
-
colorScheme: {
|
|
24
|
-
name: string;
|
|
25
|
-
control: string;
|
|
26
|
-
options: string[];
|
|
27
|
-
};
|
|
28
|
-
previewState: {
|
|
29
|
-
name: string;
|
|
30
|
-
control: string;
|
|
31
|
-
options: string[];
|
|
32
|
-
};
|
|
33
|
-
imageAlignment: {
|
|
34
|
-
name: string;
|
|
35
|
-
control: string;
|
|
36
|
-
options: string[];
|
|
37
|
-
};
|
|
38
|
-
hideButton: {
|
|
39
|
-
name: string;
|
|
40
|
-
};
|
|
41
|
-
buttonText: {
|
|
42
|
-
name: string;
|
|
43
|
-
if: {
|
|
44
|
-
arg: string;
|
|
45
|
-
eq: boolean;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
render: (args: AsthmaRecommendedArticleStoryArgs) => React.JSX.Element;
|
|
50
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './AsthmaRecommendedArticle';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AsthmaProviderReportPreviewState } from '../../components';
|
|
3
|
-
export interface AsthmaProviderReportViewProps {
|
|
4
|
-
previewState?: 'loading' | AsthmaProviderReportPreviewState;
|
|
5
|
-
logEntrySurveyName: string;
|
|
6
|
-
}
|
|
7
|
-
export default function (props: AsthmaProviderReportViewProps): React.JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import AsthmaProviderReportView from './AsthmaProviderReportView';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof AsthmaProviderReportView;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: () => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './AsthmaProviderReportView';
|