@avakhula/ui 0.0.505-alpha-spa.57 → 0.0.505-alpha-spa.59
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.
|
@@ -6695,8 +6695,8 @@ const Za = /* @__PURE__ */ Ae(cf, [["render", vf], ["__scopeId", "data-v-f7d0243
|
|
|
6695
6695
|
onInput() {
|
|
6696
6696
|
this.$emit("input", this.val);
|
|
6697
6697
|
},
|
|
6698
|
-
|
|
6699
|
-
this.$emit("blur", this.val);
|
|
6698
|
+
onFocusOut(t) {
|
|
6699
|
+
this.$el.contains(t.relatedTarget) || this.$emit("blur", this.val);
|
|
6700
6700
|
}
|
|
6701
6701
|
},
|
|
6702
6702
|
computed: {
|
|
@@ -6718,7 +6718,8 @@ const Za = /* @__PURE__ */ Ae(cf, [["render", vf], ["__scopeId", "data-v-f7d0243
|
|
|
6718
6718
|
function $f(t, n, e, r, o, i) {
|
|
6719
6719
|
const u = de("ib-character-count"), s = de("ib-alert");
|
|
6720
6720
|
return V(), X("div", {
|
|
6721
|
-
class: ve(["textarea-wrapper", { disabled: e.disabled, hasActins: t.$slots.actions }])
|
|
6721
|
+
class: ve(["textarea-wrapper", { disabled: e.disabled, hasActins: t.$slots.actions }]),
|
|
6722
|
+
onFocusout: n[2] || (n[2] = (...h) => i.onFocusOut && i.onFocusOut(...h))
|
|
6722
6723
|
}, [
|
|
6723
6724
|
e.characterLimit ? (V(), ce(u, {
|
|
6724
6725
|
key: 0,
|
|
@@ -6745,7 +6746,6 @@ function $f(t, n, e, r, o, i) {
|
|
|
6745
6746
|
"onUpdate:modelValue": n[0] || (n[0] = (h) => o.val = h),
|
|
6746
6747
|
id: e.id,
|
|
6747
6748
|
onInput: n[1] || (n[1] = (...h) => i.onInput && i.onInput(...h)),
|
|
6748
|
-
onBlur: n[2] || (n[2] = (...h) => i.onBlur && i.onBlur(...h)),
|
|
6749
6749
|
class: ["ib-textarea", i.classes],
|
|
6750
6750
|
disabled: e.disabled
|
|
6751
6751
|
}), null, 16, bf), [
|
|
@@ -6754,9 +6754,9 @@ function $f(t, n, e, r, o, i) {
|
|
|
6754
6754
|
oe("div", _f, [
|
|
6755
6755
|
$e(t.$slots, "actions", {}, void 0, !0)
|
|
6756
6756
|
])
|
|
6757
|
-
],
|
|
6757
|
+
], 34);
|
|
6758
6758
|
}
|
|
6759
|
-
const fg = /* @__PURE__ */ Ae(yf, [["render", $f], ["__scopeId", "data-v-
|
|
6759
|
+
const fg = /* @__PURE__ */ Ae(yf, [["render", $f], ["__scopeId", "data-v-cca370ff"]]);
|
|
6760
6760
|
var kr = [
|
|
6761
6761
|
"onChange",
|
|
6762
6762
|
"onClose",
|