@devtable/dashboard 14.43.5 → 14.44.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 +194 -0
- package/dist/contexts/panel-context.d.ts +388 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +97 -0
- package/dist/dashboard-editor/model/queries/queries.d.ts +183 -0
- package/dist/dashboard-editor/model/queries/query.d.ts +7 -0
- package/dist/dashboard.es.js +531 -521
- package/dist/dashboard.umd.js +4 -4
- package/dist/model/meta-model/dashboard/content/query/merico-metric-query.d.ts +12 -0
- package/dist/model/meta-model/dashboard/content/query/query.d.ts +6 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +65 -0
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +7 -0
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +137 -0
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +7 -0
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -38,6 +38,7 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
38
38
|
timezone: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
39
39
|
stepKeyFormat: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
40
40
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
41
|
+
useDefaultValues: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
41
42
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
42
43
|
_type: import("mobx-state-tree").ISimpleType<import('../../../model').DataSourceType.Postgresql | import('../../../model').DataSourceType.MySQL>;
|
|
43
44
|
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -74,6 +75,7 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
74
75
|
timezone: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
75
76
|
stepKeyFormat: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
76
77
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
78
|
+
useDefaultValues: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
77
79
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
78
80
|
_type: import("mobx-state-tree").ISimpleType<import('../../../model').DataSourceType.Postgresql | import('../../../model').DataSourceType.MySQL>;
|
|
79
81
|
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -128,6 +130,7 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
128
130
|
timezone: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
129
131
|
stepKeyFormat: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
130
132
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
133
|
+
useDefaultValues: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
131
134
|
}, {
|
|
132
135
|
readonly query: any;
|
|
133
136
|
readonly valid: boolean;
|
|
@@ -152,6 +155,7 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
152
155
|
timezone: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
153
156
|
stepKeyFormat: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
154
157
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
158
|
+
useDefaultValues: boolean;
|
|
155
159
|
_type: import('../../../model').DataSourceType.MericoMetricSystem;
|
|
156
160
|
};
|
|
157
161
|
readonly usedFilterDimensionKeys: Set<string>;
|
|
@@ -194,6 +198,7 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
194
198
|
setRangeVariable(v: string | null): void;
|
|
195
199
|
setUnitVariable(v: string | null): void;
|
|
196
200
|
setTimeQueryEnabled(v: boolean): void;
|
|
201
|
+
setUseDefaultValues(v: boolean): void;
|
|
197
202
|
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
198
203
|
_type: import("mobx-state-tree").ISimpleType<import('../../../model').DataSourceType.Postgresql | import('../../../model').DataSourceType.MySQL>;
|
|
199
204
|
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -249,6 +254,7 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
249
254
|
timezone: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
250
255
|
stepKeyFormat: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
251
256
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
257
|
+
useDefaultValues: boolean;
|
|
252
258
|
_type: import('../../../model').DataSourceType.MericoMetricSystem;
|
|
253
259
|
} | {
|
|
254
260
|
sql: string;
|
|
@@ -312,6 +318,7 @@ export declare const QueryModel: import("mobx-state-tree").IModelType<{
|
|
|
312
318
|
timezone: string;
|
|
313
319
|
stepKeyFormat: "YYYY-MM-DD";
|
|
314
320
|
} | undefined;
|
|
321
|
+
useDefaultValues?: boolean | undefined;
|
|
315
322
|
} | null;
|
|
316
323
|
readonly metricQueryPayloadString: string;
|
|
317
324
|
readonly metricQueryPayloadError: string[];
|