tsv2-library 0.2.48 → 0.2.49
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/tsv2-library.es.js +1 -1
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -65744,7 +65744,7 @@ const fge = /* @__PURE__ */ Oe({
|
|
|
65744
65744
|
}, p = (_) => {
|
|
65745
65745
|
const w = _ != null ? f(_) : void 0;
|
|
65746
65746
|
r("update:modelValue", w), a.value = w, h();
|
|
65747
|
-
}, v = async (_) => (await Ct(), !_ && n.mandatory ? `You must pick ${gh(n.label)} date
|
|
65747
|
+
}, v = async (_) => (await Ct(), !_ && n.mandatory ? `You must pick ${gh(n.label)} date` : n.validatorMessage && n.invalid ? n.validatorMessage : !0), y = () => {
|
|
65748
65748
|
var w;
|
|
65749
65749
|
const _ = (w = o.value) == null ? void 0 : w.overlayVisible;
|
|
65750
65750
|
o.value && (o.value.overlayVisible = !_);
|