@careevolution/mydatahelps-ui 2.2.1-VB3.8 → 2.3.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 (80) hide show
  1. package/dist/cjs/index.js +9 -9
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +2 -2
  4. package/dist/cjs/types/components/container/ProviderSearch/ProviderSearch.d.ts +3 -0
  5. package/dist/cjs/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +1 -2
  6. package/dist/cjs/types/components/container/index.d.ts +1 -3
  7. package/dist/cjs/types/components/presentational/Button/Button.d.ts +1 -1
  8. package/dist/cjs/types/components/presentational/Card/Card.d.ts +0 -1
  9. package/dist/cjs/types/components/presentational/Layout/Layout.d.ts +2 -2
  10. package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +0 -1
  11. package/dist/cjs/types/components/presentational/Section/Section.d.ts +0 -1
  12. package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +1 -0
  13. package/dist/cjs/types/components/presentational/index.d.ts +0 -2
  14. package/dist/cjs/types/components/step/ConnectDeviceAccountStep/ConnectDeviceAccountStep.d.ts +11 -0
  15. package/dist/cjs/types/components/step/ConnectDeviceAccountStep/index.d.ts +1 -0
  16. package/dist/cjs/types/components/step/ConnectDeviceAccountStepContainer/ConnectDeviceAccountStepContainer.d.ts +5 -0
  17. package/dist/cjs/types/components/step/ConnectDeviceAccountStepContainer/index.d.ts +1 -0
  18. package/dist/cjs/types/components/step/ConnectEhrStep/ConnectEhrStep.d.ts +15 -0
  19. package/dist/cjs/types/components/step/ConnectEhrStep/index.d.ts +1 -0
  20. package/dist/cjs/types/components/step/ConnectEhrStepContainer/ConnectEhrStepContainer.d.ts +2 -0
  21. package/dist/cjs/types/components/step/ConnectEhrStepContainer/index.d.ts +1 -0
  22. package/dist/cjs/types/components/step/StepNextButton/StepNextButton.d.ts +1 -0
  23. package/dist/cjs/types/components/step/index.d.ts +12 -8
  24. package/dist/cjs/types/components/view/index.d.ts +0 -1
  25. package/dist/cjs/types/helpers/language.d.ts +4 -2
  26. package/dist/cjs/types/index.d.ts +0 -2
  27. package/dist/esm/index.js +8 -8
  28. package/dist/esm/index.js.map +1 -1
  29. package/dist/esm/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.d.ts +2 -2
  30. package/dist/esm/types/components/container/ProviderSearch/ProviderSearch.d.ts +3 -0
  31. package/dist/esm/types/components/container/SurveyTaskList/SurveyTaskList.d.ts +1 -2
  32. package/dist/esm/types/components/container/index.d.ts +1 -3
  33. package/dist/esm/types/components/presentational/Button/Button.d.ts +1 -1
  34. package/dist/esm/types/components/presentational/Card/Card.d.ts +0 -1
  35. package/dist/esm/types/components/presentational/Layout/Layout.d.ts +2 -2
  36. package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +0 -1
  37. package/dist/esm/types/components/presentational/Section/Section.d.ts +0 -1
  38. package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +1 -0
  39. package/dist/esm/types/components/presentational/index.d.ts +0 -2
  40. package/dist/esm/types/components/step/ConnectDeviceAccountStep/ConnectDeviceAccountStep.d.ts +11 -0
  41. package/dist/esm/types/components/step/ConnectDeviceAccountStep/index.d.ts +1 -0
  42. package/dist/esm/types/components/step/ConnectDeviceAccountStepContainer/ConnectDeviceAccountStepContainer.d.ts +5 -0
  43. package/dist/esm/types/components/step/ConnectDeviceAccountStepContainer/index.d.ts +1 -0
  44. package/dist/esm/types/components/step/ConnectEhrStep/ConnectEhrStep.d.ts +15 -0
  45. package/dist/esm/types/components/step/ConnectEhrStep/index.d.ts +1 -0
  46. package/dist/esm/types/components/step/ConnectEhrStepContainer/ConnectEhrStepContainer.d.ts +2 -0
  47. package/dist/esm/types/components/step/ConnectEhrStepContainer/index.d.ts +1 -0
  48. package/dist/esm/types/components/step/StepNextButton/StepNextButton.d.ts +1 -0
  49. package/dist/esm/types/components/step/index.d.ts +12 -8
  50. package/dist/esm/types/components/view/index.d.ts +0 -1
  51. package/dist/esm/types/helpers/language.d.ts +4 -2
  52. package/dist/esm/types/index.d.ts +0 -2
  53. package/dist/index.d.ts +167 -216
  54. package/package.json +1 -1
  55. package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.d.ts +0 -28
  56. package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +0 -67
  57. package/dist/cjs/types/components/container/DailyDataChart/index.d.ts +0 -1
  58. package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +0 -14
  59. package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.stories.d.ts +0 -36
  60. package/dist/cjs/types/components/presentational/DateRangeCoordinator/index.d.ts +0 -1
  61. package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.d.ts +0 -7
  62. package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +0 -32
  63. package/dist/cjs/types/components/presentational/ViewHeader/index.d.ts +0 -1
  64. package/dist/cjs/types/components/view/BlankView/BlankView.d.ts +0 -11
  65. package/dist/cjs/types/components/view/BlankView/BlankView.stories.d.ts +0 -46
  66. package/dist/cjs/types/components/view/BlankView/index.d.ts +0 -1
  67. package/dist/cjs/types/helpers/get-interval-start.d.ts +0 -3
  68. package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.d.ts +0 -28
  69. package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +0 -67
  70. package/dist/esm/types/components/container/DailyDataChart/index.d.ts +0 -1
  71. package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +0 -14
  72. package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.stories.d.ts +0 -36
  73. package/dist/esm/types/components/presentational/DateRangeCoordinator/index.d.ts +0 -1
  74. package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.d.ts +0 -7
  75. package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +0 -32
  76. package/dist/esm/types/components/presentational/ViewHeader/index.d.ts +0 -1
  77. package/dist/esm/types/components/view/BlankView/BlankView.d.ts +0 -11
  78. package/dist/esm/types/components/view/BlankView/BlankView.stories.d.ts +0 -46
  79. package/dist/esm/types/components/view/BlankView/index.d.ts +0 -1
  80. package/dist/esm/types/helpers/get-interval-start.d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.2.1-VB3.8",
