@nocobase/plugin-data-visualization 0.16.0-alpha.5 → 0.17.0-alpha.1

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,6 +1,4 @@
1
- import { ISchema } from '@formily/react';
1
+ import { SchemaInitializer } from '@nocobase/client';
2
2
  import React from 'react';
3
- export declare const ChartInitializers: () => React.JSX.Element;
4
- export declare const ChartV2BlockInitializer: React.FC<{
5
- insert: (s: ISchema) => void;
6
- }>;
3
+ export declare const chartInitializers: SchemaInitializer<import("antd").ButtonProps, {}>;
4
+ export declare const ChartV2BlockInitializer: React.FC;
@@ -6,7 +6,7 @@ declare class DataVisualizationPlugin extends Plugin {
6
6
  }
7
7
  export default DataVisualizationPlugin;
8
8
  export { Chart } from './chart/chart';
9
- export type { ChartType, RenderProps, ChartProps } from './chart/chart';
9
+ export type { ChartProps, ChartType, RenderProps } from './chart/chart';
10
+ export { ChartConfigContext } from './configure/ChartConfigure';
10
11
  export type { FieldOption } from './hooks';
11
12
  export type { QueryProps } from './renderer';
12
- export { ChartConfigContext } from './configure/ChartConfigure';