@devtable/dashboard 10.58.2 → 10.60.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.
Files changed (77) hide show
  1. package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +41 -8
  2. package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
  3. package/dist/components/panel/settings/common/numbro-format-selector.d.ts +3 -9
  4. package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +2 -2
  5. package/dist/components/plugins/plugin-context.d.ts +67 -34
  6. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
  7. package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
  8. package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
  9. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/additional-metrics.d.ts +1 -1
  10. package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +2 -2
  11. package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
  12. package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +2 -2
  13. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
  14. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
  15. package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +1 -1
  16. package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
  17. package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
  18. package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
  19. package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
  20. package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
  21. package/dist/components/plugins/viz-components/cartesian/type.d.ts +3 -3
  22. package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
  23. package/dist/components/plugins/viz-components/heatmap/type.d.ts +2 -2
  24. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
  25. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
  26. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
  27. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
  28. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
  29. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
  30. package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +3 -3
  31. package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
  32. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +2 -2
  33. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
  34. package/dist/components/plugins/viz-components/merico-stats/type.d.ts +2 -2
  35. package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
  36. package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
  37. package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +2 -2
  38. package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
  39. package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
  40. package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +1 -1
  41. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
  42. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
  43. package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
  44. package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +1 -1
  45. package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
  46. package/dist/components/plugins/viz-manager/components.d.ts +1 -1
  47. package/dist/contexts/panel-context.d.ts +82 -16
  48. package/dist/dashboard-editor/model/datasources/datasource.d.ts +1 -1
  49. package/dist/dashboard-editor/model/filters/index.d.ts +1 -0
  50. package/dist/dashboard-editor/model/panels/panel.d.ts +19 -4
  51. package/dist/dashboard-editor/model/queries/index.d.ts +8 -7
  52. package/dist/dashboard-editor/model/sql-snippets/index.d.ts +1 -0
  53. package/dist/dashboard-editor/model/views/index.d.ts +3 -0
  54. package/dist/dashboard-editor/model/views/view.d.ts +1 -0
  55. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +6 -0
  56. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
  57. package/dist/dashboard.es.js +5325 -5194
  58. package/dist/dashboard.umd.js +72 -72
  59. package/dist/index.d.ts +1 -0
  60. package/dist/model/meta-model/dashboard/content/index.d.ts +1 -0
  61. package/dist/model/meta-model/dashboard/content/initial-content.d.ts +3 -0
  62. package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +5 -0
  63. package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +3 -0
  64. package/dist/model/render-model/dashboard/content/filters/filters.d.ts +1 -0
  65. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +32 -17
  66. package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +1 -1
  67. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +6 -5
  68. package/dist/model/render-model/dashboard/content/queries/query.d.ts +1 -1
  69. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +1 -0
  70. package/dist/stats.html +1 -1
  71. package/dist/types/dashboard.d.ts +1 -2
  72. package/dist/types/plugin/index.d.ts +1 -1
  73. package/dist/utils/function-utils.d.ts +2 -2
  74. package/dist/utils/index.d.ts +15 -0
  75. package/dist/utils/number.d.ts +12 -0
  76. package/dist/utils/template/types.d.ts +2 -2
  77. package/package.json +1 -1
@@ -4,7 +4,7 @@ import { ColumnInfoType } from './columns';
4
4
  import { IndexInfoType } from './indexes';
5
5
  export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
6
6
  id: import("mobx-state-tree").ISimpleType<string>;
7
- type: import("mobx-state-tree").ISimpleType<import("../../../model").DataSourceType>;
7
+ type: import("mobx-state-tree").ISimpleType<import("../../..").DataSourceType>;
8
8
  key: import("mobx-state-tree").ISimpleType<string>;
9
9
  config: import("mobx-state-tree").IType<import("../../../api-caller/types").TDataSourceConfig, import("../../../api-caller/types").TDataSourceConfig, import("../../../api-caller/types").TDataSourceConfig>;
10
10
  } & {
@@ -663,6 +663,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
663
663
  config: any;
664
664
  auto_submit: boolean;
665
665
  }[];
666
+ version: string;
666
667
  };
667
668
  downloadSchema(ids: string[]): void;
