@oub/fusion 0.2.51 → 0.2.53
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 +4 -4
- package/dist/fusion.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -1134,7 +1134,7 @@ const Qn = /* @__PURE__ */ Ne(fl, [["render", yl]]), bl = Ce({
|
|
|
1134
1134
|
watch: {
|
|
1135
1135
|
input: {
|
|
1136
1136
|
handler(e) {
|
|
1137
|
-
this.inputValue = e;
|
|
1137
|
+
this.inputValue = e, this.$emit("update:input", this.inputValue);
|
|
1138
1138
|
},
|
|
1139
1139
|
immediate: !0
|
|
1140
1140
|
}
|
|
@@ -1225,7 +1225,7 @@ function Tl(e, t, n, r, a, o) {
|
|
|
1225
1225
|
oe(e.$slots, "content", {}, void 0, !0)
|
|
1226
1226
|
], 10, Al);
|
|
1227
1227
|
}
|
|
1228
|
-
const Vn = /* @__PURE__ */ Ne(bl, [["render", Tl], ["__scopeId", "data-v-
|
|
1228
|
+
const Vn = /* @__PURE__ */ Ne(bl, [["render", Tl], ["__scopeId", "data-v-fd28512a"]]), Bl = Ce({
|
|
1229
1229
|
name: "FusionPanel",
|
|
1230
1230
|
components: { SVGSearch: Er, CheckCircle: Qn, FusionLoadingSpinner: Fn, SVGInbox: il, FusionInput: Vn, OnClickOutside: zi },
|
|
1231
1231
|
props: {
|
|
@@ -11758,7 +11758,7 @@ const D0 = /* @__PURE__ */ Ne(Uv, [["render", Hv], ["__scopeId", "data-v-458a850
|
|
|
11758
11758
|
this.selected = e, this.interactionStates.opened = !1, this.$emit("update:modelValue", this.selected), this.$emit("selected:option", this.selected);
|
|
11759
11759
|
},
|
|
11760
11760
|
updateInput(e) {
|
|
11761
|
-
if (this.searchInputValue = e, e
|
|
11761
|
+
if (this.searchInputValue = e, (e == null ? void 0 : e.trim().length) < this.minSearchLength) {
|
|
11762
11762
|
this.interactionStates.opened = !1;
|
|
11763
11763
|
return;
|
|
11764
11764
|
}
|
|
@@ -11855,7 +11855,7 @@ function Yv(e, t, n, r, a, o) {
|
|
|
11855
11855
|
])
|
|
11856
11856
|
], 8, Rv);
|
|
11857
11857
|
}
|
|
11858
|
-
const P0 = /* @__PURE__ */ Ne(qv, [["render", Yv], ["__scopeId", "data-v-
|
|
11858
|
+
const P0 = /* @__PURE__ */ Ne(qv, [["render", Yv], ["__scopeId", "data-v-b9dc1c32"]]), Wv = Ce({
|
|
11859
11859
|
name: "SVGDecrement"
|
|
11860
11860
|
}), zv = {
|
|
11861
11861
|
width: "24",
|