@devtable/dashboard 8.7.0 → 8.9.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/dashboard.es.js +4663 -4669
- package/dist/dashboard.umd.js +55 -55
- package/dist/interactions/interactions-viewer/data/metrics.d.ts +1 -0
- package/dist/main/use-panel-full-screen.d.ts +41 -41
- package/dist/model/queries/index.d.ts +8 -8
- package/dist/model/queries/mute-query.d.ts +2 -2
- package/dist/model/queries/query.d.ts +2 -2
- package/dist/model/views/view/index.d.ts +209 -209
- package/dist/model/views/view/panels/index.d.ts +74 -74
- package/dist/model/views/view/panels/layout.d.ts +2 -2
- package/dist/model/views/view/panels/panel.d.ts +19 -19
- package/dist/model/views/view/panels/viz.d.ts +1 -1
- package/dist/plugins/plugin-context.d.ts +41 -41
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -16,10 +16,10 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
16
16
|
static: boolean;
|
|
17
17
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
18
18
|
readonly json: {
|
|
19
|
+
h: number;
|
|
20
|
+
w: number;
|
|
19
21
|
x: number;
|
|
20
22
|
y: number;
|
|
21
|
-
w: number;
|
|
22
|
-
h: number;
|
|
23
23
|
moved: boolean;
|
|
24
24
|
static: boolean;
|
|
25
25
|
};
|
|
@@ -34,10 +34,10 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
34
34
|
static: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
35
35
|
}, {
|
|
36
36
|
readonly json: {
|
|
37
|
+
h: number;
|
|
38
|
+
w: number;
|
|
37
39
|
x: number;
|
|
38
40
|
y: number;
|
|
39
|
-
w: number;
|
|
40
|
-
h: number;
|
|
41
41
|
moved: boolean;
|
|
42
42
|
static: boolean;
|
|
43
43
|
};
|
|
@@ -50,8 +50,8 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
50
50
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
51
51
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
52
52
|
readonly json: {
|
|
53
|
-
type: string;
|
|
54
53
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
54
|
+
type: string;
|
|
55
55
|
};
|
|
56
56
|
} & {
|
|
57
57
|
setType(type: string): void;
|
|
@@ -61,8 +61,8 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
61
61
|
conf: import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>;
|
|
62
62
|
}, {
|
|
63
63
|
readonly json: {
|
|
64
|
-
type: string;
|
|
65
64
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
65
|
+
type: string;
|
|
66
66
|
};
|
|
67
67
|
} & {
|
|
68
68
|
setType(type: string): void;
|
|
@@ -387,10 +387,10 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
387
387
|
readonly valid: boolean;
|
|
388
388
|
readonly json: {
|
|
389
389
|
id: string;
|
|
390
|
-
name: string;
|
|
391
|
-
type: import("../model/queries/types").DataSourceType;
|
|
392
390
|
key: string;
|
|
393
391
|
sql: string;
|
|
392
|
+
name: string;
|
|
393
|
+
type: import("../model/queries/types").DataSourceType;
|
|
394
394
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
395
395
|
pre_process: string;
|
|
396
396
|
post_process: string;
|
|
@@ -449,10 +449,10 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
449
449
|
readonly valid: boolean;
|
|
450
450
|
readonly json: {
|
|
451
451
|
id: string;
|
|
452
|
-
name: string;
|
|
453
|
-
type: import("../model/queries/types").DataSourceType;
|
|
454
452
|
key: string;
|
|
455
453
|
sql: string;
|
|
454
|
+
name: string;
|
|
455
|
+
type: import("../model/queries/types").DataSourceType;
|
|
456
456
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
457
457
|
pre_process: string;
|
|
458
458
|
post_process: string;
|
|
@@ -497,26 +497,25 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
497
497
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
498
498
|
readonly json: {
|
|
499
499
|
id: string;
|
|
500
|
-
title: string;
|
|
501
|
-
description: string;
|
|
502
|
-
layout: {
|
|
503
|
-
x: number;
|
|
504
|
-
y: number;
|
|
505
|
-
w: number;
|
|
506
|
-
h: number;
|
|
507
|
-
moved: boolean;
|
|
508
|
-
static: boolean;
|
|
509
|
-
};
|
|
510
|
-
queryID: string;
|
|
511
500
|
viz: {
|
|
512
|
-
type: string;
|
|
513
501
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
502
|
+
type: string;
|
|
514
503
|
};
|
|
515
504
|
style: {
|
|
516
505
|
border: {
|
|
517
506
|
enabled: boolean;
|
|
518
507
|
};
|
|
519
508
|
};
|
|
509
|
+
title: string;
|
|
510
|
+
layout: {
|
|
511
|
+
h: number;
|
|
512
|
+
w: number;
|
|
513
|
+
x: number;
|
|
514
|
+
y: number;
|
|
515
|
+
moved: boolean;
|
|
516
|
+
static: boolean;
|
|
517
|
+
};
|
|
518
|
+
queryID: string;
|
|
520
519
|
variables: import("mobx-state-tree").ModelSnapshotType<{
|
|
521
520
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
522
521
|
size: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -582,6 +581,7 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
582
581
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
583
582
|
}, {}>>;
|
|
584
583
|
}>[];
|
|
584
|
+
description: string;
|
|
585
585
|
};
|
|
586
586
|
} & {
|
|
587
587
|
setID(id: string): void;
|
|
@@ -1029,10 +1029,10 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1029
1029
|
static: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1030
1030
|
}, {
|
|
1031
1031
|
readonly json: {
|
|
1032
|
+
h: number;
|
|
1033
|
+
w: number;
|
|
1032
1034
|
x: number;
|
|
1033
1035
|
y: number;
|
|
1034
|
-
w: number;
|
|
1035
|
-
h: number;
|
|
1036
1036
|
moved: boolean;
|
|
1037
1037
|
static: boolean;
|
|
1038
1038
|
};
|
|
@@ -1045,8 +1045,8 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1045
1045
|
conf: import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>;
|
|
1046
1046
|
}, {
|
|
1047
1047
|
readonly json: {
|
|
1048
|
-
type: string;
|
|
1049
1048
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
1049
|
+
type: string;
|
|
1050
1050
|
};
|
|
1051
1051
|
} & {
|
|
1052
1052
|
setType(type: string): void;
|
|
@@ -1217,10 +1217,10 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1217
1217
|
readonly valid: boolean;
|
|
1218
1218
|
readonly json: {
|
|
1219
1219
|
id: string;
|
|
1220
|
-
name: string;
|
|
1221
|
-
type: import("../model/queries/types").DataSourceType;
|
|
1222
1220
|
key: string;
|
|
1223
1221
|
sql: string;
|
|
1222
|
+
name: string;
|
|
1223
|
+
type: import("../model/queries/types").DataSourceType;
|
|
1224
1224
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1225
1225
|
pre_process: string;
|
|
1226
1226
|
post_process: string;
|
|
@@ -1279,10 +1279,10 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1279
1279
|
readonly valid: boolean;
|
|
1280
1280
|
readonly json: {
|
|
1281
1281
|
id: string;
|
|
1282
|
-
name: string;
|
|
1283
|
-
type: import("../model/queries/types").DataSourceType;
|
|
1284
1282
|
key: string;
|
|
1285
1283
|
sql: string;
|
|
1284
|
+
name: string;
|
|
1285
|
+
type: import("../model/queries/types").DataSourceType;
|
|
1286
1286
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1287
1287
|
pre_process: string;
|
|
1288
1288
|
post_process: string;
|
|
@@ -1327,26 +1327,25 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1327
1327
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
1328
1328
|
readonly json: {
|
|
1329
1329
|
id: string;
|
|
1330
|
-
title: string;
|
|
1331
|
-
description: string;
|
|
1332
|
-
layout: {
|
|
1333
|
-
x: number;
|
|
1334
|
-
y: number;
|
|
1335
|
-
w: number;
|
|
1336
|
-
h: number;
|
|
1337
|
-
moved: boolean;
|
|
1338
|
-
static: boolean;
|
|
1339
|
-
};
|
|
1340
|
-
queryID: string;
|
|
1341
1330
|
viz: {
|
|
1342
|
-
type: string;
|
|
1343
1331
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
1332
|
+
type: string;
|
|
1344
1333
|
};
|
|
1345
1334
|
style: {
|
|
1346
1335
|
border: {
|
|
1347
1336
|
enabled: boolean;
|
|
1348
1337
|
};
|
|
1349
1338
|
};
|
|
1339
|
+
title: string;
|
|
1340
|
+
layout: {
|
|
1341
|
+
h: number;
|
|
1342
|
+
w: number;
|
|
1343
|
+
x: number;
|
|
1344
|
+
y: number;
|
|
1345
|
+
moved: boolean;
|
|
1346
|
+
static: boolean;
|
|
1347
|
+
};
|
|
1348
|
+
queryID: string;
|
|
1350
1349
|
variables: import("mobx-state-tree").ModelSnapshotType<{
|
|
1351
1350
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1352
1351
|
size: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1412,6 +1411,7 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1412
1411
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
1413
1412
|
}, {}>>;
|
|
1414
1413
|
}>[];
|
|
1414
|
+
description: string;
|
|
1415
1415
|
};
|
|
1416
1416
|
} & {
|
|
1417
1417
|
setID(id: string): void;
|
|
@@ -18,10 +18,10 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
18
18
|
readonly valid: boolean;
|
|
19
19
|
readonly json: {
|
|
20
20
|
id: string;
|
|
21
|
-
name: string;
|
|
22
|
-
type: import("./types").DataSourceType;
|
|
23
21
|
key: string;
|
|
24
22
|
sql: string;
|
|
23
|
+
name: string;
|
|
24
|
+
type: import("./types").DataSourceType;
|
|
25
25
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
26
26
|
pre_process: string;
|
|
27
27
|
post_process: string;
|
|
@@ -82,10 +82,10 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
82
82
|
readonly valid: boolean;
|
|
83
83
|
readonly json: {
|
|
84
84
|
id: string;
|
|
85
|
-
name: string;
|
|
86
|
-
type: import("./types").DataSourceType;
|
|
87
85
|
key: string;
|
|
88
86
|
sql: string;
|
|
87
|
+
name: string;
|
|
88
|
+
type: import("./types").DataSourceType;
|
|
89
89
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
90
90
|
pre_process: string;
|
|
91
91
|
post_process: string;
|
|
@@ -144,10 +144,10 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
144
144
|
readonly valid: boolean;
|
|
145
145
|
readonly json: {
|
|
146
146
|
id: string;
|
|
147
|
-
name: string;
|
|
148
|
-
type: import("./types").DataSourceType;
|
|
149
147
|
key: string;
|
|
150
148
|
sql: string;
|
|
149
|
+
name: string;
|
|
150
|
+
type: import("./types").DataSourceType;
|
|
151
151
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
152
152
|
pre_process: string;
|
|
153
153
|
post_process: string;
|
|
@@ -198,10 +198,10 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
198
198
|
} & {
|
|
199
199
|
readonly json: {
|
|
200
200
|
id: string;
|
|
201
|
-
name: string;
|
|
202
|
-
type: import("./types").DataSourceType;
|
|
203
201
|
key: string;
|
|
204
202
|
sql: string;
|
|
203
|
+
name: string;
|
|
204
|
+
type: import("./types").DataSourceType;
|
|
205
205
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
206
206
|
pre_process: string;
|
|
207
207
|
post_process: string;
|
|
@@ -13,10 +13,10 @@ export declare const MuteQueryModel: import("mobx-state-tree").IModelType<{
|
|
|
13
13
|
readonly valid: boolean;
|
|
14
14
|
readonly json: {
|
|
15
15
|
id: string;
|
|
16
|
-
name: string;
|
|
17
|
-
type: DataSourceType;
|
|
18
16
|
key: string;
|
|
19
17
|
sql: string;
|
|
18
|
+
name: string;
|
|
19
|
+
type: DataSourceType;
|
|
20
20
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
21
21
|
pre_process: string;
|
|
22
22
|
post_process: string;
|
|
@@ -17,10 +17,10 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
17
17
|
readonly valid: boolean;
|
|
18
18
|
readonly json: {
|
|
19
19
|
id: string;
|
|
20
|
-
name: string;
|
|
21
|
-
type: DataSourceType;
|
|
22
20
|
key: string;
|
|
23
21
|
sql: string;
|
|
22
|
+
name: string;
|
|
23
|
+
type: DataSourceType;
|
|
24
24
|
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
25
25
|
pre_process: string;
|
|
26
26
|
post_process: string;
|