@devtable/dashboard 10.58.0 → 10.58.2
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 -8
- package/dist/components/plugins/plugin-context.d.ts +8 -8
- package/dist/contexts/panel-context.d.ts +16 -16
- package/dist/dashboard-editor/model/panels/panel.d.ts +4 -4
- package/dist/dashboard-editor/model/queries/index.d.ts +7 -7
- package/dist/dashboard.es.js +837 -828
- package/dist/dashboard.umd.js +3 -3
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +4 -4
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5 -5
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -1787,7 +1787,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1787
1787
|
readonly runByConditionsMet: boolean;
|
|
1788
1788
|
readonly conditionNames: {
|
|
1789
1789
|
context: string[];
|
|
1790
|
-
filters:
|
|
1790
|
+
filters: string[];
|
|
1791
1791
|
};
|
|
1792
1792
|
readonly queries: any;
|
|
1793
1793
|
readonly inUse: any;
|
|
@@ -1858,7 +1858,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1858
1858
|
readonly runByConditionsMet: boolean;
|
|
1859
1859
|
readonly conditionNames: {
|
|
1860
1860
|
context: string[];
|
|
1861
|
-
filters:
|
|
1861
|
+
filters: string[];
|
|
1862
1862
|
};
|
|
1863
1863
|
readonly queries: any;
|
|
1864
1864
|
readonly inUse: any;
|
|
@@ -1929,7 +1929,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1929
1929
|
readonly runByConditionsMet: boolean;
|
|
1930
1930
|
readonly conditionNames: {
|
|
1931
1931
|
context: string[];
|
|
1932
|
-
filters:
|
|
1932
|
+
filters: string[];
|
|
1933
1933
|
};
|
|
1934
1934
|
readonly queries: any;
|
|
1935
1935
|
readonly inUse: any;
|
|
@@ -2000,7 +2000,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2000
2000
|
readonly runByConditionsMet: boolean;
|
|
2001
2001
|
readonly conditionNames: {
|
|
2002
2002
|
context: string[];
|
|
2003
|
-
filters:
|
|
2003
|
+
filters: string[];
|
|
2004
2004
|
};
|
|
2005
2005
|
readonly queries: any;
|
|
2006
2006
|
readonly inUse: any;
|
|
@@ -49,7 +49,7 @@ export declare const MuteQueryModel: import("mobx-state-tree").IModelType<{
|
|
|
49
49
|
readonly runByConditionsMet: boolean;
|
|
50
50
|
readonly conditionNames: {
|
|
51
51
|
context: string[];
|
|
52
|
-
filters:
|
|
52
|
+
filters: string[];
|
|
53
53
|
};
|
|
54
54
|
readonly queries: any;
|
|
55
55
|
readonly inUse: any;
|
|
@@ -52,7 +52,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
52
52
|
readonly runByConditionsMet: boolean;
|
|
53
53
|
readonly conditionNames: {
|
|
54
54
|
context: string[];
|
|
55
|
-
filters:
|
|
55
|
+
filters: string[];
|
|
56
56
|
};
|
|
57
57
|
readonly queries: any;
|
|
58
58
|
readonly inUse: any;
|
|
@@ -126,7 +126,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
126
126
|
readonly runByConditionsMet: boolean;
|
|
127
127
|
readonly conditionNames: {
|
|
128
128
|
context: string[];
|
|
129
|
-
filters:
|
|
129
|
+
filters: string[];
|
|
130
130
|
};
|
|
131
131
|
readonly queries: any;
|
|
132
132
|
readonly inUse: any;
|
|
@@ -197,7 +197,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
197
197
|
readonly runByConditionsMet: boolean;
|
|
198
198
|
readonly conditionNames: {
|
|
199
199
|
context: string[];
|
|
200
|
-
filters:
|
|
200
|
+
filters: string[];
|
|
201
201
|
};
|
|
202
202
|
readonly queries: any;
|
|
203
203
|
readonly inUse: any;
|
|
@@ -268,7 +268,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
268
268
|
readonly runByConditionsMet: boolean;
|
|
269
269
|
readonly conditionNames: {
|
|
270
270
|
context: string[];
|
|
271
|
-
filters:
|
|
271
|
+
filters: string[];
|
|
272
272
|
};
|
|
273
273
|
readonly queries: any;
|
|
274
274
|
readonly inUse: any;
|
|
@@ -339,7 +339,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
339
339
|
readonly runByConditionsMet: boolean;
|
|
340
340
|
readonly conditionNames: {
|
|
341
341
|
context: string[];
|
|
342
|
-
filters:
|
|
342
|
+
filters: string[];
|
|
343
343
|
};
|
|
344
344
|
readonly queries: any;
|
|
345
345
|
readonly inUse: any;
|
|
@@ -51,7 +51,7 @@ export declare const QueryRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
51
51
|
readonly runByConditionsMet: boolean;
|
|
52
52
|
readonly conditionNames: {
|
|
53
53
|
context: string[];
|
|
54
|
-
filters:
|
|
54
|
+
filters: string[];
|
|
55
55
|
};
|
|
56
56
|
readonly queries: any;
|
|
57
57
|
readonly inUse: any;
|