@devtable/dashboard 10.40.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 +70 -10
- package/dist/components/plugins/plugin-context.d.ts +70 -10
- package/dist/components/plugins/viz-manager/components.d.ts +1 -3
- package/dist/contexts/panel-context.d.ts +140 -20
- 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 +31 -5
- package/dist/dashboard-editor/model/panels/panels.d.ts +290 -41
- package/dist/dashboard-editor/model/queries/index.d.ts +7 -7
- package/dist/dashboard-editor/ui/settings/content/data-preview/index.d.ts +2 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/name.d.ts +3 -0
- package/dist/dashboard.es.js +2302 -2295
- package/dist/dashboard.umd.js +61 -121
- package/dist/model/meta-model/dashboard/content/panel/index.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +29 -3
- package/dist/model/meta-model/dashboard/content/panel/title.d.ts +9 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +31 -5
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +259 -36
- 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/dist/types/dashboard.d.ts +4 -1
- package/dist/types/plugin/index.d.ts +0 -9
- package/package.json +1 -1
|
@@ -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
|
} & {
|