@devtable/dashboard 10.41.0 → 10.42.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/api-caller/index.d.ts +5 -2
- package/dist/api-caller/request.d.ts +25 -8
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +4 -4
- package/dist/components/plugins/plugin-context.d.ts +4 -4
- package/dist/contexts/panel-context.d.ts +8 -8
- package/dist/dashboard-editor/model/datasources/columns.d.ts +0 -1
- package/dist/dashboard-editor/model/datasources/datasource.d.ts +10 -7
- package/dist/dashboard-editor/model/datasources/index.d.ts +13 -16
- package/dist/dashboard-editor/model/datasources/indexes.d.ts +0 -1
- package/dist/dashboard-editor/model/datasources/table-data.d.ts +1 -1
- package/dist/dashboard-editor/model/datasources/tables.d.ts +0 -1
- package/dist/dashboard-editor/model/panels/panel.d.ts +2 -2
- package/dist/dashboard-editor/model/panels/panels.d.ts +16 -16
- package/dist/dashboard-editor/model/queries/index.d.ts +7 -7
- package/dist/dashboard.es.js +870 -895
- package/dist/dashboard.umd.js +40 -100
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +14 -14
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5 -5
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +2 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -1623,12 +1623,12 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1623
1623
|
readonly rootModel: any;
|
|
1624
1624
|
readonly contentModel: any;
|
|
1625
1625
|
readonly payload: any;
|
|
1626
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
1627
1626
|
readonly formattedSQL: any;
|
|
1628
1627
|
readonly typedAsSQL: boolean;
|
|
1629
1628
|
readonly typedAsHTTP: boolean;
|
|
1630
1629
|
readonly datasource: any;
|
|
1631
1630
|
readonly httpConfigString: string;
|
|
1631
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
1632
1632
|
} & {
|
|
1633
1633
|
readonly stateMessage: string;
|
|
1634
1634
|
} & {
|
|
@@ -1693,12 +1693,12 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1693
1693
|
readonly rootModel: any;
|
|
1694
1694
|
readonly contentModel: any;
|
|
1695
1695
|
readonly payload: any;
|
|
1696
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
1697
1696
|
readonly formattedSQL: any;
|
|
1698
1697
|
readonly typedAsSQL: boolean;
|
|
1699
1698
|
readonly typedAsHTTP: boolean;
|
|
1700
1699
|
readonly datasource: any;
|
|
1701
1700
|
readonly httpConfigString: string;
|
|
1701
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
1702
1702
|
} & {
|
|
1703
1703
|
readonly stateMessage: string;
|
|
1704
1704
|
} & {
|
|
@@ -1624,12 +1624,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1624
1624
|
readonly rootModel: any;
|
|
1625
1625
|
readonly contentModel: any;
|
|
1626
1626
|
readonly payload: any;
|
|
1627
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
1628
1627
|
readonly formattedSQL: any;
|
|
1629
1628
|
readonly typedAsSQL: boolean;
|
|
1630
1629
|
readonly typedAsHTTP: boolean;
|
|
1631
1630
|
readonly datasource: any;
|
|
1632
1631
|
readonly httpConfigString: string;
|
|
1632
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
1633
1633
|
} & {
|
|
1634
1634
|
readonly stateMessage: string;
|
|
1635
1635
|
} & {
|
|
@@ -1694,12 +1694,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1694
1694
|
readonly rootModel: any;
|
|
1695
1695
|
readonly contentModel: any;
|
|
1696
1696
|
readonly payload: any;
|
|
1697
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
1698
1697
|
readonly formattedSQL: any;
|
|
1699
1698
|
readonly typedAsSQL: boolean;
|
|
1700
1699
|
readonly typedAsHTTP: boolean;
|
|
1701
1700
|
readonly datasource: any;
|
|
1702
1701
|
readonly httpConfigString: string;
|
|
1702
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
1703
1703
|
} & {
|
|
1704
1704
|
readonly stateMessage: string;
|
|
1705
1705
|
} & {
|
|
@@ -4016,12 +4016,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
4016
4016
|
readonly rootModel: any;
|
|
4017
4017
|
readonly contentModel: any;
|
|
4018
4018
|
readonly payload: any;
|
|
4019
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
4020
4019
|
readonly formattedSQL: any;
|
|
4021
4020
|
readonly typedAsSQL: boolean;
|
|
4022
4021
|
readonly typedAsHTTP: boolean;
|
|
4023
4022
|
readonly datasource: any;
|
|
4024
4023
|
readonly httpConfigString: string;
|
|
4024
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
4025
4025
|
} & {
|
|
4026
4026
|
readonly stateMessage: string;
|
|
4027
4027
|
} & {
|
|
@@ -4086,12 +4086,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
4086
4086
|
readonly rootModel: any;
|
|
4087
4087
|
readonly contentModel: any;
|
|
4088
4088
|
readonly payload: any;
|
|
4089
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
4090
4089
|
readonly formattedSQL: any;
|
|
4091
4090
|
readonly typedAsSQL: boolean;
|
|
4092
4091
|
readonly typedAsHTTP: boolean;
|
|
4093
4092
|
readonly datasource: any;
|
|
4094
4093
|
readonly httpConfigString: string;
|
|
4094
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
4095
4095
|
} & {
|
|
4096
4096
|
readonly stateMessage: string;
|
|
4097
4097
|
} & {
|
|
@@ -5737,12 +5737,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
5737
5737
|
readonly rootModel: any;
|
|
5738
5738
|
readonly contentModel: any;
|
|
5739
5739
|
readonly payload: any;
|
|
5740
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
5741
5740
|
readonly formattedSQL: any;
|
|
5742
5741
|
readonly typedAsSQL: boolean;
|
|
5743
5742
|
readonly typedAsHTTP: boolean;
|
|
5744
5743
|
readonly datasource: any;
|
|
5745
5744
|
readonly httpConfigString: string;
|
|
5745
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
5746
5746
|
} & {
|
|
5747
5747
|
readonly stateMessage: string;
|
|
5748
5748
|
} & {
|
|
@@ -5807,12 +5807,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
5807
5807
|
readonly rootModel: any;
|
|
5808
5808
|
readonly contentModel: any;
|
|
5809
5809
|
readonly payload: any;
|
|
5810
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
5811
5810
|
readonly formattedSQL: any;
|
|
5812
5811
|
readonly typedAsSQL: boolean;
|
|
5813
5812
|
readonly typedAsHTTP: boolean;
|
|
5814
5813
|
readonly datasource: any;
|
|
5815
5814
|
readonly httpConfigString: string;
|
|
5815
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
5816
5816
|
} & {
|
|
5817
5817
|
readonly stateMessage: string;
|
|
5818
5818
|
} & {
|
|
@@ -7845,12 +7845,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
7845
7845
|
readonly rootModel: any;
|
|
7846
7846
|
readonly contentModel: any;
|
|
7847
7847
|
readonly payload: any;
|
|
7848
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
7849
7848
|
readonly formattedSQL: any;
|
|
7850
7849
|
readonly typedAsSQL: boolean;
|
|
7851
7850
|
readonly typedAsHTTP: boolean;
|
|
7852
7851
|
readonly datasource: any;
|
|
7853
7852
|
readonly httpConfigString: string;
|
|
7853
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
7854
7854
|
} & {
|
|
7855
7855
|
readonly stateMessage: string;
|
|
7856
7856
|
} & {
|
|
@@ -7915,12 +7915,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
7915
7915
|
readonly rootModel: any;
|
|
7916
7916
|
readonly contentModel: any;
|
|
7917
7917
|
readonly payload: any;
|
|
7918
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
7919
7918
|
readonly formattedSQL: any;
|
|
7920
7919
|
readonly typedAsSQL: boolean;
|
|
7921
7920
|
readonly typedAsHTTP: boolean;
|
|
7922
7921
|
readonly datasource: any;
|
|
7923
7922
|
readonly httpConfigString: string;
|
|
7923
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
7924
7924
|
} & {
|
|
7925
7925
|
readonly stateMessage: string;
|
|
7926
7926
|
} & {
|
|
@@ -9566,12 +9566,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
9566
9566
|
readonly rootModel: any;
|
|
9567
9567
|
readonly contentModel: any;
|
|
9568
9568
|
readonly payload: any;
|
|
9569
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
9570
9569
|
readonly formattedSQL: any;
|
|
9571
9570
|
readonly typedAsSQL: boolean;
|
|
9572
9571
|
readonly typedAsHTTP: boolean;
|
|
9573
9572
|
readonly datasource: any;
|
|
9574
9573
|
readonly httpConfigString: string;
|
|
9574
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
9575
9575
|
} & {
|
|
9576
9576
|
readonly stateMessage: string;
|
|
9577
9577
|
} & {
|
|
@@ -9636,12 +9636,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
9636
9636
|
readonly rootModel: any;
|
|
9637
9637
|
readonly contentModel: any;
|
|
9638
9638
|
readonly payload: any;
|
|
9639
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
9640
9639
|
readonly formattedSQL: any;
|
|
9641
9640
|
readonly typedAsSQL: boolean;
|
|
9642
9641
|
readonly typedAsHTTP: boolean;
|
|
9643
9642
|
readonly datasource: any;
|
|
9644
9643
|
readonly httpConfigString: string;
|
|
9644
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
9645
9645
|
} & {
|
|
9646
9646
|
readonly stateMessage: string;
|
|
9647
9647
|
} & {
|
|
@@ -11676,12 +11676,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
11676
11676
|
readonly rootModel: any;
|
|
11677
11677
|
readonly contentModel: any;
|
|
11678
11678
|
readonly payload: any;
|
|
11679
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
11680
11679
|
readonly formattedSQL: any;
|
|
11681
11680
|
readonly typedAsSQL: boolean;
|
|
11682
11681
|
readonly typedAsHTTP: boolean;
|
|
11683
11682
|
readonly datasource: any;
|
|
11684
11683
|
readonly httpConfigString: string;
|
|
11684
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
11685
11685
|
} & {
|
|
11686
11686
|
readonly stateMessage: string;
|
|
11687
11687
|
} & {
|
|
@@ -11746,12 +11746,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
11746
11746
|
readonly rootModel: any;
|
|
11747
11747
|
readonly contentModel: any;
|
|
11748
11748
|
readonly payload: any;
|
|
11749
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
11750
11749
|
readonly formattedSQL: any;
|
|
11751
11750
|
readonly typedAsSQL: boolean;
|
|
11752
11751
|
readonly typedAsHTTP: boolean;
|
|
11753
11752
|
readonly datasource: any;
|
|
11754
11753
|
readonly httpConfigString: string;
|
|
11754
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
11755
11755
|
} & {
|
|
11756
11756
|
readonly stateMessage: string;
|
|
11757
11757
|
} & {
|
|
@@ -13397,12 +13397,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
13397
13397
|
readonly rootModel: any;
|
|
13398
13398
|
readonly contentModel: any;
|
|
13399
13399
|
readonly payload: any;
|
|
13400
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
13401
13400
|
readonly formattedSQL: any;
|
|
13402
13401
|
readonly typedAsSQL: boolean;
|
|
13403
13402
|
readonly typedAsHTTP: boolean;
|
|
13404
13403
|
readonly datasource: any;
|
|
13405
13404
|
readonly httpConfigString: string;
|
|
13405
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
13406
13406
|
} & {
|
|
13407
13407
|
readonly stateMessage: string;
|
|
13408
13408
|
} & {
|
|
@@ -13467,12 +13467,12 @@ export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
13467
13467
|
readonly rootModel: any;
|
|
13468
13468
|
readonly contentModel: any;
|
|
13469
13469
|
readonly payload: any;
|
|
13470
|
-
readonly dashboardState: import("../../../..").TDashboardState;
|
|
13471
13470
|
readonly formattedSQL: any;
|
|
13472
13471
|
readonly typedAsSQL: boolean;
|
|
13473
13472
|
readonly typedAsHTTP: boolean;
|
|
13474
13473
|
readonly datasource: any;
|
|
13475
13474
|
readonly httpConfigString: string;
|
|
13475
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
13476
13476
|
} & {
|
|
13477
13477
|
readonly stateMessage: string;
|
|
13478
13478
|
} & {
|
|
@@ -53,12 +53,12 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
53
53
|
readonly rootModel: any;
|
|
54
54
|
readonly contentModel: any;
|
|
55
55
|
readonly payload: any;
|
|
56
|
-
readonly dashboardState: import("~/model/meta-model").TDashboardState;
|
|
57
56
|
readonly formattedSQL: any;
|
|
58
57
|
readonly typedAsSQL: boolean;
|
|
59
58
|
readonly typedAsHTTP: boolean;
|
|
60
59
|
readonly datasource: any;
|
|
61
60
|
readonly httpConfigString: string;
|
|
61
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
62
62
|
} & {
|
|
63
63
|
readonly stateMessage: string;
|
|
64
64
|
} & {
|
|
@@ -125,12 +125,12 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
125
125
|
readonly rootModel: any;
|
|
126
126
|
readonly contentModel: any;
|
|
127
127
|
readonly payload: any;
|
|
128
|
-
readonly dashboardState: import("~/model/meta-model").TDashboardState;
|
|
129
128
|
readonly formattedSQL: any;
|
|
130
129
|
readonly typedAsSQL: boolean;
|
|
131
130
|
readonly typedAsHTTP: boolean;
|
|
132
131
|
readonly datasource: any;
|
|
133
132
|
readonly httpConfigString: string;
|
|
133
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
134
134
|
} & {
|
|
135
135
|
readonly stateMessage: string;
|
|
136
136
|
} & {
|
|
@@ -195,12 +195,12 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
195
195
|
readonly rootModel: any;
|
|
196
196
|
readonly contentModel: any;
|
|
197
197
|
readonly payload: any;
|
|
198
|
-
readonly dashboardState: import("~/model/meta-model").TDashboardState;
|
|
199
198
|
readonly formattedSQL: any;
|
|
200
199
|
readonly typedAsSQL: boolean;
|
|
201
200
|
readonly typedAsHTTP: boolean;
|
|
202
201
|
readonly datasource: any;
|
|
203
202
|
readonly httpConfigString: string;
|
|
203
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
204
204
|
} & {
|
|
205
205
|
readonly stateMessage: string;
|
|
206
206
|
} & {
|
|
@@ -265,12 +265,12 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
265
265
|
readonly rootModel: any;
|
|
266
266
|
readonly contentModel: any;
|
|
267
267
|
readonly payload: any;
|
|
268
|
-
readonly dashboardState: import("~/model/meta-model").TDashboardState;
|
|
269
268
|
readonly formattedSQL: any;
|
|
270
269
|
readonly typedAsSQL: boolean;
|
|
271
270
|
readonly typedAsHTTP: boolean;
|
|
272
271
|
readonly datasource: any;
|
|
273
272
|
readonly httpConfigString: string;
|
|
273
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
274
274
|
} & {
|
|
275
275
|
readonly stateMessage: string;
|
|
276
276
|
} & {
|
|
@@ -335,12 +335,12 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
335
335
|
readonly rootModel: any;
|
|
336
336
|
readonly contentModel: any;
|
|
337
337
|
readonly payload: any;
|
|
338
|
-
readonly dashboardState: import("~/model/meta-model").TDashboardState;
|
|
339
338
|
readonly formattedSQL: any;
|
|
340
339
|
readonly typedAsSQL: boolean;
|
|
341
340
|
readonly typedAsHTTP: boolean;
|
|
342
341
|
readonly datasource: any;
|
|
343
342
|
readonly httpConfigString: string;
|
|
343
|
+
readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
|
|
344
344
|
} & {
|
|
345
345
|
readonly stateMessage: string;
|
|
346
346
|
} & {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
+
import { TAdditionalQueryInfo } from '~/api-caller/request';
|
|
2
3
|
import { DataSourceType } from '~/model';
|
|
3
4
|
export declare const QueryRenderModel: import("mobx-state-tree").IModelType<{
|
|
4
5
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -52,12 +53,12 @@ export declare const QueryRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
52
53
|
readonly rootModel: any;
|
|
53
54
|
readonly contentModel: any;
|
|
54
55
|
readonly payload: any;
|
|
55
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
56
56
|
readonly formattedSQL: any;
|
|
57
57
|
readonly typedAsSQL: boolean;
|
|
58
58
|
readonly typedAsHTTP: boolean;
|
|
59
59
|
readonly datasource: any;
|
|
60
60
|
readonly httpConfigString: string;
|
|
61
|
+
readonly additionalQueryInfo: TAdditionalQueryInfo;
|
|
61
62
|
} & {
|
|
62
63
|
readonly stateMessage: string;
|
|
63
64
|
} & {
|