@devtable/dashboard 10.33.3 → 10.34.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.
@@ -1,7 +1,6 @@
1
1
  import { PanelRenderModelInstance } from '~/model';
2
- export declare const PanelVizSection: (({ panel, height }: {
2
+ export declare const PanelVizSection: (({ panel }: {
3
3
  panel: PanelRenderModelInstance;
4
- height: string;
5
4
  }) => import('./react/jsx-runtime').JSX.Element) & {
6
5
  displayName: string;
7
6
  };
@@ -1,2 +1,2 @@
1
1
  import { VizViewProps } from '~/types/plugin';
2
- export declare function VizFunnelChart({ context }: VizViewProps): import('./react/jsx-runtime').JSX.Element;
2
+ export declare function VizFunnelChart({ context }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,2 +1,2 @@
1
1
  import { VizViewProps } from '~/types/plugin';
2
- export declare function VizHeatmap({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element;
2
+ export declare function VizHeatmap({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,2 +1,2 @@
1
1
  import { VizViewProps } from '~/types/plugin';
2
- export declare function VizHorizontalBarChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element;
2
+ export declare function VizHorizontalBarChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,2 +1,2 @@
1
1
  import { VizViewProps } from '~/types/plugin';
2
- export declare function RenderMericoHeatmap({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element;
2
+ export declare function RenderMericoHeatmap({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;