react-semaphor 0.0.322 → 0.0.323

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.
@@ -11141,7 +11141,7 @@ function xK({
11141
11141
  } = l, A = N(V, p || []);
11142
11142
  S(
11143
11143
  V,
11144
- ((z == null ? void 0 : z.length) === 0 ? A : z) || []
11144
+ (!z || (z == null ? void 0 : z.length) === 0 ? A : z) || []
11145
11145
  ), W && T(W), q && M(q), _(((U = (X = V == null ? void 0 : V.sheets) == null ? void 0 : X[0]) == null ? void 0 : U.id) || null);
11146
11146
  }, [
11147
11147
  l,
@@ -45659,7 +45659,7 @@ function $8(e) {
45659
45659
  a(T);
45660
45660
  }
45661
45661
  function b(C) {
45662
- if (Array.isArray(C) || (C = [C]), console.log("onComboBoxChange", C), C.length === 1 && h.find((T) => T.value === C[0].value) === void 0) {
45662
+ if (Array.isArray(C) || (C = [C]), C.length === 1 && h.find((T) => T.value === C[0].value) === void 0) {
45663
45663
  m(C);
45664
45664
  return;
45665
45665
  }
@@ -45729,7 +45729,7 @@ function z0e({ filter: e }) {
45729
45729
  isError: u,
45730
45730
  selected: d
45731
45731
  } = $8(e);
45732
- return console.log(t), l || c ? /* @__PURE__ */ y.jsx("div", { children: /* @__PURE__ */ y.jsx(ku, { className: "h-8 w-full bg-foreground/10" }) }) : u ? /* @__PURE__ */ y.jsx(
45732
+ return l || c ? /* @__PURE__ */ y.jsx("div", { children: /* @__PURE__ */ y.jsx(ku, { className: "h-8 w-full bg-foreground/10" }) }) : u ? /* @__PURE__ */ y.jsx(
45733
45733
  "div",
45734
45734
  {
45735
45735
  className: "flex h-8 w-full items-center bg-muted px-2 text-sm",
@@ -46046,9 +46046,9 @@ function Q0e({ filter: e }) {
46046
46046
  var o;
46047
46047
  const { filteredRecords: t, handleValueChange: n, selected: r } = $8(e);
46048
46048
  function i(s) {
46049
- console.log(s), n([{ value: s, id: s }]);
46049
+ n([{ value: s, id: s }]);
46050
46050
  }
46051
- return console.log(r), /* @__PURE__ */ y.jsx(
46051
+ return /* @__PURE__ */ y.jsx(
46052
46052
  py,
46053
46053
  {
46054
46054
  onValueChange: i,
@@ -46057,7 +46057,7 @@ function Q0e({ filter: e }) {
46057
46057
  children: t == null ? void 0 : t.map((s) => /* @__PURE__ */ y.jsxs("div", { className: "flex gap-2", children: [
46058
46058
  /* @__PURE__ */ y.jsx(Mu, { value: s.value, id: "r1" }),
46059
46059
  /* @__PURE__ */ y.jsx(kn, { className: "text-muted-foreground", htmlFor: "r1", children: s.value })
46060
- ] }))
46060
+ ] }, s.value))
46061
46061
  }
46062
46062
  );
46063
46063
  }