yqform-h5 0.1.56 → 0.1.58
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 +2 -2
- package/package.json +1 -1
package/dist/yqform-h5.es.js
CHANGED
|
@@ -12634,9 +12634,9 @@ const BE = {
|
|
|
12634
12634
|
}
|
|
12635
12635
|
},
|
|
12636
12636
|
created() {
|
|
12637
|
-
this.item.type === "rate" && (this.rateValue = 1), this.initDependValue(), this.item.type === "phone" && this.item.autoFill && this.item.autoFill.auto && this.item.autoFill.config && (this.textValue = this.item.autoFill.config()), this.item.type === "identity" && !this.item.emsg && (this.item.emsg = "身份证格式不正确");
|
|
12637
|
+
this.item.type === "rate" && (this.rateValue = 1), this.initDependValue(), this.item.type === "phone" && (this.item.autoFill && this.item.autoFill.auto && this.item.autoFill.config && (this.textValue = this.item.autoFill.config()), this.item.emsg || (this.item.emsg = "手机号格式不正确")), this.item.type === "identity" && !this.item.emsg && (this.item.emsg = "身份证格式不正确");
|
|
12638
12638
|
}
|
|
12639
|
-
}, ba = (e) => (ld("data-v-
|
|
12639
|
+
}, ba = (e) => (ld("data-v-70919e26"), e = e(), ud(), e), RE = {
|
|
12640
12640
|
key: 0,
|
|
12641
12641
|
class: "form-item-container"
|
|
12642
12642
|
}, FE = {
|
|
@@ -13249,7 +13249,7 @@ function kx(e, t, n, o, a, s) {
|
|
|
13249
13249
|
}, 8, ["show"])
|
|
13250
13250
|
])) : Ce("", !0);
|
|
13251
13251
|
}
|
|
13252
|
-
const cm = /* @__PURE__ */ vo(BE, [["render", kx], ["__scopeId", "data-v-
|
|
13252
|
+
const cm = /* @__PURE__ */ vo(BE, [["render", kx], ["__scopeId", "data-v-70919e26"]]);
|
|
13253
13253
|
/*!
|
|
13254
13254
|
* vue-draggable-next v2.2.0
|
|
13255
13255
|
* (c) 2023 Anish George
|
|
@@ -14993,7 +14993,7 @@ const gS = {
|
|
|
14993
14993
|
return m || s(), m;
|
|
14994
14994
|
} else if (e.type === "phone") {
|
|
14995
14995
|
const m = /^1[3-9]\d{9}$/.test(t);
|
|
14996
|
-
return m || s(), m;
|
|
14996
|
+
return e.initialEmsg = e.emsg, e.emsg = "手机号格式不正确", m || s(), m;
|
|
14997
14997
|
} else
|
|
14998
14998
|
return !0;
|
|
14999
14999
|
}
|
|
@@ -15133,7 +15133,7 @@ const gS = {
|
|
|
15133
15133
|
},
|
|
15134
15134
|
mounted() {
|
|
15135
15135
|
}
|
|
15136
|
-
}, pS = (e) => (ld("data-v-
|
|
15136
|
+
}, pS = (e) => (ld("data-v-ae307766"), e = e(), ud(), e), vS = { class: "main" }, yS = { class: "content-topimg" }, bS = {
|
|
15137
15137
|
key: 0,
|
|
15138
15138
|
class: "header-img"
|
|
15139
15139
|
}, wS = {
|
|
@@ -15253,7 +15253,7 @@ function TS(e, t, n, o, a, s) {
|
|
|
15253
15253
|
])) : Ce("", !0)
|
|
15254
15254
|
]);
|
|
15255
15255
|
}
|
|
15256
|
-
const OS = /* @__PURE__ */ vo(gS, [["render", TS], ["__scopeId", "data-v-
|
|
15256
|
+
const OS = /* @__PURE__ */ vo(gS, [["render", TS], ["__scopeId", "data-v-ae307766"]]);
|
|
15257
15257
|
const DS = {
|
|
15258
15258
|
name: "Content",
|
|
15259
15259
|
emits: ["onSelect", "addFile", "submit", "edit", "handle"],
|