@devtable/dashboard 13.28.1 → 13.28.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.
@@ -9630,7 +9630,7 @@ class oc {
9630
9630
  }), this.instanceRegistry.clear(), this.factoryRegistry.clear();
9631
9631
  }
9632
9632
  }
9633
- const gf = "13.28.1", l1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9633
+ const gf = "13.28.2", l1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9634
9634
  __proto__: null,
9635
9635
  version: gf
9636
9636
  }, Symbol.toStringTag, { value: "Module" }));
@@ -30461,7 +30461,9 @@ const c2 = PP.views((e) => ({
30461
30461
  additionals: e.additionalQueryInfo
30462
30462
  }, e.controller.signal)), e.state = "idle", e.error = null;
30463
30463
  } catch (n) {
30464
- if (!zn.isCancel(n)) {
30464
+ if (zn.isCancel(n))
30465
+ console.debug(`🟡 Query[${e.name}] is cancelled`), e.data = [], e.state = "idle";
30466
+ else {
30465
30467
  e.data = [];
30466
30468
  const i = xe(n, "message", "unkown error");
30467
30469
  e.error = xe(n, "response.data.detail.message", i), e.state = "error";
@@ -30490,7 +30492,9 @@ const c2 = PP.views((e) => ({
30490
30492
  }, e.controller.signal)), l = BS(e.datasource, o), c = WS(s, l, e.contentModel.dashboardState);
30491
30493
  e.data = c, e.state = "idle", e.error = null;
30492
30494
  } catch (n) {
30493
- if (console.error(n), !zn.isCancel(n)) {
30495
+ if (console.error(n), zn.isCancel(n))
30496
+ console.debug(`🟡 Query[${e.name}] is cancelled`), e.data = [], e.state = "idle";
30497
+ else {
30494
30498
  e.data = [];
30495
30499
  const i = xe(n, "message", "unkown error");
30496
30500
  e.error = xe(n, "response.data.detail.message", i), e.state = "error";