@dao-style/core 1.25.1-beta.2 → 1.26.1-beta.1
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
|
@@ -10354,7 +10354,7 @@ const iS = /* @__PURE__ */ re(rS, [["render", lS]]), cS = ne({
|
|
|
10354
10354
|
searchModel: o,
|
|
10355
10355
|
isFuzzyOption: (c) => {
|
|
10356
10356
|
var u;
|
|
10357
|
-
return ((u = e.fuzzy) == null ? void 0 : u.key) === c;
|
|
10357
|
+
return !!(((u = e.fuzzy) == null ? void 0 : u.key) === c && e.searchOptions.every((p) => p.key !== c));
|
|
10358
10358
|
},
|
|
10359
10359
|
removeValue: (c, u) => {
|
|
10360
10360
|
o.value[c].splice(u, 1), o.value[c].length === 0 && delete o.value[c], t("search");
|