@oub/fusion 0.2.34 → 0.2.35
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/fusion.js +2 -2
- package/dist/fusion.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -11692,7 +11692,7 @@ const cv = /* @__PURE__ */ Le(B0, [["render", Q0], ["__scopeId", "data-v-ac621c5
|
|
|
11692
11692
|
this.selected = e, this.interactionStates.opened = !1, this.$emit("update:modelValue", this.selected), this.$emit("selected:option", this.selected);
|
|
11693
11693
|
},
|
|
11694
11694
|
updateInput(e) {
|
|
11695
|
-
if (this.searchInputValue = e, e.length < this.minSearchLength) {
|
|
11695
|
+
if (this.searchInputValue = e, e.trim().length < this.minSearchLength) {
|
|
11696
11696
|
this.interactionStates.opened = !1;
|
|
11697
11697
|
return;
|
|
11698
11698
|
}
|
|
@@ -11784,7 +11784,7 @@ function L0(e, t, n, r, a, o) {
|
|
|
11784
11784
|
}, null, 8, ["select-id", "options", "search-text", "search-placeholder", "search-loading", "search-error-title", "search-error-description", "selected", "onHandle:select", "onHandle:close"])) : Q("", !0)
|
|
11785
11785
|
], 8, N0);
|
|
11786
11786
|
}
|
|
11787
|
-
const pv = /* @__PURE__ */ Le(V0, [["render", L0], ["__scopeId", "data-v-
|
|
11787
|
+
const pv = /* @__PURE__ */ Le(V0, [["render", L0], ["__scopeId", "data-v-92b38c12"]]), H0 = Ce({
|
|
11788
11788
|
name: "SVGDecrement"
|
|
11789
11789
|
}), R0 = {
|
|
11790
11790
|
width: "21",
|