quasar-ui-danx 0.4.60 → 0.4.61
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/danx.es.js
CHANGED
@@ -4583,7 +4583,7 @@ const oy = ["innerHTML"], ly = {
|
|
4583
4583
|
const l = P(() => {
|
4584
4584
|
for (let u of r.form.fields) {
|
4585
4585
|
const c = i.value[u.name];
|
4586
|
-
if (u.required && !c && c !== !1)
|
4586
|
+
if (u.required && !c && c !== !1 && c !== 0)
|
4587
4587
|
return !1;
|
4588
4588
|
}
|
4589
4589
|
return !0;
|
@@ -26641,7 +26641,7 @@ function W9(t, e = "") {
|
|
26641
26641
|
function Sm(t, e = "") {
|
26642
26642
|
return Object.entries(t).map(([n, r]) => typeof r == "object" ? Sm(r, `${e}${n}-`) : `--${e}${n}: ${r}`).join(";");
|
26643
26643
|
}
|
26644
|
-
const kE = "0.4.
|
26644
|
+
const kE = "0.4.61", TE = {
|
26645
26645
|
version: kE
|
26646
26646
|
}, { version: CE } = TE;
|
26647
26647
|
function j9() {
|