@devtable/dashboard 10.42.2 → 10.42.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.
@@ -1286,7 +1286,7 @@ class ga {
1286
1286
  }), this.instanceRegistry.clear(), this.factoryRegistry.clear();
1287
1287
  }
1288
1288
  }
1289
- const wc = "10.42.2", $m = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1289
+ const wc = "10.42.3", $m = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1290
1290
  __proto__: null,
1291
1291
  version: wc
1292
1292
  }, Symbol.toStringTag, { value: "Module" }));
@@ -26623,19 +26623,21 @@ const gM = b.model({
26623
26623
  });
26624
26624
  });
26625
26625
  const r = e.views.idMap;
26626
- return e.filters.current.filter((o) => !!k.get(o, "config.options_query_id")).map((o) => ({
26627
- type: "filter",
26628
- id: o.id,
26629
- queryID: k.get(o, "config.options_query_id"),
26630
- label: o.label,
26631
- views: o.visibleInViewsIDs.map((a) => {
26632
- var s;
26633
- return {
26634
- id: a,
26635
- label: ((s = r.get(a)) == null ? void 0 : s.name) ?? a
26636
- };
26637
- })
26638
- })), k.groupBy(n, "queryID");
26626
+ return e.filters.current.filter((o) => !!k.get(o, "config.options_query_id")).forEach((o) => {
26627
+ n.push({
26628
+ type: "filter",
26629
+ id: o.id,
26630
+ queryID: k.get(o, "config.options_query_id"),
26631
+ label: o.label,
26632
+ views: o.visibleInViewsIDs.map((a) => {
26633
+ var s;
26634
+ return {
26635
+ id: a,
26636
+ label: ((s = r.get(a)) == null ? void 0 : s.name) ?? a
26637
+ };
26638
+ })
26639
+ });
26640
+ }), k.groupBy(n, "queryID");
26639
26641
  },
26640
26642
  get hasUnusedQueries() {
26641
26643
  return e.queries.current.length > Object.keys(this.queriesUsage).length;
@@ -29323,7 +29325,7 @@ WHERE
29323
29325
  /* @__PURE__ */ i("td", { children: k.capitalize(a.type) }),
29324
29326
  /* @__PURE__ */ i("td", { children: /* @__PURE__ */ i(ro, { component: "button", type: "button", onClick: () => r(a), children: a.label }) }),
29325
29327
  /* @__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 }) })),
29328
+ 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
29329
  a.views.length === 0 && /* @__PURE__ */ i(P, { children: "--" })
29328
29330
  ] }) })
29329
29331
  ] }, a.id)) })