@devtable/dashboard 10.42.2 → 10.43.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 +18 -15
- package/dist/dashboard.umd.js +4 -4
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -1286,7 +1286,7 @@ class ga {
|
|
|
1286
1286
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
1287
1287
|
}
|
|
1288
1288
|
}
|
|
1289
|
-
const wc = "10.
|
|
1289
|
+
const wc = "10.43.0", $m = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1290
1290
|
__proto__: null,
|
|
1291
1291
|
version: wc
|
|
1292
1292
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22939,6 +22939,7 @@ const pD = ({
|
|
|
22939
22939
|
transitionName: "rc-tree-select-dropdown-slide-up",
|
|
22940
22940
|
choiceTransitionName: "rc-tree-select-selection__choice-zoom",
|
|
22941
22941
|
style: a,
|
|
22942
|
+
listHeight: 510,
|
|
22942
22943
|
treeLine: !0,
|
|
22943
22944
|
clearIcon: () => /* @__PURE__ */ i(_l, {}),
|
|
22944
22945
|
switcherIcon: mD,
|
|
@@ -26623,19 +26624,21 @@ const gM = b.model({
|
|
|
26623
26624
|
});
|
|
26624
26625
|
});
|
|
26625
26626
|
const r = e.views.idMap;
|
|
26626
|
-
return e.filters.current.filter((o) => !!k.get(o, "config.options_query_id")).
|
|
26627
|
-
|
|
26628
|
-
|
|
26629
|
-
|
|
26630
|
-
|
|
26631
|
-
|
|
26632
|
-
|
|
26633
|
-
|
|
26634
|
-
|
|
26635
|
-
|
|
26636
|
-
|
|
26637
|
-
|
|
26638
|
-
|
|
26627
|
+
return e.filters.current.filter((o) => !!k.get(o, "config.options_query_id")).forEach((o) => {
|
|
26628
|
+
n.push({
|
|
26629
|
+
type: "filter",
|
|
26630
|
+
id: o.id,
|
|
26631
|
+
queryID: k.get(o, "config.options_query_id"),
|
|
26632
|
+
label: o.label,
|
|
26633
|
+
views: o.visibleInViewsIDs.map((a) => {
|
|
26634
|
+
var s;
|
|
26635
|
+
return {
|
|
26636
|
+
id: a,
|
|
26637
|
+
label: ((s = r.get(a)) == null ? void 0 : s.name) ?? a
|
|
26638
|
+
};
|
|
26639
|
+
})
|
|
26640
|
+
});
|
|
26641
|
+
}), k.groupBy(n, "queryID");
|
|
26639
26642
|
},
|
|
26640
26643
|
get hasUnusedQueries() {
|
|
26641
26644
|
return e.queries.current.length > Object.keys(this.queriesUsage).length;
|
|
@@ -29323,7 +29326,7 @@ WHERE
|
|
|
29323
29326
|
/* @__PURE__ */ i("td", { children: k.capitalize(a.type) }),
|
|
29324
29327
|
/* @__PURE__ */ i("td", { children: /* @__PURE__ */ i(ro, { component: "button", type: "button", onClick: () => r(a), children: a.label }) }),
|
|
29325
29328
|
/* @__PURE__ */ i("td", { children: /* @__PURE__ */ u(S, { align: "flex-start", justify: "flex-start", spacing: 2, children: [
|
|
29326
|
-
a.views.map((s) => /* @__PURE__ */ i(ro, { component: "button", type: "button", onClick: () => o(s.id), children: /* @__PURE__ */ i(P, { children: s.label }) })),
|
|
29329
|
+
a.views.map((s) => /* @__PURE__ */ i(ro, { component: "button", type: "button", onClick: () => o(s.id), children: /* @__PURE__ */ i(P, { children: s.label }) }, s.id)),
|
|
29327
29330
|
a.views.length === 0 && /* @__PURE__ */ i(P, { children: "--" })
|
|
29328
29331
|
] }) })
|
|
29329
29332
|
] }, a.id)) })
|