@databrainhq/plugin 0.10.21 → 0.10.23

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.
@@ -138,6 +138,7 @@ export type ChartSettingsType = {
138
138
  backGroundColor?: BackgroundSettings;
139
139
  timeSeriesSettings?: TimeSeriesSettingsType;
140
140
  isMultiDimension?: boolean;
141
+ isDynamicSeries?: boolean;
141
142
  seriesField?: string;
142
143
  };
143
144
  export type SelectedColumns = {
@@ -93,6 +93,8 @@ export type MetricOutputProps = {
93
93
  chartColors?: string[];
94
94
  chartSettings: ChartSettingsType;
95
95
  setChartSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
96
+ isDisableSqlBtn: boolean;
97
+ setShowSqlModal: React.Dispatch<React.SetStateAction<boolean>>;
96
98
  };
97
99
  export type CompanyIntegration = {
98
100
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databrainhq/plugin",
3
- "version": "0.10.21",
3
+ "version": "0.10.23",
4
4
  "description": "Databrain app dashboard ui plugin.",
5
5
  "author": "",
6
6
  "license": "MIT",