@devtable/dashboard 8.10.1 → 8.11.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.
@@ -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.1", wy = "Apache-2.0", xy = {
11460
+ }, by = "@devtable/dashboard", ud = "8.11.0", wy = "Apache-2.0", xy = {
11461
11461
  access: "public",
11462
11462
  registry: "https://registry.npmjs.org/"
11463
11463
  }, Sy = [
@@ -29522,7 +29522,6 @@ const T4 = (e) => new E4(e), k4 = V.model({
29522
29522
  id: Mr(),
29523
29523
  layout: {
29524
29524
  ...n.layout,
29525
- x: 0,
29526
29525
  y: 1 / 0,
29527
29526
  moved: !1
29528
29527
  }
@@ -35460,7 +35459,11 @@ const a8 = ne(() => {
35460
35459
  });
35461
35460
  }), s8 = ne(() => {
35462
35461
  const e = Ge(), t = () => {
35463
- !e.queries.firstID || e.editor.open(["_QUERIES_", e.queries.firstID]);
35462
+ if (!e.queries.firstID) {
35463
+ e.editor.open(["_QUERIES_", ""]);
35464
+ return;
35465
+ }
35466
+ e.editor.open(["_QUERIES_", e.queries.firstID]);
35464
35467
  }, n = () => {
35465
35468
  if (!e.filters.firstID) {
35466
35469
  e.editor.open(["_FILTERS_", ""]);