@devtable/dashboard 14.21.0 → 14.22.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 +24 -0
- package/dist/components/plugins/plugin-context.d.ts +24 -0
- package/dist/contexts/panel-context.d.ts +48 -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-editor/use-confirm-before-tab-close.d.ts +1 -0
- package/dist/dashboard.es.js +58 -41
- package/dist/dashboard.umd.js +8 -8
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +12 -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
|
@@ -3999,6 +3999,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3999
3999
|
type: import('../../../../model').MericoMetricType;
|
|
4000
4000
|
filters: Record<string, {
|
|
4001
4001
|
eq: string;
|
|
4002
|
+
} | {
|
|
4003
|
+
in: string[];
|
|
4002
4004
|
}>;
|
|
4003
4005
|
groupBys: string[];
|
|
4004
4006
|
timeQuery?: {
|
|
@@ -4333,6 +4335,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4333
4335
|
type: import('../../../../model').MericoMetricType;
|
|
4334
4336
|
filters: Record<string, {
|
|
4335
4337
|
eq: string;
|
|
4338
|
+
} | {
|
|
4339
|
+
in: string[];
|
|
4336
4340
|
}>;
|
|
4337
4341
|
groupBys: string[];
|
|
4338
4342
|
timeQuery?: {
|
|
@@ -5396,6 +5400,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
5396
5400
|
type: import('../../../../model').MericoMetricType;
|
|
5397
5401
|
filters: Record<string, {
|
|
5398
5402
|
eq: string;
|
|
5403
|
+
} | {
|
|
5404
|
+
in: string[];
|
|
5399
5405
|
}>;
|
|
5400
5406
|
groupBys: string[];
|
|
5401
5407
|
timeQuery?: {
|
|
@@ -5730,6 +5736,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
5730
5736
|
type: import('../../../../model').MericoMetricType;
|
|
5731
5737
|
filters: Record<string, {
|
|
5732
5738
|
eq: string;
|
|
5739
|
+
} | {
|
|
5740
|
+
in: string[];
|
|
5733
5741
|
}>;
|
|
5734
5742
|
groupBys: string[];
|
|
5735
5743
|
timeQuery?: {
|
|
@@ -6794,6 +6802,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6794
6802
|
type: import('../../../../model').MericoMetricType;
|
|
6795
6803
|
filters: Record<string, {
|
|
6796
6804
|
eq: string;
|
|
6805
|
+
} | {
|
|
6806
|
+
in: string[];
|
|
6797
6807
|
}>;
|
|
6798
6808
|
groupBys: string[];
|
|
6799
6809
|
timeQuery?: {
|
|
@@ -7128,6 +7138,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
7128
7138
|
type: import('../../../../model').MericoMetricType;
|
|
7129
7139
|
filters: Record<string, {
|
|
7130
7140
|
eq: string;
|
|
7141
|
+
} | {
|
|
7142
|
+
in: string[];
|
|
7131
7143
|
}>;
|
|
7132
7144
|
groupBys: string[];
|
|
7133
7145
|
timeQuery?: {
|
|
@@ -11083,6 +11095,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
11083
11095
|
type: import('../../../../model').MericoMetricType;
|
|
11084
11096
|
filters: Record<string, {
|
|
11085
11097
|
eq: string;
|
|
11098
|
+
} | {
|
|
11099
|
+
in: string[];
|
|
11086
11100
|
}>;
|
|
11087
11101
|
groupBys: string[];
|
|
11088
11102
|
timeQuery?: {
|
|
@@ -11417,6 +11431,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
11417
11431
|
type: import('../../../../model').MericoMetricType;
|
|
11418
11432
|
filters: Record<string, {
|
|
11419
11433
|
eq: string;
|
|
11434
|
+
} | {
|
|
11435
|
+
in: string[];
|
|
11420
11436
|
}>;
|
|
11421
11437
|
groupBys: string[];
|
|
11422
11438
|
timeQuery?: {
|
|
@@ -12480,6 +12496,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
12480
12496
|
type: import('../../../../model').MericoMetricType;
|
|
12481
12497
|
filters: Record<string, {
|
|
12482
12498
|
eq: string;
|
|
12499
|
+
} | {
|
|
12500
|
+
in: string[];
|
|
12483
12501
|
}>;
|
|
12484
12502
|
groupBys: string[];
|
|
12485
12503
|
timeQuery?: {
|
|
@@ -12814,6 +12832,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
12814
12832
|
type: import('../../../../model').MericoMetricType;
|
|
12815
12833
|
filters: Record<string, {
|
|
12816
12834
|
eq: string;
|
|
12835
|
+
} | {
|
|
12836
|
+
in: string[];
|
|
12817
12837
|
}>;
|
|
12818
12838
|
groupBys: string[];
|
|
12819
12839
|
timeQuery?: {
|
|
@@ -13878,6 +13898,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
13878
13898
|
type: import('../../../../model').MericoMetricType;
|
|
13879
13899
|
filters: Record<string, {
|
|
13880
13900
|
eq: string;
|
|
13901
|
+
} | {
|
|
13902
|
+
in: string[];
|
|
13881
13903
|
}>;
|
|
13882
13904
|
groupBys: string[];
|
|
13883
13905
|
timeQuery?: {
|
|
@@ -14212,6 +14234,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
14212
14234
|
type: import('../../../../model').MericoMetricType;
|
|
14213
14235
|
filters: Record<string, {
|
|
14214
14236
|
eq: string;
|
|
14237
|
+
} | {
|
|
14238
|
+
in: string[];
|
|
14215
14239
|
}>;
|
|
14216
14240
|
groupBys: string[];
|
|
14217
14241
|
timeQuery?: {
|
|
@@ -4023,6 +4023,8 @@ export declare const tokens: {
|
|
|
4023
4023
|
type: import("../..").MericoMetricType;
|
|
4024
4024
|
filters: Record<string, {
|
|
4025
4025
|
eq: string;
|
|
4026
|
+
} | {
|
|
4027
|
+
in: string[];
|
|
4026
4028
|
}>;
|
|
4027
4029
|
groupBys: string[];
|
|
4028
4030
|
timeQuery?: {
|
|
@@ -4357,6 +4359,8 @@ export declare const tokens: {
|
|
|
4357
4359
|
type: import("../..").MericoMetricType;
|
|
4358
4360
|
filters: Record<string, {
|
|
4359
4361
|
eq: string;
|
|
4362
|
+
} | {
|
|
4363
|
+
in: string[];
|
|
4360
4364
|
}>;
|
|
4361
4365
|
groupBys: string[];
|
|
4362
4366
|
timeQuery?: {
|
|
@@ -5420,6 +5424,8 @@ export declare const tokens: {
|
|
|
5420
5424
|
type: import("../..").MericoMetricType;
|
|
5421
5425
|
filters: Record<string, {
|
|
5422
5426
|
eq: string;
|
|
5427
|
+
} | {
|
|
5428
|
+
in: string[];
|
|
5423
5429
|
}>;
|
|
5424
5430
|
groupBys: string[];
|
|
5425
5431
|
timeQuery?: {
|
|
@@ -5754,6 +5760,8 @@ export declare const tokens: {
|
|
|
5754
5760
|
type: import("../..").MericoMetricType;
|
|
5755
5761
|
filters: Record<string, {
|
|
5756
5762
|
eq: string;
|
|
5763
|
+
} | {
|
|
5764
|
+
in: string[];
|
|
5757
5765
|
}>;
|
|
5758
5766
|
groupBys: string[];
|
|
5759
5767
|
timeQuery?: {
|
|
@@ -6818,6 +6826,8 @@ export declare const tokens: {
|
|
|
6818
6826
|
type: import("../..").MericoMetricType;
|
|
6819
6827
|
filters: Record<string, {
|
|
6820
6828
|
eq: string;
|
|
6829
|
+
} | {
|
|
6830
|
+
in: string[];
|
|
6821
6831
|
}>;
|
|
6822
6832
|
groupBys: string[];
|
|
6823
6833
|
timeQuery?: {
|
|
@@ -7152,6 +7162,8 @@ export declare const tokens: {
|
|
|
7152
7162
|
type: import("../..").MericoMetricType;
|
|
7153
7163
|
filters: Record<string, {
|
|
7154
7164
|
eq: string;
|
|
7165
|
+
} | {
|
|
7166
|
+
in: string[];
|
|
7155
7167
|
}>;
|
|
7156
7168
|
groupBys: string[];
|
|
7157
7169
|
timeQuery?: {
|
|
@@ -11168,6 +11180,8 @@ export declare const tokens: {
|
|
|
11168
11180
|
type: import("../..").MericoMetricType;
|
|
11169
11181
|
filters: Record<string, {
|
|
11170
11182
|
eq: string;
|
|
11183
|
+
} | {
|
|
11184
|
+
in: string[];
|
|
11171
11185
|
}>;
|
|
11172
11186
|
groupBys: string[];
|
|
11173
11187
|
timeQuery?: {
|
|
@@ -11502,6 +11516,8 @@ export declare const tokens: {
|
|
|
11502
11516
|
type: import("../..").MericoMetricType;
|
|
11503
11517
|
filters: Record<string, {
|
|
11504
11518
|
eq: string;
|
|
11519
|
+
} | {
|
|
11520
|
+
in: string[];
|
|
11505
11521
|
}>;
|
|
11506
11522
|
groupBys: string[];
|
|
11507
11523
|
timeQuery?: {
|
|
@@ -12565,6 +12581,8 @@ export declare const tokens: {
|
|
|
12565
12581
|
type: import("../..").MericoMetricType;
|
|
12566
12582
|
filters: Record<string, {
|
|
12567
12583
|
eq: string;
|
|
12584
|
+
} | {
|
|
12585
|
+
in: string[];
|
|
12568
12586
|
}>;
|
|
12569
12587
|
groupBys: string[];
|
|
12570
12588
|
timeQuery?: {
|
|
@@ -12899,6 +12917,8 @@ export declare const tokens: {
|
|
|
12899
12917
|
type: import("../..").MericoMetricType;
|
|
12900
12918
|
filters: Record<string, {
|
|
12901
12919
|
eq: string;
|
|
12920
|
+
} | {
|
|
12921
|
+
in: string[];
|
|
12902
12922
|
}>;
|
|
12903
12923
|
groupBys: string[];
|
|
12904
12924
|
timeQuery?: {
|
|
@@ -13963,6 +13983,8 @@ export declare const tokens: {
|
|
|
13963
13983
|
type: import("../..").MericoMetricType;
|
|
13964
13984
|
filters: Record<string, {
|
|
13965
13985
|
eq: string;
|
|
13986
|
+
} | {
|
|
13987
|
+
in: string[];
|
|
13966
13988
|
}>;
|
|
13967
13989
|
groupBys: string[];
|
|
13968
13990
|
timeQuery?: {
|
|
@@ -14297,6 +14319,8 @@ export declare const tokens: {
|
|
|
14297
14319
|
type: import("../..").MericoMetricType;
|
|
14298
14320
|
filters: Record<string, {
|
|
14299
14321
|
eq: string;
|
|
14322
|
+
} | {
|
|
14323
|
+
in: string[];
|
|
14300
14324
|
}>;
|
|
14301
14325
|
groupBys: string[];
|
|
14302
14326
|
timeQuery?: {
|
|
@@ -4004,6 +4004,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
4004
4004
|
type: import('../model').MericoMetricType;
|
|
4005
4005
|
filters: Record<string, {
|
|
4006
4006
|
eq: string;
|
|
4007
|
+
} | {
|
|
4008
|
+
in: string[];
|
|
4007
4009
|
}>;
|
|
4008
4010
|
groupBys: string[];
|
|
4009
4011
|
timeQuery?: {
|
|
@@ -4338,6 +4340,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
4338
4340
|
type: import('../model').MericoMetricType;
|
|
4339
4341
|
filters: Record<string, {
|
|
4340
4342
|
eq: string;
|
|
4343
|
+
} | {
|
|
4344
|
+
in: string[];
|
|
4341
4345
|
}>;
|
|
4342
4346
|
groupBys: string[];
|
|
4343
4347
|
timeQuery?: {
|
|
@@ -5401,6 +5405,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5401
5405
|
type: import('../model').MericoMetricType;
|
|
5402
5406
|
filters: Record<string, {
|
|
5403
5407
|
eq: string;
|
|
5408
|
+
} | {
|
|
5409
|
+
in: string[];
|
|
5404
5410
|
}>;
|
|
5405
5411
|
groupBys: string[];
|
|
5406
5412
|
timeQuery?: {
|
|
@@ -5735,6 +5741,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5735
5741
|
type: import('../model').MericoMetricType;
|
|
5736
5742
|
filters: Record<string, {
|
|
5737
5743
|
eq: string;
|
|
5744
|
+
} | {
|
|
5745
|
+
in: string[];
|
|
5738
5746
|
}>;
|
|
5739
5747
|
groupBys: string[];
|
|
5740
5748
|
timeQuery?: {
|
|
@@ -6799,6 +6807,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
6799
6807
|
type: import('../model').MericoMetricType;
|
|
6800
6808
|
filters: Record<string, {
|
|
6801
6809
|
eq: string;
|
|
6810
|
+
} | {
|
|
6811
|
+
in: string[];
|
|
6802
6812
|
}>;
|
|
6803
6813
|
groupBys: string[];
|
|
6804
6814
|
timeQuery?: {
|
|
@@ -7133,6 +7143,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
7133
7143
|
type: import('../model').MericoMetricType;
|
|
7134
7144
|
filters: Record<string, {
|
|
7135
7145
|
eq: string;
|
|
7146
|
+
} | {
|
|
7147
|
+
in: string[];
|
|
7136
7148
|
}>;
|
|
7137
7149
|
groupBys: string[];
|
|
7138
7150
|
timeQuery?: {
|
|
@@ -11088,6 +11100,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11088
11100
|
type: import('../model').MericoMetricType;
|
|
11089
11101
|
filters: Record<string, {
|
|
11090
11102
|
eq: string;
|
|
11103
|
+
} | {
|
|
11104
|
+
in: string[];
|
|
11091
11105
|
}>;
|
|
11092
11106
|
groupBys: string[];
|
|
11093
11107
|
timeQuery?: {
|
|
@@ -11422,6 +11436,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11422
11436
|
type: import('../model').MericoMetricType;
|
|
11423
11437
|
filters: Record<string, {
|
|
11424
11438
|
eq: string;
|
|
11439
|
+
} | {
|
|
11440
|
+
in: string[];
|
|
11425
11441
|
}>;
|
|
11426
11442
|
groupBys: string[];
|
|
11427
11443
|
timeQuery?: {
|
|
@@ -12485,6 +12501,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
12485
12501
|
type: import('../model').MericoMetricType;
|
|
12486
12502
|
filters: Record<string, {
|
|
12487
12503
|
eq: string;
|
|
12504
|
+
} | {
|
|
12505
|
+
in: string[];
|
|
12488
12506
|
}>;
|
|
12489
12507
|
groupBys: string[];
|
|
12490
12508
|
timeQuery?: {
|
|
@@ -12819,6 +12837,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
12819
12837
|
type: import('../model').MericoMetricType;
|
|
12820
12838
|
filters: Record<string, {
|
|
12821
12839
|
eq: string;
|
|
12840
|
+
} | {
|
|
12841
|
+
in: string[];
|
|
12822
12842
|
}>;
|
|
12823
12843
|
groupBys: string[];
|
|
12824
12844
|
timeQuery?: {
|
|
@@ -13883,6 +13903,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
13883
13903
|
type: import('../model').MericoMetricType;
|
|
13884
13904
|
filters: Record<string, {
|
|
13885
13905
|
eq: string;
|
|
13906
|
+
} | {
|
|
13907
|
+
in: string[];
|
|
13886
13908
|
}>;
|
|
13887
13909
|
groupBys: string[];
|
|
13888
13910
|
timeQuery?: {
|
|
@@ -14217,6 +14239,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
14217
14239
|
type: import('../model').MericoMetricType;
|
|
14218
14240
|
filters: Record<string, {
|
|
14219
14241
|
eq: string;
|
|
14242
|
+
} | {
|
|
14243
|
+
in: string[];
|
|
14220
14244
|
}>;
|
|
14221
14245
|
groupBys: string[];
|
|
14222
14246
|
timeQuery?: {
|
|
@@ -18733,6 +18757,8 @@ export declare const useEditPanelContext: () => {
|
|
|
18733
18757
|
type: import('../model').MericoMetricType;
|
|
18734
18758
|
filters: Record<string, {
|
|
18735
18759
|
eq: string;
|
|
18760
|
+
} | {
|
|
18761
|
+
in: string[];
|
|
18736
18762
|
}>;
|
|
18737
18763
|
groupBys: string[];
|
|
18738
18764
|
timeQuery?: {
|
|
@@ -19067,6 +19093,8 @@ export declare const useEditPanelContext: () => {
|
|
|
19067
19093
|
type: import('../model').MericoMetricType;
|
|
19068
19094
|
filters: Record<string, {
|
|
19069
19095
|
eq: string;
|
|
19096
|
+
} | {
|
|
19097
|
+
in: string[];
|
|
19070
19098
|
}>;
|
|
19071
19099
|
groupBys: string[];
|
|
19072
19100
|
timeQuery?: {
|
|
@@ -20130,6 +20158,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20130
20158
|
type: import('../model').MericoMetricType;
|
|
20131
20159
|
filters: Record<string, {
|
|
20132
20160
|
eq: string;
|
|
20161
|
+
} | {
|
|
20162
|
+
in: string[];
|
|
20133
20163
|
}>;
|
|
20134
20164
|
groupBys: string[];
|
|
20135
20165
|
timeQuery?: {
|
|
@@ -20464,6 +20494,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20464
20494
|
type: import('../model').MericoMetricType;
|
|
20465
20495
|
filters: Record<string, {
|
|
20466
20496
|
eq: string;
|
|
20497
|
+
} | {
|
|
20498
|
+
in: string[];
|
|
20467
20499
|
}>;
|
|
20468
20500
|
groupBys: string[];
|
|
20469
20501
|
timeQuery?: {
|
|
@@ -21528,6 +21560,8 @@ export declare const useEditPanelContext: () => {
|
|
|
21528
21560
|
type: import('../model').MericoMetricType;
|
|
21529
21561
|
filters: Record<string, {
|
|
21530
21562
|
eq: string;
|
|
21563
|
+
} | {
|
|
21564
|
+
in: string[];
|
|
21531
21565
|
}>;
|
|
21532
21566
|
groupBys: string[];
|
|
21533
21567
|
timeQuery?: {
|
|
@@ -21862,6 +21896,8 @@ export declare const useEditPanelContext: () => {
|
|
|
21862
21896
|
type: import('../model').MericoMetricType;
|
|
21863
21897
|
filters: Record<string, {
|
|
21864
21898
|
eq: string;
|
|
21899
|
+
} | {
|
|
21900
|
+
in: string[];
|
|
21865
21901
|
}>;
|
|
21866
21902
|
groupBys: string[];
|
|
21867
21903
|
timeQuery?: {
|
|
@@ -25878,6 +25914,8 @@ export declare const useEditPanelContext: () => {
|
|
|
25878
25914
|
type: import('../model').MericoMetricType;
|
|
25879
25915
|
filters: Record<string, {
|
|
25880
25916
|
eq: string;
|
|
25917
|
+
} | {
|
|
25918
|
+
in: string[];
|
|
25881
25919
|
}>;
|
|
25882
25920
|
groupBys: string[];
|
|
25883
25921
|
timeQuery?: {
|
|
@@ -26212,6 +26250,8 @@ export declare const useEditPanelContext: () => {
|
|
|
26212
26250
|
type: import('../model').MericoMetricType;
|
|
26213
26251
|
filters: Record<string, {
|
|
26214
26252
|
eq: string;
|
|
26253
|
+
} | {
|
|
26254
|
+
in: string[];
|
|
26215
26255
|
}>;
|
|
26216
26256
|
groupBys: string[];
|
|
26217
26257
|
timeQuery?: {
|
|
@@ -27275,6 +27315,8 @@ export declare const useEditPanelContext: () => {
|
|
|
27275
27315
|
type: import('../model').MericoMetricType;
|
|
27276
27316
|
filters: Record<string, {
|
|
27277
27317
|
eq: string;
|
|
27318
|
+
} | {
|
|
27319
|
+
in: string[];
|
|
27278
27320
|
}>;
|
|
27279
27321
|
groupBys: string[];
|
|
27280
27322
|
timeQuery?: {
|
|
@@ -27609,6 +27651,8 @@ export declare const useEditPanelContext: () => {
|
|
|
27609
27651
|
type: import('../model').MericoMetricType;
|
|
27610
27652
|
filters: Record<string, {
|
|
27611
27653
|
eq: string;
|
|
27654
|
+
} | {
|
|
27655
|
+
in: string[];
|
|
27612
27656
|
}>;
|
|
27613
27657
|
groupBys: string[];
|
|
27614
27658
|
timeQuery?: {
|
|
@@ -28673,6 +28717,8 @@ export declare const useEditPanelContext: () => {
|
|
|
28673
28717
|
type: import('../model').MericoMetricType;
|
|
28674
28718
|
filters: Record<string, {
|
|
28675
28719
|
eq: string;
|
|
28720
|
+
} | {
|
|
28721
|
+
in: string[];
|
|
28676
28722
|
}>;
|
|
28677
28723
|
groupBys: string[];
|
|
28678
28724
|
timeQuery?: {
|
|
@@ -29007,6 +29053,8 @@ export declare const useEditPanelContext: () => {
|
|
|
29007
29053
|
type: import('../model').MericoMetricType;
|
|
29008
29054
|
filters: Record<string, {
|
|
29009
29055
|
eq: string;
|
|
29056
|
+
} | {
|
|
29057
|
+
in: string[];
|
|
29010
29058
|
}>;
|
|
29011
29059
|
groupBys: string[];
|
|
29012
29060
|
timeQuery?: {
|
|
@@ -3441,6 +3441,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3441
3441
|
type: import('../../../model').MericoMetricType;
|
|
3442
3442
|
filters: Record<string, {
|
|
3443
3443
|
eq: string;
|
|
3444
|
+
} | {
|
|
3445
|
+
in: string[];
|
|
3444
3446
|
}>;
|
|
3445
3447
|
groupBys: string[];
|
|
3446
3448
|
timeQuery?: {
|
|
@@ -3775,6 +3777,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3775
3777
|
type: import('../../../model').MericoMetricType;
|
|
3776
3778
|
filters: Record<string, {
|
|
3777
3779
|
eq: string;
|
|
3780
|
+
} | {
|
|
3781
|
+
in: string[];
|
|
3778
3782
|
}>;
|
|
3779
3783
|
groupBys: string[];
|
|
3780
3784
|
timeQuery?: {
|
|
@@ -4838,6 +4842,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
4838
4842
|
type: import('../../../model').MericoMetricType;
|
|
4839
4843
|
filters: Record<string, {
|
|
4840
4844
|
eq: string;
|
|
4845
|
+
} | {
|
|
4846
|
+
in: string[];
|
|
4841
4847
|
}>;
|
|
4842
4848
|
groupBys: string[];
|
|
4843
4849
|
timeQuery?: {
|
|
@@ -5172,6 +5178,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
5172
5178
|
type: import('../../../model').MericoMetricType;
|
|
5173
5179
|
filters: Record<string, {
|
|
5174
5180
|
eq: string;
|
|
5181
|
+
} | {
|
|
5182
|
+
in: string[];
|
|
5175
5183
|
}>;
|
|
5176
5184
|
groupBys: string[];
|
|
5177
5185
|
timeQuery?: {
|
|
@@ -6236,6 +6244,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6236
6244
|
type: import('../../../model').MericoMetricType;
|
|
6237
6245
|
filters: Record<string, {
|
|
6238
6246
|
eq: string;
|
|
6247
|
+
} | {
|
|
6248
|
+
in: string[];
|
|
6239
6249
|
}>;
|
|
6240
6250
|
groupBys: string[];
|
|
6241
6251
|
timeQuery?: {
|
|
@@ -6570,6 +6580,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6570
6580
|
type: import('../../../model').MericoMetricType;
|
|
6571
6581
|
filters: Record<string, {
|
|
6572
6582
|
eq: string;
|
|
6583
|
+
} | {
|
|
6584
|
+
in: string[];
|
|
6573
6585
|
}>;
|
|
6574
6586
|
groupBys: string[];
|
|
6575
6587
|
timeQuery?: {
|
|
@@ -300,6 +300,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
300
300
|
type: import('../../../model').MericoMetricType;
|
|
301
301
|
filters: Record<string, {
|
|
302
302
|
eq: string;
|
|
303
|
+
} | {
|
|
304
|
+
in: string[];
|
|
303
305
|
}>;
|
|
304
306
|
groupBys: string[];
|
|
305
307
|
timeQuery?: {
|
|
@@ -636,6 +638,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
636
638
|
type: import('../../../model').MericoMetricType;
|
|
637
639
|
filters: Record<string, {
|
|
638
640
|
eq: string;
|
|
641
|
+
} | {
|
|
642
|
+
in: string[];
|
|
639
643
|
}>;
|
|
640
644
|
groupBys: string[];
|
|
641
645
|
timeQuery?: {
|
|
@@ -1710,6 +1714,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
1710
1714
|
type: import('../../../model').MericoMetricType;
|
|
1711
1715
|
filters: Record<string, {
|
|
1712
1716
|
eq: string;
|
|
1717
|
+
} | {
|
|
1718
|
+
in: string[];
|
|
1713
1719
|
}>;
|
|
1714
1720
|
groupBys: string[];
|
|
1715
1721
|
timeQuery?: {
|
|
@@ -2044,6 +2050,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
2044
2050
|
type: import('../../../model').MericoMetricType;
|
|
2045
2051
|
filters: Record<string, {
|
|
2046
2052
|
eq: string;
|
|
2053
|
+
} | {
|
|
2054
|
+
in: string[];
|
|
2047
2055
|
}>;
|
|
2048
2056
|
groupBys: string[];
|
|
2049
2057
|
timeQuery?: {
|
|
@@ -3107,6 +3115,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
3107
3115
|
type: import('../../../model').MericoMetricType;
|
|
3108
3116
|
filters: Record<string, {
|
|
3109
3117
|
eq: string;
|
|
3118
|
+
} | {
|
|
3119
|
+
in: string[];
|
|
3110
3120
|
}>;
|
|
3111
3121
|
groupBys: string[];
|
|
3112
3122
|
timeQuery?: {
|
|
@@ -3441,6 +3451,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
3441
3451
|
type: import('../../../model').MericoMetricType;
|
|
3442
3452
|
filters: Record<string, {
|
|
3443
3453
|
eq: string;
|
|
3454
|
+
} | {
|
|
3455
|
+
in: string[];
|
|
3444
3456
|
}>;
|
|
3445
3457
|
groupBys: string[];
|
|
3446
3458
|
timeQuery?: {
|
|
@@ -4552,6 +4564,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
4552
4564
|
type: import('../../../model').MericoMetricType;
|
|
4553
4565
|
filters: Record<string, {
|
|
4554
4566
|
eq: string;
|
|
4567
|
+
} | {
|
|
4568
|
+
in: string[];
|
|
4555
4569
|
}>;
|
|
4556
4570
|
groupBys: string[];
|
|
4557
4571
|
timeQuery?: {
|
|
@@ -4886,6 +4900,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
4886
4900
|
type: import('../../../model').MericoMetricType;
|
|
4887
4901
|
filters: Record<string, {
|
|
4888
4902
|
eq: string;
|
|
4903
|
+
} | {
|
|
4904
|
+
in: string[];
|
|
4889
4905
|
}>;
|
|
4890
4906
|
groupBys: string[];
|
|
4891
4907
|
timeQuery?: {
|
|
@@ -5949,6 +5965,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
5949
5965
|
type: import('../../../model').MericoMetricType;
|
|
5950
5966
|
filters: Record<string, {
|
|
5951
5967
|
eq: string;
|
|
5968
|
+
} | {
|
|
5969
|
+
in: string[];
|
|
5952
5970
|
}>;
|
|
5953
5971
|
groupBys: string[];
|
|
5954
5972
|
timeQuery?: {
|
|
@@ -6283,6 +6301,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
6283
6301
|
type: import('../../../model').MericoMetricType;
|
|
6284
6302
|
filters: Record<string, {
|
|
6285
6303
|
eq: string;
|
|
6304
|
+
} | {
|
|
6305
|
+
in: string[];
|
|
6286
6306
|
}>;
|
|
6287
6307
|
groupBys: string[];
|
|
6288
6308
|
timeQuery?: {
|
|
@@ -7411,6 +7431,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
7411
7431
|
type: import('../../../model').MericoMetricType;
|
|
7412
7432
|
filters: Record<string, {
|
|
7413
7433
|
eq: string;
|
|
7434
|
+
} | {
|
|
7435
|
+
in: string[];
|
|
7414
7436
|
}>;
|
|
7415
7437
|
groupBys: string[];
|
|
7416
7438
|
timeQuery?: {
|
|
@@ -7745,6 +7767,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
7745
7767
|
type: import('../../../model').MericoMetricType;
|
|
7746
7768
|
filters: Record<string, {
|
|
7747
7769
|
eq: string;
|
|
7770
|
+
} | {
|
|
7771
|
+
in: string[];
|
|
7748
7772
|
}>;
|
|
7749
7773
|
groupBys: string[];
|
|
7750
7774
|
timeQuery?: {
|
|
@@ -8087,6 +8111,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
8087
8111
|
type: import('../../../model').MericoMetricType;
|
|
8088
8112
|
filters: Record<string, {
|
|
8089
8113
|
eq: string;
|
|
8114
|
+
} | {
|
|
8115
|
+
in: string[];
|
|
8090
8116
|
}>;
|
|
8091
8117
|
groupBys: string[];
|
|
8092
8118
|
timeQuery?: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useConfirmBeforeTabClose: (hasChanges: boolean) => void;
|