@devtable/dashboard 14.60.10 → 14.60.11-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,3 +1,4 @@
1
1
  export * from './dashboard';
2
2
  export * from './filter';
3
+ export * from './plugin';
3
4
  export type { AnyObject, Ready } from './utils';
@@ -120,6 +120,7 @@ export interface IPluginManifest {
120
120
  viz: VizComponent[];
121
121
  color: IColorPaletteItem[];
122
122
  panelAddon?: IPanelAddon[];
123
+ operations?: IDashboardOperationSchema[];
123
124
  }
124
125
  export interface IDashboardPlugin {
125
126
  id: string;
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "semver": "14.60.10",
3
- "version": "a479a72c7af11e4e38ad474fe1b81cea300392e0"
2
+ "semver": "14.60.11-1",
3
+ "version": "e2e9521556b2446b8046290ae6d902d28da66eb2"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "14.60.10",
3
+ "version": "14.60.11-1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "url": "https://github.com/merico-ai/table"