@devtable/dashboard 13.27.12 → 13.27.13-alpha.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/dashboard.es.js +6 -6
- 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
|
@@ -6126,7 +6126,7 @@ class vl {
|
|
|
6126
6126
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
6127
6127
|
}
|
|
6128
6128
|
}
|
|
6129
|
-
const gp = "13.27.
|
|
6129
|
+
const gp = "13.27.13-alpha.0", Cw = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6130
6130
|
__proto__: null,
|
|
6131
6131
|
version: gp
|
|
6132
6132
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29832,13 +29832,13 @@ const _x = x.model("FiltersRenderModel", {
|
|
|
29832
29832
|
}
|
|
29833
29833
|
})).actions((e) => ({
|
|
29834
29834
|
setValues(t) {
|
|
29835
|
-
console.debug("setting filter values: ", JSON.stringify(t)), e.values = t;
|
|
29835
|
+
console.debug("⚫️ setting filter values: ", JSON.stringify(t)), e.values = t;
|
|
29836
29836
|
},
|
|
29837
29837
|
patchValues(t) {
|
|
29838
29838
|
e.values = C.defaults({}, t, e.values);
|
|
29839
29839
|
},
|
|
29840
29840
|
setValueByKey(t, n) {
|
|
29841
|
-
console.debug(
|
|
29841
|
+
console.debug(`⚫️ setting filter[${t}] to value: `, JSON.stringify(n)), e.values = {
|
|
29842
29842
|
...e.values,
|
|
29843
29843
|
[t]: n
|
|
29844
29844
|
};
|
|
@@ -30131,7 +30131,7 @@ const OP = hP.views((e) => ({
|
|
|
30131
30131
|
dn(e, Bt(() => {
|
|
30132
30132
|
var n;
|
|
30133
30133
|
return e.isTransform ? [e.inUse, e.id, e.key, e.dep_query_ids.toString(), e.pre_process, e.depQueryModelStatesString].join("--") : e.typedAsHTTP ? `${e.inUse}--${e.id}--${e.key}--${e.reQueryKey}--${(n = e.datasource) == null ? void 0 : n.id}` : [e.inUse, e.id, e.key, e.formattedSQL, e.pre_process, e.post_process].join("--");
|
|
30134
|
-
}, () => e.fetchData(!1), {
|
|
30134
|
+
}, (t) => (e.name === "getProjectGroupContributors" && console.log("🔵 deps: ", t), e.fetchData(!1)), {
|
|
30135
30135
|
fireImmediately: !0,
|
|
30136
30136
|
delay: 0
|
|
30137
30137
|
}));
|
|
@@ -39124,9 +39124,9 @@ const vN = ({
|
|
|
39124
39124
|
}, [p]), $.useEffect(() => {
|
|
39125
39125
|
f.globalSQLSnippets.replace(m);
|
|
39126
39126
|
}, [m]), $.useEffect(() => {
|
|
39127
|
-
c == null || c(f.content.filters.values);
|
|
39127
|
+
console.log("calling onFilterValuesChange: ", f.content.filters.values), c == null || c(f.content.filters.values);
|
|
39128
39128
|
}, [c, f.content.filters.valuesString]), $.useEffect(() => {
|
|
39129
|
-
l && f.content.filters.patchValues(l);
|
|
39129
|
+
l && (console.log("patching filter values: ", l), f.content.filters.patchValues(l));
|
|
39130
39130
|
}, [l, f.content.filters.patchValues]), $.useEffect(() => {
|
|
39131
39131
|
u == null || u(f.content.views.firstVisibleTabsViewActiveTab);
|
|
39132
39132
|
}, [u, f.content.views.firstVisibleTabsViewActiveTab]), $.useEffect(() => {
|