@devtable/dashboard 14.19.1 → 14.19.3
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/dashboard.es.js +5 -5
- package/dist/dashboard.umd.js +3 -3
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -2419,7 +2419,7 @@ function um() {
|
|
|
2419
2419
|
} = A.useContext(es);
|
|
2420
2420
|
return e ? document.getElementById(e) : null;
|
|
2421
2421
|
}
|
|
2422
|
-
const ns = "14.19.
|
|
2422
|
+
const ns = "14.19.3", hm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2423
2423
|
__proto__: null,
|
|
2424
2424
|
version: ns
|
|
2425
2425
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -26798,7 +26798,7 @@ const y3 = D5.views((e) => ({
|
|
|
26798
26798
|
post_process: i
|
|
26799
26799
|
} = e.json;
|
|
26800
26800
|
let o = {
|
|
26801
|
-
url: "/
|
|
26801
|
+
url: "/api/metric_management/query",
|
|
26802
26802
|
method: "POST",
|
|
26803
26803
|
data: e.metricQueryPayload
|
|
26804
26804
|
};
|
|
@@ -29536,9 +29536,9 @@ function nT(e, t) {
|
|
|
29536
29536
|
if (!t)
|
|
29537
29537
|
throw new Error("Shouldnt run query without ID");
|
|
29538
29538
|
if (e === "derived")
|
|
29539
|
-
return `/
|
|
29539
|
+
return `/api/metric_management/derived_metric/${t}`;
|
|
29540
29540
|
if (e === "combined")
|
|
29541
|
-
return `/
|
|
29541
|
+
return `/api/metric_management/combined_metric/${t}`;
|
|
29542
29542
|
throw new Error(`Unexpected metric type[${e}]`);
|
|
29543
29543
|
}
|
|
29544
29544
|
const rT = m.model({
|
|
@@ -29659,7 +29659,7 @@ const rT = m.model({
|
|
|
29659
29659
|
(t = e.controller) == null || t.abort(), e.controller = new AbortController(), e.state = "loading";
|
|
29660
29660
|
try {
|
|
29661
29661
|
const n = pr(e.mmInfo.dataSource, {
|
|
29662
|
-
url: "/
|
|
29662
|
+
url: "/api/metric_management/search",
|
|
29663
29663
|
method: "POST",
|
|
29664
29664
|
data: {
|
|
29665
29665
|
key: e.mmInfo.key
|