yqform-h5 0.1.37 → 0.1.38
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 +2 -2
- package/dist/yqform-h5.umd.js +1 -1
- package/package.json +1 -1
package/dist/yqform-h5.es.js
CHANGED
|
@@ -15055,7 +15055,7 @@ const TS = {
|
|
|
15055
15055
|
}
|
|
15056
15056
|
},
|
|
15057
15057
|
mounted() {
|
|
15058
|
-
this.answer && this
|
|
15058
|
+
this.answer && this.state === "edit" && setTimeout(() => this.$refs.list.setAnswer(this.form)), console.log("[ state ] >", this.state);
|
|
15059
15059
|
}
|
|
15060
15060
|
}, kS = { key: 0 }, OS = { key: 1 };
|
|
15061
15061
|
function DS(e, t, n, o, a, s) {
|
|
@@ -15091,7 +15091,7 @@ function DS(e, t, n, o, a, s) {
|
|
|
15091
15091
|
])) : Ce("", !0)
|
|
15092
15092
|
]);
|
|
15093
15093
|
}
|
|
15094
|
-
const xm = /* @__PURE__ */ po(TS, [["render", DS], ["__scopeId", "data-v-
|
|
15094
|
+
const xm = /* @__PURE__ */ po(TS, [["render", DS], ["__scopeId", "data-v-e51caf07"]]);
|
|
15095
15095
|
const tt = (e) => e != null, go = (e) => typeof e == "function", er = (e) => e !== null && typeof e == "object", Vd = (e) => er(e) && go(e.then) && go(e.catch), oo = (e) => Object.prototype.toString.call(e) === "[object Date]" && !Number.isNaN(e.getTime());
|
|
15096
15096
|
function PS(e) {
|
|
15097
15097
|
return e = e.replace(/[^-|\d]/g, ""), /^((\+86)|(86))?(1)\d{10}$/.test(e) || /^0[0-9-]{10,13}$/.test(e);
|