yqform-h5 0.1.49 → 0.1.50
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 +30 -34
- package/dist/yqform-h5.umd.js +7 -7
- package/package.json +1 -1
package/dist/yqform-h5.es.js
CHANGED
|
@@ -15265,34 +15265,34 @@ const DS = {
|
|
|
15265
15265
|
required: !1,
|
|
15266
15266
|
default: !1
|
|
15267
15267
|
},
|
|
15268
|
-
|
|
15269
|
-
|
|
15270
|
-
|
|
15271
|
-
|
|
15272
|
-
|
|
15273
|
-
|
|
15274
|
-
|
|
15275
|
-
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
|
|
15279
|
-
|
|
15280
|
-
|
|
15281
|
-
|
|
15282
|
-
|
|
15283
|
-
|
|
15284
|
-
|
|
15285
|
-
|
|
15286
|
-
|
|
15287
|
-
|
|
15288
|
-
|
|
15289
|
-
|
|
15290
|
-
|
|
15291
|
-
|
|
15292
|
-
|
|
15293
|
-
|
|
15294
|
-
|
|
15295
|
-
|
|
15268
|
+
form: {
|
|
15269
|
+
type: Object,
|
|
15270
|
+
default: function() {
|
|
15271
|
+
return {
|
|
15272
|
+
spec: {
|
|
15273
|
+
name: "",
|
|
15274
|
+
theme: {
|
|
15275
|
+
name: "show",
|
|
15276
|
+
color: "#07c160",
|
|
15277
|
+
header: "",
|
|
15278
|
+
footer: ""
|
|
15279
|
+
},
|
|
15280
|
+
unit: "页"
|
|
15281
|
+
},
|
|
15282
|
+
groups: [
|
|
15283
|
+
{
|
|
15284
|
+
gid: "templeteData",
|
|
15285
|
+
spec: {
|
|
15286
|
+
title: "",
|
|
15287
|
+
subtitle: "",
|
|
15288
|
+
unit: "页"
|
|
15289
|
+
},
|
|
15290
|
+
items: []
|
|
15291
|
+
}
|
|
15292
|
+
]
|
|
15293
|
+
};
|
|
15294
|
+
}
|
|
15295
|
+
},
|
|
15296
15296
|
answer: {
|
|
15297
15297
|
type: Object,
|
|
15298
15298
|
required: !1
|
|
@@ -15335,11 +15335,7 @@ const DS = {
|
|
|
15335
15335
|
data() {
|
|
15336
15336
|
return {
|
|
15337
15337
|
currentPageIndex: 0,
|
|
15338
|
-
dependValues: []
|
|
15339
|
-
form: {
|
|
15340
|
-
groups: [{ gid: "templeteData", spec: { unit: "页", title: "", subtitle: "" }, items: [{ key: "keyq3cb4y", emsg: "", type: "hos", title: "医院", weight: !1, depends: [], options: [], required: !0, subtitle: "", placeholder: "请选择医院" }], depends: [] }],
|
|
15341
|
-
spec: { name: "", unit: "页", theme: { name: "show", color: "#07c160", footer: "", header: "" } }
|
|
15342
|
-
}
|
|
15338
|
+
dependValues: []
|
|
15343
15339
|
};
|
|
15344
15340
|
},
|
|
15345
15341
|
provide() {
|
|
@@ -15432,7 +15428,7 @@ function RS(e, t, n, o, a, s) {
|
|
|
15432
15428
|
])) : Ce("", !0)
|
|
15433
15429
|
]);
|
|
15434
15430
|
}
|
|
15435
|
-
const xm = /* @__PURE__ */ vo(DS, [["render", RS], ["__scopeId", "data-v-
|
|
15431
|
+
const xm = /* @__PURE__ */ vo(DS, [["render", RS], ["__scopeId", "data-v-12b196df"]]);
|
|
15436
15432
|
const tt = (e) => e != null, go = (e) => typeof e == "function", er = (e) => e !== null && typeof e == "object", Md = (e) => er(e) && go(e.then) && go(e.catch), oo = (e) => Object.prototype.toString.call(e) === "[object Date]" && !Number.isNaN(e.getTime());
|
|
15437
15433
|
function FS(e) {
|
|
15438
15434
|
return e = e.replace(/[^-|\d]/g, ""), /^((\+86)|(86))?(1)\d{10}$/.test(e) || /^0[0-9-]{10,13}$/.test(e);
|