@devtable/dashboard 10.34.7 → 10.35.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/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +8 -0
- package/dist/components/plugins/plugin-context.d.ts +8 -0
- package/dist/contexts/panel-context.d.ts +16 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +4 -0
- package/dist/dashboard-editor/model/panels/panels.d.ts +32 -0
- package/dist/dashboard-editor/model/queries/index.d.ts +14 -0
- package/dist/dashboard.es.js +2836 -2812
- package/dist/dashboard.umd.js +66 -66
- package/dist/model/meta-model/dashboard/content/types.d.ts +4 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +4 -0
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +28 -0
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +10 -0
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +2 -0
- package/dist/stats.html +1 -1
- package/dist/utils/dashboard-state.d.ts +2 -0
- package/dist/utils/http-query.d.ts +2 -2
- package/dist/utils/sql.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1978,6 +1978,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
1978
1978
|
} & {
|
|
1979
1979
|
readonly rootModel: any;
|
|
1980
1980
|
readonly contentModel: any;
|
|
1981
|
+
readonly payload: any;
|
|
1982
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
1981
1983
|
readonly formattedSQL: any;
|
|
1982
1984
|
readonly typedAsSQL: boolean;
|
|
1983
1985
|
readonly typedAsHTTP: boolean;
|
|
@@ -2046,6 +2048,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2046
2048
|
} & {
|
|
2047
2049
|
readonly rootModel: any;
|
|
2048
2050
|
readonly contentModel: any;
|
|
2051
|
+
readonly payload: any;
|
|
2052
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
2049
2053
|
readonly formattedSQL: any;
|
|
2050
2054
|
readonly typedAsSQL: boolean;
|
|
2051
2055
|
readonly typedAsHTTP: boolean;
|
|
@@ -3669,6 +3673,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3669
3673
|
} & {
|
|
3670
3674
|
readonly rootModel: any;
|
|
3671
3675
|
readonly contentModel: any;
|
|
3676
|
+
readonly payload: any;
|
|
3677
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
3672
3678
|
readonly formattedSQL: any;
|
|
3673
3679
|
readonly typedAsSQL: boolean;
|
|
3674
3680
|
readonly typedAsHTTP: boolean;
|
|
@@ -3737,6 +3743,8 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3737
3743
|
} & {
|
|
3738
3744
|
readonly rootModel: any;
|
|
3739
3745
|
readonly contentModel: any;
|
|
3746
|
+
readonly payload: any;
|
|
3747
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
3740
3748
|
readonly formattedSQL: any;
|
|
3741
3749
|
readonly typedAsSQL: boolean;
|
|
3742
3750
|
readonly typedAsHTTP: boolean;
|
|
@@ -1994,6 +1994,8 @@ export declare const tokens: {
|
|
|
1994
1994
|
} & {
|
|
1995
1995
|
readonly rootModel: any;
|
|
1996
1996
|
readonly contentModel: any;
|
|
1997
|
+
readonly payload: any;
|
|
1998
|
+
readonly dashboardState: import("../../model").TDashboardState;
|
|
1997
1999
|
readonly formattedSQL: any;
|
|
1998
2000
|
readonly typedAsSQL: boolean;
|
|
1999
2001
|
readonly typedAsHTTP: boolean;
|
|
@@ -2062,6 +2064,8 @@ export declare const tokens: {
|
|
|
2062
2064
|
} & {
|
|
2063
2065
|
readonly rootModel: any;
|
|
2064
2066
|
readonly contentModel: any;
|
|
2067
|
+
readonly payload: any;
|
|
2068
|
+
readonly dashboardState: import("../../model").TDashboardState;
|
|
2065
2069
|
readonly formattedSQL: any;
|
|
2066
2070
|
readonly typedAsSQL: boolean;
|
|
2067
2071
|
readonly typedAsHTTP: boolean;
|
|
@@ -3695,6 +3699,8 @@ export declare const tokens: {
|
|
|
3695
3699
|
} & {
|
|
3696
3700
|
readonly rootModel: any;
|
|
3697
3701
|
readonly contentModel: any;
|
|
3702
|
+
readonly payload: any;
|
|
3703
|
+
readonly dashboardState: import("../../model").TDashboardState;
|
|
3698
3704
|
readonly formattedSQL: any;
|
|
3699
3705
|
readonly typedAsSQL: boolean;
|
|
3700
3706
|
readonly typedAsHTTP: boolean;
|
|
@@ -3763,6 +3769,8 @@ export declare const tokens: {
|
|
|
3763
3769
|
} & {
|
|
3764
3770
|
readonly rootModel: any;
|
|
3765
3771
|
readonly contentModel: any;
|
|
3772
|
+
readonly payload: any;
|
|
3773
|
+
readonly dashboardState: import("../../model").TDashboardState;
|
|
3766
3774
|
readonly formattedSQL: any;
|
|
3767
3775
|
readonly typedAsSQL: boolean;
|
|
3768
3776
|
readonly typedAsHTTP: boolean;
|
|
@@ -1984,6 +1984,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
1984
1984
|
} & {
|
|
1985
1985
|
readonly rootModel: any;
|
|
1986
1986
|
readonly contentModel: any;
|
|
1987
|
+
readonly payload: any;
|
|
1988
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
1987
1989
|
readonly formattedSQL: any;
|
|
1988
1990
|
readonly typedAsSQL: boolean;
|
|
1989
1991
|
readonly typedAsHTTP: boolean;
|
|
@@ -2052,6 +2054,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
2052
2054
|
} & {
|
|
2053
2055
|
readonly rootModel: any;
|
|
2054
2056
|
readonly contentModel: any;
|
|
2057
|
+
readonly payload: any;
|
|
2058
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
2055
2059
|
readonly formattedSQL: any;
|
|
2056
2060
|
readonly typedAsSQL: boolean;
|
|
2057
2061
|
readonly typedAsHTTP: boolean;
|
|
@@ -3675,6 +3679,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
3675
3679
|
} & {
|
|
3676
3680
|
readonly rootModel: any;
|
|
3677
3681
|
readonly contentModel: any;
|
|
3682
|
+
readonly payload: any;
|
|
3683
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
3678
3684
|
readonly formattedSQL: any;
|
|
3679
3685
|
readonly typedAsSQL: boolean;
|
|
3680
3686
|
readonly typedAsHTTP: boolean;
|
|
@@ -3743,6 +3749,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
3743
3749
|
} & {
|
|
3744
3750
|
readonly rootModel: any;
|
|
3745
3751
|
readonly contentModel: any;
|
|
3752
|
+
readonly payload: any;
|
|
3753
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
3746
3754
|
readonly formattedSQL: any;
|
|
3747
3755
|
readonly typedAsSQL: boolean;
|
|
3748
3756
|
readonly typedAsHTTP: boolean;
|
|
@@ -5751,6 +5759,8 @@ export declare const useEditPanelContext: () => {
|
|
|
5751
5759
|
} & {
|
|
5752
5760
|
readonly rootModel: any;
|
|
5753
5761
|
readonly contentModel: any;
|
|
5762
|
+
readonly payload: any;
|
|
5763
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
5754
5764
|
readonly formattedSQL: any;
|
|
5755
5765
|
readonly typedAsSQL: boolean;
|
|
5756
5766
|
readonly typedAsHTTP: boolean;
|
|
@@ -5819,6 +5829,8 @@ export declare const useEditPanelContext: () => {
|
|
|
5819
5829
|
} & {
|
|
5820
5830
|
readonly rootModel: any;
|
|
5821
5831
|
readonly contentModel: any;
|
|
5832
|
+
readonly payload: any;
|
|
5833
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
5822
5834
|
readonly formattedSQL: any;
|
|
5823
5835
|
readonly typedAsSQL: boolean;
|
|
5824
5836
|
readonly typedAsHTTP: boolean;
|
|
@@ -7452,6 +7464,8 @@ export declare const useEditPanelContext: () => {
|
|
|
7452
7464
|
} & {
|
|
7453
7465
|
readonly rootModel: any;
|
|
7454
7466
|
readonly contentModel: any;
|
|
7467
|
+
readonly payload: any;
|
|
7468
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
7455
7469
|
readonly formattedSQL: any;
|
|
7456
7470
|
readonly typedAsSQL: boolean;
|
|
7457
7471
|
readonly typedAsHTTP: boolean;
|
|
@@ -7520,6 +7534,8 @@ export declare const useEditPanelContext: () => {
|
|
|
7520
7534
|
} & {
|
|
7521
7535
|
readonly rootModel: any;
|
|
7522
7536
|
readonly contentModel: any;
|
|
7537
|
+
readonly payload: any;
|
|
7538
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
7523
7539
|
readonly formattedSQL: any;
|
|
7524
7540
|
readonly typedAsSQL: boolean;
|
|
7525
7541
|
readonly typedAsHTTP: boolean;
|
|
@@ -1596,6 +1596,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
1596
1596
|
} & {
|
|
1597
1597
|
readonly rootModel: any;
|
|
1598
1598
|
readonly contentModel: any;
|
|
1599
|
+
readonly payload: any;
|
|
1600
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
1599
1601
|
readonly formattedSQL: any;
|
|
1600
1602
|
readonly typedAsSQL: boolean;
|
|
1601
1603
|
readonly typedAsHTTP: boolean;
|
|
@@ -1664,6 +1666,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
1664
1666
|
} & {
|
|
1665
1667
|
readonly rootModel: any;
|
|
1666
1668
|
readonly contentModel: any;
|
|
1669
|
+
readonly payload: any;
|
|
1670
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
1667
1671
|
readonly formattedSQL: any;
|
|
1668
1672
|
readonly typedAsSQL: boolean;
|
|
1669
1673
|
readonly typedAsHTTP: boolean;
|
|
@@ -1599,6 +1599,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
1599
1599
|
} & {
|
|
1600
1600
|
readonly rootModel: any;
|
|
1601
1601
|
readonly contentModel: any;
|
|
1602
|
+
readonly payload: any;
|
|
1603
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
1602
1604
|
readonly formattedSQL: any;
|
|
1603
1605
|
readonly typedAsSQL: boolean;
|
|
1604
1606
|
readonly typedAsHTTP: boolean;
|
|
@@ -1667,6 +1669,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
1667
1669
|
} & {
|
|
1668
1670
|
readonly rootModel: any;
|
|
1669
1671
|
readonly contentModel: any;
|
|
1672
|
+
readonly payload: any;
|
|
1673
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
1670
1674
|
readonly formattedSQL: any;
|
|
1671
1675
|
readonly typedAsSQL: boolean;
|
|
1672
1676
|
readonly typedAsHTTP: boolean;
|
|
@@ -3292,6 +3296,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3292
3296
|
} & {
|
|
3293
3297
|
readonly rootModel: any;
|
|
3294
3298
|
readonly contentModel: any;
|
|
3299
|
+
readonly payload: any;
|
|
3300
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
3295
3301
|
readonly formattedSQL: any;
|
|
3296
3302
|
readonly typedAsSQL: boolean;
|
|
3297
3303
|
readonly typedAsHTTP: boolean;
|
|
@@ -3360,6 +3366,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3360
3366
|
} & {
|
|
3361
3367
|
readonly rootModel: any;
|
|
3362
3368
|
readonly contentModel: any;
|
|
3369
|
+
readonly payload: any;
|
|
3370
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
3363
3371
|
readonly formattedSQL: any;
|
|
3364
3372
|
readonly typedAsSQL: boolean;
|
|
3365
3373
|
readonly typedAsHTTP: boolean;
|
|
@@ -5639,6 +5647,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
5639
5647
|
} & {
|
|
5640
5648
|
readonly rootModel: any;
|
|
5641
5649
|
readonly contentModel: any;
|
|
5650
|
+
readonly payload: any;
|
|
5651
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
5642
5652
|
readonly formattedSQL: any;
|
|
5643
5653
|
readonly typedAsSQL: boolean;
|
|
5644
5654
|
readonly typedAsHTTP: boolean;
|
|
@@ -5707,6 +5717,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
5707
5717
|
} & {
|
|
5708
5718
|
readonly rootModel: any;
|
|
5709
5719
|
readonly contentModel: any;
|
|
5720
|
+
readonly payload: any;
|
|
5721
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
5710
5722
|
readonly formattedSQL: any;
|
|
5711
5723
|
readonly typedAsSQL: boolean;
|
|
5712
5724
|
readonly typedAsHTTP: boolean;
|
|
@@ -7330,6 +7342,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7330
7342
|
} & {
|
|
7331
7343
|
readonly rootModel: any;
|
|
7332
7344
|
readonly contentModel: any;
|
|
7345
|
+
readonly payload: any;
|
|
7346
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
7333
7347
|
readonly formattedSQL: any;
|
|
7334
7348
|
readonly typedAsSQL: boolean;
|
|
7335
7349
|
readonly typedAsHTTP: boolean;
|
|
@@ -7398,6 +7412,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7398
7412
|
} & {
|
|
7399
7413
|
readonly rootModel: any;
|
|
7400
7414
|
readonly contentModel: any;
|
|
7415
|
+
readonly payload: any;
|
|
7416
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
7401
7417
|
readonly formattedSQL: any;
|
|
7402
7418
|
readonly typedAsSQL: boolean;
|
|
7403
7419
|
readonly typedAsHTTP: boolean;
|
|
@@ -9400,6 +9416,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9400
9416
|
} & {
|
|
9401
9417
|
readonly rootModel: any;
|
|
9402
9418
|
readonly contentModel: any;
|
|
9419
|
+
readonly payload: any;
|
|
9420
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
9403
9421
|
readonly formattedSQL: any;
|
|
9404
9422
|
readonly typedAsSQL: boolean;
|
|
9405
9423
|
readonly typedAsHTTP: boolean;
|
|
@@ -9468,6 +9486,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9468
9486
|
} & {
|
|
9469
9487
|
readonly rootModel: any;
|
|
9470
9488
|
readonly contentModel: any;
|
|
9489
|
+
readonly payload: any;
|
|
9490
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
9471
9491
|
readonly formattedSQL: any;
|
|
9472
9492
|
readonly typedAsSQL: boolean;
|
|
9473
9493
|
readonly typedAsHTTP: boolean;
|
|
@@ -11091,6 +11111,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
11091
11111
|
} & {
|
|
11092
11112
|
readonly rootModel: any;
|
|
11093
11113
|
readonly contentModel: any;
|
|
11114
|
+
readonly payload: any;
|
|
11115
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
11094
11116
|
readonly formattedSQL: any;
|
|
11095
11117
|
readonly typedAsSQL: boolean;
|
|
11096
11118
|
readonly typedAsHTTP: boolean;
|
|
@@ -11159,6 +11181,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
11159
11181
|
} & {
|
|
11160
11182
|
readonly rootModel: any;
|
|
11161
11183
|
readonly contentModel: any;
|
|
11184
|
+
readonly payload: any;
|
|
11185
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
11162
11186
|
readonly formattedSQL: any;
|
|
11163
11187
|
readonly typedAsSQL: boolean;
|
|
11164
11188
|
readonly typedAsHTTP: boolean;
|
|
@@ -13163,6 +13187,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
13163
13187
|
} & {
|
|
13164
13188
|
readonly rootModel: any;
|
|
13165
13189
|
readonly contentModel: any;
|
|
13190
|
+
readonly payload: any;
|
|
13191
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
13166
13192
|
readonly formattedSQL: any;
|
|
13167
13193
|
readonly typedAsSQL: boolean;
|
|
13168
13194
|
readonly typedAsHTTP: boolean;
|
|
@@ -13231,6 +13257,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
13231
13257
|
} & {
|
|
13232
13258
|
readonly rootModel: any;
|
|
13233
13259
|
readonly contentModel: any;
|
|
13260
|
+
readonly payload: any;
|
|
13261
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
13234
13262
|
readonly formattedSQL: any;
|
|
13235
13263
|
readonly typedAsSQL: boolean;
|
|
13236
13264
|
readonly typedAsHTTP: boolean;
|
|
@@ -14854,6 +14882,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
14854
14882
|
} & {
|
|
14855
14883
|
readonly rootModel: any;
|
|
14856
14884
|
readonly contentModel: any;
|
|
14885
|
+
readonly payload: any;
|
|
14886
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
14857
14887
|
readonly formattedSQL: any;
|
|
14858
14888
|
readonly typedAsSQL: boolean;
|
|
14859
14889
|
readonly typedAsHTTP: boolean;
|
|
@@ -14922,6 +14952,8 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
14922
14952
|
} & {
|
|
14923
14953
|
readonly rootModel: any;
|
|
14924
14954
|
readonly contentModel: any;
|
|
14955
|
+
readonly payload: any;
|
|
14956
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
14925
14957
|
readonly formattedSQL: any;
|
|
14926
14958
|
readonly typedAsSQL: boolean;
|
|
14927
14959
|
readonly typedAsHTTP: boolean;
|
|
@@ -52,6 +52,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
52
52
|
} & {
|
|
53
53
|
readonly rootModel: any;
|
|
54
54
|
readonly contentModel: any;
|
|
55
|
+
readonly payload: any;
|
|
56
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
55
57
|
readonly formattedSQL: any;
|
|
56
58
|
readonly typedAsSQL: boolean;
|
|
57
59
|
readonly typedAsHTTP: boolean;
|
|
@@ -122,6 +124,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
122
124
|
} & {
|
|
123
125
|
readonly rootModel: any;
|
|
124
126
|
readonly contentModel: any;
|
|
127
|
+
readonly payload: any;
|
|
128
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
125
129
|
readonly formattedSQL: any;
|
|
126
130
|
readonly typedAsSQL: boolean;
|
|
127
131
|
readonly typedAsHTTP: boolean;
|
|
@@ -190,6 +194,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
190
194
|
} & {
|
|
191
195
|
readonly rootModel: any;
|
|
192
196
|
readonly contentModel: any;
|
|
197
|
+
readonly payload: any;
|
|
198
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
193
199
|
readonly formattedSQL: any;
|
|
194
200
|
readonly typedAsSQL: boolean;
|
|
195
201
|
readonly typedAsHTTP: boolean;
|
|
@@ -258,6 +264,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
258
264
|
} & {
|
|
259
265
|
readonly rootModel: any;
|
|
260
266
|
readonly contentModel: any;
|
|
267
|
+
readonly payload: any;
|
|
268
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
261
269
|
readonly formattedSQL: any;
|
|
262
270
|
readonly typedAsSQL: boolean;
|
|
263
271
|
readonly typedAsHTTP: boolean;
|
|
@@ -326,6 +334,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
326
334
|
} & {
|
|
327
335
|
readonly rootModel: any;
|
|
328
336
|
readonly contentModel: any;
|
|
337
|
+
readonly payload: any;
|
|
338
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
329
339
|
readonly formattedSQL: any;
|
|
330
340
|
readonly typedAsSQL: boolean;
|
|
331
341
|
readonly typedAsHTTP: boolean;
|
|
@@ -419,6 +429,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
419
429
|
} & {
|
|
420
430
|
readonly rootModel: any;
|
|
421
431
|
readonly contentModel: any;
|
|
432
|
+
readonly payload: any;
|
|
433
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
422
434
|
readonly formattedSQL: any;
|
|
423
435
|
readonly typedAsSQL: boolean;
|
|
424
436
|
readonly typedAsHTTP: boolean;
|
|
@@ -487,6 +499,8 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
487
499
|
} & {
|
|
488
500
|
readonly rootModel: any;
|
|
489
501
|
readonly contentModel: any;
|
|
502
|
+
readonly payload: any;
|
|
503
|
+
readonly dashboardState: import("~/model").TDashboardState;
|
|
490
504
|
readonly formattedSQL: any;
|
|
491
505
|
readonly typedAsSQL: boolean;
|
|
492
506
|
readonly typedAsHTTP: boolean;
|