@devtable/dashboard 13.24.0 → 13.24.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.
@@ -2,6 +2,7 @@
2
2
  import { Instance, SnapshotIn } from 'mobx-state-tree';
3
3
  import { ITemplateVariable } from '../../../../../utils';
4
4
  export type VariableValueMap = Record<string, string | number>;
5
+ export type VariableAggValueMap = Record<string, string | number>;
5
6
  export type VariableStyleMap = Record<string, {
6
7
  color: string;
7
8
  'font-size': string;
@@ -2899,6 +2900,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
2899
2900
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
2900
2901
  readonly data: TPanelData;
2901
2902
  readonly variableStrings: Record<string, import('./react').ReactNode>;
2903
+ readonly variableAggValueMap: VariableAggValueMap;
2902
2904
  readonly variableValueMap: VariableValueMap;
2903
2905
  readonly variableStyleMap: VariableStyleMap;
2904
2906
  readonly dataLoading: boolean;