@devtable/dashboard 8.10.0 → 8.10.2

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.
@@ -11457,7 +11457,7 @@ const QD = (e) => {
11457
11457
  getColor: il(["#fff7f1", "darkorange", "#b60000"]),
11458
11458
  name: "orange",
11459
11459
  category: "sequential"
11460
- }, by = "@devtable/dashboard", ud = "8.10.0", wy = "Apache-2.0", xy = {
11460
+ }, by = "@devtable/dashboard", ud = "8.10.2", wy = "Apache-2.0", xy = {
11461
11461
  access: "public",
11462
11462
  registry: "https://registry.npmjs.org/"
11463
11463
  }, Sy = [
@@ -27108,7 +27108,7 @@ function n3(e, t) {
27108
27108
  return ma(async () => {
27109
27109
  const o = await e.getInteractionList();
27110
27110
  r(o);
27111
- }, [t]), n;
27111
+ }, [t, e]), n;
27112
27112
  }
27113
27113
  const r3 = ne(({
27114
27114
  item: e,
@@ -27201,7 +27201,7 @@ const r3 = ne(({
27201
27201
  data: t
27202
27202
  } = Sn(), n = e.viz, {
27203
27203
  vizManager: r
27204
- } = hn(pr), o = e.json, i = Jn(() => r.getOrCreateInstance(o), [r, n.type]), a = Jn(() => new Fd(i, r.resolveComponent(n.type), ml), [i, n.type]);
27204
+ } = hn(pr), o = e.json, i = Jn(() => r.getOrCreateInstance(o), [r, o]), a = Jn(() => new Fd(i, r.resolveComponent(n.type), ml), [i, n.type]);
27205
27205
  return ge(() => i.instanceData.watchItem(
27206
27206
  null,
27207
27207
  mx((s) => {
@@ -35460,7 +35460,11 @@ const a8 = ne(() => {
35460
35460
  });
35461
35461
  }), s8 = ne(() => {
35462
35462
  const e = Ge(), t = () => {
35463
- !e.queries.firstID || e.editor.open(["_QUERIES_", e.queries.firstID]);
35463
+ if (!e.queries.firstID) {
35464
+ e.editor.open(["_QUERIES_", ""]);
35465
+ return;
35466
+ }
35467
+ e.editor.open(["_QUERIES_", e.queries.firstID]);
35464
35468
  }, n = () => {
35465
35469
  if (!e.filters.firstID) {
35466
35470
  e.editor.open(["_FILTERS_", ""]);