@devtable/dashboard 8.20.0 → 8.21.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.
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { ITriggerConfigProps, ITriggerSchema } from '~/types/plugin';
3
+ export declare function ClickRadarChartSeriesSettings(props: ITriggerConfigProps): JSX.Element;
4
+ export declare const ClickRadarChartSeries: ITriggerSchema;
5
+ export interface IClickRadarChartSeriesConfig {
6
+ foo: '';
7
+ }
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import { VizViewProps } from '~/types/plugin';
3
- export declare function VizRadarChart({ context }: VizViewProps): JSX.Element | null;
3
+ export declare function VizRadarChart({ context, instance }: VizViewProps): JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "8.20.0",
3
+ "version": "8.21.0",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",