@dao-style/core 1.8.1-beta.4 → 1.8.1-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/dao-style.js +1 -1
- package/dist/dao-style.mjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dao-style.mjs
CHANGED
|
@@ -12588,7 +12588,7 @@ const dO = /* @__PURE__ */ ae(iO, [["render", uO]]), fO = ne({
|
|
|
12588
12588
|
})), d = we({
|
|
12589
12589
|
visible: !1,
|
|
12590
12590
|
searchText: ""
|
|
12591
|
-
}), h = O(() => e.itemHeight ? e.itemHeight : e.size === "sm" ? 26 : 30), f = (G) => uu(G, e.labelKey), b = (G) => du(G, e.valueKey), p = (G) => fu(G, e), m = (G, le, _e) => G === "" ? !0 : new RegExp(G, "i").test(
|
|
12591
|
+
}), h = O(() => e.itemHeight ? e.itemHeight : e.size === "sm" ? 26 : 30), f = (G) => uu(G, e.labelKey), b = (G) => du(G, e.valueKey), p = (G) => fu(G, e), m = (G, le, _e) => G === "" ? !0 : new RegExp(G, "i").test(p(_e).toString()), v = O(() => {
|
|
12592
12592
|
const G = d.searchText, le = ce(i), _e = typeof le == "function" ? le : m;
|
|
12593
12593
|
return u.value.filter(
|
|
12594
12594
|
(Te) => _e(G, b(Te), Te)
|