@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 QueriesModel: 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").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 QueriesModel: 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").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 QueriesModel: 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").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 QueriesModel: 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").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 QueriesModel: 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").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
|
} & {
|
|
@@ -430,12 +430,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
430
430
|
readonly rootModel: any;
|
|
431
431
|
readonly contentModel: any;
|
|
432
432
|
readonly payload: any;
|
|
433
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
434
433
|
readonly formattedSQL: any;
|
|
435
434
|
readonly typedAsSQL: boolean;
|
|
436
435
|
readonly typedAsHTTP: boolean;
|
|
437
436
|
readonly datasource: any;
|
|
438
437
|
readonly httpConfigString: string;
|
|
438
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
439
439
|
} & {
|
|
440
440
|
readonly stateMessage: string;
|
|
441
441
|
} & {
|
|
@@ -500,12 +500,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
500
500
|
readonly rootModel: any;
|
|
501
501
|
readonly contentModel: any;
|
|
502
502
|
readonly payload: any;
|
|
503
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
504
503
|
readonly formattedSQL: any;
|
|
505
504
|
readonly typedAsSQL: boolean;
|
|
506
505
|
readonly typedAsHTTP: boolean;
|
|
507
506
|
readonly datasource: any;
|
|
508
507
|
readonly httpConfigString: string;
|
|
508
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
509
509
|
} & {
|
|
510
510
|
readonly stateMessage: string;
|
|
511
511
|
} & {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ReactNode } from './react';
|
|
2
|
-
export declare const DataPreview: (({ id, moreActions }: {
|
|
2
|
+
export declare const DataPreview: (({ id, moreActions, refreshOnMount }: {
|
|
3
3
|
id: string;
|
|
4
4
|
moreActions: ReactNode | null;
|
|
5
|
+
refreshOnMount?: boolean | undefined;
|
|
5
6
|
}) => import('./react/jsx-runtime').JSX.Element) & {
|
|
6
7
|
displayName: string;
|
|
7
8
|
};
|