@its/core 2.6.3-beta.4 → 2.6.3-beta.5

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.
Files changed (2) hide show
  1. package/dist/core.es.js +10 -9
  2. package/package.json +1 -1
package/dist/core.es.js CHANGED
@@ -8190,7 +8190,7 @@ function qQ() {
8190
8190
  if (d instanceof Set)
8191
8191
  return c(l, d, h, p);
8192
8192
  const y = Object.keys(d);
8193
- if (l == null)
8193
+ if (l == null || n.isPrimitive(l))
8194
8194
  return y.length === 0;
8195
8195
  if (y.length === 0)
8196
8196
  return !0;
@@ -44720,20 +44720,20 @@ function km({
44720
44720
  )
44721
44721
  ] });
44722
44722
  }
44723
- function bPe({ id: e, name: t, extValue: n, onChange: r, disabled: i }) {
44724
- const { t: o } = jt(), [a, s] = Ye(n || ""), [u] = zM(a), c = (l) => {
44725
- s(l?.target.value);
44723
+ function bPe({ id: e, name: t, extValue: n, onChange: r, disabled: i, label: o }) {
44724
+ const { t: a } = jt(), [s, u] = Ye(n || ""), [c] = zM(s), l = (d) => {
44725
+ u(d?.target.value);
44726
44726
  };
44727
44727
  return Xe(() => {
44728
- u && r && r(u);
44729
- }, [u, r]), /* @__PURE__ */ A(
44728
+ c && r && r(c);
44729
+ }, [c, r]), /* @__PURE__ */ A(
44730
44730
  Sc,
44731
44731
  {
44732
44732
  id: e || "search-textfield",
44733
44733
  name: t || "searchValue",
44734
- placeholder: `${o("SEARCH")}`,
44735
- value: a,
44736
- onChange: c,
44734
+ placeholder: a(o || "SEARCH"),
44735
+ value: s,
44736
+ onChange: l,
44737
44737
  disabled: i,
44738
44738
  slotProps: {
44739
44739
  input: {
@@ -44871,6 +44871,7 @@ function _Pe(e) {
44871
44871
  return /* @__PURE__ */ A(
44872
44872
  bPe,
44873
44873
  {
44874
+ label: o || void 0,
44874
44875
  id: "rad-filters-txtfield",
44875
44876
  name: t,
44876
44877
  extValue: r
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@its/core",
4
- "version": "2.6.3-beta.4",
4
+ "version": "2.6.3-beta.5",
5
5
  "main": "dist/core.cjs.js",
6
6
  "module": "dist/core.es.js",
7
7
  "types": "dist/types/index.d.ts",