668
669
  } & {
@@ -102,6 +102,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
102
102
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
103
103
  mantissa: import("mobx-state-tree").ISimpleType<number>;
104
104
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
105
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
105
106
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
106
107
  data_field: import("mobx-state-tree").ISimpleType<string>;
107
108
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
@@ -254,11 +255,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
254
255
  average: boolean;
255
256
  mantissa: number;
256
257
  trimMantissa: boolean;
258
+ absolute: boolean;
257
259
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
258
260
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
259
261
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
260
262
  mantissa: import("mobx-state-tree").ISimpleType<number>;
261
263
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
264
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
262
265
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
263
266
  data_field: string;
264
267
  aggregation: ({
@@ -553,11 +556,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
553
556
  average: boolean;
554
557
  mantissa: number;
555
558
  trimMantissa: boolean;
559
+ absolute: boolean;
556
560
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
557
561
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
558
562
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
559
563
  mantissa: import("mobx-state-tree").ISimpleType<number>;
560
564
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
565
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
561
566
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
562
567
  data_field: string;
563
568
  aggregation: ({
@@ -773,6 +778,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
773
778
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
774
779
  mantissa: import("mobx-state-tree").ISimpleType<number>;
775
780
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
781
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
776
782
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
777
783
  data_field: import("mobx-state-tree").ISimpleType<string>;
778
784
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
@@ -925,11 +931,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
925
931
  average: boolean;
926
932
  mantissa: number;
927
933
  trimMantissa: boolean;
934
+ absolute: boolean;
928
935
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
929
936
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
930
937
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
931
938
  mantissa: import("mobx-state-tree").ISimpleType<number>;
932
939
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
940
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
933
941
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
934
942
  data_field: string;
935
943
  aggregation: ({
@@ -1198,11 +1206,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1198
1206
  average: boolean;
1199
1207
  mantissa: number;
1200
1208
  trimMantissa: boolean;
1209
+ absolute: boolean;
1201
1210
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1202
1211
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
1203
1212
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1204
1213
  mantissa: import("mobx-state-tree").ISimpleType<number>;
1205
1214
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1215
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1206
1216
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1207
1217
  data_field: string;
1208
1218
  aggregation: ({
@@ -1408,6 +1418,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1408
1418
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1409
1419
  mantissa: import("mobx-state-tree").ISimpleType<number>;
1410
1420
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1421
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1411
1422
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1412
1423
  data_field: import("mobx-state-tree").ISimpleType<string>;
1413
1424
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
@@ -1560,11 +1571,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1560
1571
  average: boolean;
1561
1572
  mantissa: number;
1562
1573
  trimMantissa: boolean;
1574
+ absolute: boolean;
1563
1575
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1564
1576
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
1565
1577
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1566
1578
  mantissa: import("mobx-state-tree").ISimpleType<number>;
1567
1579
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1580
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1568
1581
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1569
1582
  data_field: string;
1570
1583
  aggregation: ({
@@ -1791,7 +1804,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1791
1804
  };
1792
1805
  readonly queries: any;
1793
1806
  readonly inUse: any;
1794
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
1807
+ readonly dependencies: import('../../../utils').DependencyInfo[];
1795
1808
  } & {
1796
1809
  readonly datasource: any;
1797
1810
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -1862,7 +1875,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1862
1875
  };
1863
1876
  readonly queries: any;
1864
1877
  readonly inUse: any;
1865
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
1878
+ readonly dependencies: import('../../../utils').DependencyInfo[];
1866
1879
  } & {
1867
1880
  readonly datasource: any;
1868
1881
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -1933,7 +1946,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1933
1946
  };
1934
1947
  readonly queries: any;
1935
1948
  readonly inUse: any;
1936
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
1949
+ readonly dependencies: import('../../../utils').DependencyInfo[];
1937
1950
  } & {
1938
1951
  readonly datasource: any;
1939
1952
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -2004,7 +2017,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
2004
2017
  };
2005
2018
  readonly queries: any;
2006
2019
  readonly inUse: any;
2007
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
2020
+ readonly dependencies: import('../../../utils').DependencyInfo[];
2008
2021
  } & {
2009
2022
  readonly datasource: any;
2010
2023
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -2155,11 +2168,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
2155
2168
  average: boolean;
2156
2169
  mantissa: number;
2157
2170
  trimMantissa: boolean;
2171
+ absolute: boolean;
2158
2172
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
2159
2173
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
2160
2174
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2161
2175
  mantissa: import("mobx-state-tree").ISimpleType<number>;
2162
2176
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2177
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2163
2178
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2164
2179
  data_field: string;
2165
2180
  aggregation: ({
@@ -56,7 +56,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
56
56
  };
57
57
  readonly queries: any;
58
58
  readonly inUse: any;
59
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
59
+ readonly dependencies: import("../../../utils").DependencyInfo[];
60
60
  } & {
61
61
  readonly datasource: any;
62
62
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -130,7 +130,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
130
130
  };
131
131
  readonly queries: any;
132
132
  readonly inUse: any;
133
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
133
+ readonly dependencies: import("../../../utils").DependencyInfo[];
134
134
  } & {
135
135
  readonly datasource: any;
136
136
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -201,7 +201,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
201
201
  };
202
202
  readonly queries: any;
203
203
  readonly inUse: any;
204
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
204
+ readonly dependencies: import("../../../utils").DependencyInfo[];
205
205
  } & {
206
206
  readonly datasource: any;
207
207
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -272,7 +272,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
272
272
  };
273
273
  readonly queries: any;
274
274
  readonly inUse: any;
275
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
275
+ readonly dependencies: import("../../../utils").DependencyInfo[];
276
276
  } & {
277
277
  readonly datasource: any;
278
278
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -343,7 +343,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
343
343
  };
344
344
  readonly queries: any;
345
345
  readonly inUse: any;
346
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
346
+ readonly dependencies: import("../../../utils").DependencyInfo[];
347
347
  } & {
348
348
  readonly datasource: any;
349
349
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -393,6 +393,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
393
393
  post_process: string;
394
394
  }[];
395
395
  };
396
+ version: string;
396
397
  };
397
398
  downloadSchema(ids: string[]): void;
398
399
  } & {
@@ -455,7 +456,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
455
456
  };
