@devtable/dashboard 14.40.0 → 14.40.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/dashboard.es.js +2 -2
- package/dist/dashboard.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -2474,7 +2474,7 @@ function zm() {
|
|
|
2474
2474
|
} = R.useContext(cs);
|
|
2475
2475
|
return e ? document.getElementById(e) : null;
|
|
2476
2476
|
}
|
|
2477
|
-
const us = "14.40.
|
|
2477
|
+
const us = "14.40.1", Tm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2478
2478
|
__proto__: null,
|
|
2479
2479
|
version: us
|
|
2480
2480
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -27892,7 +27892,7 @@ const mz = w5.views((e) => ({
|
|
|
27892
27892
|
const i = e.config;
|
|
27893
27893
|
return [e.inUse, e.id, e.key, e.reQueryKey, i.dep_query_ids.toString(), e.pre_process, e.depQueryModelStatesString].join("--");
|
|
27894
27894
|
}
|
|
27895
|
-
return e.typedAsHTTP ? `${e.inUse}--${e.id}--${e.key}--${e.reQueryKey}--${(n = e.datasource) == null ? void 0 : n.id}` : e.isMericoMetricQuery ? `${e.inUse}--${e.id}--${e.key}--${e.reQueryKey}--${(a = e.datasource) == null ? void 0 : a.id}` : [e.inUse, e.id, e.key, e.formattedSQL, e.pre_process, e.post_process].join("--");
|
|
27895
|
+
return e.typedAsHTTP ? `${e.inUse}--${e.id}--${e.key}--${e.reQueryKey}--${(n = e.datasource) == null ? void 0 : n.id}` : e.isMericoMetricQuery ? `${e.inUse}--${e.id}--${e.key}--${e.reQueryKey}--${e.metricQueryPayloadString}--${(a = e.datasource) == null ? void 0 : a.id}` : [e.inUse, e.id, e.key, e.formattedSQL, e.pre_process, e.post_process].join("--");
|
|
27896
27896
|
}, () => e.fetchData(!1), {
|
|
27897
27897
|
fireImmediately: !0,
|
|
27898
27898
|
delay: 0
|