@vizzly/dashboard 0.15.0-dev-dc8abbc27d404a01b1c730481930e726e875c32b → 0.15.0-dev-3cedf551bbb0d18e14a8fe6473fe9b8d5ce6736b

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.
@@ -1,454 +0,0 @@
1
- /// <reference types="react" />
2
- import { DashboardProps } from '../../types/dashboard';
3
- import { Dashboard } from '../../../../shared-logic/src/Dashboard';
4
- import { AliasFields } from '../../../../shared-logic/src/AliasFields/types';
5
- export declare type GlobalContextType = DashboardProps & {
6
- onSave: (dashboard: Dashboard) => void;
7
- aliasFields?: AliasFields;
8
- };
9
- export declare const useGlobalContext: () => (import("../../types/dashboard").InBrowserProps & {
10
- vizzlyApiHost?: string | undefined;
11
- featureToggles?: Partial<import("../../../../shared-logic/src/FeatureToggle/types").FeatureToggles> | undefined;
12
- variables?: import("../../../../shared-logic/src/Variables/types").VariablesCallback | undefined;
13
- customViews?: import("../../../../shared-logic/src/CustomView/types").CustomView[] | undefined;
14
- excludeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
15
- includeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
16
- reportScheduleOptions?: {
17
- cron: string;
18
- description: string;
19
- }[] | undefined;
20
- valueAlias?: {
21
- [id: string]: import("react").ReactText;
22
- } | import("../../../../shared-logic/src/ValueAlias/types").ValueAliasFunction | undefined;
23
- numberFormatOptions?: {
24
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").NumberFormatter;
25
- } | undefined;
26
- dateTimeFormatOptions?: {
27
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DateTimeFormatter;
28
- } | undefined;
29
- datePickerFormat?: "DD/MM/YYYY" | "MM/DD/YYYY" | "YYYY/MM/DD" | undefined;
30
- defaultFormats?: (() => {
31
- [functionId: string]: string;
32
- }) | undefined;
33
- developerTools?: boolean | (import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DeveloperTools & {
34
- viewClickSettingsInput?: (import("../../../../shared-ui/src/hooks/types").ClickSettingTypes & {
35
- viewId: string;
36
- }) | undefined;
37
- }) | undefined;
38
- textOverrides?: Partial<import("../../../../shared-logic/src/Translations/translation.types").VizzlyTranslations & {
39
- 'view.data-set-changed': string;
40
- 'view.resizing': string;
41
- 'view.failed-to-fetch-results': string;
42
- 'dashboard-filters.custom-range': string;
43
- 'editor.tab.heading.data': string;
44
- 'editor.tab.heading.format': string;
45
- 'editor.tab.heading.controls': string;
46
- 'view.empty-results': string;
47
- }> | undefined;
48
- dataPanel?: ((dataPanelConfig: import("../../../../shared-logic/src/DataPanelConfig/types").DataPanelConfig, context: {
49
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
50
- }) => (import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | ((sectionProps: Pick<import("../../../../shared-ui/src").VizzlyComponents.ComponentOverrides.Props.SectionProps<import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends">>, "dataSet" | "queryEngineConfig" | "featureToggles" | "dataSets" | "setDataSets" | "setAttributes" | "attributes" | "setDataSet">) => JSX.Element))[]) | undefined;
51
- dashboardFilters?: ((dataSets: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>[], userDefinedDashboardFilters: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) => import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) | undefined;
52
- onDashboardFilterChange?: ((additionalFilters: import("../../../../shared-logic/src/AdditionalFilter/types").AdditionalFilter[]) => void) | undefined;
53
- onDashboardLoad?: ((dashboard: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardCallback) => void) | undefined;
54
- timeZone?: string | undefined;
55
- id?: string | undefined;
56
- dateTimeFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
57
- dateFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
58
- formatPanel?: ((formatPanelConfig: import("../../../../shared-logic/src/FormatPanelConfig/types").FormatPanelConfig, context: {
59
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
60
- }) => (import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends"> | ((sectionProps: import("../../../../shared-ui/src").VizzlyComponents.EditorSectionProps<import("../../../../shared-logic/src/Component/types").Component.Attributes>) => JSX.Element))[]) | undefined;
61
- onEditorUpdate?: ((newAttributes: import("../../../../shared-logic/src/Component/types").Component.Attributes, dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>, reason: "initial" | "edit") => Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BasicTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.CustomViewAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.DataTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.FunnelChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.MercatorMapAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.PieChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SunburstChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ProgressAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RichTextAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ScatterChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SingleStatAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.WaterfallChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RadarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartV2Attributes>) | undefined;
62
- maxCSVDownloadLimit?: number | undefined;
63
- theme?: import("../..").VizzlyTheming.Base | undefined;
64
- organizationName?: string | undefined;
65
- renderTableCell?: ((data: import("../../../../shared-logic/src/Component/types").Component.RenderTableCell) => import("react").ReactNode) | undefined;
66
- onError?: import("../..").VizzlyComponents.OnError | undefined;
67
- onViewClick?: ((data: import("../../../../shared-logic/src/Component/types").Component.OnViewClick, loadUnderlyingData?: import("../../../../shared-logic/src/Component/types").Component.OnViewClickQuery | undefined) => void) | undefined;
68
- parentDashboardId?: string | undefined;
69
- dashboardId?: string | undefined;
70
- cascadeFilterSelection?: boolean | undefined;
71
- parentDashboard?: import("../../../../shared-logic/src/Callbacks/types").programmaticDashboardCallback | undefined;
72
- trackEvent?: import("../..").trackEventCallback | undefined;
73
- pdfSettings?: import("../../../../shared-logic/src/PDFGenerator/types").PDFSettings | undefined;
74
- labelFormat?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").LabelFormat | undefined;
75
- filterLibrary?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").FilterLibrary | undefined;
76
- onDashboardUpdate?: ((dashboard: Dashboard, meta: {
77
- hasUnsavedChanges: boolean;
78
- }) => void) | undefined;
79
- customFields?: ((dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>) => import("../../../../shared-logic/src/CustomField/types").CustomField[]) | undefined;
80
- } & Partial<import("../..").VizzlyComponents.ComponentOverrides> & {
81
- onSave: (dashboard: Dashboard) => void;
82
- aliasFields?: AliasFields | undefined;
83
- }) | (import("../../types/dashboard").SelfHostedProps & {
84
- vizzlyApiHost?: string | undefined;
85
- featureToggles?: Partial<import("../../../../shared-logic/src/FeatureToggle/types").FeatureToggles> | undefined;
86
- variables?: import("../../../../shared-logic/src/Variables/types").VariablesCallback | undefined;
87
- customViews?: import("../../../../shared-logic/src/CustomView/types").CustomView[] | undefined;
88
- excludeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
89
- includeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
90
- reportScheduleOptions?: {
91
- cron: string;
92
- description: string;
93
- }[] | undefined;
94
- valueAlias?: {
95
- [id: string]: import("react").ReactText;
96
- } | import("../../../../shared-logic/src/ValueAlias/types").ValueAliasFunction | undefined;
97
- numberFormatOptions?: {
98
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").NumberFormatter;
99
- } | undefined;
100
- dateTimeFormatOptions?: {
101
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DateTimeFormatter;
102
- } | undefined;
103
- datePickerFormat?: "DD/MM/YYYY" | "MM/DD/YYYY" | "YYYY/MM/DD" | undefined;
104
- defaultFormats?: (() => {
105
- [functionId: string]: string;
106
- }) | undefined;
107
- developerTools?: boolean | (import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DeveloperTools & {
108
- viewClickSettingsInput?: (import("../../../../shared-ui/src/hooks/types").ClickSettingTypes & {
109
- viewId: string;
110
- }) | undefined;
111
- }) | undefined;
112
- textOverrides?: Partial<import("../../../../shared-logic/src/Translations/translation.types").VizzlyTranslations & {
113
- 'view.data-set-changed': string;
114
- 'view.resizing': string;
115
- 'view.failed-to-fetch-results': string;
116
- 'dashboard-filters.custom-range': string;
117
- 'editor.tab.heading.data': string;
118
- 'editor.tab.heading.format': string;
119
- 'editor.tab.heading.controls': string;
120
- 'view.empty-results': string;
121
- }> | undefined;
122
- dataPanel?: ((dataPanelConfig: import("../../../../shared-logic/src/DataPanelConfig/types").DataPanelConfig, context: {
123
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
124
- }) => (import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | ((sectionProps: Pick<import("../../../../shared-ui/src").VizzlyComponents.ComponentOverrides.Props.SectionProps<import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends">>, "dataSet" | "queryEngineConfig" | "featureToggles" | "dataSets" | "setDataSets" | "setAttributes" | "attributes" | "setDataSet">) => JSX.Element))[]) | undefined;
125
- dashboardFilters?: ((dataSets: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>[], userDefinedDashboardFilters: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) => import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) | undefined;
126
- onDashboardFilterChange?: ((additionalFilters: import("../../../../shared-logic/src/AdditionalFilter/types").AdditionalFilter[]) => void) | undefined;
127
- onDashboardLoad?: ((dashboard: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardCallback) => void) | undefined;
128
- timeZone?: string | undefined;
129
- id?: string | undefined;
130
- dateTimeFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
131
- dateFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
132
- formatPanel?: ((formatPanelConfig: import("../../../../shared-logic/src/FormatPanelConfig/types").FormatPanelConfig, context: {
133
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
134
- }) => (import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends"> | ((sectionProps: import("../../../../shared-ui/src").VizzlyComponents.EditorSectionProps<import("../../../../shared-logic/src/Component/types").Component.Attributes>) => JSX.Element))[]) | undefined;
135
- onEditorUpdate?: ((newAttributes: import("../../../../shared-logic/src/Component/types").Component.Attributes, dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>, reason: "initial" | "edit") => Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BasicTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.CustomViewAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.DataTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.FunnelChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.MercatorMapAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.PieChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SunburstChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ProgressAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RichTextAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ScatterChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SingleStatAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.WaterfallChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RadarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartV2Attributes>) | undefined;
136
- maxCSVDownloadLimit?: number | undefined;
137
- theme?: import("../..").VizzlyTheming.Base | undefined;
138
- organizationName?: string | undefined;
139
- renderTableCell?: ((data: import("../../../../shared-logic/src/Component/types").Component.RenderTableCell) => import("react").ReactNode) | undefined;
140
- onError?: import("../..").VizzlyComponents.OnError | undefined;
141
- onViewClick?: ((data: import("../../../../shared-logic/src/Component/types").Component.OnViewClick, loadUnderlyingData?: import("../../../../shared-logic/src/Component/types").Component.OnViewClickQuery | undefined) => void) | undefined;
142
- parentDashboardId?: string | undefined;
143
- dashboardId?: string | undefined;
144
- cascadeFilterSelection?: boolean | undefined;
145
- parentDashboard?: import("../../../../shared-logic/src/Callbacks/types").programmaticDashboardCallback | undefined;
146
- trackEvent?: import("../..").trackEventCallback | undefined;
147
- pdfSettings?: import("../../../../shared-logic/src/PDFGenerator/types").PDFSettings | undefined;
148
- labelFormat?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").LabelFormat | undefined;
149
- filterLibrary?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").FilterLibrary | undefined;
150
- onDashboardUpdate?: ((dashboard: Dashboard, meta: {
151
- hasUnsavedChanges: boolean;
152
- }) => void) | undefined;
153
- customFields?: ((dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>) => import("../../../../shared-logic/src/CustomField/types").CustomField[]) | undefined;
154
- } & Partial<import("../..").VizzlyComponents.ComponentOverrides> & {
155
- onSave: (dashboard: Dashboard) => void;
156
- aliasFields?: AliasFields | undefined;
157
- }) | (import("../../types/dashboard").CustomProps & {
158
- vizzlyApiHost?: string | undefined;
159
- featureToggles?: Partial<import("../../../../shared-logic/src/FeatureToggle/types").FeatureToggles> | undefined;
160
- variables?: import("../../../../shared-logic/src/Variables/types").VariablesCallback | undefined;
161
- customViews?: import("../../../../shared-logic/src/CustomView/types").CustomView[] | undefined;
162
- excludeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
163
- includeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
164
- reportScheduleOptions?: {
165
- cron: string;
166
- description: string;
167
- }[] | undefined;
168
- valueAlias?: {
169
- [id: string]: import("react").ReactText;
170
- } | import("../../../../shared-logic/src/ValueAlias/types").ValueAliasFunction | undefined;
171
- numberFormatOptions?: {
172
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").NumberFormatter;
173
- } | undefined;
174
- dateTimeFormatOptions?: {
175
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DateTimeFormatter;
176
- } | undefined;
177
- datePickerFormat?: "DD/MM/YYYY" | "MM/DD/YYYY" | "YYYY/MM/DD" | undefined;
178
- defaultFormats?: (() => {
179
- [functionId: string]: string;
180
- }) | undefined;
181
- developerTools?: boolean | (import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DeveloperTools & {
182
- viewClickSettingsInput?: (import("../../../../shared-ui/src/hooks/types").ClickSettingTypes & {
183
- viewId: string;
184
- }) | undefined;
185
- }) | undefined;
186
- textOverrides?: Partial<import("../../../../shared-logic/src/Translations/translation.types").VizzlyTranslations & {
187
- 'view.data-set-changed': string;
188
- 'view.resizing': string;
189
- 'view.failed-to-fetch-results': string;
190
- 'dashboard-filters.custom-range': string;
191
- 'editor.tab.heading.data': string;
192
- 'editor.tab.heading.format': string;
193
- 'editor.tab.heading.controls': string;
194
- 'view.empty-results': string;
195
- }> | undefined;
196
- dataPanel?: ((dataPanelConfig: import("../../../../shared-logic/src/DataPanelConfig/types").DataPanelConfig, context: {
197
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
198
- }) => (import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | ((sectionProps: Pick<import("../../../../shared-ui/src").VizzlyComponents.ComponentOverrides.Props.SectionProps<import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends">>, "dataSet" | "queryEngineConfig" | "featureToggles" | "dataSets" | "setDataSets" | "setAttributes" | "attributes" | "setDataSet">) => JSX.Element))[]) | undefined;
199
- dashboardFilters?: ((dataSets: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>[], userDefinedDashboardFilters: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) => import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) | undefined;
200
- onDashboardFilterChange?: ((additionalFilters: import("../../../../shared-logic/src/AdditionalFilter/types").AdditionalFilter[]) => void) | undefined;
201
- onDashboardLoad?: ((dashboard: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardCallback) => void) | undefined;
202
- timeZone?: string | undefined;
203
- id?: string | undefined;
204
- dateTimeFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
205
- dateFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
206
- formatPanel?: ((formatPanelConfig: import("../../../../shared-logic/src/FormatPanelConfig/types").FormatPanelConfig, context: {
207
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
208
- }) => (import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends"> | ((sectionProps: import("../../../../shared-ui/src").VizzlyComponents.EditorSectionProps<import("../../../../shared-logic/src/Component/types").Component.Attributes>) => JSX.Element))[]) | undefined;
209
- onEditorUpdate?: ((newAttributes: import("../../../../shared-logic/src/Component/types").Component.Attributes, dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>, reason: "initial" | "edit") => Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BasicTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.CustomViewAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.DataTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.FunnelChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.MercatorMapAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.PieChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SunburstChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ProgressAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RichTextAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ScatterChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SingleStatAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.WaterfallChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RadarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartV2Attributes>) | undefined;
210
- maxCSVDownloadLimit?: number | undefined;
211
- theme?: import("../..").VizzlyTheming.Base | undefined;
212
- organizationName?: string | undefined;
213
- renderTableCell?: ((data: import("../../../../shared-logic/src/Component/types").Component.RenderTableCell) => import("react").ReactNode) | undefined;
214
- onError?: import("../..").VizzlyComponents.OnError | undefined;
215
- onViewClick?: ((data: import("../../../../shared-logic/src/Component/types").Component.OnViewClick, loadUnderlyingData?: import("../../../../shared-logic/src/Component/types").Component.OnViewClickQuery | undefined) => void) | undefined;
216
- parentDashboardId?: string | undefined;
217
- dashboardId?: string | undefined;
218
- cascadeFilterSelection?: boolean | undefined;
219
- parentDashboard?: import("../../../../shared-logic/src/Callbacks/types").programmaticDashboardCallback | undefined;
220
- trackEvent?: import("../..").trackEventCallback | undefined;
221
- pdfSettings?: import("../../../../shared-logic/src/PDFGenerator/types").PDFSettings | undefined;
222
- labelFormat?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").LabelFormat | undefined;
223
- filterLibrary?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").FilterLibrary | undefined;
224
- onDashboardUpdate?: ((dashboard: Dashboard, meta: {
225
- hasUnsavedChanges: boolean;
226
- }) => void) | undefined;
227
- customFields?: ((dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>) => import("../../../../shared-logic/src/CustomField/types").CustomField[]) | undefined;
228
- } & Partial<import("../..").VizzlyComponents.ComponentOverrides> & {
229
- onSave: (dashboard: Dashboard) => void;
230
- aliasFields?: AliasFields | undefined;
231
- }) | undefined;
232
- export declare const GlobalContext: import("react").Context<(import("../../types/dashboard").InBrowserProps & {
233
- vizzlyApiHost?: string | undefined;
234
- featureToggles?: Partial<import("../../../../shared-logic/src/FeatureToggle/types").FeatureToggles> | undefined;
235
- variables?: import("../../../../shared-logic/src/Variables/types").VariablesCallback | undefined;
236
- customViews?: import("../../../../shared-logic/src/CustomView/types").CustomView[] | undefined;
237
- excludeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
238
- includeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
239
- reportScheduleOptions?: {
240
- cron: string;
241
- description: string;
242
- }[] | undefined;
243
- valueAlias?: {
244
- [id: string]: import("react").ReactText;
245
- } | import("../../../../shared-logic/src/ValueAlias/types").ValueAliasFunction | undefined;
246
- numberFormatOptions?: {
247
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").NumberFormatter;
248
- } | undefined;
249
- dateTimeFormatOptions?: {
250
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DateTimeFormatter;
251
- } | undefined;
252
- datePickerFormat?: "DD/MM/YYYY" | "MM/DD/YYYY" | "YYYY/MM/DD" | undefined;
253
- defaultFormats?: (() => {
254
- [functionId: string]: string;
255
- }) | undefined;
256
- developerTools?: boolean | (import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DeveloperTools & {
257
- viewClickSettingsInput?: (import("../../../../shared-ui/src/hooks/types").ClickSettingTypes & {
258
- viewId: string;
259
- }) | undefined;
260
- }) | undefined;
261
- textOverrides?: Partial<import("../../../../shared-logic/src/Translations/translation.types").VizzlyTranslations & {
262
- 'view.data-set-changed': string;
263
- 'view.resizing': string;
264
- 'view.failed-to-fetch-results': string;
265
- 'dashboard-filters.custom-range': string;
266
- 'editor.tab.heading.data': string;
267
- 'editor.tab.heading.format': string;
268
- 'editor.tab.heading.controls': string;
269
- 'view.empty-results': string;
270
- }> | undefined;
271
- dataPanel?: ((dataPanelConfig: import("../../../../shared-logic/src/DataPanelConfig/types").DataPanelConfig, context: {
272
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
273
- }) => (import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | ((sectionProps: Pick<import("../../../../shared-ui/src").VizzlyComponents.ComponentOverrides.Props.SectionProps<import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends">>, "dataSet" | "queryEngineConfig" | "featureToggles" | "dataSets" | "setDataSets" | "setAttributes" | "attributes" | "setDataSet">) => JSX.Element))[]) | undefined;
274
- dashboardFilters?: ((dataSets: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>[], userDefinedDashboardFilters: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) => import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) | undefined;
275
- onDashboardFilterChange?: ((additionalFilters: import("../../../../shared-logic/src/AdditionalFilter/types").AdditionalFilter[]) => void) | undefined;
276
- onDashboardLoad?: ((dashboard: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardCallback) => void) | undefined;
277
- timeZone?: string | undefined;
278
- id?: string | undefined;
279
- dateTimeFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
280
- dateFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
281
- formatPanel?: ((formatPanelConfig: import("../../../../shared-logic/src/FormatPanelConfig/types").FormatPanelConfig, context: {
282
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
283
- }) => (import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends"> | ((sectionProps: import("../../../../shared-ui/src").VizzlyComponents.EditorSectionProps<import("../../../../shared-logic/src/Component/types").Component.Attributes>) => JSX.Element))[]) | undefined;
284
- onEditorUpdate?: ((newAttributes: import("../../../../shared-logic/src/Component/types").Component.Attributes, dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>, reason: "initial" | "edit") => Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BasicTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.CustomViewAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.DataTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.FunnelChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.MercatorMapAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.PieChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SunburstChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ProgressAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RichTextAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ScatterChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SingleStatAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.WaterfallChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RadarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartV2Attributes>) | undefined;
285
- maxCSVDownloadLimit?: number | undefined;
286
- theme?: import("../..").VizzlyTheming.Base | undefined;
287
- organizationName?: string | undefined;
288
- renderTableCell?: ((data: import("../../../../shared-logic/src/Component/types").Component.RenderTableCell) => import("react").ReactNode) | undefined;
289
- onError?: import("../..").VizzlyComponents.OnError | undefined;
290
- onViewClick?: ((data: import("../../../../shared-logic/src/Component/types").Component.OnViewClick, loadUnderlyingData?: import("../../../../shared-logic/src/Component/types").Component.OnViewClickQuery | undefined) => void) | undefined;
291
- parentDashboardId?: string | undefined;
292
- dashboardId?: string | undefined;
293
- cascadeFilterSelection?: boolean | undefined;
294
- parentDashboard?: import("../../../../shared-logic/src/Callbacks/types").programmaticDashboardCallback | undefined;
295
- trackEvent?: import("../..").trackEventCallback | undefined;
296
- pdfSettings?: import("../../../../shared-logic/src/PDFGenerator/types").PDFSettings | undefined;
297
- labelFormat?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").LabelFormat | undefined;
298
- filterLibrary?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").FilterLibrary | undefined;
299
- onDashboardUpdate?: ((dashboard: Dashboard, meta: {
300
- hasUnsavedChanges: boolean;
301
- }) => void) | undefined;
302
- customFields?: ((dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>) => import("../../../../shared-logic/src/CustomField/types").CustomField[]) | undefined;
303
- } & Partial<import("../..").VizzlyComponents.ComponentOverrides> & {
304
- onSave: (dashboard: Dashboard) => void;
305
- aliasFields?: AliasFields | undefined;
306
- }) | (import("../../types/dashboard").SelfHostedProps & {
307
- vizzlyApiHost?: string | undefined;
308
- featureToggles?: Partial<import("../../../../shared-logic/src/FeatureToggle/types").FeatureToggles> | undefined;
309
- variables?: import("../../../../shared-logic/src/Variables/types").VariablesCallback | undefined;
310
- customViews?: import("../../../../shared-logic/src/CustomView/types").CustomView[] | undefined;
311
- excludeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
312
- includeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
313
- reportScheduleOptions?: {
314
- cron: string;
315
- description: string;
316
- }[] | undefined;
317
- valueAlias?: {
318
- [id: string]: import("react").ReactText;
319
- } | import("../../../../shared-logic/src/ValueAlias/types").ValueAliasFunction | undefined;
320
- numberFormatOptions?: {
321
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").NumberFormatter;
322
- } | undefined;
323
- dateTimeFormatOptions?: {
324
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DateTimeFormatter;
325
- } | undefined;
326
- datePickerFormat?: "DD/MM/YYYY" | "MM/DD/YYYY" | "YYYY/MM/DD" | undefined;
327
- defaultFormats?: (() => {
328
- [functionId: string]: string;
329
- }) | undefined;
330
- developerTools?: boolean | (import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DeveloperTools & {
331
- viewClickSettingsInput?: (import("../../../../shared-ui/src/hooks/types").ClickSettingTypes & {
332
- viewId: string;
333
- }) | undefined;
334
- }) | undefined;
335
- textOverrides?: Partial<import("../../../../shared-logic/src/Translations/translation.types").VizzlyTranslations & {
336
- 'view.data-set-changed': string;
337
- 'view.resizing': string;
338
- 'view.failed-to-fetch-results': string;
339
- 'dashboard-filters.custom-range': string;
340
- 'editor.tab.heading.data': string;
341
- 'editor.tab.heading.format': string;
342
- 'editor.tab.heading.controls': string;
343
- 'view.empty-results': string;
344
- }> | undefined;
345
- dataPanel?: ((dataPanelConfig: import("../../../../shared-logic/src/DataPanelConfig/types").DataPanelConfig, context: {
346
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
347
- }) => (import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | ((sectionProps: Pick<import("../../../../shared-ui/src").VizzlyComponents.ComponentOverrides.Props.SectionProps<import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends">>, "dataSet" | "queryEngineConfig" | "featureToggles" | "dataSets" | "setDataSets" | "setAttributes" | "attributes" | "setDataSet">) => JSX.Element))[]) | undefined;
348
- dashboardFilters?: ((dataSets: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>[], userDefinedDashboardFilters: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) => import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) | undefined;
349
- onDashboardFilterChange?: ((additionalFilters: import("../../../../shared-logic/src/AdditionalFilter/types").AdditionalFilter[]) => void) | undefined;
350
- onDashboardLoad?: ((dashboard: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardCallback) => void) | undefined;
351
- timeZone?: string | undefined;
352
- id?: string | undefined;
353
- dateTimeFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
354
- dateFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
355
- formatPanel?: ((formatPanelConfig: import("../../../../shared-logic/src/FormatPanelConfig/types").FormatPanelConfig, context: {
356
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
357
- }) => (import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends"> | ((sectionProps: import("../../../../shared-ui/src").VizzlyComponents.EditorSectionProps<import("../../../../shared-logic/src/Component/types").Component.Attributes>) => JSX.Element))[]) | undefined;
358
- onEditorUpdate?: ((newAttributes: import("../../../../shared-logic/src/Component/types").Component.Attributes, dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>, reason: "initial" | "edit") => Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BasicTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.CustomViewAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.DataTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.FunnelChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.MercatorMapAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.PieChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SunburstChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ProgressAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RichTextAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ScatterChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SingleStatAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.WaterfallChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RadarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartV2Attributes>) | undefined;
359
- maxCSVDownloadLimit?: number | undefined;
360
- theme?: import("../..").VizzlyTheming.Base | undefined;
361
- organizationName?: string | undefined;
362
- renderTableCell?: ((data: import("../../../../shared-logic/src/Component/types").Component.RenderTableCell) => import("react").ReactNode) | undefined;
363
- onError?: import("../..").VizzlyComponents.OnError | undefined;
364
- onViewClick?: ((data: import("../../../../shared-logic/src/Component/types").Component.OnViewClick, loadUnderlyingData?: import("../../../../shared-logic/src/Component/types").Component.OnViewClickQuery | undefined) => void) | undefined;
365
- parentDashboardId?: string | undefined;
366
- dashboardId?: string | undefined;
367
- cascadeFilterSelection?: boolean | undefined;
368
- parentDashboard?: import("../../../../shared-logic/src/Callbacks/types").programmaticDashboardCallback | undefined;
369
- trackEvent?: import("../..").trackEventCallback | undefined;
370
- pdfSettings?: import("../../../../shared-logic/src/PDFGenerator/types").PDFSettings | undefined;
371
- labelFormat?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").LabelFormat | undefined;
372
- filterLibrary?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").FilterLibrary | undefined;
373
- onDashboardUpdate?: ((dashboard: Dashboard, meta: {
374
- hasUnsavedChanges: boolean;
375
- }) => void) | undefined;
376
- customFields?: ((dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>) => import("../../../../shared-logic/src/CustomField/types").CustomField[]) | undefined;
377
- } & Partial<import("../..").VizzlyComponents.ComponentOverrides> & {
378
- onSave: (dashboard: Dashboard) => void;
379
- aliasFields?: AliasFields | undefined;
380
- }) | (import("../../types/dashboard").CustomProps & {
381
- vizzlyApiHost?: string | undefined;
382
- featureToggles?: Partial<import("../../../../shared-logic/src/FeatureToggle/types").FeatureToggles> | undefined;
383
- variables?: import("../../../../shared-logic/src/Variables/types").VariablesCallback | undefined;
384
- customViews?: import("../../../../shared-logic/src/CustomView/types").CustomView[] | undefined;
385
- excludeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
386
- includeComponents?: import("../../../../shared-logic/src/Component/types").ComponentType[] | undefined;
387
- reportScheduleOptions?: {
388
- cron: string;
389
- description: string;
390
- }[] | undefined;
391
- valueAlias?: {
392
- [id: string]: import("react").ReactText;
393
- } | import("../../../../shared-logic/src/ValueAlias/types").ValueAliasFunction | undefined;
394
- numberFormatOptions?: {
395
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").NumberFormatter;
396
- } | undefined;
397
- dateTimeFormatOptions?: {
398
- [id: string]: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DateTimeFormatter;
399
- } | undefined;
400
- datePickerFormat?: "DD/MM/YYYY" | "MM/DD/YYYY" | "YYYY/MM/DD" | undefined;
401
- defaultFormats?: (() => {
402
- [functionId: string]: string;
403
- }) | undefined;
404
- developerTools?: boolean | (import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DeveloperTools & {
405
- viewClickSettingsInput?: (import("../../../../shared-ui/src/hooks/types").ClickSettingTypes & {
406
- viewId: string;
407
- }) | undefined;
408
- }) | undefined;
409
- textOverrides?: Partial<import("../../../../shared-logic/src/Translations/translation.types").VizzlyTranslations & {
410
- 'view.data-set-changed': string;
411
- 'view.resizing': string;
412
- 'view.failed-to-fetch-results': string;
413
- 'dashboard-filters.custom-range': string;
414
- 'editor.tab.heading.data': string;
415
- 'editor.tab.heading.format': string;
416
- 'editor.tab.heading.controls': string;
417
- 'view.empty-results': string;
418
- }> | undefined;
419
- dataPanel?: ((dataPanelConfig: import("../../../../shared-logic/src/DataPanelConfig/types").DataPanelConfig, context: {
420
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
421
- }) => (import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | ((sectionProps: Pick<import("../../../../shared-ui/src").VizzlyComponents.ComponentOverrides.Props.SectionProps<import("../../../../shared-logic/src/DataPanelConfig/types").DimensionSection | import("../../../../shared-logic/src/DataPanelConfig/types").FieldCollectorSection | import("../../../../shared-logic/src/DataPanelConfig/types").LabelledMetricSection | import("../../../../shared-logic/src/DataPanelConfig/types").MetricsSection | import("../../../../shared-logic/src/DataPanelConfig/types").PaginationSection | import("../../../../shared-logic/src/DataPanelConfig/types").ProgressGoalsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comboChartDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"comparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"country"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"customMetrics"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dataSet"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"dateComparison"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"drilldown"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"fields"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"filter"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"limit"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"sort"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"timeDimension"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"views"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"xAxis"> | import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends">>, "dataSet" | "queryEngineConfig" | "featureToggles" | "dataSets" | "setDataSets" | "setAttributes" | "attributes" | "setDataSet">) => JSX.Element))[]) | undefined;
422
- dashboardFilters?: ((dataSets: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>[], userDefinedDashboardFilters: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) => import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardFilters) | undefined;
423
- onDashboardFilterChange?: ((additionalFilters: import("../../../../shared-logic/src/AdditionalFilter/types").AdditionalFilter[]) => void) | undefined;
424
- onDashboardLoad?: ((dashboard: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").DashboardCallback) => void) | undefined;
425
- timeZone?: string | undefined;
426
- id?: string | undefined;
427
- dateTimeFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
428
- dateFilterOptions?: import("../../../../shared-logic/src/DateTime/types").DateTimeFilterOptions | undefined;
429
- formatPanel?: ((formatPanelConfig: import("../../../../shared-logic/src/FormatPanelConfig/types").FormatPanelConfig, context: {
430
- type: import("../../../../shared-logic/src/Component/types").ComponentType;
431
- }) => (import("../../../../shared-logic/src/FormatPanelConfig/types").HeadingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").FormatSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ChartStylesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"prefixes"> | import("../../../../shared-logic/src/FormatPanelConfig/types").AxisLabelsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").LabelsSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"mapColors"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"waterfallColors"> | import("../../../../shared-logic/src/FormatPanelConfig/types").QuadrantsSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ConditionalFormattingSection | import("../../../../shared-logic/src/FormatPanelConfig/types").GoalLineSection | import("../../../../shared-logic/src/FormatPanelConfig/types").ProgressTypesSection | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"headline"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"richText"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"visualFormat"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"kpiSummarisation"> | import("../../../../shared-logic/src/DataPanelConfig/types").Section<"trends"> | ((sectionProps: import("../../../../shared-ui/src").VizzlyComponents.EditorSectionProps<import("../../../../shared-logic/src/Component/types").Component.Attributes>) => JSX.Element))[]) | undefined;
432
- onEditorUpdate?: ((newAttributes: import("../../../../shared-logic/src/Component/types").Component.Attributes, dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>, reason: "initial" | "edit") => Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BasicTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BubbleChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.CustomViewAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.DataTableAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.FunnelChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.LineChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.BarChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.AreaChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.MercatorMapAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.PieChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SunburstChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ProgressAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RichTextAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ScatterChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.SingleStatAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.WaterfallChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.RadarChartAttributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.ComboChartV2Attributes> | Partial<import("../../../../shared-logic/src/Component/types").Component.HorizontalBarChartV2Attributes>) | undefined;
433
- maxCSVDownloadLimit?: number | undefined;
434
- theme?: import("../..").VizzlyTheming.Base | undefined;
435
- organizationName?: string | undefined;
436
- renderTableCell?: ((data: import("../../../../shared-logic/src/Component/types").Component.RenderTableCell) => import("react").ReactNode) | undefined;
437
- onError?: import("../..").VizzlyComponents.OnError | undefined;
438
- onViewClick?: ((data: import("../../../../shared-logic/src/Component/types").Component.OnViewClick, loadUnderlyingData?: import("../../../../shared-logic/src/Component/types").Component.OnViewClickQuery | undefined) => void) | undefined;
439
- parentDashboardId?: string | undefined;
440
- dashboardId?: string | undefined;
441
- cascadeFilterSelection?: boolean | undefined;
442
- parentDashboard?: import("../../../../shared-logic/src/Callbacks/types").programmaticDashboardCallback | undefined;
443
- trackEvent?: import("../..").trackEventCallback | undefined;
444
- pdfSettings?: import("../../../../shared-logic/src/PDFGenerator/types").PDFSettings | undefined;
445
- labelFormat?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").LabelFormat | undefined;
446
- filterLibrary?: import("../../../../shared-ui/src/contexts/DashboardBehaviour/types").FilterLibrary | undefined;
447
- onDashboardUpdate?: ((dashboard: Dashboard, meta: {
448
- hasUnsavedChanges: boolean;
449
- }) => void) | undefined;
450
- customFields?: ((dataSet: import("../../../../shared-logic/src/DataSet/types").DataSet<import("../../../../shared-logic/src/DataSet/types").DataSet.Field>) => import("../../../../shared-logic/src/CustomField/types").CustomField[]) | undefined;
451
- } & Partial<import("../..").VizzlyComponents.ComponentOverrides> & {
452
- onSave: (dashboard: Dashboard) => void;
453
- aliasFields?: AliasFields | undefined;
454
- }) | undefined>;