@devtable/dashboard 10.41.0 → 10.42.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 +5 -2
- package/dist/api-caller/request.d.ts +25 -8
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +4 -4
- package/dist/components/plugins/plugin-context.d.ts +4 -4
- package/dist/contexts/panel-context.d.ts +8 -8
- package/dist/dashboard-editor/model/datasources/columns.d.ts +0 -1
- package/dist/dashboard-editor/model/datasources/datasource.d.ts +10 -7
- package/dist/dashboard-editor/model/datasources/index.d.ts +13 -16
- package/dist/dashboard-editor/model/datasources/indexes.d.ts +0 -1
- package/dist/dashboard-editor/model/datasources/table-data.d.ts +1 -1
- package/dist/dashboard-editor/model/datasources/tables.d.ts +0 -1
- package/dist/dashboard-editor/model/panels/panel.d.ts +2 -2
- package/dist/dashboard-editor/model/panels/panels.d.ts +16 -16
- package/dist/dashboard-editor/model/queries/index.d.ts +7 -7
- package/dist/dashboard.es.js +870 -895
- package/dist/dashboard.umd.js +40 -100
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +14 -14
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5 -5
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +2 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -1626,12 +1626,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
1626
1626
|
readonly rootModel: any;
|
|
1627
1627
|
readonly contentModel: any;
|
|
1628
1628
|
readonly payload: any;
|
|
1629
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
1630
1629
|
readonly formattedSQL: any;
|
|
1631
1630
|
readonly typedAsSQL: boolean;
|
|
1632
1631
|
readonly typedAsHTTP: boolean;
|
|
1633
1632
|
readonly datasource: any;
|
|
1634
1633
|
readonly httpConfigString: string;
|
|
1634
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
1635
1635
|
} & {
|
|
1636
1636
|
readonly stateMessage: string;
|
|
1637
1637
|
} & {
|
|
@@ -1696,12 +1696,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
1696
1696
|
readonly rootModel: any;
|
|
1697
1697
|
readonly contentModel: any;
|
|
1698
1698
|
readonly payload: any;
|
|
1699
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
1700
1699
|
readonly formattedSQL: any;
|
|
1701
1700
|
readonly typedAsSQL: boolean;
|
|
1702
1701
|
readonly typedAsHTTP: boolean;
|
|
1703
1702
|
readonly datasource: any;
|
|
1704
1703
|
readonly httpConfigString: string;
|
|
1704
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
1705
1705
|
} & {
|
|
1706
1706
|
readonly stateMessage: string;
|
|
1707
1707
|
} & {
|
|
@@ -3349,12 +3349,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3349
3349
|
readonly rootModel: any;
|
|
3350
3350
|
readonly contentModel: any;
|
|
3351
3351
|
readonly payload: any;
|
|
3352
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
3353
3352
|
readonly formattedSQL: any;
|
|
3354
3353
|
readonly typedAsSQL: boolean;
|
|
3355
3354
|
readonly typedAsHTTP: boolean;
|
|
3356
3355
|
readonly datasource: any;
|
|
3357
3356
|
readonly httpConfigString: string;
|
|
3357
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
3358
3358
|
} & {
|
|
3359
3359
|
readonly stateMessage: string;
|
|
3360
3360
|
} & {
|
|
@@ -3419,12 +3419,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3419
3419
|
readonly rootModel: any;
|
|
3420
3420
|
readonly contentModel: any;
|
|
3421
3421
|
readonly payload: any;
|
|
3422
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
3423
3422
|
readonly formattedSQL: any;
|
|
3424
3423
|
readonly typedAsSQL: boolean;
|
|
3425
3424
|
readonly typedAsHTTP: boolean;
|
|
3426
3425
|
readonly datasource: any;
|
|
3427
3426
|
readonly httpConfigString: string;
|
|
3427
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
3428
3428
|
} & {
|
|
3429
3429
|
readonly stateMessage: string;
|
|
3430
3430
|
} & {
|
|
@@ -5751,12 +5751,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
5751
5751
|
readonly rootModel: any;
|
|
5752
5752
|
readonly contentModel: any;
|
|
5753
5753
|
readonly payload: any;
|
|
5754
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
5755
5754
|
readonly formattedSQL: any;
|
|
5756
5755
|
readonly typedAsSQL: boolean;
|
|
5757
5756
|
readonly typedAsHTTP: boolean;
|
|
5758
5757
|
readonly datasource: any;
|
|
5759
5758
|
readonly httpConfigString: string;
|
|
5759
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
5760
5760
|
} & {
|
|
5761
5761
|
readonly stateMessage: string;
|
|
5762
5762
|
} & {
|
|
@@ -5821,12 +5821,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
5821
5821
|
readonly rootModel: any;
|
|
5822
5822
|
readonly contentModel: any;
|
|
5823
5823
|
readonly payload: any;
|
|
5824
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
5825
5824
|
readonly formattedSQL: any;
|
|
5826
5825
|
readonly typedAsSQL: boolean;
|
|
5827
5826
|
readonly typedAsHTTP: boolean;
|
|
5828
5827
|
readonly datasource: any;
|
|
5829
5828
|
readonly httpConfigString: string;
|
|
5829
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
5830
5830
|
} & {
|
|
5831
5831
|
readonly stateMessage: string;
|
|
5832
5832
|
} & {
|
|
@@ -7472,12 +7472,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7472
7472
|
readonly rootModel: any;
|
|
7473
7473
|
readonly contentModel: any;
|
|
7474
7474
|
readonly payload: any;
|
|
7475
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
7476
7475
|
readonly formattedSQL: any;
|
|
7477
7476
|
readonly typedAsSQL: boolean;
|
|
7478
7477
|
readonly typedAsHTTP: boolean;
|
|
7479
7478
|
readonly datasource: any;
|
|
7480
7479
|
readonly httpConfigString: string;
|
|
7480
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
7481
7481
|
} & {
|
|
7482
7482
|
readonly stateMessage: string;
|
|
7483
7483
|
} & {
|
|
@@ -7542,12 +7542,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7542
7542
|
readonly rootModel: any;
|
|
7543
7543
|
readonly contentModel: any;
|
|
7544
7544
|
readonly payload: any;
|
|
7545
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
7546
7545
|
readonly formattedSQL: any;
|
|
7547
7546
|
readonly typedAsSQL: boolean;
|
|
7548
7547
|
readonly typedAsHTTP: boolean;
|
|
7549
7548
|
readonly datasource: any;
|
|
7550
7549
|
readonly httpConfigString: string;
|
|
7550
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
7551
7551
|
} & {
|
|
7552
7552
|
readonly stateMessage: string;
|
|
7553
7553
|
} & {
|
|
@@ -9580,12 +9580,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9580
9580
|
readonly rootModel: any;
|
|
9581
9581
|
readonly contentModel: any;
|
|
9582
9582
|
readonly payload: any;
|
|
9583
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
9584
9583
|
readonly formattedSQL: any;
|
|
9585
9584
|
readonly typedAsSQL: boolean;
|
|
9586
9585
|
readonly typedAsHTTP: boolean;
|
|
9587
9586
|
readonly datasource: any;
|
|
9588
9587
|
readonly httpConfigString: string;
|
|
9588
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
9589
9589
|
} & {
|
|
9590
9590
|
readonly stateMessage: string;
|
|
9591
9591
|
} & {
|
|
@@ -9650,12 +9650,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9650
9650
|
readonly rootModel: any;
|
|
9651
9651
|
readonly contentModel: any;
|
|
9652
9652
|
readonly payload: any;
|
|
9653
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
9654
9653
|
readonly formattedSQL: any;
|
|
9655
9654
|
readonly typedAsSQL: boolean;
|
|
9656
9655
|
readonly typedAsHTTP: boolean;
|
|
9657
9656
|
readonly datasource: any;
|
|
9658
9657
|
readonly httpConfigString: string;
|
|
9658
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
9659
9659
|
} & {
|
|
9660
9660
|
readonly stateMessage: string;
|
|
9661
9661
|
} & {
|
|
@@ -11301,12 +11301,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
11301
11301
|
readonly rootModel: any;
|
|
11302
11302
|
readonly contentModel: any;
|
|
11303
11303
|
readonly payload: any;
|
|
11304
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
11305
11304
|
readonly formattedSQL: any;
|
|
11306
11305
|
readonly typedAsSQL: boolean;
|
|
11307
11306
|
readonly typedAsHTTP: boolean;
|
|
11308
11307
|
readonly datasource: any;
|
|
11309
11308
|
readonly httpConfigString: string;
|
|
11309
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
11310
11310
|
} & {
|
|
11311
11311
|
readonly stateMessage: string;
|
|
11312
11312
|
} & {
|
|
@@ -11371,12 +11371,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
11371
11371
|
readonly rootModel: any;
|
|
11372
11372
|
readonly contentModel: any;
|
|
11373
11373
|
readonly payload: any;
|
|
11374
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
11375
11374
|
readonly formattedSQL: any;
|
|
11376
11375
|
readonly typedAsSQL: boolean;
|
|
11377
11376
|
readonly typedAsHTTP: boolean;
|
|
11378
11377
|
readonly datasource: any;
|
|
11379
11378
|
readonly httpConfigString: string;
|
|
11379
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
11380
11380
|
} & {
|
|
11381
11381
|
readonly stateMessage: string;
|
|
11382
11382
|
} & {
|
|
@@ -13411,12 +13411,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
13411
13411
|
readonly rootModel: any;
|
|
13412
13412
|
readonly contentModel: any;
|
|
13413
13413
|
readonly payload: any;
|
|
13414
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
13415
13414
|
readonly formattedSQL: any;
|
|
13416
13415
|
readonly typedAsSQL: boolean;
|
|
13417
13416
|
readonly typedAsHTTP: boolean;
|
|
13418
13417
|
readonly datasource: any;
|
|
13419
13418
|
readonly httpConfigString: string;
|
|
13419
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
13420
13420
|
} & {
|
|
13421
13421
|
readonly stateMessage: string;
|
|
13422
13422
|
} & {
|
|
@@ -13481,12 +13481,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
13481
13481
|
readonly rootModel: any;
|
|
13482
13482
|
readonly contentModel: any;
|
|
13483
13483
|
readonly payload: any;
|
|
13484
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
13485
13484
|
readonly formattedSQL: any;
|
|
13486
13485
|
readonly typedAsSQL: boolean;
|
|
13487
13486
|
readonly typedAsHTTP: boolean;
|
|
13488
13487
|
readonly datasource: any;
|
|
13489
13488
|
readonly httpConfigString: string;
|
|
13489
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
13490
13490
|
} & {
|
|
13491
13491
|
readonly stateMessage: string;
|
|
13492
13492
|
} & {
|
|
@@ -15132,12 +15132,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
15132
15132
|
readonly rootModel: any;
|
|
15133
15133
|
readonly contentModel: any;
|
|
15134
15134
|
readonly payload: any;
|
|
15135
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
15136
15135
|
readonly formattedSQL: any;
|
|
15137
15136
|
readonly typedAsSQL: boolean;
|
|
15138
15137
|
readonly typedAsHTTP: boolean;
|
|
15139
15138
|
readonly datasource: any;
|
|
15140
15139
|
readonly httpConfigString: string;
|
|
15140
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
15141
15141
|
} & {
|
|
15142
15142
|
readonly stateMessage: string;
|
|
15143
15143
|
} & {
|
|
@@ -15202,12 +15202,12 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
15202
15202
|
readonly rootModel: any;
|
|
15203
15203
|
readonly contentModel: any;
|
|
15204
15204
|
readonly payload: any;
|
|
15205
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
15206
15205
|
readonly formattedSQL: any;
|
|
15207
15206
|
readonly typedAsSQL: boolean;
|
|
15208
15207
|
readonly typedAsHTTP: boolean;
|
|
15209
15208
|
readonly datasource: any;
|
|
15210
15209
|
readonly httpConfigString: string;
|
|
15210
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
15211
15211
|
} & {
|
|
15212
15212
|
readonly stateMessage: string;
|
|
15213
15213
|
} & {
|
|
@@ -53,12 +53,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
53
53
|
readonly rootModel: any;
|
|
54
54
|
readonly contentModel: any;
|
|
55
55
|
readonly payload: any;
|
|
56
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
57
56
|
readonly formattedSQL: any;
|
|
58
57
|
readonly typedAsSQL: boolean;
|
|
59
58
|
readonly typedAsHTTP: boolean;
|
|
60
59
|
readonly datasource: any;
|
|
61
60
|
readonly httpConfigString: string;
|
|
61
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
62
62
|
} & {
|
|
63
63
|
readonly stateMessage: string;
|
|
64
64
|
} & {
|
|
@@ -125,12 +125,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
125
125
|
readonly rootModel: any;
|
|
126
126
|
readonly contentModel: any;
|
|
127
127
|
readonly payload: any;
|
|
128
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
129
128
|
readonly formattedSQL: any;
|
|
130
129
|
readonly typedAsSQL: boolean;
|
|
131
130
|
readonly typedAsHTTP: boolean;
|
|
132
131
|
readonly datasource: any;
|
|
133
132
|
readonly httpConfigString: string;
|
|
133
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
134
134
|
} & {
|
|
135
135
|
readonly stateMessage: string;
|
|
136
136
|
} & {
|
|
@@ -195,12 +195,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
195
195
|
readonly rootModel: any;
|
|
196
196
|
readonly contentModel: any;
|
|
197
197
|
readonly payload: any;
|
|
198
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
199
198
|
readonly formattedSQL: any;
|
|
200
199
|
readonly typedAsSQL: boolean;
|
|
201
200
|
readonly typedAsHTTP: boolean;
|
|
202
201
|
readonly datasource: any;
|
|
203
202
|
readonly httpConfigString: string;
|
|
203
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
204
204
|
} & {
|
|
205
205
|
readonly stateMessage: string;
|
|
206
206
|
} & {
|
|
@@ -265,12 +265,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
265
265
|
readonly rootModel: any;
|
|
266
266
|
readonly contentModel: any;
|
|
267
267
|
readonly payload: any;
|
|
268
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
269
268
|
readonly formattedSQL: any;
|
|
270
269
|
readonly typedAsSQL: boolean;
|
|
271
270
|
readonly typedAsHTTP: boolean;
|
|
272
271
|
readonly datasource: any;
|
|
273
272
|
readonly httpConfigString: string;
|
|
273
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
274
274
|
} & {
|
|
275
275
|
readonly stateMessage: string;
|
|
276
276
|
} & {
|
|
@@ -335,12 +335,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
335
335
|
readonly rootModel: any;
|
|
336
336
|
readonly contentModel: any;
|
|
337
337
|
readonly payload: any;
|
|
338
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
339
338
|
readonly formattedSQL: any;
|
|
340
339
|
readonly typedAsSQL: boolean;
|
|
341
340
|
readonly typedAsHTTP: boolean;
|
|
342
341
|
readonly datasource: any;
|
|
343
342
|
readonly httpConfigString: string;
|
|
343
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
344
344
|
} & {
|
|
345
345
|
readonly stateMessage: string;
|
|
346
346
|
} & {
|
|
@@ -430,12 +430,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
430
430
|
readonly rootModel: any;
|
|
431
431
|
readonly contentModel: any;
|
|
432
432
|
readonly payload: any;
|
|
433
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
434
433
|
readonly formattedSQL: any;
|
|
435
434
|
readonly typedAsSQL: boolean;
|
|
436
435
|
readonly typedAsHTTP: boolean;
|
|
437
436
|
readonly datasource: any;
|
|
438
437
|
readonly httpConfigString: string;
|
|
438
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
439
439
|
} & {
|
|
440
440
|
readonly stateMessage: string;
|
|
441
441
|
} & {
|
|
@@ -500,12 +500,12 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
500
500
|
readonly rootModel: any;
|
|
501
501
|
readonly contentModel: any;
|
|
502
502
|
readonly payload: any;
|
|
503
|
-
readonly dashboardState: import("~/model").TDashboardState;
|
|
504
503
|
readonly formattedSQL: any;
|
|
505
504
|
readonly typedAsSQL: boolean;
|
|
506
505
|
readonly typedAsHTTP: boolean;
|
|
507
506
|
readonly datasource: any;
|
|
508
507
|
readonly httpConfigString: string;
|
|
508
|
+
readonly additionalQueryInfo: import("../../..").TAdditionalQueryInfo;
|
|
509
509
|
} & {
|
|
510
510
|
readonly stateMessage: string;
|
|
511
511
|
} & {
|