yqform-h5 0.1.43 → 0.1.44
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/style.css +1 -1
- package/dist/yqform-h5.es.js +6 -6
- package/dist/yqform-h5.umd.js +1 -1
- package/package.json +1 -1
package/dist/yqform-h5.es.js
CHANGED
|
@@ -14945,8 +14945,8 @@ const gS = {
|
|
|
14945
14945
|
// 检查输入类题目是否符合要求
|
|
14946
14946
|
checkValue(e, t, n, o, a) {
|
|
14947
14947
|
var f, c;
|
|
14948
|
-
const s = () => {
|
|
14949
|
-
this.goPage(n), this.selectItem(a), this.itemPosition(a), this.noAnswerKey = "", setTimeout(() => {
|
|
14948
|
+
const s = (m = !0) => {
|
|
14949
|
+
this.goPage(n), this.selectItem(a), this.itemPosition(a), this.noAnswerKey = "", m && setTimeout(() => {
|
|
14950
14950
|
this.noAnswerKey = a;
|
|
14951
14951
|
});
|
|
14952
14952
|
};
|
|
@@ -14957,10 +14957,10 @@ const gS = {
|
|
|
14957
14957
|
return e.required ? (s(), !1) : !0;
|
|
14958
14958
|
if (e.type === "text" || e.type === "password") {
|
|
14959
14959
|
const m = t.length;
|
|
14960
|
-
return u && m < u * 1 || d && m > d * 1 ? (s(), !1) : !0;
|
|
14960
|
+
return u && m < u * 1 || d && m > d * 1 ? (s(!1), !1) : !0;
|
|
14961
14961
|
} else {
|
|
14962
14962
|
if (e.type === "integer" || e.type === "float")
|
|
14963
|
-
return u && t * 1 < u * 1 || d && t * 1 > d * 1 ? (s(), !1) : !0;
|
|
14963
|
+
return u && t * 1 < u * 1 || d && t * 1 > d * 1 ? (s(!1), !1) : !0;
|
|
14964
14964
|
if (e.type === "identity") {
|
|
14965
14965
|
const m = u_(t);
|
|
14966
14966
|
return console.log(m), m || s(), m;
|
|
@@ -15103,7 +15103,7 @@ const gS = {
|
|
|
15103
15103
|
},
|
|
15104
15104
|
mounted() {
|
|
15105
15105
|
}
|
|
15106
|
-
}, pS = (e) => (sd("data-v-
|
|
15106
|
+
}, pS = (e) => (sd("data-v-d0920c64"), e = e(), ld(), e), vS = { class: "main" }, yS = { class: "content-topimg" }, bS = {
|
|
15107
15107
|
key: 0,
|
|
15108
15108
|
class: "header-img"
|
|
15109
15109
|
}, wS = {
|
|
@@ -15223,7 +15223,7 @@ function TS(e, t, n, o, a, s) {
|
|
|
15223
15223
|
])) : Ce("", !0)
|
|
15224
15224
|
]);
|
|
15225
15225
|
}
|
|
15226
|
-
const OS = /* @__PURE__ */ vo(gS, [["render", TS], ["__scopeId", "data-v-
|
|
15226
|
+
const OS = /* @__PURE__ */ vo(gS, [["render", TS], ["__scopeId", "data-v-d0920c64"]]);
|
|
15227
15227
|
const DS = {
|
|
15228
15228
|
name: "Content",
|
|
15229
15229
|
emits: ["onSelect", "addFile", "submit", "edit", "handle"],
|