456
457
  readonly queries: any;
457
458
  readonly inUse: any;
458
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
459
+ readonly dependencies: import("../../../utils").DependencyInfo[];
459
460
  } & {
460
461
  readonly datasource: any;
461
462
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -526,7 +527,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
526
527
  };
527
528
  readonly queries: any;
528
529
  readonly inUse: any;
529
- readonly dependencies: import("../../../utils/usage").DependencyInfo[];
530
+ readonly dependencies: import("../../../utils").DependencyInfo[];
530
531
  } & {
531
532
  readonly datasource: any;
532
533
  readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
@@ -85,6 +85,7 @@ export declare const SQLSnippetsModel: import("mobx-state-tree").IModelType<{
85
85
  value: string;
86
86
  }[];
87
87
  };
88
+ version: string;
88
89
  };
89
90
  downloadSchema(keys: string[]): void;
90
91
  } & {
@@ -498,6 +498,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
498
498
  definition: {
499
499
  queries: import('../../../types').AnyObject[];
500
500
  };
501
+ version: string;
501
502
  };
502
503
  downloadSchema(): void;
503
504
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
@@ -4974,6 +4975,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4974
4975
  definition: {
4975
4976
  queries: import('../../../types').AnyObject[];
4976
4977
  };
4978
+ version: string;
4977
4979
  };
4978
4980
  downloadSchema(): void;
4979
4981
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
@@ -5239,6 +5241,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
5239
5241
  definition: {
5240
5242
  queries: import('../../../types').AnyObject[];
5241
5243
  };
5244
+ version: string;
5242
5245
  };
5243
5246
  downloadSchema(): void;
5244
5247
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
@@ -264,6 +264,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
264
264
  definition: {
265
265
  queries: AnyObject[];
266
266
  };
267
+ version: string;
267
268
  };
268
269
  downloadSchema(): void;
269
270
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
@@ -42,6 +42,7 @@ export declare class VariableConfigUIModel {
42
42
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
43
43
  mantissa: import("mobx-state-tree").ISimpleType<number>;
44
44
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
45
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
45
46
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
46
47
  data_field: import("mobx-state-tree").ISimpleType<string>;
47
48
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
@@ -194,11 +195,13 @@ export declare class VariableConfigUIModel {
194
195
  average: boolean;
195
196
  mantissa: number;
196
197
  trimMantissa: boolean;
198
+ absolute: boolean;
197
199
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
198
200
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
199
201
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
200
202
  mantissa: import("mobx-state-tree").ISimpleType<number>;
201
203
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
204
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
202
205
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
203
206
  data_field: string;
204
207
  aggregation: ({
@@ -404,6 +407,7 @@ export declare class VariableConfigUIModel {
404
407
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
405
408
  mantissa: import("mobx-state-tree").ISimpleType<number>;
406
409
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
410
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
407
411
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
408
412
  data_field: import("mobx-state-tree").ISimpleType<string>;
409
413
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
@@ -556,11 +560,13 @@ export declare class VariableConfigUIModel {
556
560
  average: boolean;
557
561
  mantissa: number;
558
562
  trimMantissa: boolean;
563
+ absolute: boolean;
559
564
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
560
565
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
561
566
  average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
562
567
  mantissa: import("mobx-state-tree").ISimpleType<number>;
563
568
  trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
569
+ absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
564
570
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
565
571
  data_field: string;
566
572
  aggregation: ({
@@ -1,5 +1,5 @@
1
1
  import React from './react';
2
- import { ITemplateVariable } from '../../../../../../utils/template';
2
+ import { ITemplateVariable } from '../../../../../../utils';
3
3
  interface ITemplateVariableField {
4
4
  value: ITemplateVariable;
5
5
  onChange: (v: ITemplateVariable) => void;