@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.
- package/dist/cjs/index.js +10 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +8 -0
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +10 -0
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +23 -0
- package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +14 -0
- package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +52 -0
- package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/components/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +5 -3
- package/dist/cjs/types/components/asthma/model/types.d.ts +3 -9
- package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +7 -0
- package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +13 -0
- package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/index.d.ts +1 -0
- package/dist/cjs/types/components/container/InboxItemList/InboxItemList.d.ts +3 -1
- package/dist/cjs/types/components/container/InboxItemList/InboxItemList.stories.d.ts +16 -0
- package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -1
- package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +9 -2
- package/dist/cjs/types/components/presentational/Resource/Resource.d.ts +2 -1
- package/dist/cjs/types/components/presentational/Resource/Resource.stories.d.ts +5 -3
- package/dist/cjs/types/components/presentational/Resource/index.d.ts +1 -1
- package/dist/cjs/types/components/presentational/ResourceList/ResourceList.d.ts +3 -1
- package/dist/cjs/types/components/presentational/ResourceList/ResourceList.stories.d.ts +14 -0
- package/dist/cjs/types/components/presentational/index.d.ts +1 -1
- package/dist/cjs/types/components/symptom-shark/container/index.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +2 -5
- package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +0 -3
- package/dist/cjs/types/components/symptom-shark/view/index.d.ts +0 -1
- package/dist/cjs/types/components/view/ResourceListView/ResourceListView.d.ts +3 -1
- package/dist/cjs/types/components/view/ResourceListView/ResourceListView.stories.d.ts +14 -0
- package/dist/esm/index.js +8 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +8 -0
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +10 -0
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +23 -0
- package/dist/esm/types/components/asthma/components/AsthmaProviderReport/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +14 -0
- package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +52 -0
- package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/components/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +5 -3
- package/dist/esm/types/components/asthma/model/types.d.ts +3 -9
- package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +7 -0
- package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +13 -0
- package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/index.d.ts +1 -0
- package/dist/esm/types/components/container/InboxItemList/InboxItemList.d.ts +3 -1
- package/dist/esm/types/components/container/InboxItemList/InboxItemList.stories.d.ts +16 -0
- package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -1
- package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +9 -2
- package/dist/esm/types/components/presentational/Resource/Resource.d.ts +2 -1
- package/dist/esm/types/components/presentational/Resource/Resource.stories.d.ts +5 -3
- package/dist/esm/types/components/presentational/Resource/index.d.ts +1 -1
- package/dist/esm/types/components/presentational/ResourceList/ResourceList.d.ts +3 -1
- package/dist/esm/types/components/presentational/ResourceList/ResourceList.stories.d.ts +14 -0
- package/dist/esm/types/components/presentational/index.d.ts +1 -1
- package/dist/esm/types/components/symptom-shark/container/index.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +2 -5
- package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +0 -3
- package/dist/esm/types/components/symptom-shark/view/index.d.ts +0 -1
- package/dist/esm/types/components/view/ResourceListView/ResourceListView.d.ts +3 -1
- package/dist/esm/types/components/view/ResourceListView/ResourceListView.stories.d.ts +14 -0
- package/dist/index.d.ts +918 -931
- package/package.json +1 -1
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +0 -10
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +0 -16
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +0 -7
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +0 -13
- package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/index.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +0 -7
- package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +0 -7
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +0 -12
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +0 -13
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +0 -7
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +0 -13
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +0 -1
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +0 -6
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +0 -20
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +0 -1
- package/dist/cjs/types/helpers/renderPdf.d.ts +0 -2
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +0 -10
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +0 -16
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +0 -7
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +0 -13
- package/dist/esm/types/components/symptom-shark/presentational/BulletChart/index.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +0 -7
- package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +0 -7
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +0 -12
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +0 -13
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +0 -7
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +0 -13
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +0 -1
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +0 -6
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +0 -20
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +0 -1
- package/dist/esm/types/helpers/renderPdf.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./ReportBuilder.css";
|
|
3
|
-
export interface SymptomSharkReportBuilderProps {
|
|
4
|
-
productLogo?: string;
|
|
5
|
-
productName?: string;
|
|
6
|
-
productUrl?: string;
|
|
7
|
-
previewState?: "default";
|
|
8
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
9
|
-
}
|
|
10
|
-
export default function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
|
package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import SymptomSharkReportBuilder, { SymptomSharkReportBuilderProps } from "./ReportBuilder";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof SymptomSharkReportBuilder;
|
|
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: SymptomSharkReportBuilderProps) => React.JSX.Element;
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./ReportBuilder";
|
package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import BulletChart, { SymptomSharkBulletChartProps } from "./BulletChart";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof BulletChart;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: (args: SymptomSharkBulletChartProps) => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./BulletChart";
|
package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
|
|
3
|
-
export interface LogEntryIconProps {
|
|
4
|
-
icon?: LogEntryIconKey;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
export default function LogEntryIcon(props: LogEntryIconProps): React.JSX.Element;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./MonthReport.css";
|
|
3
|
-
export interface SymptomSharkMonthReportProps {
|
|
4
|
-
includeNotes: boolean;
|
|
5
|
-
includeDailyOverallFeeling: boolean;
|
|
6
|
-
productLogo?: string;
|
|
7
|
-
productName?: string;
|
|
8
|
-
productUrl?: string;
|
|
9
|
-
intervalStart?: Date;
|
|
10
|
-
innerRef?: React.Ref<HTMLTableElement>;
|
|
11
|
-
}
|
|
12
|
-
export default function (props: SymptomSharkMonthReportProps): React.JSX.Element | null;
|
package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import MonthReport, { SymptomSharkMonthReportProps } from "./MonthReport";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof MonthReport;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: (args: SymptomSharkMonthReportProps) => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./MonthReport";
|
package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "./NotesTimeline.css";
|
|
3
|
-
export interface SymptomSharkNotesTimelineProps {
|
|
4
|
-
intervalStart?: Date;
|
|
5
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
6
|
-
}
|
|
7
|
-
export default function (props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import NotesTimeline, { SymptomSharkNotesTimelineProps } from "./NotesTimeline";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof NotesTimeline;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: (args: SymptomSharkNotesTimelineProps) => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./NotesTimeline";
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import SymptomSharkReportBuilderView, { SymptomSharkReportBuilderViewProps } from "./ReportBuilderView";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof SymptomSharkReportBuilderView;
|
|
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: SymptomSharkReportBuilderViewProps) => React.JSX.Element;
|
|
16
|
-
};
|
|
17
|
-
export declare const Live: {
|
|
18
|
-
args: {};
|
|
19
|
-
render: (args: SymptomSharkReportBuilderViewProps) => React.JSX.Element;
|
|
20
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./ReportBuilderView";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./ReportBuilder.css";
|
|
3
|
-
export interface SymptomSharkReportBuilderProps {
|
|
4
|
-
productLogo?: string;
|
|
5
|
-
productName?: string;
|
|
6
|
-
productUrl?: string;
|
|
7
|
-
previewState?: "default";
|
|
8
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
9
|
-
}
|
|
10
|
-
export default function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
|
package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import SymptomSharkReportBuilder, { SymptomSharkReportBuilderProps } from "./ReportBuilder";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof SymptomSharkReportBuilder;
|
|
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: SymptomSharkReportBuilderProps) => React.JSX.Element;
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./ReportBuilder";
|
package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import BulletChart, { SymptomSharkBulletChartProps } from "./BulletChart";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof BulletChart;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: (args: SymptomSharkBulletChartProps) => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./BulletChart";
|
package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
|
|
3
|
-
export interface LogEntryIconProps {
|
|
4
|
-
icon?: LogEntryIconKey;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
export default function LogEntryIcon(props: LogEntryIconProps): React.JSX.Element;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./MonthReport.css";
|
|
3
|
-
export interface SymptomSharkMonthReportProps {
|
|
4
|
-
includeNotes: boolean;
|
|
5
|
-
includeDailyOverallFeeling: boolean;
|
|
6
|
-
productLogo?: string;
|
|
7
|
-
productName?: string;
|
|
8
|
-
productUrl?: string;
|
|
9
|
-
intervalStart?: Date;
|
|
10
|
-
innerRef?: React.Ref<HTMLTableElement>;
|
|
11
|
-
}
|
|
12
|
-
export default function (props: SymptomSharkMonthReportProps): React.JSX.Element | null;
|
package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import MonthReport, { SymptomSharkMonthReportProps } from "./MonthReport";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof MonthReport;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: (args: SymptomSharkMonthReportProps) => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./MonthReport";
|
package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "./NotesTimeline.css";
|
|
3
|
-
export interface SymptomSharkNotesTimelineProps {
|
|
4
|
-
intervalStart?: Date;
|
|
5
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
6
|
-
}
|
|
7
|
-
export default function (props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import NotesTimeline, { SymptomSharkNotesTimelineProps } from "./NotesTimeline";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof NotesTimeline;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
render: (args: SymptomSharkNotesTimelineProps) => React.JSX.Element;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./NotesTimeline";
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import SymptomSharkReportBuilderView, { SymptomSharkReportBuilderViewProps } from "./ReportBuilderView";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof SymptomSharkReportBuilderView;
|
|
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: SymptomSharkReportBuilderViewProps) => React.JSX.Element;
|
|
16
|
-
};
|
|
17
|
-
export declare const Live: {
|
|
18
|
-
args: {};
|
|
19
|
-
render: (args: SymptomSharkReportBuilderViewProps) => React.JSX.Element;
|
|
20
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./ReportBuilderView";
|