@devtable/dashboard 10.59.0 → 10.60.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.
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +41 -8
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/settings/common/numbro-format-selector.d.ts +3 -9
- package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +2 -2
- package/dist/components/plugins/plugin-context.d.ts +41 -8
- package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/additional-metrics.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +2 -2
- package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-manager/components.d.ts +1 -1
- package/dist/contexts/panel-context.d.ts +82 -16
- package/dist/dashboard-editor/model/panels/panel.d.ts +19 -4
- package/dist/dashboard-editor/model/queries/index.d.ts +7 -7
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +6 -0
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
- package/dist/dashboard.es.js +4384 -4325
- package/dist/dashboard.umd.js +71 -71
- package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +5 -0
- package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +19 -4
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5 -5
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +1 -1
- package/dist/stats.html +1 -1
- package/dist/types/dashboard.d.ts +1 -1
- package/dist/types/plugin/index.d.ts +1 -1
- package/dist/utils/function-utils.d.ts +2 -2
- package/dist/utils/index.d.ts +15 -0
- package/dist/utils/number.d.ts +12 -0
- package/dist/utils/template/types.d.ts +2 -2
- package/package.json +1 -1
|
@@ -169,6 +169,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
169
169
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
170
170
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
171
171
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
172
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
172
173
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
173
174
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
174
175
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
@@ -321,11 +322,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
321
322
|
average: boolean;
|
|
322
323
|
mantissa: number;
|
|
323
324
|
trimMantissa: boolean;
|
|
325
|
+
absolute: boolean;
|
|
324
326
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
325
327
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
326
328
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
327
329
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
328
330
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
331
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
329
332
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
330
333
|
data_field: string;
|
|
331
334
|
aggregation: ({
|
|
@@ -531,6 +534,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
531
534
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
532
535
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
533
536
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
537
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
534
538
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
535
539
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
536
540
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
@@ -683,11 +687,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
683
687
|
average: boolean;
|
|
684
688
|
mantissa: number;
|
|
685
689
|
trimMantissa: boolean;
|
|
690
|
+
absolute: boolean;
|
|
686
691
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
687
692
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
688
693
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
689
694
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
690
695
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
696
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
691
697
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
692
698
|
data_field: string;
|
|
693
699
|
aggregation: ({
|
|
@@ -982,11 +988,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
982
988
|
average: boolean;
|
|
983
989
|
mantissa: number;
|
|
984
990
|
trimMantissa: boolean;
|
|
991
|
+
absolute: boolean;
|
|
985
992
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
986
993
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
987
994
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
988
995
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
989
996
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
997
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
990
998
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
991
999
|
data_field: string;
|
|
992
1000
|
aggregation: ({
|
|
@@ -1202,6 +1210,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
1202
1210
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1203
1211
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
1204
1212
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1213
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1205
1214
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
1206
1215
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
1207
1216
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
@@ -1354,11 +1363,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
1354
1363
|
average: boolean;
|
|
1355
1364
|
mantissa: number;
|
|
1356
1365
|
trimMantissa: boolean;
|
|
1366
|
+
absolute: boolean;
|
|
1357
1367
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1358
1368
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
1359
1369
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1360
1370
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
1361
1371
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1372
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1362
1373
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1363
1374
|
data_field: string;
|
|
1364
1375
|
aggregation: ({
|
|
@@ -1627,11 +1638,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
1627
1638
|
average: boolean;
|
|
1628
1639
|
mantissa: number;
|
|
1629
1640
|
trimMantissa: boolean;
|
|
1641
|
+
absolute: boolean;
|
|
1630
1642
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1631
1643
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
1632
1644
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1633
1645
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
1634
1646
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1647
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1635
1648
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1636
1649
|
data_field: string;
|
|
1637
1650
|
aggregation: ({
|
|
@@ -1837,6 +1850,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
1837
1850
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1838
1851
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
1839
1852
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1853
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1840
1854
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
1841
1855
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
1842
1856
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
@@ -1989,11 +2003,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
1989
2003
|
average: boolean;
|
|
1990
2004
|
mantissa: number;
|
|
1991
2005
|
trimMantissa: boolean;
|
|
2006
|
+
absolute: boolean;
|
|
1992
2007
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1993
2008
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
1994
2009
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1995
2010
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
1996
2011
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2012
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1997
2013
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1998
2014
|
data_field: string;
|
|
1999
2015
|
aggregation: ({
|
|
@@ -2220,7 +2236,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2220
2236
|
};
|
|
2221
2237
|
readonly queries: any;
|
|
2222
2238
|
readonly inUse: any;
|
|
2223
|
-
readonly dependencies: import("../../../../utils
|
|
2239
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
2224
2240
|
} & {
|
|
2225
2241
|
readonly datasource: any;
|
|
2226
2242
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -2291,7 +2307,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2291
2307
|
};
|
|
2292
2308
|
readonly queries: any;
|
|
2293
2309
|
readonly inUse: any;
|
|
2294
|
-
readonly dependencies: import("../../../../utils
|
|
2310
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
2295
2311
|
} & {
|
|
2296
2312
|
readonly datasource: any;
|
|
2297
2313
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -2362,7 +2378,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2362
2378
|
};
|
|
2363
2379
|
readonly queries: any;
|
|
2364
2380
|
readonly inUse: any;
|
|
2365
|
-
readonly dependencies: import("../../../../utils
|
|
2381
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
2366
2382
|
} & {
|
|
2367
2383
|
readonly datasource: any;
|
|
2368
2384
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -2433,7 +2449,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2433
2449
|
};
|
|
2434
2450
|
readonly queries: any;
|
|
2435
2451
|
readonly inUse: any;
|
|
2436
|
-
readonly dependencies: import("../../../../utils
|
|
2452
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
2437
2453
|
} & {
|
|
2438
2454
|
readonly datasource: any;
|
|
2439
2455
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -2584,11 +2600,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2584
2600
|
average: boolean;
|
|
2585
2601
|
mantissa: number;
|
|
2586
2602
|
trimMantissa: boolean;
|
|
2603
|
+
absolute: boolean;
|
|
2587
2604
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
2588
2605
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
2589
2606
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2590
2607
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
2591
2608
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2609
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2592
2610
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2593
2611
|
data_field: string;
|
|
2594
2612
|
aggregation: ({
|
|
@@ -2873,6 +2891,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2873
2891
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2874
2892
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
2875
2893
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2894
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2876
2895
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
2877
2896
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
2878
2897
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
@@ -3025,11 +3044,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3025
3044
|
average: boolean;
|
|
3026
3045
|
mantissa: number;
|
|
3027
3046
|
trimMantissa: boolean;
|
|
3047
|
+
absolute: boolean;
|
|
3028
3048
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
3029
3049
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
3030
3050
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3031
3051
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
3032
3052
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3053
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3033
3054
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3034
3055
|
data_field: string;
|
|
3035
3056
|
aggregation: ({
|
|
@@ -3324,11 +3345,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3324
3345
|
average: boolean;
|
|
3325
3346
|
mantissa: number;
|
|
3326
3347
|
trimMantissa: boolean;
|
|
3348
|
+
absolute: boolean;
|
|
3327
3349
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
3328
3350
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
3329
3351
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3330
3352
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
3331
3353
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3354
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3332
3355
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3333
3356
|
data_field: string;
|
|
3334
3357
|
aggregation: ({
|
|
@@ -3544,6 +3567,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3544
3567
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3545
3568
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
3546
3569
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3570
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3547
3571
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
3548
3572
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
3549
3573
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
@@ -3696,11 +3720,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3696
3720
|
average: boolean;
|
|
3697
3721
|
mantissa: number;
|
|
3698
3722
|
trimMantissa: boolean;
|
|
3723
|
+
absolute: boolean;
|
|
3699
3724
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
3700
3725
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
3701
3726
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3702
3727
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
3703
3728
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3729
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3704
3730
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3705
3731
|
data_field: string;
|
|
3706
3732
|
aggregation: ({
|
|
@@ -3969,11 +3995,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3969
3995
|
average: boolean;
|
|
3970
3996
|
mantissa: number;
|
|
3971
3997
|
trimMantissa: boolean;
|
|
3998
|
+
absolute: boolean;
|
|
3972
3999
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
3973
4000
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
3974
4001
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3975
4002
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
3976
4003
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4004
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3977
4005
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3978
4006
|
data_field: string;
|
|
3979
4007
|
aggregation: ({
|
|
@@ -4179,6 +4207,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4179
4207
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4180
4208
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
4181
4209
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4210
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4182
4211
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
4183
4212
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
4184
4213
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
@@ -4331,11 +4360,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4331
4360
|
average: boolean;
|
|
4332
4361
|
mantissa: number;
|
|
4333
4362
|
trimMantissa: boolean;
|
|
4363
|
+
absolute: boolean;
|
|
4334
4364
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
4335
4365
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
4336
4366
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4337
4367
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
4338
4368
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4369
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4339
4370
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4340
4371
|
data_field: string;
|
|
4341
4372
|
aggregation: ({
|
|
@@ -4562,7 +4593,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4562
4593
|
};
|
|
4563
4594
|
readonly queries: any;
|
|
4564
4595
|
readonly inUse: any;
|
|
4565
|
-
readonly dependencies: import("../../../../utils
|
|
4596
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
4566
4597
|
} & {
|
|
4567
4598
|
readonly datasource: any;
|
|
4568
4599
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -4633,7 +4664,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4633
4664
|
};
|
|
4634
4665
|
readonly queries: any;
|
|
4635
4666
|
readonly inUse: any;
|
|
4636
|
-
readonly dependencies: import("../../../../utils
|
|
4667
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
4637
4668
|
} & {
|
|
4638
4669
|
readonly datasource: any;
|
|
4639
4670
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -4704,7 +4735,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4704
4735
|
};
|
|
4705
4736
|
readonly queries: any;
|
|
4706
4737
|
readonly inUse: any;
|
|
4707
|
-
readonly dependencies: import("../../../../utils
|
|
4738
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
4708
4739
|
} & {
|
|
4709
4740
|
readonly datasource: any;
|
|
4710
4741
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -4775,7 +4806,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4775
4806
|
};
|
|
4776
4807
|
readonly queries: any;
|
|
4777
4808
|
readonly inUse: any;
|
|
4778
|
-
readonly dependencies: import("../../../../utils
|
|
4809
|
+
readonly dependencies: import("../../../../utils").DependencyInfo[];
|
|
4779
4810
|
} & {
|
|
4780
4811
|
readonly datasource: any;
|
|
4781
4812
|
readonly additionalQueryInfo: import("../../../..").TAdditionalQueryInfo;
|
|
@@ -4926,11 +4957,13 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4926
4957
|
average: boolean;
|
|
4927
4958
|
mantissa: number;
|
|
4928
4959
|
trimMantissa: boolean;
|
|
4960
|
+
absolute: boolean;
|
|
4929
4961
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
4930
4962
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
4931
4963
|
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4932
4964
|
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
4933
4965
|
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4966
|
+
absolute: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
4934
4967
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4935
4968
|
data_field: string;
|
|
4936
4969
|
aggregation: ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SpacingValue, SystemProp } from '@mantine/core';
|
|
2
2
|
import React from './react';
|
|
3
|
-
import { AggregationType } from '../../../../utils
|
|
3
|
+
import { AggregationType } from '../../../../utils';
|
|
4
4
|
interface IAggregationSelector {
|
|
5
5
|
value: AggregationType;
|
|
6
6
|
onChange: (v: AggregationType) => void;
|
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import React from './react';
|
|
2
|
-
|
|
3
|
-
mantissa: number;
|
|
4
|
-
output: 'percent' | 'number';
|
|
5
|
-
average?: boolean;
|
|
6
|
-
trimMantissa?: boolean;
|
|
7
|
-
};
|
|
8
|
-
export declare const defaultNumbroFormat: TNumbroFormat;
|
|
2
|
+
import { TNumberFormat } from '../../../../utils';
|
|
9
3
|
interface INumbroFormatSelector {
|
|
10
|
-
value:
|
|
11
|
-
onChange: (v:
|
|
4
|
+
value: TNumberFormat;
|
|
5
|
+
onChange: (v: TNumberFormat) => void;
|
|
12
6
|
}
|
|
13
7
|
export declare const NumbroFormatSelector: React.ForwardRefExoticComponent<INumbroFormatSelector & React.RefAttributes<unknown>>;
|
|
14
8
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { IColorInterpolation, IValueStep } from '../../../../types/plugin';
|
|
3
3
|
export interface IColorMappingEditorProps {
|
|
4
4
|
steps: IValueStep[];
|
|
5
5
|
onChange?: (steps: IValueStep[]) => void;
|
|
6
6
|
interpolation: IColorInterpolation;
|
|
7
7
|
}
|
|
8
|
-
export declare const ColorMappingEditor:
|
|
8
|
+
export declare const ColorMappingEditor: import('./react').FunctionComponent<IColorMappingEditorProps>;
|