@devtable/dashboard 9.9.0 → 9.10.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 +4 -12
- package/dist/dashboard.es.js +1138 -1137
- package/dist/dashboard.umd.js +3 -3
- package/dist/main/use-panel-full-screen.d.ts +4 -0
- package/dist/model/panels/index.d.ts +14 -0
- package/dist/model/panels/panel.d.ts +2 -0
- package/dist/model/queries/index.d.ts +3 -0
- package/dist/model/queries/query.d.ts +1 -0
- package/dist/plugins/plugin-context.d.ts +4 -0
- package/package.json +1 -1
|
@@ -624,6 +624,7 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
624
624
|
readonly typedAsSQL: boolean;
|
|
625
625
|
readonly typedAsHTTP: boolean;
|
|
626
626
|
readonly datasource: any;
|
|
627
|
+
readonly httpConfigString: string;
|
|
627
628
|
} & {
|
|
628
629
|
readonly stateMessage: string;
|
|
629
630
|
} & {
|
|
@@ -686,6 +687,7 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
686
687
|
readonly typedAsSQL: boolean;
|
|
687
688
|
readonly typedAsHTTP: boolean;
|
|
688
689
|
readonly datasource: any;
|
|
690
|
+
readonly httpConfigString: string;
|
|
689
691
|
} & {
|
|
690
692
|
readonly stateMessage: string;
|
|
691
693
|
} & {
|
|
@@ -1865,6 +1867,7 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1865
1867
|
readonly typedAsSQL: boolean;
|
|
1866
1868
|
readonly typedAsHTTP: boolean;
|
|
1867
1869
|
readonly datasource: any;
|
|
1870
|
+
readonly httpConfigString: string;
|
|
1868
1871
|
} & {
|
|
1869
1872
|
readonly stateMessage: string;
|
|
1870
1873
|
} & {
|
|
@@ -1927,6 +1930,7 @@ export declare function usePanelFullScreen(view: ViewModelInstance, panelID: str
|
|
|
1927
1930
|
readonly typedAsSQL: boolean;
|
|
1928
1931
|
readonly typedAsHTTP: boolean;
|
|
1929
1932
|
readonly datasource: any;
|
|
1933
|
+
readonly httpConfigString: string;
|
|
1930
1934
|
} & {
|
|
1931
1935
|
readonly stateMessage: string;
|
|
1932
1936
|
} & {
|
|
@@ -338,6 +338,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
338
338
|
readonly typedAsSQL: boolean;
|
|
339
339
|
readonly typedAsHTTP: boolean;
|
|
340
340
|
readonly datasource: any;
|
|
341
|
+
readonly httpConfigString: string;
|
|
341
342
|
} & {
|
|
342
343
|
readonly stateMessage: string;
|
|
343
344
|
} & {
|
|
@@ -400,6 +401,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
400
401
|
readonly typedAsSQL: boolean;
|
|
401
402
|
readonly typedAsHTTP: boolean;
|
|
402
403
|
readonly datasource: any;
|
|
404
|
+
readonly httpConfigString: string;
|
|
403
405
|
} & {
|
|
404
406
|
readonly stateMessage: string;
|
|
405
407
|
} & {
|
|
@@ -2056,6 +2058,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
2056
2058
|
readonly typedAsSQL: boolean;
|
|
2057
2059
|
readonly typedAsHTTP: boolean;
|
|
2058
2060
|
readonly datasource: any;
|
|
2061
|
+
readonly httpConfigString: string;
|
|
2059
2062
|
} & {
|
|
2060
2063
|
readonly stateMessage: string;
|
|
2061
2064
|
} & {
|
|
@@ -2118,6 +2121,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
2118
2121
|
readonly typedAsSQL: boolean;
|
|
2119
2122
|
readonly typedAsHTTP: boolean;
|
|
2120
2123
|
readonly datasource: any;
|
|
2124
|
+
readonly httpConfigString: string;
|
|
2121
2125
|
} & {
|
|
2122
2126
|
readonly stateMessage: string;
|
|
2123
2127
|
} & {
|
|
@@ -3297,6 +3301,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3297
3301
|
readonly typedAsSQL: boolean;
|
|
3298
3302
|
readonly typedAsHTTP: boolean;
|
|
3299
3303
|
readonly datasource: any;
|
|
3304
|
+
readonly httpConfigString: string;
|
|
3300
3305
|
} & {
|
|
3301
3306
|
readonly stateMessage: string;
|
|
3302
3307
|
} & {
|
|
@@ -3359,6 +3364,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3359
3364
|
readonly typedAsSQL: boolean;
|
|
3360
3365
|
readonly typedAsHTTP: boolean;
|
|
3361
3366
|
readonly datasource: any;
|
|
3367
|
+
readonly httpConfigString: string;
|
|
3362
3368
|
} & {
|
|
3363
3369
|
readonly stateMessage: string;
|
|
3364
3370
|
} & {
|
|
@@ -4824,6 +4830,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
4824
4830
|
readonly typedAsSQL: boolean;
|
|
4825
4831
|
readonly typedAsHTTP: boolean;
|
|
4826
4832
|
readonly datasource: any;
|
|
4833
|
+
readonly httpConfigString: string;
|
|
4827
4834
|
} & {
|
|
4828
4835
|
readonly stateMessage: string;
|
|
4829
4836
|
} & {
|
|
@@ -4886,6 +4893,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
4886
4893
|
readonly typedAsSQL: boolean;
|
|
4887
4894
|
readonly typedAsHTTP: boolean;
|
|
4888
4895
|
readonly datasource: any;
|
|
4896
|
+
readonly httpConfigString: string;
|
|
4889
4897
|
} & {
|
|
4890
4898
|
readonly stateMessage: string;
|
|
4891
4899
|
} & {
|
|
@@ -6065,6 +6073,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
6065
6073
|
readonly typedAsSQL: boolean;
|
|
6066
6074
|
readonly typedAsHTTP: boolean;
|
|
6067
6075
|
readonly datasource: any;
|
|
6076
|
+
readonly httpConfigString: string;
|
|
6068
6077
|
} & {
|
|
6069
6078
|
readonly stateMessage: string;
|
|
6070
6079
|
} & {
|
|
@@ -6127,6 +6136,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
6127
6136
|
readonly typedAsSQL: boolean;
|
|
6128
6137
|
readonly typedAsHTTP: boolean;
|
|
6129
6138
|
readonly datasource: any;
|
|
6139
|
+
readonly httpConfigString: string;
|
|
6130
6140
|
} & {
|
|
6131
6141
|
readonly stateMessage: string;
|
|
6132
6142
|
} & {
|
|
@@ -7594,6 +7604,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7594
7604
|
readonly typedAsSQL: boolean;
|
|
7595
7605
|
readonly typedAsHTTP: boolean;
|
|
7596
7606
|
readonly datasource: any;
|
|
7607
|
+
readonly httpConfigString: string;
|
|
7597
7608
|
} & {
|
|
7598
7609
|
readonly stateMessage: string;
|
|
7599
7610
|
} & {
|
|
@@ -7656,6 +7667,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7656
7667
|
readonly typedAsSQL: boolean;
|
|
7657
7668
|
readonly typedAsHTTP: boolean;
|
|
7658
7669
|
readonly datasource: any;
|
|
7670
|
+
readonly httpConfigString: string;
|
|
7659
7671
|
} & {
|
|
7660
7672
|
readonly stateMessage: string;
|
|
7661
7673
|
} & {
|
|
@@ -8835,6 +8847,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
8835
8847
|
readonly typedAsSQL: boolean;
|
|
8836
8848
|
readonly typedAsHTTP: boolean;
|
|
8837
8849
|
readonly datasource: any;
|
|
8850
|
+
readonly httpConfigString: string;
|
|
8838
8851
|
} & {
|
|
8839
8852
|
readonly stateMessage: string;
|
|
8840
8853
|
} & {
|
|
@@ -8897,6 +8910,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
8897
8910
|
readonly typedAsSQL: boolean;
|
|
8898
8911
|
readonly typedAsHTTP: boolean;
|
|
8899
8912
|
readonly datasource: any;
|
|
8913
|
+
readonly httpConfigString: string;
|
|
8900
8914
|
} & {
|
|
8901
8915
|
readonly stateMessage: string;
|
|
8902
8916
|
} & {
|
|
@@ -336,6 +336,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
336
336
|
readonly typedAsSQL: boolean;
|
|
337
337
|
readonly typedAsHTTP: boolean;
|
|
338
338
|
readonly datasource: any;
|
|
339
|
+
readonly httpConfigString: string;
|
|
339
340
|
} & {
|
|
340
341
|
readonly stateMessage: string;
|
|
341
342
|
} & {
|
|
@@ -398,6 +399,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
398
399
|
readonly typedAsSQL: boolean;
|
|
399
400
|
readonly typedAsHTTP: boolean;
|
|
400
401
|
readonly datasource: any;
|
|
402
|
+
readonly httpConfigString: string;
|
|
401
403
|
} & {
|
|
402
404
|
readonly stateMessage: string;
|
|
403
405
|
} & {
|
|
@@ -51,6 +51,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
51
51
|
readonly typedAsSQL: boolean;
|
|
52
52
|
readonly typedAsHTTP: boolean;
|
|
53
53
|
readonly datasource: any;
|
|
54
|
+
readonly httpConfigString: string;
|
|
54
55
|
} & {
|
|
55
56
|
readonly stateMessage: string;
|
|
56
57
|
} & {
|
|
@@ -115,6 +116,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
115
116
|
readonly typedAsSQL: boolean;
|
|
116
117
|
readonly typedAsHTTP: boolean;
|
|
117
118
|
readonly datasource: any;
|
|
119
|
+
readonly httpConfigString: string;
|
|
118
120
|
} & {
|
|
119
121
|
readonly stateMessage: string;
|
|
120
122
|
} & {
|
|
@@ -177,6 +179,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
177
179
|
readonly typedAsSQL: boolean;
|
|
178
180
|
readonly typedAsHTTP: boolean;
|
|
179
181
|
readonly datasource: any;
|
|
182
|
+
readonly httpConfigString: string;
|
|
180
183
|
} & {
|
|
181
184
|
readonly stateMessage: string;
|
|
182
185
|
} & {
|
|
@@ -640,6 +640,7 @@ export declare const tokens: {
|
|
|
640
640
|
readonly typedAsSQL: boolean;
|
|
641
641
|
readonly typedAsHTTP: boolean;
|
|
642
642
|
readonly datasource: any;
|
|
643
|
+
readonly httpConfigString: string;
|
|
643
644
|
} & {
|
|
644
645
|
readonly stateMessage: string;
|
|
645
646
|
} & {
|
|
@@ -702,6 +703,7 @@ export declare const tokens: {
|
|
|
702
703
|
readonly typedAsSQL: boolean;
|
|
703
704
|
readonly typedAsHTTP: boolean;
|
|
704
705
|
readonly datasource: any;
|
|
706
|
+
readonly httpConfigString: string;
|
|
705
707
|
} & {
|
|
706
708
|
readonly stateMessage: string;
|
|
707
709
|
} & {
|
|
@@ -1881,6 +1883,7 @@ export declare const tokens: {
|
|
|
1881
1883
|
readonly typedAsSQL: boolean;
|
|
1882
1884
|
readonly typedAsHTTP: boolean;
|
|
1883
1885
|
readonly datasource: any;
|
|
1886
|
+
readonly httpConfigString: string;
|
|
1884
1887
|
} & {
|
|
1885
1888
|
readonly stateMessage: string;
|
|
1886
1889
|
} & {
|
|
@@ -1943,6 +1946,7 @@ export declare const tokens: {
|
|
|
1943
1946
|
readonly typedAsSQL: boolean;
|
|
1944
1947
|
readonly typedAsHTTP: boolean;
|
|
1945
1948
|
readonly datasource: any;
|
|
1949
|
+
readonly httpConfigString: string;
|
|
1946
1950
|
} & {
|
|
1947
1951
|
readonly stateMessage: string;
|
|
1948
1952
|
} & {
|