@devtable/dashboard 14.29.0 → 14.31.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.
- package/dist/components/plugins/plugin-context.d.ts +24 -0
- package/dist/components/plugins/viz-components/horizontal-bar-chart/triggers/click-horizontal-bar-chart-series.d.ts +6 -0
- package/dist/components/plugins/viz-components/horizontal-bar-chart/triggers/index.d.ts +1 -0
- package/dist/contexts/panel-context.d.ts +48 -0
- package/dist/dashboard-editor/model/filters/index.d.ts +1 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +12 -0
- package/dist/dashboard-editor/model/queries/queries.d.ts +26 -0
- package/dist/dashboard-editor/model/queries/query.d.ts +2 -0
- package/dist/dashboard.es.js +1397 -1345
- package/dist/dashboard.umd.js +57 -57
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +8 -0
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +18 -0
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +2 -0
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -4027,6 +4027,8 @@ export declare const tokens: {
|
|
|
4027
4027
|
eq: string;
|
|
4028
4028
|
} | {
|
|
4029
4029
|
in: string[];
|
|
4030
|
+
} | {
|
|
4031
|
+
between: any[] | [number, number];
|
|
4030
4032
|
}>;
|
|
4031
4033
|
groupBys: string[];
|
|
4032
4034
|
timeQuery?: {
|
|
@@ -4364,6 +4366,8 @@ export declare const tokens: {
|
|
|
4364
4366
|
eq: string;
|
|
4365
4367
|
} | {
|
|
4366
4368
|
in: string[];
|
|
4369
|
+
} | {
|
|
4370
|
+
between: any[] | [number, number];
|
|
4367
4371
|
}>;
|
|
4368
4372
|
groupBys: string[];
|
|
4369
4373
|
timeQuery?: {
|
|
@@ -5434,6 +5438,8 @@ export declare const tokens: {
|
|
|
5434
5438
|
eq: string;
|
|
5435
5439
|
} | {
|
|
5436
5440
|
in: string[];
|
|
5441
|
+
} | {
|
|
5442
|
+
between: any[] | [number, number];
|
|
5437
5443
|
}>;
|
|
5438
5444
|
groupBys: string[];
|
|
5439
5445
|
timeQuery?: {
|
|
@@ -5771,6 +5777,8 @@ export declare const tokens: {
|
|
|
5771
5777
|
eq: string;
|
|
5772
5778
|
} | {
|
|
5773
5779
|
in: string[];
|
|
5780
|
+
} | {
|
|
5781
|
+
between: any[] | [number, number];
|
|
5774
5782
|
}>;
|
|
5775
5783
|
groupBys: string[];
|
|
5776
5784
|
timeQuery?: {
|
|
@@ -6842,6 +6850,8 @@ export declare const tokens: {
|
|
|
6842
6850
|
eq: string;
|
|
6843
6851
|
} | {
|
|
6844
6852
|
in: string[];
|
|
6853
|
+
} | {
|
|
6854
|
+
between: any[] | [number, number];
|
|
6845
6855
|
}>;
|
|
6846
6856
|
groupBys: string[];
|
|
6847
6857
|
timeQuery?: {
|
|
@@ -7179,6 +7189,8 @@ export declare const tokens: {
|
|
|
7179
7189
|
eq: string;
|
|
7180
7190
|
} | {
|
|
7181
7191
|
in: string[];
|
|
7192
|
+
} | {
|
|
7193
|
+
between: any[] | [number, number];
|
|
7182
7194
|
}>;
|
|
7183
7195
|
groupBys: string[];
|
|
7184
7196
|
timeQuery?: {
|
|
@@ -11202,6 +11214,8 @@ export declare const tokens: {
|
|
|
11202
11214
|
eq: string;
|
|
11203
11215
|
} | {
|
|
11204
11216
|
in: string[];
|
|
11217
|
+
} | {
|
|
11218
|
+
between: any[] | [number, number];
|
|
11205
11219
|
}>;
|
|
11206
11220
|
groupBys: string[];
|
|
11207
11221
|
timeQuery?: {
|
|
@@ -11539,6 +11553,8 @@ export declare const tokens: {
|
|
|
11539
11553
|
eq: string;
|
|
11540
11554
|
} | {
|
|
11541
11555
|
in: string[];
|
|
11556
|
+
} | {
|
|
11557
|
+
between: any[] | [number, number];
|
|
11542
11558
|
}>;
|
|
11543
11559
|
groupBys: string[];
|
|
11544
11560
|
timeQuery?: {
|
|
@@ -12609,6 +12625,8 @@ export declare const tokens: {
|
|
|
12609
12625
|
eq: string;
|
|
12610
12626
|
} | {
|
|
12611
12627
|
in: string[];
|
|
12628
|
+
} | {
|
|
12629
|
+
between: any[] | [number, number];
|
|
12612
12630
|
}>;
|
|
12613
12631
|
groupBys: string[];
|
|
12614
12632
|
timeQuery?: {
|
|
@@ -12946,6 +12964,8 @@ export declare const tokens: {
|
|
|
12946
12964
|
eq: string;
|
|
12947
12965
|
} | {
|
|
12948
12966
|
in: string[];
|
|
12967
|
+
} | {
|
|
12968
|
+
between: any[] | [number, number];
|
|
12949
12969
|
}>;
|
|
12950
12970
|
groupBys: string[];
|
|
12951
12971
|
timeQuery?: {
|
|
@@ -14017,6 +14037,8 @@ export declare const tokens: {
|
|
|
14017
14037
|
eq: string;
|
|
14018
14038
|
} | {
|
|
14019
14039
|
in: string[];
|
|
14040
|
+
} | {
|
|
14041
|
+
between: any[] | [number, number];
|
|
14020
14042
|
}>;
|
|
14021
14043
|
groupBys: string[];
|
|
14022
14044
|
timeQuery?: {
|
|
@@ -14354,6 +14376,8 @@ export declare const tokens: {
|
|
|
14354
14376
|
eq: string;
|
|
14355
14377
|
} | {
|
|
14356
14378
|
in: string[];
|
|
14379
|
+
} | {
|
|
14380
|
+
between: any[] | [number, number];
|
|
14357
14381
|
}>;
|
|
14358
14382
|
groupBys: string[];
|
|
14359
14383
|
timeQuery?: {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ITriggerConfigProps, ITriggerSchema } from '../../../../../types/plugin';
|
|
2
|
+
export declare const ClickHorizontalBarChartSeries: ITriggerSchema;
|
|
3
|
+
export interface IClickHorizontalBarChartSeriesConfig {
|
|
4
|
+
foo: '';
|
|
5
|
+
}
|
|
6
|
+
export declare function ClickHorizontalBarChartSeriesSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './click-horizontal-bar-chart-series';
|
|
@@ -4008,6 +4008,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
4008
4008
|
eq: string;
|
|
4009
4009
|
} | {
|
|
4010
4010
|
in: string[];
|
|
4011
|
+
} | {
|
|
4012
|
+
between: any[] | [number, number];
|
|
4011
4013
|
}>;
|
|
4012
4014
|
groupBys: string[];
|
|
4013
4015
|
timeQuery?: {
|
|
@@ -4345,6 +4347,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
4345
4347
|
eq: string;
|
|
4346
4348
|
} | {
|
|
4347
4349
|
in: string[];
|
|
4350
|
+
} | {
|
|
4351
|
+
between: any[] | [number, number];
|
|
4348
4352
|
}>;
|
|
4349
4353
|
groupBys: string[];
|
|
4350
4354
|
timeQuery?: {
|
|
@@ -5415,6 +5419,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5415
5419
|
eq: string;
|
|
5416
5420
|
} | {
|
|
5417
5421
|
in: string[];
|
|
5422
|
+
} | {
|
|
5423
|
+
between: any[] | [number, number];
|
|
5418
5424
|
}>;
|
|
5419
5425
|
groupBys: string[];
|
|
5420
5426
|
timeQuery?: {
|
|
@@ -5752,6 +5758,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5752
5758
|
eq: string;
|
|
5753
5759
|
} | {
|
|
5754
5760
|
in: string[];
|
|
5761
|
+
} | {
|
|
5762
|
+
between: any[] | [number, number];
|
|
5755
5763
|
}>;
|
|
5756
5764
|
groupBys: string[];
|
|
5757
5765
|
timeQuery?: {
|
|
@@ -6823,6 +6831,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
6823
6831
|
eq: string;
|
|
6824
6832
|
} | {
|
|
6825
6833
|
in: string[];
|
|
6834
|
+
} | {
|
|
6835
|
+
between: any[] | [number, number];
|
|
6826
6836
|
}>;
|
|
6827
6837
|
groupBys: string[];
|
|
6828
6838
|
timeQuery?: {
|
|
@@ -7160,6 +7170,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
7160
7170
|
eq: string;
|
|
7161
7171
|
} | {
|
|
7162
7172
|
in: string[];
|
|
7173
|
+
} | {
|
|
7174
|
+
between: any[] | [number, number];
|
|
7163
7175
|
}>;
|
|
7164
7176
|
groupBys: string[];
|
|
7165
7177
|
timeQuery?: {
|
|
@@ -11122,6 +11134,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11122
11134
|
eq: string;
|
|
11123
11135
|
} | {
|
|
11124
11136
|
in: string[];
|
|
11137
|
+
} | {
|
|
11138
|
+
between: any[] | [number, number];
|
|
11125
11139
|
}>;
|
|
11126
11140
|
groupBys: string[];
|
|
11127
11141
|
timeQuery?: {
|
|
@@ -11459,6 +11473,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11459
11473
|
eq: string;
|
|
11460
11474
|
} | {
|
|
11461
11475
|
in: string[];
|
|
11476
|
+
} | {
|
|
11477
|
+
between: any[] | [number, number];
|
|
11462
11478
|
}>;
|
|
11463
11479
|
groupBys: string[];
|
|
11464
11480
|
timeQuery?: {
|
|
@@ -12529,6 +12545,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
12529
12545
|
eq: string;
|
|
12530
12546
|
} | {
|
|
12531
12547
|
in: string[];
|
|
12548
|
+
} | {
|
|
12549
|
+
between: any[] | [number, number];
|
|
12532
12550
|
}>;
|
|
12533
12551
|
groupBys: string[];
|
|
12534
12552
|
timeQuery?: {
|
|
@@ -12866,6 +12884,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
12866
12884
|
eq: string;
|
|
12867
12885
|
} | {
|
|
12868
12886
|
in: string[];
|
|
12887
|
+
} | {
|
|
12888
|
+
between: any[] | [number, number];
|
|
12869
12889
|
}>;
|
|
12870
12890
|
groupBys: string[];
|
|
12871
12891
|
timeQuery?: {
|
|
@@ -13937,6 +13957,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
13937
13957
|
eq: string;
|
|
13938
13958
|
} | {
|
|
13939
13959
|
in: string[];
|
|
13960
|
+
} | {
|
|
13961
|
+
between: any[] | [number, number];
|
|
13940
13962
|
}>;
|
|
13941
13963
|
groupBys: string[];
|
|
13942
13964
|
timeQuery?: {
|
|
@@ -14274,6 +14296,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
14274
14296
|
eq: string;
|
|
14275
14297
|
} | {
|
|
14276
14298
|
in: string[];
|
|
14299
|
+
} | {
|
|
14300
|
+
between: any[] | [number, number];
|
|
14277
14301
|
}>;
|
|
14278
14302
|
groupBys: string[];
|
|
14279
14303
|
timeQuery?: {
|
|
@@ -18797,6 +18821,8 @@ export declare const useEditPanelContext: () => {
|
|
|
18797
18821
|
eq: string;
|
|
18798
18822
|
} | {
|
|
18799
18823
|
in: string[];
|
|
18824
|
+
} | {
|
|
18825
|
+
between: any[] | [number, number];
|
|
18800
18826
|
}>;
|
|
18801
18827
|
groupBys: string[];
|
|
18802
18828
|
timeQuery?: {
|
|
@@ -19134,6 +19160,8 @@ export declare const useEditPanelContext: () => {
|
|
|
19134
19160
|
eq: string;
|
|
19135
19161
|
} | {
|
|
19136
19162
|
in: string[];
|
|
19163
|
+
} | {
|
|
19164
|
+
between: any[] | [number, number];
|
|
19137
19165
|
}>;
|
|
19138
19166
|
groupBys: string[];
|
|
19139
19167
|
timeQuery?: {
|
|
@@ -20204,6 +20232,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20204
20232
|
eq: string;
|
|
20205
20233
|
} | {
|
|
20206
20234
|
in: string[];
|
|
20235
|
+
} | {
|
|
20236
|
+
between: any[] | [number, number];
|
|
20207
20237
|
}>;
|
|
20208
20238
|
groupBys: string[];
|
|
20209
20239
|
timeQuery?: {
|
|
@@ -20541,6 +20571,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20541
20571
|
eq: string;
|
|
20542
20572
|
} | {
|
|
20543
20573
|
in: string[];
|
|
20574
|
+
} | {
|
|
20575
|
+
between: any[] | [number, number];
|
|
20544
20576
|
}>;
|
|
20545
20577
|
groupBys: string[];
|
|
20546
20578
|
timeQuery?: {
|
|
@@ -21612,6 +21644,8 @@ export declare const useEditPanelContext: () => {
|
|
|
21612
21644
|
eq: string;
|
|
21613
21645
|
} | {
|
|
21614
21646
|
in: string[];
|
|
21647
|
+
} | {
|
|
21648
|
+
between: any[] | [number, number];
|
|
21615
21649
|
}>;
|
|
21616
21650
|
groupBys: string[];
|
|
21617
21651
|
timeQuery?: {
|
|
@@ -21949,6 +21983,8 @@ export declare const useEditPanelContext: () => {
|
|
|
21949
21983
|
eq: string;
|
|
21950
21984
|
} | {
|
|
21951
21985
|
in: string[];
|
|
21986
|
+
} | {
|
|
21987
|
+
between: any[] | [number, number];
|
|
21952
21988
|
}>;
|
|
21953
21989
|
groupBys: string[];
|
|
21954
21990
|
timeQuery?: {
|
|
@@ -25972,6 +26008,8 @@ export declare const useEditPanelContext: () => {
|
|
|
25972
26008
|
eq: string;
|
|
25973
26009
|
} | {
|
|
25974
26010
|
in: string[];
|
|
26011
|
+
} | {
|
|
26012
|
+
between: any[] | [number, number];
|
|
25975
26013
|
}>;
|
|
25976
26014
|
groupBys: string[];
|
|
25977
26015
|
timeQuery?: {
|
|
@@ -26309,6 +26347,8 @@ export declare const useEditPanelContext: () => {
|
|
|
26309
26347
|
eq: string;
|
|
26310
26348
|
} | {
|
|
26311
26349
|
in: string[];
|
|
26350
|
+
} | {
|
|
26351
|
+
between: any[] | [number, number];
|
|
26312
26352
|
}>;
|
|
26313
26353
|
groupBys: string[];
|
|
26314
26354
|
timeQuery?: {
|
|
@@ -27379,6 +27419,8 @@ export declare const useEditPanelContext: () => {
|
|
|
27379
27419
|
eq: string;
|
|
27380
27420
|
} | {
|
|
27381
27421
|
in: string[];
|
|
27422
|
+
} | {
|
|
27423
|
+
between: any[] | [number, number];
|
|
27382
27424
|
}>;
|
|
27383
27425
|
groupBys: string[];
|
|
27384
27426
|
timeQuery?: {
|
|
@@ -27716,6 +27758,8 @@ export declare const useEditPanelContext: () => {
|
|
|
27716
27758
|
eq: string;
|
|
27717
27759
|
} | {
|
|
27718
27760
|
in: string[];
|
|
27761
|
+
} | {
|
|
27762
|
+
between: any[] | [number, number];
|
|
27719
27763
|
}>;
|
|
27720
27764
|
groupBys: string[];
|
|
27721
27765
|
timeQuery?: {
|
|
@@ -28787,6 +28831,8 @@ export declare const useEditPanelContext: () => {
|
|
|
28787
28831
|
eq: string;
|
|
28788
28832
|
} | {
|
|
28789
28833
|
in: string[];
|
|
28834
|
+
} | {
|
|
28835
|
+
between: any[] | [number, number];
|
|
28790
28836
|
}>;
|
|
28791
28837
|
groupBys: string[];
|
|
28792
28838
|
timeQuery?: {
|
|
@@ -29124,6 +29170,8 @@ export declare const useEditPanelContext: () => {
|
|
|
29124
29170
|
eq: string;
|
|
29125
29171
|
} | {
|
|
29126
29172
|
in: string[];
|
|
29173
|
+
} | {
|
|
29174
|
+
between: any[] | [number, number];
|
|
29127
29175
|
}>;
|
|
29128
29176
|
groupBys: string[];
|
|
29129
29177
|
timeQuery?: {
|
|
@@ -147,6 +147,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
147
147
|
}[];
|
|
148
148
|
readonly valuesString: string;
|
|
149
149
|
readonly filter: any;
|
|
150
|
+
readonly keysToTypes: Record<string, DashboardFilterType>;
|
|
150
151
|
readonly valuesForPayload: Record<string, any>;
|
|
151
152
|
readonly contentModel: any;
|
|
152
153
|
readonly context: any;
|
|
@@ -3445,6 +3445,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3445
3445
|
eq: string;
|
|
3446
3446
|
} | {
|
|
3447
3447
|
in: string[];
|
|
3448
|
+
} | {
|
|
3449
|
+
between: any[] | [number, number];
|
|
3448
3450
|
}>;
|
|
3449
3451
|
groupBys: string[];
|
|
3450
3452
|
timeQuery?: {
|
|
@@ -3782,6 +3784,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3782
3784
|
eq: string;
|
|
3783
3785
|
} | {
|
|
3784
3786
|
in: string[];
|
|
3787
|
+
} | {
|
|
3788
|
+
between: any[] | [number, number];
|
|
3785
3789
|
}>;
|
|
3786
3790
|
groupBys: string[];
|
|
3787
3791
|
timeQuery?: {
|
|
@@ -4852,6 +4856,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
4852
4856
|
eq: string;
|
|
4853
4857
|
} | {
|
|
4854
4858
|
in: string[];
|
|
4859
|
+
} | {
|
|
4860
|
+
between: any[] | [number, number];
|
|
4855
4861
|
}>;
|
|
4856
4862
|
groupBys: string[];
|
|
4857
4863
|
timeQuery?: {
|
|
@@ -5189,6 +5195,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
5189
5195
|
eq: string;
|
|
5190
5196
|
} | {
|
|
5191
5197
|
in: string[];
|
|
5198
|
+
} | {
|
|
5199
|
+
between: any[] | [number, number];
|
|
5192
5200
|
}>;
|
|
5193
5201
|
groupBys: string[];
|
|
5194
5202
|
timeQuery?: {
|
|
@@ -6260,6 +6268,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6260
6268
|
eq: string;
|
|
6261
6269
|
} | {
|
|
6262
6270
|
in: string[];
|
|
6271
|
+
} | {
|
|
6272
|
+
between: any[] | [number, number];
|
|
6263
6273
|
}>;
|
|
6264
6274
|
groupBys: string[];
|
|
6265
6275
|
timeQuery?: {
|
|
@@ -6597,6 +6607,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6597
6607
|
eq: string;
|
|
6598
6608
|
} | {
|
|
6599
6609
|
in: string[];
|
|
6610
|
+
} | {
|
|
6611
|
+
between: any[] | [number, number];
|
|
6600
6612
|
}>;
|
|
6601
6613
|
groupBys: string[];
|
|
6602
6614
|
timeQuery?: {
|
|
@@ -300,6 +300,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
300
300
|
eq: string;
|
|
301
301
|
} | {
|
|
302
302
|
in: string[];
|
|
303
|
+
} | {
|
|
304
|
+
between: any[] | [number, number];
|
|
303
305
|
}>;
|
|
304
306
|
groupBys: string[];
|
|
305
307
|
timeQuery?: {
|
|
@@ -639,6 +641,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
639
641
|
eq: string;
|
|
640
642
|
} | {
|
|
641
643
|
in: string[];
|
|
644
|
+
} | {
|
|
645
|
+
between: any[] | [number, number];
|
|
642
646
|
}>;
|
|
643
647
|
groupBys: string[];
|
|
644
648
|
timeQuery?: {
|
|
@@ -1720,6 +1724,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
1720
1724
|
eq: string;
|
|
1721
1725
|
} | {
|
|
1722
1726
|
in: string[];
|
|
1727
|
+
} | {
|
|
1728
|
+
between: any[] | [number, number];
|
|
1723
1729
|
}>;
|
|
1724
1730
|
groupBys: string[];
|
|
1725
1731
|
timeQuery?: {
|
|
@@ -2057,6 +2063,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
2057
2063
|
eq: string;
|
|
2058
2064
|
} | {
|
|
2059
2065
|
in: string[];
|
|
2066
|
+
} | {
|
|
2067
|
+
between: any[] | [number, number];
|
|
2060
2068
|
}>;
|
|
2061
2069
|
groupBys: string[];
|
|
2062
2070
|
timeQuery?: {
|
|
@@ -3127,6 +3135,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
3127
3135
|
eq: string;
|
|
3128
3136
|
} | {
|
|
3129
3137
|
in: string[];
|
|
3138
|
+
} | {
|
|
3139
|
+
between: any[] | [number, number];
|
|
3130
3140
|
}>;
|
|
3131
3141
|
groupBys: string[];
|
|
3132
3142
|
timeQuery?: {
|
|
@@ -3464,6 +3474,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
3464
3474
|
eq: string;
|
|
3465
3475
|
} | {
|
|
3466
3476
|
in: string[];
|
|
3477
|
+
} | {
|
|
3478
|
+
between: any[] | [number, number];
|
|
3467
3479
|
}>;
|
|
3468
3480
|
groupBys: string[];
|
|
3469
3481
|
timeQuery?: {
|
|
@@ -4582,6 +4594,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
4582
4594
|
eq: string;
|
|
4583
4595
|
} | {
|
|
4584
4596
|
in: string[];
|
|
4597
|
+
} | {
|
|
4598
|
+
between: any[] | [number, number];
|
|
4585
4599
|
}>;
|
|
4586
4600
|
groupBys: string[];
|
|
4587
4601
|
timeQuery?: {
|
|
@@ -4919,6 +4933,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
4919
4933
|
eq: string;
|
|
4920
4934
|
} | {
|
|
4921
4935
|
in: string[];
|
|
4936
|
+
} | {
|
|
4937
|
+
between: any[] | [number, number];
|
|
4922
4938
|
}>;
|
|
4923
4939
|
groupBys: string[];
|
|
4924
4940
|
timeQuery?: {
|
|
@@ -5989,6 +6005,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
5989
6005
|
eq: string;
|
|
5990
6006
|
} | {
|
|
5991
6007
|
in: string[];
|
|
6008
|
+
} | {
|
|
6009
|
+
between: any[] | [number, number];
|
|
5992
6010
|
}>;
|
|
5993
6011
|
groupBys: string[];
|
|
5994
6012
|
timeQuery?: {
|
|
@@ -6326,6 +6344,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
6326
6344
|
eq: string;
|
|
6327
6345
|
} | {
|
|
6328
6346
|
in: string[];
|
|
6347
|
+
} | {
|
|
6348
|
+
between: any[] | [number, number];
|
|
6329
6349
|
}>;
|
|
6330
6350
|
groupBys: string[];
|
|
6331
6351
|
timeQuery?: {
|
|
@@ -7461,6 +7481,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
7461
7481
|
eq: string;
|
|
7462
7482
|
} | {
|
|
7463
7483
|
in: string[];
|
|
7484
|
+
} | {
|
|
7485
|
+
between: any[] | [number, number];
|
|
7464
7486
|
}>;
|
|
7465
7487
|
groupBys: string[];
|
|
7466
7488
|
timeQuery?: {
|
|
@@ -7798,6 +7820,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
7798
7820
|
eq: string;
|
|
7799
7821
|
} | {
|
|
7800
7822
|
in: string[];
|
|
7823
|
+
} | {
|
|
7824
|
+
between: any[] | [number, number];
|
|
7801
7825
|
}>;
|
|
7802
7826
|
groupBys: string[];
|
|
7803
7827
|
timeQuery?: {
|
|
@@ -8143,6 +8167,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
8143
8167
|
eq: string;
|
|
8144
8168
|
} | {
|
|
8145
8169
|
in: string[];
|
|
8170
|
+
} | {
|
|
8171
|
+
between: any[] | [number, number];
|
|
8146
8172
|
}>;
|
|
8147
8173
|
groupBys: string[];
|
|
8148
8174
|
timeQuery?: {
|