3
+ "version": "2.3.0",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { DailyDataProvider } from '../../../helpers/query-daily-data';
3
- import "./DailyDataChart.css";
4
- import { WeekStartsOn } from '../../../helpers/get-interval-start';
5
- export interface DailyDataChartProps {
6
- title?: string;
7
- intervalType?: "Week" | "Month";
8
- weekStartsOn?: WeekStartsOn;
9
- dailyDataType: string;
10
- valueConverter?(value: number): number;
11
- valueFormatter?(value: number): string;
12
- chartType: "Line" | "Bar" | "Area";
13
- options?: LineChartOptions | BarChartOptions | AreaChartOptions;
14
- hideIfNoData?: boolean;
15
- previewDataProvider?: DailyDataProvider;
16
- }
17
- export interface LineChartOptions {
18
- lineColor?: string;
19
- domainMin?: number | "Auto";
20
- }
21
- export interface BarChartOptions {
22
- barColor?: string;
23
- }
24
- export interface AreaChartOptions {
25
- lineColor?: string;
26
- areaColor?: string;
27
- }
28
- export default function DailyDataChart(props: DailyDataChartProps): false | React.JSX.Element;
@@ -1,67 +0,0 @@
1
- import React from "react";
2
- import { DailyDataQueryResult, DailyDataType } from "../../../helpers/query-daily-data";
3
- import DailyDataChart, { DailyDataChartProps } from "./DailyDataChart";
4
- declare const _default: {
5
- title: string;
6
- component: typeof DailyDataChart;
7
- parameters: {
8
- layout: string;
9
- };
10
- };
11
- export default _default;
12
- export declare const stepsLineChart: {
13
- args: {
14
- title: string;
15
- options: {
16
- domainMin: number;
17
- lineColor: string;
18
- };
19
- intervalType: string;
20
- weekStartsOn: string;
21
- dailyDataType: DailyDataType;
22
- valueFormatter: (value: number) => string;
23
- chartType: string;
24
- previewDataProvider: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
25
- };
26
- render: (args: DailyDataChartProps) => React.JSX.Element;
27
- };
28
- export declare const stepsBarChart: {
29
- args: {
30
- title: string;
31
- options: {};
32
- intervalType: string;
33
- weekStartsOn: string;
34
- dailyDataType: DailyDataType;
35
- valueFormatter: (value: number) => string;
36
- chartType: string;
37
- previewDataProvider: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
38
- };
39
- render: (args: DailyDataChartProps) => React.JSX.Element;
40
- };
41
- export declare const stepsAreaChart: {
42
- args: {
43
- title: string;
44
- options: {
45
- areaColor: string;
46
- lineColor: string;
47
- };
48
- intervalType: string;
49
- weekStartsOn: string;
50
- dailyDataType: DailyDataType;
51
- valueFormatter: (value: number) => string;
52
- chartType: string;
53
- previewDataProvider: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
54
- };
55
- render: (args: DailyDataChartProps) => React.JSX.Element;
56
- };
57
- export declare const noData: {
58
- args: {
59
- title: string;
60
- intervalType: string;
61
- dailyDataType: DailyDataType;
62
- valueFormatter: (value: number) => string;
63
- chartType: string;
64
- previewDataProvider: (start: Date, end: Date) => Promise<{}>;
65
- };
66
- render: (args: DailyDataChartProps) => React.JSX.Element;
67
- };
@@ -1 +0,0 @@
1
- export { default, LineChartOptions, BarChartOptions, AreaChartOptions } from "./DailyDataChart";
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { WeekStartsOn } from "../../../helpers/get-interval-start";
3
- export interface DateRangeCoordinatorProps {
4
- intervalType: "Week" | "Month";
5
- weekStartsOn?: WeekStartsOn;
6
- variant?: "default" | "rounded";
7
- children: React.ReactNode;
8
- }
9
- export interface DateRangeContext {
10
- intervalType: "Week" | "Month";
11
- intervalStart: Date;
12
- }
13
- export declare const DateRangeContext: React.Context<DateRangeContext | null>;
14
- export default function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
@@ -1,36 +0,0 @@
1
- import React from "react";
2
- import DateRangeCoordinator, { DateRangeCoordinatorProps } from "./DateRangeCoordinator";
3
- declare const _default: {
4
- title: string;
5
- component: typeof DateRangeCoordinator;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const month: {
12
- args: {
13
- variant: string;
14
- intervalType: string;
15
- children: React.JSX.Element;
16
- };
17
- render: (args: DateRangeCoordinatorProps) => React.JSX.Element;
18
- };
19
- export declare const weekStartsSunday: {
20
- args: {
21
- variant: string;
22
- intervalType: string;
23
- weekStartsOn: string;
24
- children: React.JSX.Element;
25
- };
26
- render: (args: DateRangeCoordinatorProps) => React.JSX.Element;
27
- };
28
- export declare const weekStarts6DaysAgo: {
29
- args: {
30
- variant: string;
31
- intervalType: string;
32
- weekStartsOn: string;
33
- children: React.JSX.Element;
34
- };
35
- render: (args: DateRangeCoordinatorProps) => React.JSX.Element;
36
- };
@@ -1 +0,0 @@
1
- export { default } from "./DateRangeCoordinator";
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import "./ViewHeader.css";
3
- export interface ViewHeaderProps {
4
- title?: string;
5
- subtitle?: string;
6
- }
7
- export default function (props: ViewHeaderProps): React.JSX.Element | null;
@@ -1,32 +0,0 @@
1
- import React from "react";
2
- import ViewHeader, { ViewHeaderProps } from "./ViewHeader";
3
- declare const _default: {
4
- title: string;
5
- component: typeof ViewHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const titleAndSubtitle: {
12
- name: string;
13
- args: {
14
- title: string;
15
- subtitle: string;
16
- };
17
- render: (args: ViewHeaderProps) => React.JSX.Element;
18
- };
19
- export declare const titleOnly: {
20
- name: string;
21
- args: {
22
- title: string;
23
- };
24
- render: (args: ViewHeaderProps) => React.JSX.Element;
25
- };
26
- export declare const subtitleOnly: {
27
- name: string;
28
- args: {
29
- subtitle: string;
30
- };
31
- render: (args: ViewHeaderProps) => React.JSX.Element;
32
- };
@@ -1 +0,0 @@
1
- export { default } from "./ViewHeader";
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- export interface BlankViewProps {
3
- children?: React.ReactNode;
4
- title?: string;
5
- subtitle?: string;
6
- showCloseButton?: boolean;
7
- showBackButton?: boolean;
8
- colorScheme?: "auto" | "light" | "dark";
9
- primaryColor?: string;
10
- }
11
- export default function (props: BlankViewProps): React.JSX.Element;
@@ -1,46 +0,0 @@
1
- import React from "react";
2
- import BlankView, { BlankViewProps } from "./BlankView";
3
- declare const _default: {
4
- title: string;
5
- component: typeof BlankView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const titleOnly: {
12
- args: {
13
- title: string;
14
- };
15
- render: (args: BlankViewProps) => React.JSX.Element;
16
- };
17
- export declare const withNavigationButtons: {
18
- args: {
19
- title: string;
20
- subtitle: string;
21
- showBackButton: boolean;
22
- showCloseButton: boolean;
23
- };
24
- render: (args: BlankViewProps) => React.JSX.Element;
25
- };
26
- export declare const darkColorScheme: {
27
- args: {
28
- title: string;
29
- subtitle: string;
30
- showBackButton: boolean;
31
- showCloseButton: boolean;
32
- colorScheme: string;
33
- };
34
- render: (args: BlankViewProps) => React.JSX.Element;
35
- };
36
- export declare const customPrimaryColor: {
37
- args: {
38
- title: string;
39
- subtitle: string;
40
- showBackButton: boolean;
41
- showCloseButton: boolean;
42
- primaryColor: string;
43
- children: React.JSX.Element;
44
- };
45
- render: (args: BlankViewProps) => React.JSX.Element;
46
- };
@@ -1 +0,0 @@
1
- export { default } from "./BlankView";
@@ -1,3 +0,0 @@
1
- export declare type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
2
- export declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
3
- export declare function getMonthStart(): Date;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { DailyDataProvider } from '../../../helpers/query-daily-data';
3
- import "./DailyDataChart.css";
4
- import { WeekStartsOn } from '../../../helpers/get-interval-start';
5
- export interface DailyDataChartProps {
6
- title?: string;
7
- intervalType?: "Week" | "Month";
8
- weekStartsOn?: WeekStartsOn;
9
- dailyDataType: string;
10
- valueConverter?(value: number): number;
11
- valueFormatter?(value: number): string;
12
- chartType: "Line" | "Bar" | "Area";
13
- options?: LineChartOptions | BarChartOptions | AreaChartOptions;
14
- hideIfNoData?: boolean;
15
- previewDataProvider?: DailyDataProvider;
16
- }
17
- export interface LineChartOptions {
18
- lineColor?: string;
19
- domainMin?: number | "Auto";
20
- }
21
- export interface BarChartOptions {
22
- barColor?: string;
23
- }
24
- export interface AreaChartOptions {
25
- lineColor?: string;
26
- areaColor?: string;
27
- }
28
- export default function DailyDataChart(props: DailyDataChartProps): false | React.JSX.Element;
@@ -1,67 +0,0 @@
1
- import React from "react";
2
- import { DailyDataQueryResult, DailyDataType } from "../../../helpers/query-daily-data";
3
- import DailyDataChart, { DailyDataChartProps } from "./DailyDataChart";
4
- declare const _default: {
5
- title: string;
6
- component: typeof DailyDataChart;
7
- parameters: {
8
- layout: string;
9
- };
10
- };
11
- export default _default;
12
- export declare const stepsLineChart: {
13
- args: {
14
- title: string;
15
- options: {
16
- domainMin: number;
17
- lineColor: string;
18
- };
19
- intervalType: string;
20
- weekStartsOn: string;
21
- dailyDataType: DailyDataType;
22
- valueFormatter: (value: number) => string;
23
- chartType: string;
24
- previewDataProvider: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
25
- };
26
- render: (args: DailyDataChartProps) => React.JSX.Element;
27
- };
28
- export declare const stepsBarChart: {
29
- args: {
30
- title: string;
31
- options: {};
32
- intervalType: string;
33
- weekStartsOn: string;
34
- dailyDataType: DailyDataType;
35
- valueFormatter: (value: number) => string;
36
- chartType: string;
37
- previewDataProvider: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
38
- };
39
- render: (args: DailyDataChartProps) => React.JSX.Element;
40
- };
41
- export declare const stepsAreaChart: {
42
- args: {
43
- title: string;
44
- options: {
45
- areaColor: string;
46
- lineColor: string;
47
- };
48
- intervalType: string;
49
- weekStartsOn: string;
50
- dailyDataType: DailyDataType;
51
- valueFormatter: (value: number) => string;
52
- chartType: string;
53
- previewDataProvider: (start: Date, end: Date) => Promise<DailyDataQueryResult>;
54
- };
55
- render: (args: DailyDataChartProps) => React.JSX.Element;
56
- };
57
- export declare const noData: {
58
- args: {
59
- title: string;
60
- intervalType: string;
61
- dailyDataType: DailyDataType;
62
- valueFormatter: (value: number) => string;
63
- chartType: string;
64
- previewDataProvider: (start: Date, end: Date) => Promise<{}>;
65
- };
66
- render: (args: DailyDataChartProps) => React.JSX.Element;
67
- };
@@ -1 +0,0 @@
1
- export { default, LineChartOptions, BarChartOptions, AreaChartOptions } from "./DailyDataChart";
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { WeekStartsOn } from "../../../helpers/get-interval-start";
3
- export interface DateRangeCoordinatorProps {
4
- intervalType: "Week" | "Month";
5
- weekStartsOn?: WeekStartsOn;
6
- variant?: "default" | "rounded";
7
- children: React.ReactNode;
8
- }
9
- export interface DateRangeContext {
10
- intervalType: "Week" | "Month";
11
- intervalStart: Date;
12
- }
13
- export declare const DateRangeContext: React.Context<DateRangeContext | null>;
14
- export default function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
@@ -1,36 +0,0 @@
1
- import React from "react";
2
- import DateRangeCoordinator, { DateRangeCoordinatorProps } from "./DateRangeCoordinator";
3
- declare const _default: {
4
- title: string;
5
- component: typeof DateRangeCoordinator;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const month: {
12
- args: {
13
- variant: string;
14
- intervalType: string;
15
- children: React.JSX.Element;
16
- };
17
- render: (args: DateRangeCoordinatorProps) => React.JSX.Element;
18
- };
19
- export declare const weekStartsSunday: {
20
- args: {
21
- variant: string;
22
- intervalType: string;
23
- weekStartsOn: string;
24
- children: React.JSX.Element;
25
- };
26
- render: (args: DateRangeCoordinatorProps) => React.JSX.Element;
27
- };
28
- export declare const weekStarts6DaysAgo: {
29
- args: {
30
- variant: string;
31
- intervalType: string;
32
- weekStartsOn: string;
33
- children: React.JSX.Element;
34
- };
35
- render: (args: DateRangeCoordinatorProps) => React.JSX.Element;
36
- };
@@ -1 +0,0 @@
1
- export { default } from "./DateRangeCoordinator";
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import "./ViewHeader.css";
3
- export interface ViewHeaderProps {
4
- title?: string;
5
- subtitle?: string;
6
- }
7
- export default function (props: ViewHeaderProps): React.JSX.Element | null;
@@ -1,32 +0,0 @@
1
- import React from "react";
2
- import ViewHeader, { ViewHeaderProps } from "./ViewHeader";
3
- declare const _default: {
4
- title: string;
5
- component: typeof ViewHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const titleAndSubtitle: {
12
- name: string;
13
- args: {
14
- title: string;
15
- subtitle: string;
16
- };
17
- render: (args: ViewHeaderProps) => React.JSX.Element;
18
- };
19
- export declare const titleOnly: {
20
- name: string;
21
- args: {
22
- title: string;
23
- };
24
- render: (args: ViewHeaderProps) => React.JSX.Element;
25
- };
26
- export declare const subtitleOnly: {
27
- name: string;
28
- args: {
29
- subtitle: string;
30
- };
31
- render: (args: ViewHeaderProps) => React.JSX.Element;
32
- };
@@ -1 +0,0 @@
1
- export { default } from "./ViewHeader";
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- export interface BlankViewProps {
3
- children?: React.ReactNode;
4
- title?: string;
5
- subtitle?: string;
6
- showCloseButton?: boolean;
7
- showBackButton?: boolean;
8
- colorScheme?: "auto" | "light" | "dark";
9
- primaryColor?: string;
10
- }
11
- export default function (props: BlankViewProps): React.JSX.Element;
@@ -1,46 +0,0 @@
1
- import React from "react";
2
- import BlankView, { BlankViewProps } from "./BlankView";
3
- declare const _default: {
4
- title: string;
5
- component: typeof BlankView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const titleOnly: {
12
- args: {
13
- title: string;
14
- };
15
- render: (args: BlankViewProps) => React.JSX.Element;
16
- };
17
- export declare const withNavigationButtons: {
18
- args: {
19
- title: string;
20
- subtitle: string;
21
- showBackButton: boolean;
22
- showCloseButton: boolean;
23
- };
24
- render: (args: BlankViewProps) => React.JSX.Element;
25
- };
26
- export declare const darkColorScheme: {
27
- args: {
28
- title: string;
29
- subtitle: string;
30
- showBackButton: boolean;
31
- showCloseButton: boolean;
32
- colorScheme: string;
33
- };
34
- render: (args: BlankViewProps) => React.JSX.Element;
35
- };
36
- export declare const customPrimaryColor: {
37
- args: {
38
- title: string;
39
- subtitle: string;
40
- showBackButton: boolean;
41
- showCloseButton: boolean;
42
- primaryColor: string;
43
- children: React.JSX.Element;
44
- };
45
- render: (args: BlankViewProps) => React.JSX.Element;
46
- };
@@ -1 +0,0 @@
1
- export { default } from "./BlankView";
@@ -1,3 +0,0 @@
1
- export declare type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
2
- export declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
3
- export declare function getMonthStart(): Date;