@devtable/dashboard 8.53.0 → 8.55.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 (23) hide show
  1. package/dist/dashboard.es.js +789 -788
  2. package/dist/dashboard.umd.js +34 -34
  3. package/dist/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +3 -0
  4. package/dist/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +3 -0
  5. package/dist/plugins/viz-components/button/{viz-button-panel.d.ts → viz-button-editor.d.ts} +1 -1
  6. package/dist/plugins/viz-components/{scatter-chart/viz-scatter-chart-panel.d.ts → pareto-chart/viz-pareto-chart-editor.d.ts} +1 -1
  7. package/dist/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +3 -0
  8. package/dist/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +3 -0
  9. package/dist/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +3 -0
  10. package/dist/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +3 -0
  11. package/dist/plugins/viz-components/stats/viz-stats-editor.d.ts +3 -0
  12. package/dist/plugins/viz-components/table/viz-table-editor.d.ts +3 -0
  13. package/dist/plugins/viz-components/{stats/viz-stats-panel.d.ts → text/viz-text-editor.d.ts} +1 -1
  14. package/dist/plugins/viz-components/viz-merico-gqm/{viz-merico-gqm-panel.d.ts → viz-merico-gqm-editor.d.ts} +1 -1
  15. package/package.json +1 -1
  16. package/dist/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-panel.d.ts +0 -3
  17. package/dist/plugins/viz-components/boxplot-chart/viz-boxplot-chart-panel.d.ts +0 -3
  18. package/dist/plugins/viz-components/pareto-chart/viz-pareto-chart-panel.d.ts +0 -3
  19. package/dist/plugins/viz-components/pie-chart/viz-pie-chart-panel.d.ts +0 -3
  20. package/dist/plugins/viz-components/regression-chart/viz-regression-chart-panel.d.ts +0 -3
  21. package/dist/plugins/viz-components/rich-text/viz-rich-text-panel.d.ts +0 -3
  22. package/dist/plugins/viz-components/table/viz-table-panel.d.ts +0 -3
  23. package/dist/plugins/viz-components/text/viz-text-panel.d.ts +0 -3
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizBar3dChartEditor({ context }: VizConfigProps): JSX.Element | null;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizBoxplotChartEditor({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import { VizConfigProps } from '../../../types/plugin';
3
- export declare function VizButtonPanel({ context }: VizConfigProps): JSX.Element;
3
+ export declare function VizButtonEditor({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizScatterChartPanel({ context }: VizConfigProps): JSX.Element;
3
+ export declare function VizParetoChartEditor({ context }: VizConfigProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizPieChartEditor({ context }: VizConfigProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizRegressionChartEditor({ context }: VizConfigProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizRichTextEditor({ context }: VizConfigProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizScatterChartEditor({ context }: VizConfigProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizStatsEditor({ context }: VizConfigProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { VizConfigProps } from '~/types/plugin';
3
+ export declare function VizTableEditor({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizStatsPanel({ context }: VizConfigProps): JSX.Element;
3
+ export declare function VizTextEditor({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import { VizConfigProps } from '../../../types/plugin';
3
- export declare function VizMericoGQMPanel({ context }: VizConfigProps): JSX.Element;
3
+ export declare function VizMericoGQMEditor({ context }: VizConfigProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "8.53.0",
3
+ "version": "8.55.0",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizBar3dChartPanel({ context }: VizConfigProps): JSX.Element | null;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizBoxplotChartPanel({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizParetoChartPanel({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizPieChartPanel({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizRegressionChartPanel({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizRichTextPanel({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizTablePanel({ context }: VizConfigProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizTextPanel({ context }: VizConfigProps): JSX.Element;