@devtable/dashboard 10.58.0 → 10.58.2
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 +8 -8
- package/dist/components/plugins/plugin-context.d.ts +8 -8
- package/dist/contexts/panel-context.d.ts +16 -16
- package/dist/dashboard-editor/model/panels/panel.d.ts +4 -4
- package/dist/dashboard-editor/model/queries/index.d.ts +7 -7
- package/dist/dashboard.es.js +837 -828
- package/dist/dashboard.umd.js +3 -3
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +4 -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/package.json +1 -1
|
@@ -2216,7 +2216,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2216
2216
|
readonly runByConditionsMet: boolean;
|
|
2217
2217
|
readonly conditionNames: {
|
|
2218
2218
|
context: string[];
|
|
2219
|
-
filters:
|
|
2219
|
+
filters: string[];
|
|
2220
2220
|
};
|
|
2221
2221
|
readonly queries: any;
|
|
2222
2222
|
readonly inUse: any;
|
|
@@ -2287,7 +2287,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2287
2287
|
readonly runByConditionsMet: boolean;
|
|
2288
2288
|
readonly conditionNames: {
|
|
2289
2289
|
context: string[];
|
|
2290
|
-
filters:
|
|
2290
|
+
filters: string[];
|
|
2291
2291
|
};
|
|
2292
2292
|
readonly queries: any;
|
|
2293
2293
|
readonly inUse: any;
|
|
@@ -2358,7 +2358,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2358
2358
|
readonly runByConditionsMet: boolean;
|
|
2359
2359
|
readonly conditionNames: {
|
|
2360
2360
|
context: string[];
|
|
2361
|
-
filters:
|
|
2361
|
+
filters: string[];
|
|
2362
2362
|
};
|
|
2363
2363
|
readonly queries: any;
|
|
2364
2364
|
readonly inUse: any;
|
|
@@ -2429,7 +2429,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2429
2429
|
readonly runByConditionsMet: boolean;
|
|
2430
2430
|
readonly conditionNames: {
|
|
2431
2431
|
context: string[];
|
|
2432
|
-
filters:
|
|
2432
|
+
filters: string[];
|
|
2433
2433
|
};
|
|
2434
2434
|
readonly queries: any;
|
|
2435
2435
|
readonly inUse: any;
|
|
@@ -4558,7 +4558,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4558
4558
|
readonly runByConditionsMet: boolean;
|
|
4559
4559
|
readonly conditionNames: {
|
|
4560
4560
|
context: string[];
|
|
4561
|
-
filters:
|
|
4561
|
+
filters: string[];
|
|
4562
4562
|
};
|
|
4563
4563
|
readonly queries: any;
|
|
4564
4564
|
readonly inUse: any;
|
|
@@ -4629,7 +4629,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4629
4629
|
readonly runByConditionsMet: boolean;
|
|
4630
4630
|
readonly conditionNames: {
|
|
4631
4631
|
context: string[];
|
|
4632
|
-
filters:
|
|
4632
|
+
filters: string[];
|
|
4633
4633
|
};
|
|
4634
4634
|
readonly queries: any;
|
|
4635
4635
|
readonly inUse: any;
|
|
@@ -4700,7 +4700,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4700
4700
|
readonly runByConditionsMet: boolean;
|
|
4701
4701
|
readonly conditionNames: {
|
|
4702
4702
|
context: string[];
|
|
4703
|
-
filters:
|
|
4703
|
+
filters: string[];
|
|
4704
4704
|
};
|
|
4705
4705
|
readonly queries: any;
|
|
4706
4706
|
readonly inUse: any;
|
|
@@ -4771,7 +4771,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
4771
4771
|
readonly runByConditionsMet: boolean;
|
|
4772
4772
|
readonly conditionNames: {
|
|
4773
4773
|
context: string[];
|
|
4774
|
-
filters:
|
|
4774
|
+
filters: string[];
|
|
4775
4775
|
};
|
|
4776
4776
|
readonly queries: any;
|
|
4777
4777
|
readonly inUse: any;
|
|
@@ -2231,7 +2231,7 @@ export declare const tokens: {
|
|
|
2231
2231
|
readonly runByConditionsMet: boolean;
|
|
2232
2232
|
readonly conditionNames: {
|
|
2233
2233
|
context: string[];
|
|
2234
|
-
filters:
|
|
2234
|
+
filters: string[];
|
|
2235
2235
|
};
|
|
2236
2236
|
readonly queries: any;
|
|
2237
2237
|
readonly inUse: any;
|
|
@@ -2302,7 +2302,7 @@ export declare const tokens: {
|
|
|
2302
2302
|
readonly runByConditionsMet: boolean;
|
|
2303
2303
|
readonly conditionNames: {
|
|
2304
2304
|
context: string[];
|
|
2305
|
-
filters:
|
|
2305
|
+
filters: string[];
|
|
2306
2306
|
};
|
|
2307
2307
|
readonly queries: any;
|
|
2308
2308
|
readonly inUse: any;
|
|
@@ -2373,7 +2373,7 @@ export declare const tokens: {
|
|
|
2373
2373
|
readonly runByConditionsMet: boolean;
|
|
2374
2374
|
readonly conditionNames: {
|
|
2375
2375
|
context: string[];
|
|
2376
|
-
filters:
|
|
2376
|
+
filters: string[];
|
|
2377
2377
|
};
|
|
2378
2378
|
readonly queries: any;
|
|
2379
2379
|
readonly inUse: any;
|
|
@@ -2444,7 +2444,7 @@ export declare const tokens: {
|
|
|
2444
2444
|
readonly runByConditionsMet: boolean;
|
|
2445
2445
|
readonly conditionNames: {
|
|
2446
2446
|
context: string[];
|
|
2447
|
-
filters:
|
|
2447
|
+
filters: string[];
|
|
2448
2448
|
};
|
|
2449
2449
|
readonly queries: any;
|
|
2450
2450
|
readonly inUse: any;
|
|
@@ -4599,7 +4599,7 @@ export declare const tokens: {
|
|
|
4599
4599
|
readonly runByConditionsMet: boolean;
|
|
4600
4600
|
readonly conditionNames: {
|
|
4601
4601
|
context: string[];
|
|
4602
|
-
filters:
|
|
4602
|
+
filters: string[];
|
|
4603
4603
|
};
|
|
4604
4604
|
readonly queries: any;
|
|
4605
4605
|
readonly inUse: any;
|
|
@@ -4670,7 +4670,7 @@ export declare const tokens: {
|
|
|
4670
4670
|
readonly runByConditionsMet: boolean;
|
|
4671
4671
|
readonly conditionNames: {
|
|
4672
4672
|
context: string[];
|
|
4673
|
-
filters:
|
|
4673
|
+
filters: string[];
|
|
4674
4674
|
};
|
|
4675
4675
|
readonly queries: any;
|
|
4676
4676
|
readonly inUse: any;
|
|
@@ -4741,7 +4741,7 @@ export declare const tokens: {
|
|
|
4741
4741
|
readonly runByConditionsMet: boolean;
|
|
4742
4742
|
readonly conditionNames: {
|
|
4743
4743
|
context: string[];
|
|
4744
|
-
filters:
|
|
4744
|
+
filters: string[];
|
|
4745
4745
|
};
|
|
4746
4746
|
readonly queries: any;
|
|
4747
4747
|
readonly inUse: any;
|
|
@@ -4812,7 +4812,7 @@ export declare const tokens: {
|
|
|
4812
4812
|
readonly runByConditionsMet: boolean;
|
|
4813
4813
|
readonly conditionNames: {
|
|
4814
4814
|
context: string[];
|
|
4815
|
-
filters:
|
|
4815
|
+
filters: string[];
|
|
4816
4816
|
};
|
|
4817
4817
|
readonly queries: any;
|
|
4818
4818
|
readonly inUse: any;
|
|
@@ -2221,7 +2221,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
2221
2221
|
readonly runByConditionsMet: boolean;
|
|
2222
2222
|
readonly conditionNames: {
|
|
2223
2223
|
context: string[];
|
|
2224
|
-
filters:
|
|
2224
|
+
filters: string[];
|
|
2225
2225
|
};
|
|
2226
2226
|
readonly queries: any;
|
|
2227
2227
|
readonly inUse: any;
|
|
@@ -2292,7 +2292,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
2292
2292
|
readonly runByConditionsMet: boolean;
|
|
2293
2293
|
readonly conditionNames: {
|
|
2294
2294
|
context: string[];
|
|
2295
|
-
filters:
|
|
2295
|
+
filters: string[];
|
|
2296
2296
|
};
|
|
2297
2297
|
readonly queries: any;
|
|
2298
2298
|
readonly inUse: any;
|
|
@@ -2363,7 +2363,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
2363
2363
|
readonly runByConditionsMet: boolean;
|
|
2364
2364
|
readonly conditionNames: {
|
|
2365
2365
|
context: string[];
|
|
2366
|
-
filters:
|
|
2366
|
+
filters: string[];
|
|
2367
2367
|
};
|
|
2368
2368
|
readonly queries: any;
|
|
2369
2369
|
readonly inUse: any;
|
|
@@ -2434,7 +2434,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
2434
2434
|
readonly runByConditionsMet: boolean;
|
|
2435
2435
|
readonly conditionNames: {
|
|
2436
2436
|
context: string[];
|
|
2437
|
-
filters:
|
|
2437
|
+
filters: string[];
|
|
2438
2438
|
};
|
|
2439
2439
|
readonly queries: any;
|
|
2440
2440
|
readonly inUse: any;
|
|
@@ -4563,7 +4563,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
4563
4563
|
readonly runByConditionsMet: boolean;
|
|
4564
4564
|
readonly conditionNames: {
|
|
4565
4565
|
context: string[];
|
|
4566
|
-
filters:
|
|
4566
|
+
filters: string[];
|
|
4567
4567
|
};
|
|
4568
4568
|
readonly queries: any;
|
|
4569
4569
|
readonly inUse: any;
|
|
@@ -4634,7 +4634,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
4634
4634
|
readonly runByConditionsMet: boolean;
|
|
4635
4635
|
readonly conditionNames: {
|
|
4636
4636
|
context: string[];
|
|
4637
|
-
filters:
|
|
4637
|
+
filters: string[];
|
|
4638
4638
|
};
|
|
4639
4639
|
readonly queries: any;
|
|
4640
4640
|
readonly inUse: any;
|
|
@@ -4705,7 +4705,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
4705
4705
|
readonly runByConditionsMet: boolean;
|
|
4706
4706
|
readonly conditionNames: {
|
|
4707
4707
|
context: string[];
|
|
4708
|
-
filters:
|
|
4708
|
+
filters: string[];
|
|
4709
4709
|
};
|
|
4710
4710
|
readonly queries: any;
|
|
4711
4711
|
readonly inUse: any;
|
|
@@ -4776,7 +4776,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
4776
4776
|
readonly runByConditionsMet: boolean;
|
|
4777
4777
|
readonly conditionNames: {
|
|
4778
4778
|
context: string[];
|
|
4779
|
-
filters:
|
|
4779
|
+
filters: string[];
|
|
4780
4780
|
};
|
|
4781
4781
|
readonly queries: any;
|
|
4782
4782
|
readonly inUse: any;
|
|
@@ -7337,7 +7337,7 @@ export declare const useEditPanelContext: () => {
|
|
|
7337
7337
|
readonly runByConditionsMet: boolean;
|
|
7338
7338
|
readonly conditionNames: {
|
|
7339
7339
|
context: string[];
|
|
7340
|
-
filters:
|
|
7340
|
+
filters: string[];
|
|
7341
7341
|
};
|
|
7342
7342
|
readonly queries: any;
|
|
7343
7343
|
readonly inUse: any;
|
|
@@ -7408,7 +7408,7 @@ export declare const useEditPanelContext: () => {
|
|
|
7408
7408
|
readonly runByConditionsMet: boolean;
|
|
7409
7409
|
readonly conditionNames: {
|
|
7410
7410
|
context: string[];
|
|
7411
|
-
filters:
|
|
7411
|
+
filters: string[];
|
|
7412
7412
|
};
|
|
7413
7413
|
readonly queries: any;
|
|
7414
7414
|
readonly inUse: any;
|
|
@@ -7479,7 +7479,7 @@ export declare const useEditPanelContext: () => {
|
|
|
7479
7479
|
readonly runByConditionsMet: boolean;
|
|
7480
7480
|
readonly conditionNames: {
|
|
7481
7481
|
context: string[];
|
|
7482
|
-
filters:
|
|
7482
|
+
filters: string[];
|
|
7483
7483
|
};
|
|
7484
7484
|
readonly queries: any;
|
|
7485
7485
|
readonly inUse: any;
|
|
@@ -7550,7 +7550,7 @@ export declare const useEditPanelContext: () => {
|
|
|
7550
7550
|
readonly runByConditionsMet: boolean;
|
|
7551
7551
|
readonly conditionNames: {
|
|
7552
7552
|
context: string[];
|
|
7553
|
-
filters:
|
|
7553
|
+
filters: string[];
|
|
7554
7554
|
};
|
|
7555
7555
|
readonly queries: any;
|
|
7556
7556
|
readonly inUse: any;
|
|
@@ -9705,7 +9705,7 @@ export declare const useEditPanelContext: () => {
|
|
|
9705
9705
|
readonly runByConditionsMet: boolean;
|
|
9706
9706
|
readonly conditionNames: {
|
|
9707
9707
|
context: string[];
|
|
9708
|
-
filters:
|
|
9708
|
+
filters: string[];
|
|
9709
9709
|
};
|
|
9710
9710
|
readonly queries: any;
|
|
9711
9711
|
readonly inUse: any;
|
|
@@ -9776,7 +9776,7 @@ export declare const useEditPanelContext: () => {
|
|
|
9776
9776
|
readonly runByConditionsMet: boolean;
|
|
9777
9777
|
readonly conditionNames: {
|
|
9778
9778
|
context: string[];
|
|
9779
|
-
filters:
|
|
9779
|
+
filters: string[];
|
|
9780
9780
|
};
|
|
9781
9781
|
readonly queries: any;
|
|
9782
9782
|
readonly inUse: any;
|
|
@@ -9847,7 +9847,7 @@ export declare const useEditPanelContext: () => {
|
|
|
9847
9847
|
readonly runByConditionsMet: boolean;
|
|
9848
9848
|
readonly conditionNames: {
|
|
9849
9849
|
context: string[];
|
|
9850
|
-
filters:
|
|
9850
|
+
filters: string[];
|
|
9851
9851
|
};
|
|
9852
9852
|
readonly queries: any;
|
|
9853
9853
|
readonly inUse: any;
|
|
@@ -9918,7 +9918,7 @@ export declare const useEditPanelContext: () => {
|
|
|
9918
9918
|
readonly runByConditionsMet: boolean;
|
|
9919
9919
|
readonly conditionNames: {
|
|
9920
9920
|
context: string[];
|
|
9921
|
-
filters:
|
|
9921
|
+
filters: string[];
|
|
9922
9922
|
};
|
|
9923
9923
|
readonly queries: any;
|
|
9924
9924
|
readonly inUse: any;
|
|
@@ -1787,7 +1787,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
1787
1787
|
readonly runByConditionsMet: boolean;
|
|
1788
1788
|
readonly conditionNames: {
|
|
1789
1789
|
context: string[];
|
|
1790
|
-
filters:
|
|
1790
|
+
filters: string[];
|
|
1791
1791
|
};
|
|
1792
1792
|
readonly queries: any;
|
|
1793
1793
|
readonly inUse: any;
|
|
@@ -1858,7 +1858,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
1858
1858
|
readonly runByConditionsMet: boolean;
|
|
1859
1859
|
readonly conditionNames: {
|
|
1860
1860
|
context: string[];
|
|
1861
|
-
filters:
|
|
1861
|
+
filters: string[];
|
|
1862
1862
|
};
|
|
1863
1863
|
readonly queries: any;
|
|
1864
1864
|
readonly inUse: any;
|
|
@@ -1929,7 +1929,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
1929
1929
|
readonly runByConditionsMet: boolean;
|
|
1930
1930
|
readonly conditionNames: {
|
|
1931
1931
|
context: string[];
|
|
1932
|
-
filters:
|
|
1932
|
+
filters: string[];
|
|
1933
1933
|
};
|
|
1934
1934
|
readonly queries: any;
|
|
1935
1935
|
readonly inUse: any;
|
|
@@ -2000,7 +2000,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
2000
2000
|
readonly runByConditionsMet: boolean;
|
|
2001
2001
|
readonly conditionNames: {
|
|
2002
2002
|
context: string[];
|
|
2003
|
-
filters:
|
|
2003
|
+
filters: string[];
|
|
2004
2004
|
};
|
|
2005
2005
|
readonly queries: any;
|
|
2006
2006
|
readonly inUse: any;
|
|
@@ -52,7 +52,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
52
52
|
readonly runByConditionsMet: boolean;
|
|
53
53
|
readonly conditionNames: {
|
|
54
54
|
context: string[];
|
|
55
|
-
filters:
|
|
55
|
+
filters: string[];
|
|
56
56
|
};
|
|
57
57
|
readonly queries: any;
|
|
58
58
|
readonly inUse: any;
|
|
@@ -126,7 +126,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
126
126
|
readonly runByConditionsMet: boolean;
|
|
127
127
|
readonly conditionNames: {
|
|
128
128
|
context: string[];
|
|
129
|
-
filters:
|
|
129
|
+
filters: string[];
|
|
130
130
|
};
|
|
131
131
|
readonly queries: any;
|
|
132
132
|
readonly inUse: any;
|
|
@@ -197,7 +197,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
197
197
|
readonly runByConditionsMet: boolean;
|
|
198
198
|
readonly conditionNames: {
|
|
199
199
|
context: string[];
|
|
200
|
-
filters:
|
|
200
|
+
filters: string[];
|
|
201
201
|
};
|
|
202
202
|
readonly queries: any;
|
|
203
203
|
readonly inUse: any;
|
|
@@ -268,7 +268,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
268
268
|
readonly runByConditionsMet: boolean;
|
|
269
269
|
readonly conditionNames: {
|
|
270
270
|
context: string[];
|
|
271
|
-
filters:
|
|
271
|
+
filters: string[];
|
|
272
272
|
};
|
|
273
273
|
readonly queries: any;
|
|
274
274
|
readonly inUse: any;
|
|
@@ -339,7 +339,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
339
339
|
readonly runByConditionsMet: boolean;
|
|
340
340
|
readonly conditionNames: {
|
|
341
341
|
context: string[];
|
|
342
|
-
filters:
|
|
342
|
+
filters: string[];
|
|
343
343
|
};
|
|
344
344
|
readonly queries: any;
|
|
345
345
|
readonly inUse: any;
|
|
@@ -451,7 +451,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
451
451
|
readonly runByConditionsMet: boolean;
|
|
452
452
|
readonly conditionNames: {
|
|
453
453
|
context: string[];
|
|
454
|
-
filters:
|
|
454
|
+
filters: string[];
|
|
455
455
|
};
|
|
456
456
|
readonly queries: any;
|
|
457
457
|
readonly inUse: any;
|
|
@@ -522,7 +522,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
522
522
|
readonly runByConditionsMet: boolean;
|
|
523
523
|
readonly conditionNames: {
|
|
524
524
|
context: string[];
|
|
525
|
-
filters:
|
|
525
|
+
filters: string[];
|
|
526
526
|
};
|
|
527
527
|
readonly queries: any;
|
|
528
528
|
readonly inUse: any;
|