beca-ui 2.0.18-beta.4 → 2.0.18-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/beca-ui.js +9 -7
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -96609,13 +96609,15 @@ const gct = (e) => {
|
|
|
96609
96609
|
[JSON.stringify(u)]
|
|
96610
96610
|
);
|
|
96611
96611
|
return rn(() => {
|
|
96612
|
-
|
|
96613
|
-
(
|
|
96614
|
-
|
|
96615
|
-
|
|
96616
|
-
|
|
96617
|
-
|
|
96618
|
-
|
|
96612
|
+
if (c) {
|
|
96613
|
+
const v = c.toLowerCase(), g = r.filter(
|
|
96614
|
+
(C) => {
|
|
96615
|
+
var b;
|
|
96616
|
+
return C.id.toLowerCase().includes(v) || C.name.toLowerCase().includes(v) || ((b = C.nameEng) == null ? void 0 : b.toLowerCase().includes(v));
|
|
96617
|
+
}
|
|
96618
|
+
);
|
|
96619
|
+
p(g);
|
|
96620
|
+
}
|
|
96619
96621
|
}, [c]), /* @__PURE__ */ bn(
|
|
96620
96622
|
"div",
|
|
96621
96623
|
{
|