@devtable/dashboard 14.30.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.
@@ -3476,8 +3476,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
3476
3476
  readonly datasource: any;
3477
3477
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
3478
3478
  readonly depQueryModels: any;
3479
- readonly depQueryModelStates: any;
3480
- readonly depQueryModelStatesString: any;
3479
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
3480
+ readonly depQueryModelStatesString: string;
3481
3481
  } & {
3482
3482
  readonly stateMessage: string;
3483
3483
  } & {
@@ -3815,8 +3815,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
3815
3815
  readonly datasource: any;
3816
3816
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
3817
3817
  readonly depQueryModels: any;
3818
- readonly depQueryModelStates: any;
3819
- readonly depQueryModelStatesString: any;
3818
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
3819
+ readonly depQueryModelStatesString: string;
3820
3820
  } & {
3821
3821
  readonly stateMessage: string;
3822
3822
  } & {
@@ -4887,8 +4887,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
4887
4887
  readonly datasource: any;
4888
4888
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
4889
4889
  readonly depQueryModels: any;
4890
- readonly depQueryModelStates: any;
4891
- readonly depQueryModelStatesString: any;
4890
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
4891
+ readonly depQueryModelStatesString: string;
4892
4892
  } & {
4893
4893
  readonly stateMessage: string;
4894
4894
  } & {
@@ -5226,8 +5226,8 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
5226
5226
  readonly datasource: any;
5227
5227
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
5228
5228
  readonly depQueryModels: any;
5229
- readonly depQueryModelStates: any;
5230
- readonly depQueryModelStatesString: any;
5229
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
5230
+ readonly depQueryModelStatesString: string;
5231
5231
  } & {
5232
5232
  readonly stateMessage: string;
5233
5233
  } & {
@@ -324,8 +324,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
324
324
  readonly datasource: any;
325
325
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
326
326
  readonly depQueryModels: any;
327
- readonly depQueryModelStates: any;
328
- readonly depQueryModelStatesString: any;
327
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
328
+ readonly depQueryModelStatesString: string;
329
329
  } & {
330
330
  readonly stateMessage: string;
331
331
  } & {
@@ -1399,8 +1399,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
1399
1399
  readonly datasource: any;
1400
1400
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
1401
1401
  readonly depQueryModels: any;
1402
- readonly depQueryModelStates: any;
1403
- readonly depQueryModelStatesString: any;
1402
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
1403
+ readonly depQueryModelStatesString: string;
1404
1404
  } & {
1405
1405
  readonly stateMessage: string;
1406
1406
  } & {
@@ -1738,8 +1738,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
1738
1738
  readonly datasource: any;
1739
1739
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
1740
1740
  readonly depQueryModels: any;
1741
- readonly depQueryModelStates: any;
1742
- readonly depQueryModelStatesString: any;
1741
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
1742
+ readonly depQueryModelStatesString: string;
1743
1743
  } & {
1744
1744
  readonly stateMessage: string;
1745
1745
  } & {
@@ -2810,8 +2810,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
2810
2810
  readonly datasource: any;
2811
2811
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
2812
2812
  readonly depQueryModels: any;
2813
- readonly depQueryModelStates: any;
2814
- readonly depQueryModelStatesString: any;
2813
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
2814
+ readonly depQueryModelStatesString: string;
2815
2815
  } & {
2816
2816
  readonly stateMessage: string;
2817
2817
  } & {
@@ -3149,8 +3149,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
3149
3149
  readonly datasource: any;
3150
3150
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
3151
3151
  readonly depQueryModels: any;
3152
- readonly depQueryModelStates: any;
3153
- readonly depQueryModelStatesString: any;
3152
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
3153
+ readonly depQueryModelStatesString: string;
3154
3154
  } & {
3155
3155
  readonly stateMessage: string;
3156
3156
  } & {
@@ -4269,8 +4269,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
4269
4269
  readonly datasource: any;
4270
4270
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
4271
4271
  readonly depQueryModels: any;
4272
- readonly depQueryModelStates: any;
4273
- readonly depQueryModelStatesString: any;
4272
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
4273
+ readonly depQueryModelStatesString: string;
4274
4274
  } & {
4275
4275
  readonly stateMessage: string;
4276
4276
  } & {
@@ -4608,8 +4608,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
4608
4608
  readonly datasource: any;
4609
4609
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
4610
4610
  readonly depQueryModels: any;
4611
- readonly depQueryModelStates: any;
4612
- readonly depQueryModelStatesString: any;
4611
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
4612
+ readonly depQueryModelStatesString: string;
4613
4613
  } & {
4614
4614
  readonly stateMessage: string;
4615
4615
  } & {
@@ -5680,8 +5680,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
5680
5680
  readonly datasource: any;
5681
5681
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
5682
5682
  readonly depQueryModels: any;
5683
- readonly depQueryModelStates: any;
5684
- readonly depQueryModelStatesString: any;
5683
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
5684
+ readonly depQueryModelStatesString: string;
5685
5685
  } & {
5686
5686
  readonly stateMessage: string;
5687
5687
  } & {
@@ -6019,8 +6019,8 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
6019
6019
  readonly datasource: any;
6020
6020
  readonly additionalQueryInfo: import("../../../../..").TAdditionalQueryInfo;
6021
6021
  readonly depQueryModels: any;
6022
- readonly depQueryModelStates: any;
6023
- readonly depQueryModelStatesString: any;
6022
+ readonly depQueryModelStates: ("error" | "loading" | "idle")[];
6023
+ readonly depQueryModelStatesString: string;
6024
6024
  } & {
6025
6025
  readonly stateMessage: string;
6026
6026
  } & {
@@ -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: any;
329
- readonly depQueryModelStatesString: any;
328
+ readonly depQueryModelStates: QueryStateType[];
329
+ readonly depQueryModelStatesString: string;
330
330
  } & {
331
331
  readonly stateMessage: string;
332
332
  } & {