@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.
- package/dist/core.es.js +10 -9
- 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:
|
|
44725
|
-
|
|
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
|
-
|
|
44729
|
-
}, [
|
|
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:
|
|
44735
|
-
value:
|
|
44736
|
-
onChange:
|
|
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
|