ablok-components 0.2.22 → 0.2.24
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.
|
@@ -403,7 +403,7 @@ const Oue = /* @__PURE__ */ n4(r4, [["render", s4]]), o4 = ["type", "disabled"],
|
|
|
403
403
|
},
|
|
404
404
|
validate: {
|
|
405
405
|
type: Boolean,
|
|
406
|
-
default: !
|
|
406
|
+
default: !1
|
|
407
407
|
},
|
|
408
408
|
valid: {
|
|
409
409
|
type: Boolean,
|
|
@@ -433,7 +433,7 @@ const Oue = /* @__PURE__ */ n4(r4, [["render", s4]]), o4 = ["type", "disabled"],
|
|
|
433
433
|
A.validate && r.value && (i.value = r.value.checkValidity(), i.value ? s.value = void 0 : s.value = r.value.validationMessage, n("update:valid", i.value));
|
|
434
434
|
}
|
|
435
435
|
return Ht(() => A.modelValue, () => {
|
|
436
|
-
u();
|
|
436
|
+
i.value === !1 && u();
|
|
437
437
|
}), qt(() => {
|
|
438
438
|
let d = (f) => {
|
|
439
439
|
o.value = typeof f.detail == "string" || typeof f.detail == "number" ? `${f.detail}` : "";
|
|
@@ -469,7 +469,8 @@ const Oue = /* @__PURE__ */ n4(r4, [["render", s4]]), o4 = ["type", "disabled"],
|
|
|
469
469
|
}],
|
|
470
470
|
"aria-label": t.label,
|
|
471
471
|
role: t.role,
|
|
472
|
-
autocomplete: t.autocomplete
|
|
472
|
+
autocomplete: t.autocomplete,
|
|
473
|
+
onChange: u
|
|
473
474
|
}), null, 16, l4), [
|
|
474
475
|
[UR, o.value]
|
|
475
476
|
]),
|