@devtable/dashboard 14.31.0 → 14.31.1
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/components/plugins/plugin-context.d.ts +24 -24
- package/dist/contexts/panel-context.d.ts +48 -48
- package/dist/dashboard-editor/model/panels/panel.d.ts +12 -12
- package/dist/dashboard-editor/model/queries/queries.d.ts +26 -26
- package/dist/dashboard-editor/model/queries/query.d.ts +2 -2
- package/dist/dashboard.es.js +2 -2
- package/dist/dashboard.umd.js +2 -2
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +8 -8
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +18 -18
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +2 -2
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -325,8 +325,8 @@ export declare const QueryRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
325
325
|
readonly datasource: any;
|
|
326
326
|
readonly additionalQueryInfo: TAdditionalQueryInfo;
|
|
327
327
|
readonly depQueryModels: any;
|
|
328
|
-
readonly depQueryModelStates:
|
|
329
|
-
readonly depQueryModelStatesString:
|
|
328
|
+
readonly depQueryModelStates: QueryStateType[];
|
|
329
|
+
readonly depQueryModelStatesString: string;
|
|
330
330
|
} & {
|
|
331
331
|
readonly stateMessage: string;
|
|
332
332
|
} & {
|