@conboai/app.db.query 0.8.64 → 0.8.66

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.
@@ -122754,7 +122754,7 @@ function PJ(e) {
122754
122754
  return `${l}${s}:${u} min`;
122755
122755
  }
122756
122756
  function UJ(e) {
122757
- return $n(e).format("DD/MM/YYYY, HH:mm");
122757
+ return $n(e).format("DD/MM/YYYY, HH:mm:ss");
122758
122758
  }
122759
122759
  const yBe = (e) => {
122760
122760
  const t = new Date(e), n = /* @__PURE__ */ new Date(), r = t.getTime() - n.getTime();
@@ -142348,10 +142348,13 @@ const Wqe = ({
142348
142348
  }
142349
142349
  );
142350
142350
  }, tZe = () => {
142351
- const { clearDetectionsStore: e } = X0(), { clearLatestSnapshots: t } = qh(), [n] = ut((r) => [r.editTabData]);
142351
+ const { clearDetectionsStore: e } = X0(), { clearLatestSnapshots: t } = qh(), [n, r] = ut((o) => [
142352
+ o.editTabData,
142353
+ o.clearTabsData
142354
+ ]);
142352
142355
  Oe(() => () => {
142353
- e(), t(), n("objectsLimit", null), n("displayFeed", []), n("feed", []), n("startTime", /* @__PURE__ */ new Date()), n("endTime", /* @__PURE__ */ new Date()), n("fov", !1), n("showInfoText", !1), n("selectedTableItemId", -1), n("isNewSearch", !1);
142354
- }, [e, t, n]);
142356
+ e(), t(), n("objectsLimit", null), n("displayFeed", []), n("feed", []), n("startTime", /* @__PURE__ */ new Date()), n("endTime", /* @__PURE__ */ new Date()), n("fov", !1), n("showInfoText", !1), n("selectedTableItemId", -1), n("isNewSearch", !1), n("tabFovInfo", null), r();
142357
+ }, [e, t, r, n]);
142355
142358
  }, P7 = () => ({
142356
142359
  topOneColumnDefs: [
142357
142360
  { headerName: "Count", field: "count" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.64",
3
+ "version": "0.8.66",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",