@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.
- package/dist/components/plugins/plugin-context.d.ts +24 -24
- package/dist/components/plugins/viz-components/horizontal-bar-chart/triggers/click-horizontal-bar-chart-series.d.ts +6 -0
- package/dist/components/plugins/viz-components/horizontal-bar-chart/triggers/index.d.ts +1 -0
- 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 +1364 -1324
- package/dist/dashboard.umd.js +40 -40
- 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
|
@@ -4048,8 +4048,8 @@ export declare const tokens: {
|
|
|
4048
4048
|
readonly datasource: any;
|
|
4049
4049
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
4050
4050
|
readonly depQueryModels: any;
|
|
4051
|
-
readonly depQueryModelStates:
|
|
4052
|
-
readonly depQueryModelStatesString:
|
|
4051
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
4052
|
+
readonly depQueryModelStatesString: string;
|
|
4053
4053
|
} & {
|
|
4054
4054
|
readonly stateMessage: string;
|
|
4055
4055
|
} & {
|
|
@@ -4387,8 +4387,8 @@ export declare const tokens: {
|
|
|
4387
4387
|
readonly datasource: any;
|
|
4388
4388
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
4389
4389
|
readonly depQueryModels: any;
|
|
4390
|
-
readonly depQueryModelStates:
|
|
4391
|
-
readonly depQueryModelStatesString:
|
|
4390
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
4391
|
+
readonly depQueryModelStatesString: string;
|
|
4392
4392
|
} & {
|
|
4393
4393
|
readonly stateMessage: string;
|
|
4394
4394
|
} & {
|
|
@@ -5459,8 +5459,8 @@ export declare const tokens: {
|
|
|
5459
5459
|
readonly datasource: any;
|
|
5460
5460
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
5461
5461
|
readonly depQueryModels: any;
|
|
5462
|
-
readonly depQueryModelStates:
|
|
5463
|
-
readonly depQueryModelStatesString:
|
|
5462
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
5463
|
+
readonly depQueryModelStatesString: string;
|
|
5464
5464
|
} & {
|
|
5465
5465
|
readonly stateMessage: string;
|
|
5466
5466
|
} & {
|
|
@@ -5798,8 +5798,8 @@ export declare const tokens: {
|
|
|
5798
5798
|
readonly datasource: any;
|
|
5799
5799
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
5800
5800
|
readonly depQueryModels: any;
|
|
5801
|
-
readonly depQueryModelStates:
|
|
5802
|
-
readonly depQueryModelStatesString:
|
|
5801
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
5802
|
+
readonly depQueryModelStatesString: string;
|
|
5803
5803
|
} & {
|
|
5804
5804
|
readonly stateMessage: string;
|
|
5805
5805
|
} & {
|
|
@@ -6871,8 +6871,8 @@ export declare const tokens: {
|
|
|
6871
6871
|
readonly datasource: any;
|
|
6872
6872
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
6873
6873
|
readonly depQueryModels: any;
|
|
6874
|
-
readonly depQueryModelStates:
|
|
6875
|
-
readonly depQueryModelStatesString:
|
|
6874
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
6875
|
+
readonly depQueryModelStatesString: string;
|
|
6876
6876
|
} & {
|
|
6877
6877
|
readonly stateMessage: string;
|
|
6878
6878
|
} & {
|
|
@@ -7210,8 +7210,8 @@ export declare const tokens: {
|
|
|
7210
7210
|
readonly datasource: any;
|
|
7211
7211
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
7212
7212
|
readonly depQueryModels: any;
|
|
7213
|
-
readonly depQueryModelStates:
|
|
7214
|
-
readonly depQueryModelStatesString:
|
|
7213
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
7214
|
+
readonly depQueryModelStatesString: string;
|
|
7215
7215
|
} & {
|
|
7216
7216
|
readonly stateMessage: string;
|
|
7217
7217
|
} & {
|
|
@@ -11235,8 +11235,8 @@ export declare const tokens: {
|
|
|
11235
11235
|
readonly datasource: any;
|
|
11236
11236
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
11237
11237
|
readonly depQueryModels: any;
|
|
11238
|
-
readonly depQueryModelStates:
|
|
11239
|
-
readonly depQueryModelStatesString:
|
|
11238
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
11239
|
+
readonly depQueryModelStatesString: string;
|
|
11240
11240
|
} & {
|
|
11241
11241
|
readonly stateMessage: string;
|
|
11242
11242
|
} & {
|
|
@@ -11574,8 +11574,8 @@ export declare const tokens: {
|
|
|
11574
11574
|
readonly datasource: any;
|
|
11575
11575
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
11576
11576
|
readonly depQueryModels: any;
|
|
11577
|
-
readonly depQueryModelStates:
|
|
11578
|
-
readonly depQueryModelStatesString:
|
|
11577
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
11578
|
+
readonly depQueryModelStatesString: string;
|
|
11579
11579
|
} & {
|
|
11580
11580
|
readonly stateMessage: string;
|
|
11581
11581
|
} & {
|
|
@@ -12646,8 +12646,8 @@ export declare const tokens: {
|
|
|
12646
12646
|
readonly datasource: any;
|
|
12647
12647
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
12648
12648
|
readonly depQueryModels: any;
|
|
12649
|
-
readonly depQueryModelStates:
|
|
12650
|
-
readonly depQueryModelStatesString:
|
|
12649
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
12650
|
+
readonly depQueryModelStatesString: string;
|
|
12651
12651
|
} & {
|
|
12652
12652
|
readonly stateMessage: string;
|
|
12653
12653
|
} & {
|
|
@@ -12985,8 +12985,8 @@ export declare const tokens: {
|
|
|
12985
12985
|
readonly datasource: any;
|
|
12986
12986
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
12987
12987
|
readonly depQueryModels: any;
|
|
12988
|
-
readonly depQueryModelStates:
|
|
12989
|
-
readonly depQueryModelStatesString:
|
|
12988
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
12989
|
+
readonly depQueryModelStatesString: string;
|
|
12990
12990
|
} & {
|
|
12991
12991
|
readonly stateMessage: string;
|
|
12992
12992
|
} & {
|
|
@@ -14058,8 +14058,8 @@ export declare const tokens: {
|
|
|
14058
14058
|
readonly datasource: any;
|
|
14059
14059
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
14060
14060
|
readonly depQueryModels: any;
|
|
14061
|
-
readonly depQueryModelStates:
|
|
14062
|
-
readonly depQueryModelStatesString:
|
|
14061
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
14062
|
+
readonly depQueryModelStatesString: string;
|
|
14063
14063
|
} & {
|
|
14064
14064
|
readonly stateMessage: string;
|
|
14065
14065
|
} & {
|
|
@@ -14397,8 +14397,8 @@ export declare const tokens: {
|
|
|
14397
14397
|
readonly datasource: any;
|
|
14398
14398
|
readonly additionalQueryInfo: import("../..").TAdditionalQueryInfo;
|
|
14399
14399
|
readonly depQueryModels: any;
|
|
14400
|
-
readonly depQueryModelStates:
|
|
14401
|
-
readonly depQueryModelStatesString:
|
|
14400
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
14401
|
+
readonly depQueryModelStatesString: string;
|
|
14402
14402
|
} & {
|
|
14403
14403
|
readonly stateMessage: string;
|
|
14404
14404
|
} & {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ITriggerConfigProps, ITriggerSchema } from '../../../../../types/plugin';
|
|
2
|
+
export declare const ClickHorizontalBarChartSeries: ITriggerSchema;
|
|
3
|
+
export interface IClickHorizontalBarChartSeriesConfig {
|
|
4
|
+
foo: '';
|
|
5
|
+
}
|
|
6
|
+
export declare function ClickHorizontalBarChartSeriesSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './click-horizontal-bar-chart-series';
|
|
@@ -4029,8 +4029,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
4029
4029
|
readonly datasource: any;
|
|
4030
4030
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
4031
4031
|
readonly depQueryModels: any;
|
|
4032
|
-
readonly depQueryModelStates:
|
|
4033
|
-
readonly depQueryModelStatesString:
|
|
4032
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
4033
|
+
readonly depQueryModelStatesString: string;
|
|
4034
4034
|
} & {
|
|
4035
4035
|
readonly stateMessage: string;
|
|
4036
4036
|
} & {
|
|
@@ -4368,8 +4368,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
4368
4368
|
readonly datasource: any;
|
|
4369
4369
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
4370
4370
|
readonly depQueryModels: any;
|
|
4371
|
-
readonly depQueryModelStates:
|
|
4372
|
-
readonly depQueryModelStatesString:
|
|
4371
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
4372
|
+
readonly depQueryModelStatesString: string;
|
|
4373
4373
|
} & {
|
|
4374
4374
|
readonly stateMessage: string;
|
|
4375
4375
|
} & {
|
|
@@ -5440,8 +5440,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5440
5440
|
readonly datasource: any;
|
|
5441
5441
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
5442
5442
|
readonly depQueryModels: any;
|
|
5443
|
-
readonly depQueryModelStates:
|
|
5444
|
-
readonly depQueryModelStatesString:
|
|
5443
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
5444
|
+
readonly depQueryModelStatesString: string;
|
|
5445
5445
|
} & {
|
|
5446
5446
|
readonly stateMessage: string;
|
|
5447
5447
|
} & {
|
|
@@ -5779,8 +5779,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5779
5779
|
readonly datasource: any;
|
|
5780
5780
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
5781
5781
|
readonly depQueryModels: any;
|
|
5782
|
-
readonly depQueryModelStates:
|
|
5783
|
-
readonly depQueryModelStatesString:
|
|
5782
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
5783
|
+
readonly depQueryModelStatesString: string;
|
|
5784
5784
|
} & {
|
|
5785
5785
|
readonly stateMessage: string;
|
|
5786
5786
|
} & {
|
|
@@ -6852,8 +6852,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
6852
6852
|
readonly datasource: any;
|
|
6853
6853
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
6854
6854
|
readonly depQueryModels: any;
|
|
6855
|
-
readonly depQueryModelStates:
|
|
6856
|
-
readonly depQueryModelStatesString:
|
|
6855
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
6856
|
+
readonly depQueryModelStatesString: string;
|
|
6857
6857
|
} & {
|
|
6858
6858
|
readonly stateMessage: string;
|
|
6859
6859
|
} & {
|
|
@@ -7191,8 +7191,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
7191
7191
|
readonly datasource: any;
|
|
7192
7192
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
7193
7193
|
readonly depQueryModels: any;
|
|
7194
|
-
readonly depQueryModelStates:
|
|
7195
|
-
readonly depQueryModelStatesString:
|
|
7194
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
7195
|
+
readonly depQueryModelStatesString: string;
|
|
7196
7196
|
} & {
|
|
7197
7197
|
readonly stateMessage: string;
|
|
7198
7198
|
} & {
|
|
@@ -11155,8 +11155,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11155
11155
|
readonly datasource: any;
|
|
11156
11156
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
11157
11157
|
readonly depQueryModels: any;
|
|
11158
|
-
readonly depQueryModelStates:
|
|
11159
|
-
readonly depQueryModelStatesString:
|
|
11158
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
11159
|
+
readonly depQueryModelStatesString: string;
|
|
11160
11160
|
} & {
|
|
11161
11161
|
readonly stateMessage: string;
|
|
11162
11162
|
} & {
|
|
@@ -11494,8 +11494,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11494
11494
|
readonly datasource: any;
|
|
11495
11495
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
11496
11496
|
readonly depQueryModels: any;
|
|
11497
|
-
readonly depQueryModelStates:
|
|
11498
|
-
readonly depQueryModelStatesString:
|
|
11497
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
11498
|
+
readonly depQueryModelStatesString: string;
|
|
11499
11499
|
} & {
|
|
11500
11500
|
readonly stateMessage: string;
|
|
11501
11501
|
} & {
|
|
@@ -12566,8 +12566,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
12566
12566
|
readonly datasource: any;
|
|
12567
12567
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
12568
12568
|
readonly depQueryModels: any;
|
|
12569
|
-
readonly depQueryModelStates:
|
|
12570
|
-
readonly depQueryModelStatesString:
|
|
12569
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
12570
|
+
readonly depQueryModelStatesString: string;
|
|
12571
12571
|
} & {
|
|
12572
12572
|
readonly stateMessage: string;
|
|
12573
12573
|
} & {
|
|
@@ -12905,8 +12905,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
12905
12905
|
readonly datasource: any;
|
|
12906
12906
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
12907
12907
|
readonly depQueryModels: any;
|
|
12908
|
-
readonly depQueryModelStates:
|
|
12909
|
-
readonly depQueryModelStatesString:
|
|
12908
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
12909
|
+
readonly depQueryModelStatesString: string;
|
|
12910
12910
|
} & {
|
|
12911
12911
|
readonly stateMessage: string;
|
|
12912
12912
|
} & {
|
|
@@ -13978,8 +13978,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
13978
13978
|
readonly datasource: any;
|
|
13979
13979
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
13980
13980
|
readonly depQueryModels: any;
|
|
13981
|
-
readonly depQueryModelStates:
|
|
13982
|
-
readonly depQueryModelStatesString:
|
|
13981
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
13982
|
+
readonly depQueryModelStatesString: string;
|
|
13983
13983
|
} & {
|
|
13984
13984
|
readonly stateMessage: string;
|
|
13985
13985
|
} & {
|
|
@@ -14317,8 +14317,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
14317
14317
|
readonly datasource: any;
|
|
14318
14318
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
14319
14319
|
readonly depQueryModels: any;
|
|
14320
|
-
readonly depQueryModelStates:
|
|
14321
|
-
readonly depQueryModelStatesString:
|
|
14320
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
14321
|
+
readonly depQueryModelStatesString: string;
|
|
14322
14322
|
} & {
|
|
14323
14323
|
readonly stateMessage: string;
|
|
14324
14324
|
} & {
|
|
@@ -18842,8 +18842,8 @@ export declare const useEditPanelContext: () => {
|
|
|
18842
18842
|
readonly datasource: any;
|
|
18843
18843
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
18844
18844
|
readonly depQueryModels: any;
|
|
18845
|
-
readonly depQueryModelStates:
|
|
18846
|
-
readonly depQueryModelStatesString:
|
|
18845
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
18846
|
+
readonly depQueryModelStatesString: string;
|
|
18847
18847
|
} & {
|
|
18848
18848
|
readonly stateMessage: string;
|
|
18849
18849
|
} & {
|
|
@@ -19181,8 +19181,8 @@ export declare const useEditPanelContext: () => {
|
|
|
19181
19181
|
readonly datasource: any;
|
|
19182
19182
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
19183
19183
|
readonly depQueryModels: any;
|
|
19184
|
-
readonly depQueryModelStates:
|
|
19185
|
-
readonly depQueryModelStatesString:
|
|
19184
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
19185
|
+
readonly depQueryModelStatesString: string;
|
|
19186
19186
|
} & {
|
|
19187
19187
|
readonly stateMessage: string;
|
|
19188
19188
|
} & {
|
|
@@ -20253,8 +20253,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20253
20253
|
readonly datasource: any;
|
|
20254
20254
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
20255
20255
|
readonly depQueryModels: any;
|
|
20256
|
-
readonly depQueryModelStates:
|
|
20257
|
-
readonly depQueryModelStatesString:
|
|
20256
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
20257
|
+
readonly depQueryModelStatesString: string;
|
|
20258
20258
|
} & {
|
|
20259
20259
|
readonly stateMessage: string;
|
|
20260
20260
|
} & {
|
|
@@ -20592,8 +20592,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20592
20592
|
readonly datasource: any;
|
|
20593
20593
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
20594
20594
|
readonly depQueryModels: any;
|
|
20595
|
-
readonly depQueryModelStates:
|
|
20596
|
-
readonly depQueryModelStatesString:
|
|
20595
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
20596
|
+
readonly depQueryModelStatesString: string;
|
|
20597
20597
|
} & {
|
|
20598
20598
|
readonly stateMessage: string;
|
|
20599
20599
|
} & {
|
|
@@ -21665,8 +21665,8 @@ export declare const useEditPanelContext: () => {
|
|
|
21665
21665
|
readonly datasource: any;
|
|
21666
21666
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
21667
21667
|
readonly depQueryModels: any;
|
|
21668
|
-
readonly depQueryModelStates:
|
|
21669
|
-
readonly depQueryModelStatesString:
|
|
21668
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
21669
|
+
readonly depQueryModelStatesString: string;
|
|
21670
21670
|
} & {
|
|
21671
21671
|
readonly stateMessage: string;
|
|
21672
21672
|
} & {
|
|
@@ -22004,8 +22004,8 @@ export declare const useEditPanelContext: () => {
|
|
|
22004
22004
|
readonly datasource: any;
|
|
22005
22005
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
22006
22006
|
readonly depQueryModels: any;
|
|
22007
|
-
readonly depQueryModelStates:
|
|
22008
|
-
readonly depQueryModelStatesString:
|
|
22007
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
22008
|
+
readonly depQueryModelStatesString: string;
|
|
22009
22009
|
} & {
|
|
22010
22010
|
readonly stateMessage: string;
|
|
22011
22011
|
} & {
|
|
@@ -26029,8 +26029,8 @@ export declare const useEditPanelContext: () => {
|
|
|
26029
26029
|
readonly datasource: any;
|
|
26030
26030
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
26031
26031
|
readonly depQueryModels: any;
|
|
26032
|
-
readonly depQueryModelStates:
|
|
26033
|
-
readonly depQueryModelStatesString:
|
|
26032
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
26033
|
+
readonly depQueryModelStatesString: string;
|
|
26034
26034
|
} & {
|
|
26035
26035
|
readonly stateMessage: string;
|
|
26036
26036
|
} & {
|
|
@@ -26368,8 +26368,8 @@ export declare const useEditPanelContext: () => {
|
|
|
26368
26368
|
readonly datasource: any;
|
|
26369
26369
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
26370
26370
|
readonly depQueryModels: any;
|
|
26371
|
-
readonly depQueryModelStates:
|
|
26372
|
-
readonly depQueryModelStatesString:
|
|
26371
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
26372
|
+
readonly depQueryModelStatesString: string;
|
|
26373
26373
|
} & {
|
|
26374
26374
|
readonly stateMessage: string;
|
|
26375
26375
|
} & {
|
|
@@ -27440,8 +27440,8 @@ export declare const useEditPanelContext: () => {
|
|
|
27440
27440
|
readonly datasource: any;
|
|
27441
27441
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
27442
27442
|
readonly depQueryModels: any;
|
|
27443
|
-
readonly depQueryModelStates:
|
|
27444
|
-
readonly depQueryModelStatesString:
|
|
27443
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
27444
|
+
readonly depQueryModelStatesString: string;
|
|
27445
27445
|
} & {
|
|
27446
27446
|
readonly stateMessage: string;
|
|
27447
27447
|
} & {
|
|
@@ -27779,8 +27779,8 @@ export declare const useEditPanelContext: () => {
|
|
|
27779
27779
|
readonly datasource: any;
|
|
27780
27780
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
27781
27781
|
readonly depQueryModels: any;
|
|
27782
|
-
readonly depQueryModelStates:
|
|
27783
|
-
readonly depQueryModelStatesString:
|
|
27782
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
27783
|
+
readonly depQueryModelStatesString: string;
|
|
27784
27784
|
} & {
|
|
27785
27785
|
readonly stateMessage: string;
|
|
27786
27786
|
} & {
|
|
@@ -28852,8 +28852,8 @@ export declare const useEditPanelContext: () => {
|
|
|
28852
28852
|
readonly datasource: any;
|
|
28853
28853
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
28854
28854
|
readonly depQueryModels: any;
|
|
28855
|
-
readonly depQueryModelStates:
|
|
28856
|
-
readonly depQueryModelStatesString:
|
|
28855
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
28856
|
+
readonly depQueryModelStatesString: string;
|
|
28857
28857
|
} & {
|
|
28858
28858
|
readonly stateMessage: string;
|
|
28859
28859
|
} & {
|
|
@@ -29191,8 +29191,8 @@ export declare const useEditPanelContext: () => {
|
|
|
29191
29191
|
readonly datasource: any;
|
|
29192
29192
|
readonly additionalQueryInfo: import("..").TAdditionalQueryInfo;
|
|
29193
29193
|
readonly depQueryModels: any;
|
|
29194
|
-
readonly depQueryModelStates:
|
|
29195
|
-
readonly depQueryModelStatesString:
|
|
29194
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
29195
|
+
readonly depQueryModelStatesString: string;
|
|
29196
29196
|
} & {
|
|
29197
29197
|
readonly stateMessage: string;
|
|
29198
29198
|
} & {
|
|
@@ -3466,8 +3466,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3466
3466
|
readonly datasource: any;
|
|
3467
3467
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
3468
3468
|
readonly depQueryModels: any;
|
|
3469
|
-
readonly depQueryModelStates:
|
|
3470
|
-
readonly depQueryModelStatesString:
|
|
3469
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
3470
|
+
readonly depQueryModelStatesString: string;
|
|
3471
3471
|
} & {
|
|
3472
3472
|
readonly stateMessage: string;
|
|
3473
3473
|
} & {
|
|
@@ -3805,8 +3805,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3805
3805
|
readonly datasource: any;
|
|
3806
3806
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
3807
3807
|
readonly depQueryModels: any;
|
|
3808
|
-
readonly depQueryModelStates:
|
|
3809
|
-
readonly depQueryModelStatesString:
|
|
3808
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
3809
|
+
readonly depQueryModelStatesString: string;
|
|
3810
3810
|
} & {
|
|
3811
3811
|
readonly stateMessage: string;
|
|
3812
3812
|
} & {
|
|
@@ -4877,8 +4877,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
4877
4877
|
readonly datasource: any;
|
|
4878
4878
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
4879
4879
|
readonly depQueryModels: any;
|
|
4880
|
-
readonly depQueryModelStates:
|
|
4881
|
-
readonly depQueryModelStatesString:
|
|
4880
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
4881
|
+
readonly depQueryModelStatesString: string;
|
|
4882
4882
|
} & {
|
|
4883
4883
|
readonly stateMessage: string;
|
|
4884
4884
|
} & {
|
|
@@ -5216,8 +5216,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
5216
5216
|
readonly datasource: any;
|
|
5217
5217
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
5218
5218
|
readonly depQueryModels: any;
|
|
5219
|
-
readonly depQueryModelStates:
|
|
5220
|
-
readonly depQueryModelStatesString:
|
|
5219
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
5220
|
+
readonly depQueryModelStatesString: string;
|
|
5221
5221
|
} & {
|
|
5222
5222
|
readonly stateMessage: string;
|
|
5223
5223
|
} & {
|
|
@@ -6289,8 +6289,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6289
6289
|
readonly datasource: any;
|
|
6290
6290
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
6291
6291
|
readonly depQueryModels: any;
|
|
6292
|
-
readonly depQueryModelStates:
|
|
6293
|
-
readonly depQueryModelStatesString:
|
|
6292
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
6293
|
+
readonly depQueryModelStatesString: string;
|
|
6294
6294
|
} & {
|
|
6295
6295
|
readonly stateMessage: string;
|
|
6296
6296
|
} & {
|
|
@@ -6628,8 +6628,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6628
6628
|
readonly datasource: any;
|
|
6629
6629
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
6630
6630
|
readonly depQueryModels: any;
|
|
6631
|
-
readonly depQueryModelStates:
|
|
6632
|
-
readonly depQueryModelStatesString:
|
|
6631
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
6632
|
+
readonly depQueryModelStatesString: string;
|
|
6633
6633
|
} & {
|
|
6634
6634
|
readonly stateMessage: string;
|
|
6635
6635
|
} & {
|
|
@@ -321,8 +321,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
321
321
|
readonly datasource: any;
|
|
322
322
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
323
323
|
readonly depQueryModels: any;
|
|
324
|
-
readonly depQueryModelStates:
|
|
325
|
-
readonly depQueryModelStatesString:
|
|
324
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
325
|
+
readonly depQueryModelStatesString: string;
|
|
326
326
|
} & {
|
|
327
327
|
readonly stateMessage: string;
|
|
328
328
|
} & {
|
|
@@ -662,8 +662,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
662
662
|
readonly datasource: any;
|
|
663
663
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
664
664
|
readonly depQueryModels: any;
|
|
665
|
-
readonly depQueryModelStates:
|
|
666
|
-
readonly depQueryModelStatesString:
|
|
665
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
666
|
+
readonly depQueryModelStatesString: string;
|
|
667
667
|
} & {
|
|
668
668
|
readonly stateMessage: string;
|
|
669
669
|
} & {
|
|
@@ -1745,8 +1745,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
1745
1745
|
readonly datasource: any;
|
|
1746
1746
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
1747
1747
|
readonly depQueryModels: any;
|
|
1748
|
-
readonly depQueryModelStates:
|
|
1749
|
-
readonly depQueryModelStatesString:
|
|
1748
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
1749
|
+
readonly depQueryModelStatesString: string;
|
|
1750
1750
|
} & {
|
|
1751
1751
|
readonly stateMessage: string;
|
|
1752
1752
|
} & {
|
|
@@ -2084,8 +2084,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
2084
2084
|
readonly datasource: any;
|
|
2085
2085
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
2086
2086
|
readonly depQueryModels: any;
|
|
2087
|
-
readonly depQueryModelStates:
|
|
2088
|
-
readonly depQueryModelStatesString:
|
|
2087
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
2088
|
+
readonly depQueryModelStatesString: string;
|
|
2089
2089
|
} & {
|
|
2090
2090
|
readonly stateMessage: string;
|
|
2091
2091
|
} & {
|
|
@@ -3156,8 +3156,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
3156
3156
|
readonly datasource: any;
|
|
3157
3157
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
3158
3158
|
readonly depQueryModels: any;
|
|
3159
|
-
readonly depQueryModelStates:
|
|
3160
|
-
readonly depQueryModelStatesString:
|
|
3159
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
3160
|
+
readonly depQueryModelStatesString: string;
|
|
3161
3161
|
} & {
|
|
3162
3162
|
readonly stateMessage: string;
|
|
3163
3163
|
} & {
|
|
@@ -3495,8 +3495,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
3495
3495
|
readonly datasource: any;
|
|
3496
3496
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
3497
3497
|
readonly depQueryModels: any;
|
|
3498
|
-
readonly depQueryModelStates:
|
|
3499
|
-
readonly depQueryModelStatesString:
|
|
3498
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
3499
|
+
readonly depQueryModelStatesString: string;
|
|
3500
3500
|
} & {
|
|
3501
3501
|
readonly stateMessage: string;
|
|
3502
3502
|
} & {
|
|
@@ -4615,8 +4615,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
4615
4615
|
readonly datasource: any;
|
|
4616
4616
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
4617
4617
|
readonly depQueryModels: any;
|
|
4618
|
-
readonly depQueryModelStates:
|
|
4619
|
-
readonly depQueryModelStatesString:
|
|
4618
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
4619
|
+
readonly depQueryModelStatesString: string;
|
|
4620
4620
|
} & {
|
|
4621
4621
|
readonly stateMessage: string;
|
|
4622
4622
|
} & {
|
|
@@ -4954,8 +4954,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
4954
4954
|
readonly datasource: any;
|
|
4955
4955
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
4956
4956
|
readonly depQueryModels: any;
|
|
4957
|
-
readonly depQueryModelStates:
|
|
4958
|
-
readonly depQueryModelStatesString:
|
|
4957
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
4958
|
+
readonly depQueryModelStatesString: string;
|
|
4959
4959
|
} & {
|
|
4960
4960
|
readonly stateMessage: string;
|
|
4961
4961
|
} & {
|
|
@@ -6026,8 +6026,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
6026
6026
|
readonly datasource: any;
|
|
6027
6027
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
6028
6028
|
readonly depQueryModels: any;
|
|
6029
|
-
readonly depQueryModelStates:
|
|
6030
|
-
readonly depQueryModelStatesString:
|
|
6029
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
6030
|
+
readonly depQueryModelStatesString: string;
|
|
6031
6031
|
} & {
|
|
6032
6032
|
readonly stateMessage: string;
|
|
6033
6033
|
} & {
|
|
@@ -6365,8 +6365,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
6365
6365
|
readonly datasource: any;
|
|
6366
6366
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
6367
6367
|
readonly depQueryModels: any;
|
|
6368
|
-
readonly depQueryModelStates:
|
|
6369
|
-
readonly depQueryModelStatesString:
|
|
6368
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
6369
|
+
readonly depQueryModelStatesString: string;
|
|
6370
6370
|
} & {
|
|
6371
6371
|
readonly stateMessage: string;
|
|
6372
6372
|
} & {
|
|
@@ -7502,8 +7502,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
7502
7502
|
readonly datasource: any;
|
|
7503
7503
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
7504
7504
|
readonly depQueryModels: any;
|
|
7505
|
-
readonly depQueryModelStates:
|
|
7506
|
-
readonly depQueryModelStatesString:
|
|
7505
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
7506
|
+
readonly depQueryModelStatesString: string;
|
|
7507
7507
|
} & {
|
|
7508
7508
|
readonly stateMessage: string;
|
|
7509
7509
|
} & {
|
|
@@ -7841,8 +7841,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
7841
7841
|
readonly datasource: any;
|
|
7842
7842
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
7843
7843
|
readonly depQueryModels: any;
|
|
7844
|
-
readonly depQueryModelStates:
|
|
7845
|
-
readonly depQueryModelStatesString:
|
|
7844
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
7845
|
+
readonly depQueryModelStatesString: string;
|
|
7846
7846
|
} & {
|
|
7847
7847
|
readonly stateMessage: string;
|
|
7848
7848
|
} & {
|
|
@@ -8188,8 +8188,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
8188
8188
|
readonly datasource: any;
|
|
8189
8189
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
8190
8190
|
readonly depQueryModels: any;
|
|
8191
|
-
readonly depQueryModelStates:
|
|
8192
|
-
readonly depQueryModelStatesString:
|
|
8191
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
8192
|
+
readonly depQueryModelStatesString: string;
|
|
8193
8193
|
} & {
|
|
8194
8194
|
readonly stateMessage: string;
|
|
8195
8195
|
} & {
|
|
@@ -320,8 +320,8 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
320
320
|
readonly datasource: any;
|
|
321
321
|
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
322
322
|
readonly depQueryModels: any;
|
|
323
|
-
readonly depQueryModelStates:
|
|
324
|
-
readonly depQueryModelStatesString:
|
|
323
|
+
readonly depQueryModelStates: ("error" | "loading" | "idle")[];
|
|
324
|
+
readonly depQueryModelStatesString: string;
|
|
325
325
|
} & {
|
|
326
326
|
readonly stateMessage: string;
|
|
327
327
|
} & {
|