@oub/fusion 0.2.41 → 0.2.42
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 +3 -3
- package/dist/fusion.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -11712,14 +11712,14 @@ const pv = /* @__PURE__ */ Le(F0, [["render", V0], ["__scopeId", "data-v-d97af5a
|
|
|
11712
11712
|
this.selected = e, this.interactionStates.opened = !1, this.$emit("update:modelValue", this.selected), this.$emit("selected:option", this.selected);
|
|
11713
11713
|
},
|
|
11714
11714
|
updateInput(e) {
|
|
11715
|
-
if (this.searchInputValue = e, e.trim().length < this.minSearchLength) {
|
|
11715
|
+
if (this.searchInputValue = e, e && e.trim().length < this.minSearchLength) {
|
|
11716
11716
|
this.interactionStates.opened = !1;
|
|
11717
11717
|
return;
|
|
11718
11718
|
}
|
|
11719
11719
|
this.interactionStates.opened = !0, this.$emit("update:input", this.searchInputValue);
|
|
11720
11720
|
},
|
|
11721
11721
|
handleInputClick() {
|
|
11722
|
-
this.searchInputValue.length > 0 && (this.interactionStates.opened = !0);
|
|
11722
|
+
this.searchInputValue && this.searchInputValue.length > 0 && (this.interactionStates.opened = !0);
|
|
11723
11723
|
},
|
|
11724
11724
|
handleFocus() {
|
|
11725
11725
|
this.$emit("select:focus");
|
|
@@ -11805,7 +11805,7 @@ function H0(e, t, n, r, a, o) {
|
|
|
11805
11805
|
}, null, 8, ["select-id", "options", "search-text", "search-placeholder", "search-loading", "search-error-title", "search-error-description", "selected", "onHandle:select", "onHandle:close"])) : Q("", !0)
|
|
11806
11806
|
], 8, M0);
|
|
11807
11807
|
}
|
|
11808
|
-
const fv = /* @__PURE__ */ Le(N0, [["render", H0], ["__scopeId", "data-v-
|
|
11808
|
+
const fv = /* @__PURE__ */ Le(N0, [["render", H0], ["__scopeId", "data-v-b50a4568"]]), R0 = Ce({
|
|
11809
11809
|
name: "SVGDecrement"
|
|
11810
11810
|
}), q0 = {
|
|
11811
11811
|
width: "21",
|