@devtable/dashboard 8.8.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 +1599 -1589
- package/dist/dashboard.umd.js +51 -51
- 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/package.json +1 -1
|
@@ -32,10 +32,10 @@ export declare const tokens: {
|
|
|
32
32
|
static: boolean;
|
|
33
33
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
34
34
|
readonly json: {
|
|
35
|
+
h: number;
|
|
36
|
+
w: number;
|
|
35
37
|
x: number;
|
|
36
38
|
y: number;
|
|
37
|
-
w: number;
|
|
38
|
-
h: number;
|
|
39
39
|
moved: boolean;
|
|
40
40
|
static: boolean;
|
|
41
41
|
};
|
|
@@ -50,10 +50,10 @@ export declare const tokens: {
|
|
|
50
50
|
static: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
51
51
|
}, {
|
|
52
52
|
readonly json: {
|
|
53
|
+
h: number;
|
|
54
|
+
w: number;
|
|
53
55
|
x: number;
|
|
54
56
|
y: number;
|
|
55
|
-
w: number;
|
|
56
|
-
h: number;
|
|
57
57
|
moved: boolean;
|
|
58
58
|
static: boolean;
|
|
59
59
|
};
|
|
@@ -66,8 +66,8 @@ export declare const tokens: {
|
|
|
66
66
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
67
67
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
68
68
|
readonly json: {
|
|
69
|
-
type: string;
|
|
70
69
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
70
|
+
type: string;
|
|
71
71
|
};
|
|
72
72
|
} & {
|
|
73
73
|
setType(type: string): void;
|
|
@@ -77,8 +77,8 @@ export declare const tokens: {
|
|
|
77
77
|
conf: import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>;
|
|
78
78
|
}, {
|
|
79
79
|
readonly json: {
|
|
80
|
-
type: string;
|
|
81
80
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
81
|
+
type: string;
|
|
82
82
|
};
|
|
83
83
|
} & {
|
|
84
84
|
setType(type: string): void;
|
|
@@ -403,10 +403,10 @@ export declare const tokens: {
|
|
|
403
403
|
readonly valid: boolean;
|
|
404
404
|
readonly json: {
|
|
405
405
|
id: string;
|
|
406
|
-
name: string;
|
|
407
|
-
type: import("../model/queries/types").DataSourceType;
|
|
408
406
|
key: string;
|
|
409
407
|
sql: string;
|
|
408
|
+
name: string;
|
|
409
|
+
type: import("../model/queries/types").DataSourceType;
|
|
410
410
|
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]>>;
|
|
411
411
|
pre_process: string;
|
|
412
412
|
post_process: string;
|
|
@@ -465,10 +465,10 @@ export declare const tokens: {
|
|
|
465
465
|
readonly valid: boolean;
|
|
466
466
|
readonly json: {
|
|
467
467
|
id: string;
|
|
468
|
-
name: string;
|
|
469
|
-
type: import("../model/queries/types").DataSourceType;
|
|
470
468
|
key: string;
|
|
471
469
|
sql: string;
|
|
470
|
+
name: string;
|
|
471
|
+
type: import("../model/queries/types").DataSourceType;
|
|
472
472
|
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]>>;
|
|
473
473
|
pre_process: string;
|
|
474
474
|
post_process: string;
|
|
@@ -513,26 +513,25 @@ export declare const tokens: {
|
|
|
513
513
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
514
514
|
readonly json: {
|
|
515
515
|
id: string;
|
|
516
|
-
title: string;
|
|
517
|
-
description: string;
|
|
518
|
-
layout: {
|
|
519
|
-
x: number;
|
|
520
|
-
y: number;
|
|
521
|
-
w: number;
|
|
522
|
-
h: number;
|
|
523
|
-
moved: boolean;
|
|
524
|
-
static: boolean;
|
|
525
|
-
};
|
|
526
|
-
queryID: string;
|
|
527
516
|
viz: {
|
|
528
|
-
type: string;
|
|
529
517
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
518
|
+
type: string;
|
|
530
519
|
};
|
|
531
520
|
style: {
|
|
532
521
|
border: {
|
|
533
522
|
enabled: boolean;
|
|
534
523
|
};
|
|
535
524
|
};
|
|
525
|
+
title: string;
|
|
526
|
+
layout: {
|
|
527
|
+
h: number;
|
|
528
|
+
w: number;
|
|
529
|
+
x: number;
|
|
530
|
+
y: number;
|
|
531
|
+
moved: boolean;
|
|
532
|
+
static: boolean;
|
|
533
|
+
};
|
|
534
|
+
queryID: string;
|
|
536
535
|
variables: import("mobx-state-tree").ModelSnapshotType<{
|
|
537
536
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
538
537
|
size: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -598,6 +597,7 @@ export declare const tokens: {
|
|
|
598
597
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
599
598
|
}, {}>>;
|
|
600
599
|
}>[];
|
|
600
|
+
description: string;
|
|
601
601
|
};
|
|
602
602
|
} & {
|
|
603
603
|
setID(id: string): void;
|
|
@@ -1045,10 +1045,10 @@ export declare const tokens: {
|
|
|
1045
1045
|
static: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1046
1046
|
}, {
|
|
1047
1047
|
readonly json: {
|
|
1048
|
+
h: number;
|
|
1049
|
+
w: number;
|
|
1048
1050
|
x: number;
|
|
1049
1051
|
y: number;
|
|
1050
|
-
w: number;
|
|
1051
|
-
h: number;
|
|
1052
1052
|
moved: boolean;
|
|
1053
1053
|
static: boolean;
|
|
1054
1054
|
};
|
|
@@ -1061,8 +1061,8 @@ export declare const tokens: {
|
|
|
1061
1061
|
conf: import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>;
|
|
1062
1062
|
}, {
|
|
1063
1063
|
readonly json: {
|
|
1064
|
-
type: string;
|
|
1065
1064
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
1065
|
+
type: string;
|
|
1066
1066
|
};
|
|
1067
1067
|
} & {
|
|
1068
1068
|
setType(type: string): void;
|
|
@@ -1233,10 +1233,10 @@ export declare const tokens: {
|
|
|
1233
1233
|
readonly valid: boolean;
|
|
1234
1234
|
readonly json: {
|
|
1235
1235
|
id: string;
|
|
1236
|
-
name: string;
|
|
1237
|
-
type: import("../model/queries/types").DataSourceType;
|
|
1238
1236
|
key: string;
|
|
1239
1237
|
sql: string;
|
|
1238
|
+
name: string;
|
|
1239
|
+
type: import("../model/queries/types").DataSourceType;
|
|
1240
1240
|
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]>>;
|
|
1241
1241
|
pre_process: string;
|
|
1242
1242
|
post_process: string;
|
|
@@ -1295,10 +1295,10 @@ export declare const tokens: {
|
|
|
1295
1295
|
readonly valid: boolean;
|
|
1296
1296
|
readonly json: {
|
|
1297
1297
|
id: string;
|
|
1298
|
-
name: string;
|
|
1299
|
-
type: import("../model/queries/types").DataSourceType;
|
|
1300
1298
|
key: string;
|
|
1301
1299
|
sql: string;
|
|
1300
|
+
name: string;
|
|
1301
|
+
type: import("../model/queries/types").DataSourceType;
|
|
1302
1302
|
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]>>;
|
|
1303
1303
|
pre_process: string;
|
|
1304
1304
|
post_process: string;
|
|
@@ -1343,26 +1343,25 @@ export declare const tokens: {
|
|
|
1343
1343
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
1344
1344
|
readonly json: {
|
|
1345
1345
|
id: string;
|
|
1346
|
-
title: string;
|
|
1347
|
-
description: string;
|
|
1348
|
-
layout: {
|
|
1349
|
-
x: number;
|
|
1350
|
-
y: number;
|
|
1351
|
-
w: number;
|
|
1352
|
-
h: number;
|
|
1353
|
-
moved: boolean;
|
|
1354
|
-
static: boolean;
|
|
1355
|
-
};
|
|
1356
|
-
queryID: string;
|
|
1357
1346
|
viz: {
|
|
1358
|
-
type: string;
|
|
1359
1347
|
conf: import("..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("..").AnyObject, import("..").AnyObject, import("..").AnyObject>>;
|
|
1348
|
+
type: string;
|
|
1360
1349
|
};
|
|
1361
1350
|
style: {
|
|
1362
1351
|
border: {
|
|
1363
1352
|
enabled: boolean;
|
|
1364
1353
|
};
|
|
1365
1354
|
};
|
|
1355
|
+
title: string;
|
|
1356
|
+
layout: {
|
|
1357
|
+
h: number;
|
|
1358
|
+
w: number;
|
|
1359
|
+
x: number;
|
|
1360
|
+
y: number;
|
|
1361
|
+
moved: boolean;
|
|
1362
|
+
static: boolean;
|
|
1363
|
+
};
|
|
1364
|
+
queryID: string;
|
|
1366
1365
|
variables: import("mobx-state-tree").ModelSnapshotType<{
|
|
1367
1366
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1368
1367
|
size: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1428,6 +1427,7 @@ export declare const tokens: {
|
|
|
1428
1427
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
1429
1428
|
}, {}>>;
|
|
1430
1429
|
}>[];
|
|
1430
|
+
description: string;
|
|
1431
1431
|
};
|
|
1432
1432
|
} & {
|
|
1433
1433
|
setID(id: string): void;
|