@point-hub/papp 0.0.103 → 0.0.104
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/index.css +1 -1
- package/dist/index.js +3 -3
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9459,7 +9459,7 @@ const ng = ["autofocus", "required", "disabled"], rg = /* @__PURE__ */ R({
|
|
|
9459
9459
|
d.value = "", a("update:modelValue", "");
|
|
9460
9460
|
return;
|
|
9461
9461
|
}
|
|
9462
|
-
if (f.length !== 3 || Number(f[0]) < 1e3) {
|
|
9462
|
+
if (r.required && (f.length !== 3 || Number(f[0]) < 1e3)) {
|
|
9463
9463
|
i.value = ["Invalid date format."], d.value = "", a("update:modelValue", "");
|
|
9464
9464
|
return;
|
|
9465
9465
|
}
|
|
@@ -9477,7 +9477,7 @@ const ng = ["autofocus", "required", "disabled"], rg = /* @__PURE__ */ R({
|
|
|
9477
9477
|
d.value = "", a("update:modelValue", "");
|
|
9478
9478
|
return;
|
|
9479
9479
|
}
|
|
9480
|
-
if (f.length !== 3 || Number(f[0]) < 1e3) {
|
|
9480
|
+
if (r.required && (f.length !== 3 || Number(f[0]) < 1e3)) {
|
|
9481
9481
|
i.value = ["Invalid date format."], d.value = "", a("update:modelValue", "");
|
|
9482
9482
|
return;
|
|
9483
9483
|
}
|
|
@@ -9553,7 +9553,7 @@ const ng = ["autofocus", "required", "disabled"], rg = /* @__PURE__ */ R({
|
|
|
9553
9553
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
|
|
9554
9554
|
};
|
|
9555
9555
|
}
|
|
9556
|
-
}), ag = /* @__PURE__ */ le(rg, [["__scopeId", "data-v-
|
|
9556
|
+
}), ag = /* @__PURE__ */ le(rg, [["__scopeId", "data-v-139e2fe7"]]), og = ["multiple", "accept", "autofocus", "required", "disabled"], ig = ["multiple", "accept", "required", "disabled"], lg = /* @__PURE__ */ R({
|
|
9557
9557
|
__name: "base-file-upload",
|
|
9558
9558
|
props: /* @__PURE__ */ ke({
|
|
9559
9559
|
id: {},
|