@conboai/app.db.query 0.8.67 → 0.8.68

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.
@@ -133564,7 +133564,12 @@ function PHe({
133564
133564
  ), m = u === "pending";
133565
133565
  Oe(() => {
133566
133566
  p("confidence", 0);
133567
- }, [p]);
133567
+ }, [p]), Oe(() => {
133568
+ if (e) {
133569
+ const x = String(e).trim();
133570
+ p("conboKey", x);
133571
+ }
133572
+ }, [p, e]);
133568
133573
  const y = vt(async () => {
133569
133574
  try {
133570
133575
  h("pending"), p("color", "yellow"), p("callDate", /* @__PURE__ */ new Date()), p("selectedTableItemId", -1), await a({ conboKey: n }), p("shouldClearData", !0), p("isNewTab", !1), p("shouldFetchFrameDetails", !0), p("color", "green"), p("currentSliderIndex", 0), p("isNewSearch", !0), p("title", n), f(o, n), h("done");
@@ -133573,13 +133578,13 @@ function PHe({
133573
133578
  }
133574
133579
  }, [n, a, h, p, f, o]);
133575
133580
  Oe(() => {
133576
- t && y();
133577
- }, [y, t]);
133581
+ t && e && y();
133582
+ }, [y, e, t]);
133578
133583
  const M = () => y(), b = (x) => {
133579
133584
  p("isUtc", x.target.checked);
133580
133585
  }, N = (x) => {
133581
- const T = x.target.value.trim(), D = String(e).trim();
133582
- p("conboKey", D || T);
133586
+ const T = x.target.value.trim();
133587
+ p("conboKey", T);
133583
133588
  }, v = (x) => p("isConboKeyExclusive", x.target.checked);
133584
133589
  return /* @__PURE__ */ se.jsxs(
133585
133590
  Z0,
@@ -139302,8 +139307,10 @@ const AGe = async ({
139302
139307
  })())();
139303
139308
  }, [t, o, f, e]);
139304
139309
  return Oe(() => {
139305
- r && b();
139306
- }, [b, r]), /* @__PURE__ */ se.jsxs(
139310
+ r && n && b();
139311
+ }, [b, n, r]), Oe(() => {
139312
+ n && l("conboMatchInputValue", n);
139313
+ }, [l, n]), /* @__PURE__ */ se.jsxs(
139307
139314
  Xe,
139308
139315
  {
139309
139316
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.67",
3
+ "version": "0.8.68",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",